ARAS 31 soap-env:server authentication failed for admin authentication failed for admin

Hai,

We have upgraded to ARAS 31 from 12. The migration is in progress. While login from application Its working fine. But while login from web API we are getting an error "soap-env:server authentication failed for admin authentication failed for admin"

We have tried to give the password in MD5 hash format for username admin.

But the error not yet solved. 

can anyone help us on this?

Thanks in advance,

Salini

Parents Reply
  • Hai Eli Donahue,

    I have fixed the issue 

    I have added the ODATA services into the nnovatorServerConfig.xml

    <Service Enabled="true">

    <Name>OData</Name>

    <Route>/server/odata</Route>

    <Handler>Aras.Server.OData.ODataHandler, Aras.Server.OData</Handler>

    </Service>

    and added the line <Scopes>Innovator OData</Scopes> into the oauth.config file. 

    And restarted the server.

    Now I can able to access the parts , Thank you for your guidance through out the conversation . It was very helpful . 

    Regards

    Salini 

Children