Kbase P100706: AdminService not installed/configured after successful install of 9.1E Personal Database
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  26/01/2007 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1E
SYMPTOM(s):
AdminService not installed/configured after successful install of Personal Database
AdminServer for 9.1E not listed in Windows Services
admsrvc /install command successfully adds AdminServer for 9.1E entry in Windows Services
AdminServer still does not start from Windows Services despite the successful addition of AdminServer 9.1E
Installed Service Pack 9.1E02 no change in behavior.
Installed Service pack 9.1E04 no change in behavior.
CAUSE:
Bug# 20050105-017
CAUSE:
The Progress 9.1E FCS install and Service Packs 9.1E02, 9.1E03 and 9.1E04 are not putting in the values for the AdminService\9.1E\ShutdownCmd or the AdminService\9.1E\StartupCmd.
FIX:
Option 1: FCS install
1. Install Service Pack 9.1E01
Option 2: FCS install with Service 9.1E02 - 9.1E04
1. Install Service Pack 9.1E01
2. Re-install latest 9.1E Service Pack.
Option 3: Workaround:
If not done already, run the following command from the 9.1E PROENV prompt:
admsrvc /install
This will update the Windows Services and add an entry for the 9.1E AdminService.
CHECK the following key in the registry:
HLKM\SYSTEM\CurrentControlSet\Services\AdnubService9.1E
Import the following values to the registry and then the Adminservice starts from services
either manually or automatic on a reboot.
[HKEY_LOCAL_MACHINE\SOFTWARE\PSC\AdminService\9.1E\ShutdownCmd]
"Chimera"="\" C:\\Program Files\\Progress \\bin\\jvmstart\" -o eventmgr -w
@{WorkPath} @{JAVA\\JREHOME}\\bin\\java -classpath
@{JAVA\\JRECP};@{JAVA\\PROGRESSCP};@{JAVA\\FATHOMCP};@{JAVA\\REPLCP}
@{JAVA\\JVMARGS} -DInstall.Dir=@{Startup\\DLC} -DWork.Dir=@{WorkPath}
-Djava.jvmargs=@{JAVA\\JVMARGS} -Djava.security.policy=@{JAVA\\JAVAPOLICY}
-Dadmsrv.jvm=@{JAVA\\JREHOME}\\bin\\java
com.progress.chimera.adminserver.AdminServerType -port 21931 -adminport 7932 -stop -service"
[HKEY_LOCAL_MACHINE\SOFTWARE\PSC\AdminService\9.1E\StartupCmd]
"Chimera"="\"C:\\Program Files\\Progress\\bin\\jvmstart\" -o eventmgr -w
@{WorkPath} @{JAVA\\JREHOME}\\bin\\java -classpath
@{JAVA\\JRECP};@{JAVA\\PROGRESSCP};@{JAVA\\FATHOMCP};@{JAVA\\REPLCP}
@{JAVA\\JVMARGS} -DInstall.Dir=@{Startup\\DLC} -DWork.Dir=@{WorkPath}
-Djava.jvmargs=@{JAVA\\JVMARGS} -Djava.security.policy=@{JAVA\\JAVAPOLICY}
-Dadmsrv.jvm=@{JAVA\\JREHOME}\\bin\\java -Djvmstart.debug=0
com.progress.chimera.adminserver.AdminServerType -port 21931 -adminport 7932 -start -service"