Forum Discussion
The InnovatorServer is there under Default Web Site, with Client, ConversionServer, NotficationServer, OAuthServer, SelfServiceReporting, Server and Vault.
Carmenj,
The next question I have is whether you have the components of IIS installed. In your control panel, open the "Turn Windows Features On or Off" menu. (It's under Programs and Features.) You want your Internet Information Services section to look like the following:
Once you've done that, it may help to restart IIS- just open up a console and run "IISReset" there.
Skyler C.
- carmenj6 years agoIdeator I
Thank you, I am now able to access the login page!
However, now when I try to login, after a short while It says "The operation was canceled." I made sure to log in with the user name "innovator" and the password specified in the InnovatorServerConfig.xml file. Any idea what might be wrong?
- Gopikrishnan6 years agoIdeator I
Default ARAS login
username: root and password: innovator
- carmenj6 years agoIdeator I
This results in the same error "The operation was canceled". It also happens when I write a nonsense username and password (instead of saying wrong password or something similar).
- Skyler_Crossman6 years agoIdeator I
Carmenj,
Just to be clear, during installation and setup I believe you create the user name and password. While Aras uses "admin" or "innovator" in a lot of examples, the actual values are whatever you set them to.
"The operation was canceled" at login isn't usually a problem with your credentials, but with connecting to the server or database. I'd second taking a look at the link in Gopikrishnan's message. (https://community.aras.com/f/applications/8919/the-operation-was-canceled-message-while-logging-in) Specifically, take a look at the db-connection line of your InnovatorServerConfig.xml file, and make sure that the database and server lines look right.
Skyler C