|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: XML and write string VB.Net |
brad_blackmon
Replies: 5 Views: 4321
|
Forum: IBM MQ API Support Posted: Fri Mar 12, 2004 8:02 pm Subject: XML and write string VB.Net |
Try setting the MQMessage.CharacterSet property before you call the WriteString() method. If you do nothing, will default 1200, which writes the string to the queue in unicode. However, if you set the ... |
Topic: amqdnet.dll installation problem |
brad_blackmon
Replies: 8 Views: 8053
|
Forum: IBM MQ API Support Posted: Wed Mar 10, 2004 9:25 am Subject: amqdnet.dll installation problem |
Which service pack are you running? I have CSD05 installed, and the following works fine:
C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin>gacutil /i "C:\Program Fil ... |
Topic: MQ WriteString in mutibytes |
brad_blackmon
Replies: 2 Views: 2498
|
Forum: IBM MQ API Support Posted: Thu Mar 04, 2004 7:28 pm Subject: MQ WriteString in mutibytes |
Also, look at setting the MQMessage.CharacterSet property before you call the WriteString() method. If you do nothing, it seems to default to 1200, which writes the string to the queue in unicode. H ... |
Topic: Help ! VB.NET authentication using userid and Password |
brad_blackmon
Replies: 4 Views: 3805
|
Forum: IBM MQ API Support Posted: Thu Mar 04, 2004 7:07 pm Subject: Help ! VB.NET authentication using userid and Password |
I had this exact same problem with my project. Here's what I did to solve it. The primary problem is connecting to the remote queue manager when the user running the VB app is not defined as a valid ... |
|
|
|