Browse By Tags

  • XML Parser Error

    Former Member
    Former Member
    When I use applyAML, I got this error. But my AML is correct. An error occurred while parsing EntityName. Line 8, position 67.System.Xml.XmlException: An error occurred while parsing EntityName. Line 8, position 67.
  • Method ondue

    Hi, I have a doubt. There are two methods that we must program in the innovatorServer service that runs on the server side: Send Email Reminders: used to execute reminders (onReminders) Check Escalations: this is to execute the scaled activities.…
  • Not able get value using RequestState

    Hi, I have created one method called set_project_name  in VB and run this method on OnAfterLock  of " GRIL  Project " ItemType Dim inno as Innovator = Me.getInnovator() Dim projectID as String = Me.getID() Dim AML_to_getProjectName as String = "<AML…
  • Workflow Activity Completion

    Former Member
    Former Member
    I am trying to complete workflow assignment with AML but it is acing weird. My request xml looks like given below: <Item action="EvaluateActivity" type="Activity"> <Activity>DE33049EBA694267A44CA41A002E7C51</Activity> <ActivityAssignment>99E2CFE208154E4FBD70E75DE6AB4B74…
  • Error while creating a Project from ARAS.IOM api

    Former Member
    Former Member
    Hi, I am trying to create a Project using Aras.IOM API. I have given all the mandatory fields values, like target start date, target finish date, project name etc.... but still error is thrown: <SOAP-ENV:Envelope xmlns:SOAP-ENV=" ">schemas.xmlsoap.org…
  • [ApplySQL] not allowed for userPrivileged [ApplySQL] not allowed for user

    Hi, I am designing a small Windows Forms application, which will allow users to add/delete/view an item to/from Innovator database directly. From this application I can add Document and its attachment, now I want to open that document, and for that…
  • IOM TypeInitializationException error with Login

    I have been trying to use IOM on 11SP9 but I'm unable to get this code working... // url = "">myserver/InnovatorServer"; url = "">myserver/.../InnovatorServer.aspx"; var myConnection = IomFactory.CreateHttpServerConnection(url, db, user, password…
  • How can I get the IOM SDK 11.0?

    I couldn't find IOM.dll file which is referenced in 11.0 of the Programmer's Guide. "A .NET version of IOM.dll can be found in the \Utilities\Aras Innovator <Version> IOM SDK\.NET directory on the CD Image and may be copied to another location and referenced…