Hello,
I am currently using Aras Innovator 12.0 and Requirement Engineering module version 12.0R1.
I am trying to create Requirement itemtype by using following C# code:
Input to the function is given in SOAP UI as:
I am getting an error…
I am using Aras 11 SP15. I am trying to update a requirement I created. Here is my code:
using System; using System.Collections.Generic; using Aras.IOM;
namespace TestArasProject { public static class Program { public static void Main(string[] args…
I am using Aras 11 SP15. This has the requirements engineering module instead of the requirements management. Whenever I try to open any existing requirement or create a new requirement, I get this following error with the message "object Object". Below…
I am trying to add a Requirement through the .NET API. Here is my code:
//creating new connection
HttpServerConnection conn = IomFactory.CreateHttpServerConnection(serverUrl, dbName, username, password); Innovator inn = IomFactory.CreateInnovator…