Browse By Tags

  • Disable to create some item

    Hi team We've started verification of ARAS innovator Ver12.0 build 13341 and add ARAS packages from ARAS update. But We cannot create some item due to the gray out. Would you please good idea to resolve issue for us? sincerely
  • Login error on the PackageImport/Export utility

    Former Member
    Former Member
    Hi, So recently I installed Innovator V12, after having uninstalled V11. Everything works fine, except when I try to use the PackageImport/Export utility. It gives me the following Error: Login errors ****ErrorMessage**** faultstring: Failed login…
  • OAuth - How to use Grant Type "Authorization Code" for token generation

    Hi everyone, I recently read this excellent blog post about token authentication using the REST API for Innovator, and in it Christopher Gillis says that ' [c] urrently, I believe "password" is the only authentication type allows [sic] . Aras…
  • Admin Tool "Save request" in Innovator 12.0 ?

    Hi There Does anybody know if the convenient admin tool "Save request" is available in Innovator 12.0? I can't find it. Regards C
  • "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…
  • Innovator12 installed but eroor:500 occured

    Hi, I installed Innovator12 in Windows server 16, I followed the custom installation process and installation is done but when i try to accces through mozilla firefox, Error: Cannot access OAuth Server due to 500 (Internal Server Error) occured. Previously…