This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to build the connection to Aras with API(Iom.dll ) on aras innovator 11 ?

lin227 - Monday, February 2, 2015 11:50 PM:

 Hi,

 On aras innovator 10(use Iom.dll 10), I can use following to connect to aras successfully. But now with innovator 11(use Iom.dll ver.11), , this way failed. It prompted an error about "Aras.Net.WindowsAuthenticationHelper". How does that? Anyone help?

Dim MyConnection As Aras.IOM.HttpServerConnection
    MyConnection = Aras.IOM.IomFactory.CreateHttpServerConnection("localhost/.../InnovatorServer.aspx", "InnovatorSolutions11", "admin", "innovator")
     MyConnection.Login()

Lin



zahar - Tuesday, February 3, 2015 6:05 AM:

use as an address localhost/innovatorserver not the full path to aspx