Browse By Tags

  • How to create itemtype Requirement using C#? Getting error that cannot pass null value in column.

    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…
  • Import ReqIF into Aras Innovator

    Hello, I wanted to ask how the import of ReqIF to the Requirement Engineering module works. In my company we already use a tool to import and treat customer requirement. I digged into the ReqIFz that is exported, and we have everything, but this…
  • Crowdsourced Requirements for an ARAS mobile client (iOS+Android)

    Dear Community Members, We are developing a react native based client that could communicate with the ARAS server- as we have expertise both on ARAS and react native framework. Since it is react-native, it could be used by users for both iOS and Android…
  • Requirement Engineering in Aras 11Sp12

    I am trying to install Requirements engineering with Aras 11Sp12 . It failed and threw error that it is not compatible with this version of innovator. What is the correct version of Innovator to use Requirement Engineering ?
  • "Classification cannot be changed after saving the item" error using the .Net API to update requirement

    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…
  • Getting an error "object Object" on UI when opening or creating a Requirement

    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…
  • "Root element is missing." XML Error when trying to add Requirement through .NET API

    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…