Author |
Message |
Topic: The return code from the TCP/IP (read) call was 73 (X'49') |
mmistroni
Replies: 29 Views: 30025
|
Forum: General Discussion Posted: Thu Jan 17, 2008 6:08 am Subject: The return code from the TCP/IP (read) call was 73 (X'49') |
Hello,
yes....
i thought that i could solve it by , let's say, upgrading my own libraries to 6.0.........
regards
marco |
Topic: The return code from the TCP/IP (read) call was 73 (X'49') |
mmistroni
Replies: 29 Views: 30025
|
Forum: General Discussion Posted: Thu Jan 17, 2008 5:53 am Subject: The return code from the TCP/IP (read) call was 73 (X'49') |
PeterPotkay,
is it fine if i upgrade only my client libraries, without doing anything on the server side?
when i follow link you provided me, it says
Prerequisites
Install this fix pack on to ... |
Topic: The return code from the TCP/IP (read) call was 73 (X'49') |
mmistroni
Replies: 29 Views: 30025
|
Forum: General Discussion Posted: Thu Jan 17, 2008 1:11 am Subject: The return code from the TCP/IP (read) call was 73 (X'49') |
Hello.
here's content of manifest for com.ibm.mq.jar
Manifest-Version: 1.0
Name: com/ibm/mq/
Sealed: false
Implementation-Version: "5.306 - j5306-08-040914"
Spec ... |
Topic: The return code from the TCP/IP (read) call was 73 (X'49') |
mmistroni
Replies: 29 Views: 30025
|
Forum: General Discussion Posted: Wed Jan 16, 2008 7:01 am Subject: The return code from the TCP/IP (read) call was 73 (X'49') |
Hello..
well i am using mq-5.3-connector.jar .. plus mq.jar and mqjms.jar with have no version associated...
app was already there when i joined.....
can u suggest me where to get an up-to-date ... |
Topic: The return code from the TCP/IP (read) call was 73 (X'49') |
mmistroni
Replies: 29 Views: 30025
|
Forum: General Discussion Posted: Wed Jan 16, 2008 6:33 am Subject: The return code from the TCP/IP (read) call was 73 (X'49') |
Hello again,
i contacted the MQ admin guy.... he told me that he can put messages of any sizes wtih is MQ client (that comes with MQ Server installation)...
he was suggesting me taht there might b ... |
Topic: The return code from the TCP/IP (read) call was 73 (X'49') |
mmistroni
Replies: 29 Views: 30025
|
Forum: General Discussion Posted: Wed Jan 16, 2008 4:51 am Subject: The return code from the TCP/IP (read) call was 73 (X'49') |
ACtually,
with little patience, i discovered that as long as message is >= 1892 bytes, everything works fine
when it gets below that, i m going to get the excepiton with 2009/2019..
anyone ... |
Topic: The return code from the TCP/IP (read) call was 73 (X'49') |
mmistroni
Replies: 29 Views: 30025
|
Forum: General Discussion Posted: Fri Jan 11, 2008 2:42 am Subject: The return code from the TCP/IP (read) call was 73 (X'49') |
Hi ,
got the LinkexException
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2009
at com.ibm.mq.MQQueue.putMsg2(MQQueue.java:1498)
at com.ibm.mq.jms.MQMessage ... |
Topic: The return code from the TCP/IP (read) call was 73 (X'49') |
mmistroni
Replies: 29 Views: 30025
|
Forum: General Discussion Posted: Fri Jan 11, 2008 2:30 am Subject: The return code from the TCP/IP (read) call was 73 (X'49') |
fjb_saper,
i take ur point./
But what's the explanation of why if i send a huge text message (XML or not) it just work, while if i send a string it doesn't?
and this is not matter hte order.. ... |
Topic: The return code from the TCP/IP (read) call was 73 (X'49') |
mmistroni
Replies: 29 Views: 30025
|
Forum: General Discussion Posted: Thu Jan 10, 2008 3:04 am Subject: The return code from the TCP/IP (read) call was 73 (X'49') |
Hello..
More trial... more failures
I was asked early, to do a send of ab ig xml file followed by a test string..
Here's code i have tried
String destinationName = "TEST";
... |
Topic: The return code from the TCP/IP (read) call was 73 (X'49') |
mmistroni
Replies: 29 Views: 30025
|
Forum: General Discussion Posted: Thu Jan 10, 2008 2:36 am Subject: The return code from the TCP/IP (read) call was 73 (X'49') |
Hello,
ok i got some code (not working to show
I have modified the existing code i have by followign an example from IBM.. just to see if i can get something working....
First of all, let ... |
Topic: The return code from the TCP/IP (read) call was 73 (X'49') |
mmistroni
Replies: 29 Views: 30025
|
Forum: General Discussion Posted: Thu Jan 10, 2008 1:32 am Subject: The return code from the TCP/IP (read) call was 73 (X'49') |
Hello,
well, i can reproduce the problem any time i want. I just have to send a random string instead of a huge XML file.
I am just curious of why exactly the same code works with a huge XML file ... |
Topic: The return code from the TCP/IP (read) call was 73 (X'49') |
mmistroni
Replies: 29 Views: 30025
|
Forum: General Discussion Posted: Wed Jan 09, 2008 8:29 am Subject: The return code from the TCP/IP (read) call was 73 (X'49') |
Hello all,
i have a Spring webapp that connects to an MQ.
In my JUnit test i am sending messages to a Queue and try to read from them.
Currently, messages are HUGE xml files, and everything works ... |