DenizEralp - Monday, June 25, 2007 11:51 AM:
Hi Bill,
With all your help I managed to overcome most of the errors. Now my problem is the database exception at the first login.
I checked the post in the forum regarding this problem, but that error was overcome by a clean installation. That did not help me.
Everything works fine during the installation. I create a new database, no problem occurs. After the database creation the database parameters window (3.3.14 in the installation manual) appears again. I choose `existing database` and configure. No problem occurs again.
But when I try to log in using the `admin` to this database I see the following exception:
Exception during initialization (InnovatorDatabaseException): Invalid columne name 'id'. Invalid column name 'login_name'. Invalid column name 'password'. Invalid column name 'logon_enabled'. In SQL: SELECT id FROM [USER] WHERE login_name='admin' AND password='42de...8e02' AND login_enabled='1')
What can I do?
Bill - Monday, June 25, 2007 3:58 PM:
1) Did you use the installer to install the databse, or did you restore it from a backup?
2) Can you examine your InnovatorServerConfig.xml file?
-Bill