Thursday, January 29, 2004

ScriptLINK Product Information
Scriptlink is the product that is sold by Iatric to integrate with Meditech

Tuesday, January 27, 2004

Modem Initialization Strings - Modem Index H: "&FX4W2&C1&D3&K3&Q5S7=60S36=7S46=2S48=7"

Hayes modem string for Mac

Tuesday, January 20, 2004

IBM WebSphere Application Server Version 4.0 Fix Pack 7 (Version 4.0.7)

Websphere 4.0.7
Supported Prerequisites & APIs - Advanced Edition Version 4.0.7
Websphere Configuration.
grant codeBase "file:C:/WebSphere/AppServer/installedApps/cfusion.ear/cfusion.war/WEB-INF/cfusion/lib/*" {
permission java.security.AllPermission;
};
grant codeBase "file:C:/WebSphere/AppServer/installedApps/cfusion.ear/cfusion.war/WEB-INF/lib/*" {
permission java.security.AllPermission;
};


Add these to the C:\WebSphere\AppServer\java\jre\lib\security\java.policy file.

Friday, January 16, 2004

Causes of ORA-3113's
Oracle startup failure
Google Groups: View Thread "Rebooting windows after ORACLE installation"
Problem when your get Shared memory realm error and ORacle not available.
Start the database with svrmgrl


svrmgrl

connect internal

shutdown abort

startup
Oracle create new user.
grant select any table to system with admin option;
allows the system account (manager password) to grant.


GRANT ALL PRIVILEGES to xxxx;

Tuesday, January 13, 2004

This URL is a link to the symptoms database for IBM Websphere's log analyzer.
You need the up to date database for the analyzer to tell you something useful.

Thursday, January 08, 2004

Set up PRS


When setting up PRS make sure the class path is right in the prsapplication.bat.
Also make sure that the log4J properties file is in the class path.
log4J must also be included in the websphere class path.