Today I stumbled across a YouTube community for marketing iMIS:
http://www.youtube.com/user/ASICommunity
Friday, April 25, 2008
Thursday, April 17, 2008
Cold Pressed Coffee
Best use of a french press is to cold brewed coffee. I prefer cold pressed coffee to traditionally hot brewed. It takes at least 12 hours to cold brew but is far less acidic than hot bewed coffee.
Wednesday, April 16, 2008
iMIS 15.0.1.1863 Workstation Update
On a MS Vista machine I received the error:
Could not open/create logfile: C:\Windows\Temp\imisinstall.txt
To resolve:
- I had to use Task Manager to get the error message to go away
- Right-click setup.exe
- Select "Run as Administrator"
Could not open/create logfile: C:\Windows\Temp\imisinstall.txt
To resolve:
- I had to use Task Manager to get the error message to go away
- Right-click setup.exe
- Select "Run as Administrator"
Tuesday, March 11, 2008
Location of iMIS 15 Error Logs
This works for Microsoft Vista and XP in my experience.
The first location is in the asi*.log files:
The asi*.log files are located in the %TEMP%\asiTemp folder; these are created by the iMIS Desktop.
Start > Run > %Temp%\asiTemp to open this directory easily
The last 5 days worth of logs are kept
Errors are prefaced with Time stamp and Type: 'Error' Source:
The second location is the asi.webroot.log file:
This contains primarily error information from the Full web view, although some Public web view messages (mostly those from shared full/public functionality, such as login) may end up here as well.
Start > Run > C:\Program Files\ASI\iMIS15\asi.webroot.log to open this file easily
Errors are prefaced with Date/Time stamp and ERROR
The third location is the public error store, found in System Setup.
This contains error messages from the Public site. Login to http://myappserver/iMIS15 as a System Admin and go to System Setup > Set up web components > Error log (You cannot copy/paste from iMIS Desktop, but you can from the Full web view)
All errors are stored with individual error ID's
The fourth location is the application server's Event Log.
This contains any unhandled error messages (which result in the display of the Application Error page) as well as many (but not all) of the error messages found in the asi.webroot.log. It also contains non-iMIS specific errors, such as errors encountered by the operating system, the database, and the ASP.Net engine.
Start > Control Panel > Administrative Tools > Event Viewer (create a shortcut for your desktop). All errors are stored with a Type of Error.
This information was taken from the February 2008 iMIS Techlet from ASI
Location iMIS 15 Application Error Logsfrom Knowledge Base by Sig VanDamme
There are four major locations of iMIS Application Errors in iMIS 15 that are Useful for Troubleshooting
The first location is in the asi*.log files:
The asi*.log files are located in the %TEMP%\asiTemp folder; these are created by the iMIS Desktop.
Start > Run > %Temp%\asiTemp to open this directory easily
The last 5 days worth of logs are kept
Errors are prefaced with Time stamp and Type: 'Error' Source:
The second location is the asi.webroot.log file:
This contains primarily error information from the Full web view, although some Public web view messages (mostly those from shared full/public functionality, such as login) may end up here as well.
Start > Run > C:\Program Files\ASI\iMIS15\asi.webroot.log to open this file easily
Errors are prefaced with Date/Time stamp and ERROR
The third location is the public error store, found in System Setup.
This contains error messages from the Public site. Login to http://myappserver/iMIS15 as a System Admin and go to System Setup > Set up web components > Error log (You cannot copy/paste from iMIS Desktop, but you can from the Full web view)
All errors are stored with individual error ID's
The fourth location is the application server's Event Log.
This contains any unhandled error messages (which result in the display of the Application Error page) as well as many (but not all) of the error messages found in the asi.webroot.log. It also contains non-iMIS specific errors, such as errors encountered by the operating system, the database, and the ASP.Net engine.
Start > Control Panel > Administrative Tools > Event Viewer (create a shortcut for your desktop). All errors are stored with a Type of Error.
This information was taken from the February 2008 iMIS Techlet from ASI
Location iMIS 15 Application Error Logsfrom Knowledge Base by Sig VanDamme
There are four major locations of iMIS Application Errors in iMIS 15 that are Useful for Troubleshooting
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'
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.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
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
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(); |
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
Subscribe to:
Posts (Atom)