Author |
Message |
Topic: Challenge Question - 04 / 2008 - Week Two |
mqmhr
Replies: 27 Views: 89988
|
Forum: Challenge Forum Posted: Tue Apr 15, 2008 4:57 am Subject: Challenge Question - 04 / 2008 - Week Two |
Got two guesses. Let me try the first one. Is it dgolding? |
Topic: Websphere MQ - HP-UX to Linux |
mqmhr
Replies: 1 Views: 2950
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Dec 20, 2007 2:11 pm Subject: Websphere MQ - HP-UX to Linux |
We are using Websphere MQ 6.0 on HP-UX as the middleware. The customer is replacing all HP-UX servers with Linux servers. As a result we would need to run MQ on one of those Linux servers. I need to a ... |
Topic: Client triggering Java program in HP-UX |
mqmhr
Replies: 13 Views: 15800
|
Forum: General IBM MQ Support Posted: Thu Jan 25, 2007 5:37 pm Subject: Client triggering Java program in HP-UX |
We have resolved this issue now.
From the HP site for JRE 1.4.2.07,
Java requires dynamic loading (SHLIB_PATH, LD_LIBRARY_PATH) which are disabled in setuid or setgid executables. Therefore Ja ... |
Topic: Client triggering Java program in HP-UX |
mqmhr
Replies: 13 Views: 15800
|
Forum: General IBM MQ Support Posted: Wed Jan 10, 2007 8:32 am Subject: Client triggering Java program in HP-UX |
And you still have the same problem when you start runmqtmc manually, from an interactive login prompt while logged in as the same user that starts runmqtmc?
How are you starting runmqtmc?
I a ... |
Topic: Client triggering Java program in HP-UX |
mqmhr
Replies: 13 Views: 15800
|
Forum: General IBM MQ Support Posted: Tue Jan 09, 2007 6:46 pm Subject: Client triggering Java program in HP-UX |
The path and the library path (tried giving both LD_LIBRARY_PATH and SHLIB_PATH) is set correctly to point to the directory containing jvmlib.so file in the client machine.
Jeff, I mentioned the se ... |
Topic: Client triggering Java program in HP-UX |
mqmhr
Replies: 13 Views: 15800
|
Forum: General IBM MQ Support Posted: Tue Jan 09, 2007 3:39 pm Subject: Client triggering Java program in HP-UX |
Hello Jeff
Triggering a .sh and invoking java from within it, doesnt seem to work either. The shell script gets triggered but the java app is not getting invoked, with the same error.
When I pla ... |
Topic: Client triggering Java program in HP-UX |
mqmhr
Replies: 13 Views: 15800
|
Forum: General IBM MQ Support Posted: Tue Jan 09, 2007 1:28 pm Subject: Client triggering Java program in HP-UX |
We have configured a process definition to trigger a java program on the MQ client machine (runmqtmc). Both the MQ server and client are in HP-UX Itanium boxes. When we put a message, the java app is ... |
Topic: 2010 Error |
mqmhr
Replies: 18 Views: 21211
|
Forum: General IBM MQ Support Posted: Wed Dec 20, 2006 2:47 pm Subject: 2010 Error |
Thanks everyone. I will try out application segmentation. |
Topic: 2010 Error |
mqmhr
Replies: 18 Views: 21211
|
Forum: General IBM MQ Support Posted: Tue Dec 19, 2006 5:36 pm Subject: 2010 Error |
From the App Prog Ref, I understand that with MQMF_SEGMENTATION_ALLOWED flag set, the longest message that can be sent is 999 999 999 bytes. And I guess MQMF_SEGMENTATION_ALLOWED means that the queue ... |
Topic: 2010 Error |
mqmhr
Replies: 18 Views: 21211
|
Forum: General IBM MQ Support Posted: Tue Dec 19, 2006 9:08 am Subject: 2010 Error |
I am able to send a message wiith size <= 100 MB successfully, and also able to segment it. But my requirement is to segment a message of size 180MB.
If I define the channel maxmessagelengths to ... |
Topic: 2010 Error |
mqmhr
Replies: 18 Views: 21211
|
Forum: General IBM MQ Support Posted: Mon Dec 18, 2006 9:20 pm Subject: 2010 Error |
I am using MQMF_SEGMENTATION_ALLOWED, which means the upper limit for the message length is 999999999 bytes.
Moreover, I changed the channel maxmsglenth (of the server conn and client conn channels ... |
Topic: 2010 Error |
mqmhr
Replies: 18 Views: 21211
|
Forum: General IBM MQ Support Posted: Mon Dec 18, 2006 6:43 pm Subject: 2010 Error |
We modified the Java program to use the client channel table, still we are encountering 2010 error. I am pasting the code snippet
public void runSample() {
try {
// Create a connection ... |
Topic: 2010 Error |
mqmhr
Replies: 18 Views: 21211
|
Forum: General IBM MQ Support Posted: Fri Dec 15, 2006 7:53 pm Subject: 2010 Error |
At the client machine, the application is written in Java.
Also, at the client machine, we have copied the client channel definition table and we are using the environment variables MQCHLTAB = AMQ ... |
Topic: 2010 Error |
mqmhr
Replies: 18 Views: 21211
|
Forum: General IBM MQ Support Posted: Fri Dec 15, 2006 6:56 pm Subject: 2010 Error |
We have defined a client connection channel at the server with the same name as the server connection channel and have given 100MB as the max message length. |
Topic: 2010 Error |
mqmhr
Replies: 18 Views: 21211
|
Forum: General IBM MQ Support Posted: Fri Dec 15, 2006 5:12 pm Subject: 2010 Error |
Here is our scenario
MaxMsgLength on Server Connection channel , Queue Manager and Queue - 100 MB
Both client and server are in HP-UX platform
Trying to put a 180 MB message to the queue from ... |