SQL Explorer in Windows Xp

niranjan

New Member
The SQL Client install for windows contains a SQl Explorer tool.
This works on windows 2000 but is not working on windows XP.
It seems it only for NT or unix.

I need a tool to run sql queries from the windows XP.
Does anyone know whats wrong or any other tool which I can use to run my sql queries.

Thanks
 
I have SQL Explorer Tool running on XP.
I think you must check your class path and sqlexp.bat. Your JVM could be reference incorrectly.
 
The error in the log file for the sqlexp.bat is as follows.
I checked that the first 2 jar files i18n.jar and tools.jar are not present in my installation. rest are fine. I tried to reinstall but still the same.
Any idea how to fix this one.

Thanks
Niranjan

(CLASSPATH=C:\Progress\OpenEdge\jre\lib\i18n.jar;C:\Progress\OpenEdge\jre\lib\tools.jar;C:\Progress\OpenEdge\java\progress.jar;C:\Progress\OpenEdge\java\messages.jar;C:\Progress\OpenEdge\java\rmi.zip;C:\Progress\OpenEdge\java\prowin.jar;C:\Progress\OpenEdge\java\jdbc.jar).
dump_Env() - complete.
FCN: start_jvm() - WinNT, execute the process
CmdLine = (wjview /d:java.security.policy=C:\Progress\OpenEdge\java\java.policy /d:Install.Dir=C:\Progress\OpenEdge com.progress.vj.sql.explorer.SQLExplorerGUI )
CreateProcess() - failed
Fri Oct 14 11:12:51 2005 :: Log Closed
 
Are you sure Microsoft Java VM is installed on your PC?

Otherwise: Install Microsoft Vitual machine by running the
[cd-install]\3party\msjavax86.exe, where [cd-install] represents the installation cd of Progress/OpenEdge

What version (anf patchlevel) of OpenEdge do you have?

HTH,

Casper.

 
Thanks casper.

I figured that out, wjview is microsoft java loader. Sun savaloader is sjview. I had sun java virtual machine. Since microsoft does not have the virtual machine anymore, I downloaded from other third party site and it now works fine.

Thanks everyone for the help.

Niranjan
 
Back
Top