Author |
Message |
Topic: Error 2010 |
gh
Replies: 8 Views: 6220
|
Forum: General IBM MQ Support Posted: Wed Aug 23, 2006 1:56 am Subject: error 2010 |
Yes, these are my server's setting max msg length is set 99999999 but i'm still getting error while running get on message with the data length 4404710.
Plz suugest me how can I solve this problem : ... |
Topic: Error 2010 |
gh
Replies: 8 Views: 6220
|
Forum: General IBM MQ Support Posted: Wed Aug 23, 2006 1:10 am Subject: Error 2010 |
2010 stands for MQRC_DATA_LENGTH_ERROR
I'm not getting this error for short messages. |
Topic: Error 2010 |
gh
Replies: 8 Views: 6220
|
Forum: General IBM MQ Support Posted: Wed Aug 23, 2006 12:57 am Subject: Error 2010 |
Hi All,
I'm getting 2010 Error in my VB.NET application while executing get method of Queue object, the data length of message is 4404710.
Maximum message length of Queue and Server connection ch ... |
Topic: Maximum size of messages |
gh
Replies: 6 Views: 4657
|
Forum: General Discussion Posted: Tue Aug 22, 2006 4:52 am Subject: Maximum size of messages |
Yes now it's working
I was using mqftsnd when I've mention maxmessage length with that also then it works.
Thank u so much  |
Topic: Maximum size of messages |
gh
Replies: 6 Views: 4657
|
Forum: General Discussion Posted: Tue Aug 22, 2006 4:17 am Subject: Maximum size of messages |
Still it's breaking the file into multiple messages however I've increased the maximum message length to it's max value.My File size is 817KB and that's brokenup into 9 messages. |
Topic: Maximum size of messages |
gh
Replies: 6 Views: 4657
|
Forum: General Discussion Posted: Tue Aug 22, 2006 3:51 am Subject: Maximum size of messages |
Hi All,
Sorry it's a very basic question
Can someone tell me the maximum size of a message in Queue and how can we set it through Websphere MQ Explorer ?
Actually I'm putting a file on Queu ... |
Topic: File Transfer Tool |
gh
Replies: 8 Views: 6708
|
Forum: IBM MQ API Support Posted: Wed Aug 16, 2006 1:15 am Subject: File Transfer Tool |
Thanks Vitor
I've to use this Tool beocz some other application will put files in Queues of different Queue manager and my application will dump those files on client machine to read them.
Please su ... |
Topic: File Transfer Tool |
gh
Replies: 8 Views: 6708
|
Forum: IBM MQ API Support Posted: Wed Aug 16, 2006 12:50 am Subject: File Transfer Tool |
It's ok
Let me tell you current situation.
I've Two Queue manager on single server and I want to access both QMs from the system where MQ Client 6.0 installed.
mqftrcvc is working fine for First ... |
Topic: File Transfer Tool |
gh
Replies: 8 Views: 6708
|
Forum: IBM MQ API Support Posted: Wed Aug 16, 2006 12:00 am Subject: File Transfer Tool |
I'm already using that parameter but it's giving me error.
Command i've used : mqftrcvc -q Queue1 -m QM2 -e
Error : AMQ7780: Cannot connect to queue manager 'QM2' |
Topic: File Transfer Tool |
gh
Replies: 8 Views: 6708
|
Forum: IBM MQ API Support Posted: Tue Aug 15, 2006 11:25 pm Subject: File Transfer Tool |
Hi All,
I'm facing problem with file transfer tool.
mqftrcvc (Receive file on client) - not working with Non-Default Queue manager.
Can someone help me  |
Topic: Read file contents from queue |
gh
Replies: 8 Views: 9412
|
Forum: IBM MQ API Support Posted: Mon Aug 14, 2006 2:04 am Subject: Read file contents from queue |
Thanks Vitor and jefflowrey
I just want to confirm that there is no way to get the message body without this header information.
I can remove this extra info in my program but I'm not sure whethe ... |
Topic: Read file contents from queue |
gh
Replies: 8 Views: 9412
|
Forum: IBM MQ API Support Posted: Mon Aug 14, 2006 12:12 am Subject: Read file contents from queue |
Message format would not be "MQSTR" when a file resides on Queue
Our client want us to read contents of file which is available on Queue.They will put the whole File on Queue then we have to rea ... |
Topic: Read file contents from queue |
gh
Replies: 8 Views: 9412
|
Forum: IBM MQ API Support Posted: Sun Aug 13, 2006 10:46 pm Subject: Read file contents from queue |
Thanks for reply.
I've used ReadString method but that's given me some header information also with the contents of file.I don't want any extra information I just want the exact contents of file.
... |
Topic: Read file contents from queue |
gh
Replies: 8 Views: 9412
|
Forum: IBM MQ API Support Posted: Sat Aug 12, 2006 2:22 am Subject: Read file contents from queue |
I've a Queue which contains a file, I want to read the contents of the file in my VB.NET program.
Can someone tell me how can I use the mqftrcvc command in my vb.net code?
Is there any .NET class av ... |