No matter what I have tried I cannot login to the Innovator server. I am running SQL Express and have tried every trick I can but I still get an authentication error immediatly. I checked the configuration file and everything looked as it shoul according to the install doc. I give up!
Chris
No problem, I'm sure we can get this sorted out.
So, you installed Innovator to your server, and you were able to complete the install without errors.
After this, you set up a .NET security policy on the client machine using the Manual .NET Security Config Tool.
Next you followed the steps outlined in the Aras Innovator - Internet Explorer Client Machine Configuration
(See http://www.aras.com/support/documentation/documentation.aspx for the download of this doc.)
Finally you opened the link to the Innovator login screen.
Example: http://machine/InnovatorServer
You then enter the default login credentials on a new install:
Login: admin
Password: innovator
You then select the installed database from the dropdown and select login.
I assume this is when you recieve your error message. Could you tell me what the error message says, or if the error message happens at a different point (and what it says then)?
Thanks,
Bill
I have a similar problem in not being able to log in, except in my case all the fields in the login box are locked.
The database name appears ok in the drop-down (as configured during installation) and is locked as well. No errors during installation but I'm not sure if the Vault is configured correctly.
Any thoughts?
You know Bill, I looked through all the documentation and I could not find anything on the admin login! Would you be kind enough to direct me to the document that contained this info?
Thanks, admin--->innovator worked.
Chris W,
Glad it worked!
For future reference, connecting to Innovator for the first time is covered in section 6 "Connecting to the Aras Innovator Server" of the Aras Innovator - Installation Guide. However, I can see how you could overlook this when having to setup the client first. I have passed this feedback onto our documentaion people to help make this easier for others in the future. Thanks!
-Bill
Chris (chintsys),
So the fields are loaded, like in my previous screenshot, but you cannot type in them?
I'm not sure what this is, yet, but I can start with a couple of recomendations.
1) Review your IE settings with the Aras Innovator - Internet Explorer Client Machine Configuration document.
(http://www.aras.com/support/Documentation/documentation.aspx)
2) Clean your internet cache (In case the file was corrupted during download.)
(http://aras.com/Community/forums/70/ShowThread.aspx#70)
Could you provide me with a few details about your client machine?
1) Operating system (Windows 2000 or XP)?
2) Internet Explorer Version (6 or 7)?
3) .NET version (2.0 or 1.1)?
Hi Bill,
I'm running XP Pro / IE7 / .NET 1.1 on my local machine. The Innovator software is installed on a remote machine running WIndows Server 2003 with SQL Server 2000, IIS6 and.NET 1.1. I access this remote machine over a VPN. There is the same locked "login screen" using IE7 on the server as well as on my local machine. I have followed the recommendations in the Client Machine Configuration manual. The Internet cache has been cleared with no apparent change on my local machine.
I did have .ASP extensions disabled in IIS "Web Service Extensions" when I first started but have already corrected this (and restarted WWW Publishing Service). The database tables appear to be ok in SQL Server and I can see three login accounts in the User table (with all three enabled for login).
I'm wondering if this problem has something to do with the Directory Security settings in IIS. Right-clicking "Properties" under the "InnovatorServer" entry in "Default Web Site" and selecting the Edit button under the "Directory Security Tab" in my installation shows a user called IUSR_NEWSERVER enabled for Anonymous Access. The only other box checked on this page is "Integrated Windows Authentication". The dialog box looks a little different to the one shown in the Installation Guide manual which is presumably IIS5. Currently, IUSR_NEWSERVER is only a member of Domain Users and Guests on the Windows 2003 Server. The Installation Guide suggests this user should be an Administrator. Is this correct? I am a little hesitant to grant Administrator rights to an anonymous login.
Not sure if this is relevant, but the MDAC version on the our server is different to the one shown in the documentation:
HKEY_LOCAL_MACHINE\Software\Microsoft\DataAccess\Version =
Any thoughts you have on this would be appreciated.
Hey Chris,
Did you ever get this figured out? I've got the same problem. I'm thinking it might be something to do with the connection string, but I'm a complete novice when it comes to SQL Server/ASP.net. Any suggestions would be great.
Thanks,n8
Hi nate64, and welcome to the forum.
Chris and I emailed about this issue, but we never put the result in the post. My apologies. Chris was able to work around this issue by using his machine IP address to connect, rather than his machine name.
Example:
http://192.168.168.16/InnovatorServer
Let me know if this helps.
I'm having the same issue as Chris. I get the login screen with both Login and password fields "disabled" and the database pull-down grayed out. If you have a minute to review this, my client machine setup is:
OS = Win XP Pro
Browser = IE7
.NET version = 2.0
I first tried to set up a trusted connection for myself, but kept getting "Access Denied" messages when trying to create a Database. So I enabled windows & SQL authentication and changed the login to sa +password and that allowed the installation to complete. So, I think I'm almost there, but just need a little help on this.
Thanks,~ n8
Bill,
Thanks for the response. Is this in IE? I get a .NET error when I use the IP address in IE. Do I need to edit the web.config file?
~ n8
The .NET security policies are URL specific.
You need to set a new .NET security policy for the IP address.
1) Close all IE windows.
2) Run the Manual .Net Security Tool (sdns.exe) using the new URL (http://192.168.168.16/InnovatorServer)
3) Open a new IE Window and login.
Please also see: http://aras.com/Community/forums/thread/66.aspx
OK, Now the login fields are no longer greyed out. But no login that I've tried works:
admin+innovator
innovator+innovator
sa+password
myusername+password
I get an error in my connection string I think.
I'm pretty sure I've messed up the web.config file or the InnovatorServerConfig.xml file...
Suggestions where to start looking?
What did you change in these files?
Roughly, if not exactly.
OK, got past that, now I'm getting the following error:
"Exception during initialization (InnovatorDatabaseException: Login failed for use "admin'.)"
Installation error?
thanks,