Posted: Sun Aug 03, 2003 11:54 pm Post subject: Command line in WMQI (continue)
Novice
Joined: 01 Aug 2003 Posts: 11
Hi.
I have a problem with command line in WMQI. I want to deploy configuration data by command line. I used support pac IC01 and have an error: 'java' is not recognized as an internal or external command, operable program or batch file. The original mqsideploy.bat in IC01 is like this:
@echo off
set DEP_CLASSPATH=.;.\ic01.jar;..\classes\com.ibm.mq.jar;..\classes\jfaceall.jar;..\classes\swingall.jar;..\classes;..\classes\xml4j.jar;..\classes\broker.jar;..\classes\config.jar;..\classes\argo.jar;..\classes\webdav.jar;..\lib;..\lib\rt.jar;..\lib\math.jar;..\lib\i18n.jar;%classpath%
if not exist mqsi.dtd goto nodtd
if %1""=="" goto noparam
:nodtd
echo.
echo The file 'mqsi.dtd' does not exist in this directory.
echo.
echo Please ensure this program is launched from the mqsi_root_dir\Tool
echo directory.
goto end
set DEP_CLASSPATH=.;.\ic01.jar;..\classes\com.ibm.mq.jar;..\classes\jfaceall.jar;..\classes\swingall.jar;..\classes;..\classes\xml4j.jar;..\classes\broker.jar;..\classes\config.jar;..\classes\argo.jar;..\classes\webdav.jar;..\lib;..\lib\rt.jar;..\lib\math.jar;..\lib\i18n.jar;%classpath%
if not exist mqsi.dtd goto nodtd
if %1""=="" goto noparam
:nodtd
echo.
echo The file 'mqsi.dtd' does not exist in this directory.
echo.
echo Please ensure this program is launched from the mqsi_root_dir\Tool
echo directory.
goto end
BIP1036S: Unexpected WebDAV exception in utility Deploy; method getUUID.
A WebDAV exception was caught by the Deploy utility in method getUUID. The exception text is: BIP1361S: Unable to locate MQSeries Java classes. When connecting to the MQSeries queue manager at Configuration Manager startup, the MQSeries Java classes could not be located. The Control Center is unable to communicate with the Configuration Manager. Ensure that the required level of MQSeries Java classes are installed and have been correctly added to the classpath. You must also ensure that the userid under which you are running has permission to access the directory where the MQSeries Java classes are installed. If you do not have permission, either change the permissions on the directory or add your userid to the Administrators group. . The current operation will end.
Retry the operation if possible. If the exception still occurs, contact your IBM support center.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum