Author |
Message
|
Chuck831 |
Posted: Mon Dec 23, 2002 7:12 am Post subject: IC01 Errors |
|
|
Apprentice
Joined: 23 Dec 2002 Posts: 28
|
When using the IC01 support pack I get the following error messages:
BIP1036S and BIP1361S
Does anyone have what might be wrong. |
|
Back to top |
|
 |
lillo |
Posted: Mon Dec 23, 2002 7:31 am Post subject: |
|
|
Master
Joined: 11 Sep 2001 Posts: 224
|
the error is about the java classes. Did you install ma88?
Tell us about your environment, so we could help you more.
Cheers _________________ Lillo
IBM Certified Specialist - WebSphere MQ |
|
Back to top |
|
 |
Chuck831 |
Posted: Mon Dec 23, 2002 7:36 am Post subject: |
|
|
Apprentice
Joined: 23 Dec 2002 Posts: 28
|
We have Websphere MQ Integrator 2.1 w/CSD03 installed. It is running on a Win2000 server. The workstation is Win NT. I have not installed MA88.
Is there any additional information that I can supply. |
|
Back to top |
|
 |
lillo |
Posted: Wed Dec 25, 2002 10:54 pm Post subject: |
|
|
Master
Joined: 11 Sep 2001 Posts: 224
|
Here is the meaning of your errors:
Code: |
BIP1036S Unexpected WebDAV exception in utility &1; method &2.
BIP1361S Unable to locate MQSeries Java classes.
Explanation: 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.
User Response: 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.
|
I would install ma88 (java classes) and try again. I think ma88 will solve your problem. You shouldn´t install ma88 if you have mq 5.3.
Cheers _________________ Lillo
IBM Certified Specialist - WebSphere MQ |
|
Back to top |
|
 |
Wendy Roaland |
Posted: Wed Jan 08, 2003 3:11 am Post subject: post |
|
|
Newbie
Joined: 24 Jan 2002 Posts: 6 Location: Wendy
|
Try adding the file 'connector.jar' to the classpath for each bat file.
ie
set EMF_CLASSPATH = ...etc....;..\classes\connector.jar;
This looks to work for these utilities.
Regards |
|
Back to top |
|
 |
Galichet |
Posted: Wed Jan 08, 2003 6:17 am Post subject: about IC01 and CSD3 |
|
|
Acolyte
Joined: 26 Jun 2001 Posts: 69 Location: Paris - France
|
Hi,
We had the same problem and it's inded a java class problem ...
We have found a solution copying the jar files provided with the CSD02 of WMQI to the tool directory of WMQI and moidying the bat file to add the current directory to the PATH ...
That's not very cool, but at least it works. (waiting for a new release)
ps : use the java engine in the tool/bin directory _________________ Eric Galichet
SMABTP
France |
|
Back to top |
|
 |
|