"The operation was canceled." message while logging in.

Hello All,
Installed Aras on Windows10 machine.
Using .Net Framework 4.7.2 as specified in the installation document.
When I try to login to Aras (using admin/innovator),
it takes sometime and finally shows the below message in the login screen:
"The operation was canceled."
Tried with Edge & Chrome too.
Any input on how to fix this?
Thank you very much for your help.
Regards,
Jai
Parents
  • Hi,

    Resolved it & now I’m able to login. 

    The issue was the server entry in DB-Connection in config file. 

    Previously it was… 

    <DB-Connection id="InnovatorSolutions" database="InnovatorSolutions" server="localhost" 

    Now changed it to… 

    <DB-Connection id="InnovatorSolutions" database="InnovatorSolutions" server="MyMachineName\SQLEXPRESS"

    Thanks for your time in this.

    Regards,

    Jai

Reply
  • Hi,

    Resolved it & now I’m able to login. 

    The issue was the server entry in DB-Connection in config file. 

    Previously it was… 

    <DB-Connection id="InnovatorSolutions" database="InnovatorSolutions" server="localhost" 

    Now changed it to… 

    <DB-Connection id="InnovatorSolutions" database="InnovatorSolutions" server="MyMachineName\SQLEXPRESS"

    Thanks for your time in this.

    Regards,

    Jai

Children
No Data