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