Gordon Welling Admin Group

Manager Technnical Support Services
Joined: 11-December-2003 Location: Canada Posts: 535
|
| Posted: 16-November-2006 at 4:30pm
|
|
|
How-to
Manually Reset a Damaged Database
If the “Initialize Omni Mobile Database Error!”
reappears after resetting the database, the database will need to be reset
manually:
1. Stop the Tomcat server or Novell
Servlet Gateway:
- NetWare - Stop tomcat on your server as
follows:
At the system console type: TC4STOP to unload Tomcat 4, or
(NetWare 6.5/OES) TOMCAT33STOP to unload Tomcat 3.3 (for NetWare 5.x/6.0 or higher)
- Linux Server - Stop tomcat with a script as
follows
cd /var/opt/novell/tomcat4/bin ./shutdown.sh
- Windows (with GroupWise 6.5) - Stop the
WebAccess Gateway as follows:
Open a command (CMD) prompt and type: net stop w3svc net stop “WebAccess (WEBAC65A)”
- Windows (with GroupWise 7.0) - Stop the
WebAccess Gateway and Tomcat as follows:
Open a command (CMD) prompt and type:
net stop w3svc net stop “WebAccess (WEBAC70A)” net stop “Tomcat 5.5 2. Find the data folder and make the
following changes:
a. Delete the omnimobile_admin.script file,
b. Make a copy of the omnimobile_admin.script.template file and name it as omnimobile_admin.script,
c. Delete the omnimobile_stats.script file, and
d. Make a copy of the omnimobile_stats.script.template file and name it as omnimobile_stats.script.
|
GroupWise and Host Server OS
|
Data Folder
|
|
GroupWise
6.5 or 7 on NetWare 6.0
|
SYS:Tomcat\33\data
|
|
GroupWise
6.5 or 7 on NetWare 6.5/OES
|
SYS:Tomcat\4\data
|
|
GroupWise
on SUSE Linux Server
|
/var/opt/novell/tomcat4/data
|
|
GroupWise
6.5 on Windows Server
|
c:\novell\java\data
|
|
GroupWise
7 on Windows Server
|
c:\novell\tomcat5.5\data
|
3. Start the Tomcat server or Novell
Servlet Gateway:
- NetWare - Start tomcat on your server as
follows:
At the system console type:
TOMCAT4 to load Tomcat 4, or (NetWare
6.5/OES) TOMCAT33 to load Tomcat 3.3 (for NetWare 5.x/6.0 or higher)
- Linux Server - Start tomcat with a script
as follows:
cd /var/opt/novell/tomcat4/bin ./startup.sh
- Windows (with GroupWise 6.5) - Start the
WebAccess Gateway as follows:
Open a command (CMD) prompt and type:
net start w3svc net start
“WebAccess (WEBAC65A)"
- Windows (with GroupWise 7.0) - Start the
WebAccess Gateway and Tomcat as follows:
Open a command (CMD) prompt
net start “Tomcat 5.5” net start w3svc net start “WebAccess (WEBAC70A)”
Edited by Gordon Welling on 16-November-2006 at 7:06pm
|