progress explorer tool problem with server 2008

Project:thing
Component:Code
Category:support request
Priority:critical
Assigned:Unassigned
Status:active
Description

Hello Ryno, thanks for your help,
I use 10.1C on server windows 2008. i get error when i try to start progress explorer tool.
the Adminservice runing without any problems.

thanks
Goran

I try sends few days, to find some solution for the problem with windows 2008.
the progress explorer tool, cant not be start on 2008 server .
I find something online, but it don’ts works. Did you have maybe some other solution? (Script, exe ,or something else)
(
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Java VM]
“EnableLogging”=hex:00,00,00,00
“EnableJIT”=hex:00,00,00,00
[HKEY_USERS\.Default\Software\Microsoft\Java VM]
“EnableLogging”=hex:00,00,00,00
“EnableJIT”=hex:00,00,00,00
)

Thanks for your help
Goran


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#1

Hi Goran

What version of OpenEdge are you using? I had a problem on Windows 7 where it never used to work, because the Java Virtual Machine that comes with the later versions of windows 7 aren't supported.
Apparently the windows server 2008 MMC doesn't support older snap-ins.

Try installing 10.2B04, as this solved the problem for me on Windows 7.
If that doesn't work, you will have to install OpenEdge Explorer on the machine.

Another alternative is to learn the wtbman and wsaman commands:)

wtbman -r mipdbs1 -port 29500 -u rynom -i wsb_000dev -q

wtbman -h:
OpenEdge Release 10.1C04 as of Sat May 30 00:40:18 EDT 2009

Command Tool Usage for WebSpeed Broker
========================================================================
-help or -h Display command line help.
-name or -i (Name) (Required) Name of WebSpeed Broker
-start or -x Start named WebSpeed Broker
-user or -u (UserName) User name
-host or -r Host name where AdminServer is running
-port Port number of running AdminsServer
-query or -q Query named WebSpeed Broker
-trimagents or -trim (NumToTrim) Trim agents back by (NumToTrim)
-addagents or -s (NumToStart) Add (NumToStart) additional agents
-kill or -k Emergency shutdown of WebSpeed Broker
-stop or -e Shutdown specified WebSpeed Broker.

If the Admin server is running on localhost, you can omit the -r/-host options.
we usually write little scripts to start and stop our agents.

Regards,
Ryno