Our installation involves WebSphere 3.5.3 running on Solaris and MQWF 3.3 running on OS-390. We are using the MQWF Java API to connect to the MQWF Server from within a servlet. Since we have multiple MQWF installations, we are using the agent.setConfigurationID("ABC") method call... we understand that if we are going to different MQWF Servers, we need different instances of the JVM to run since only one configuration can be used per application process but we are having a problem using the same ConfigID from within the same JVM. The error we are getting is: "Cannot set Configuration ID"... does anyone have any experience with this?
Joined: 23 Feb 2002 Posts: 59 Location: Shanghai, China
When you use configuration ID to connect to MQWF runtime, note that this call implicitly sets the LOC_LOCATOR policy. Consequently, any subsequent calls to Agent.setLocator() will throw a java.beans.PropertyVetoException. If the servlet is not running on the same machine which MQWF is installed in, you will get the error message.
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