Wednesday, February 20, 2008

iMIS 15 and iMIS 10.6 Client on Same Machine

This is just an FYI; I tried to install the iMIS 15 client on my machine without upgrading my 10.6 client; cannot be done :-(

iMIS 15 MANAGER Login

My new installation of iMIS 15 was moving along nicely when I decided to change the MANAGER password (File > System Setup > SQL Security Setup > SQL Manager Password); I got myself lockout when I tried to login using my new password.

Solution:
On your application server
Start > Programs > ASI > Tools > DBRepair
Connect to the server using your 'sa' password
Click 'Fix SQL Logins'

iMIS 15 Installation Error

In order to see more descriptive errors you will need to disable Custom Errors:
In IIS Manager, right click the iMIS 15 virtual directory > Properties > ASP.NET > Edit Configuration > Custom Errors > Custom error mode > Off

Server Error in '/iMIS15' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

Line 30:  gWindowOnLoad = new Array();
Line 31: gPostBackFormProcessSubmit = true;
Line 32: gUserLanguage = "<%= Request.UserLanguages[0] %>";
Line 33: gWebRoot = "<%= Asi.Web.Utilities.GetTildeExpansion() %>";
Line 34: gWebsiteKey = '<%= Session["WebsiteKey"] != null ? Session["WebsiteKey"].ToString() : "null" %>';


To resolve the above error:
IE > Tools > Internet Options > Languages > Add > English (United Staes) [en_US]

Refresh the page or restart the iMIS 15 client