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.
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.…
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…
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…
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…
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…
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…
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…