Author |
Message |
Topic: empty message |
rbreault
Replies: 1 Views: 2162
|
Forum: IBM MQ API Support Posted: Tue Jul 24, 2007 9:19 am Subject: empty message |
So I finally get MQ writing to a queue with .net and the payload / message is empty.
I am having a hard time figureing out what I need to add at this point
msgData.ReadBytes(xmlDoc.ReadNode);
... |
Topic: Error in .NET that I cant get by |
rbreault
Replies: 10 Views: 6157
|
Forum: IBM MQ API Support Posted: Tue Jul 24, 2007 7:30 am Subject: Error in .NET that I cant get by |
thank you again I changed the user for IIS |
Topic: Error in .NET that I cant get by |
rbreault
Replies: 10 Views: 6157
|
Forum: IBM MQ API Support Posted: Tue Jul 24, 2007 4:46 am Subject: Error in .NET that I cant get by |
thank you thats what I thought when I posted the question last night I was hopeing I could add it to the code but adding a user to the 400 is fine as well. again thank you |
Topic: Error in .NET that I cant get by |
rbreault
Replies: 10 Views: 6157
|
Forum: IBM MQ API Support Posted: Mon Jul 23, 2007 8:42 pm Subject: Error in .NET that I cant get by |
so I have found out how to add a user to the iseries and create the same user in windows but my question on this is I have IIS ASP running how can I define that user? Can it be in my code or a system ... |
Topic: Error in .NET that I cant get by |
rbreault
Replies: 10 Views: 6157
|
Forum: IBM MQ API Support Posted: Mon Jul 23, 2007 5:51 pm Subject: Error in .NET that I cant get by |
found the command for AS400
posting it here in case someone else needs it with a description
On i5/OS, an administrator uses the CL command GRTMQMAUT to grant authorities and the CL command RVKM ... |
Topic: Error in .NET that I cant get by |
rbreault
Replies: 10 Views: 6157
|
Forum: IBM MQ API Support Posted: Mon Jul 23, 2007 5:39 pm Subject: Error in .NET that I cant get by |
ok so I have been searching all over this forum. for 2035 I can run a lot of the commands people have talked about as I am running MQ server on AS400/iSeries I have checked.
Can I use the MQEnviorm ... |
Topic: Error in .NET that I cant get by |
rbreault
Replies: 10 Views: 6157
|
Forum: IBM MQ API Support Posted: Mon Jul 23, 2007 11:57 am Subject: Error in .NET that I cant get by |
where can I get some more information on this command
setmqaut
and maybe a example on how it is used? |
Topic: Error in .NET that I cant get by |
rbreault
Replies: 10 Views: 6157
|
Forum: IBM MQ API Support Posted: Mon Jul 23, 2007 11:31 am Subject: Error in .NET that I cant get by |
I have been trying to create an app to talk to mq using .Net c#. I made it so simple because I am having the same issue over and over its a
Error: CompCode: 2 Reason 2035 which hasn't helped me mu ... |
Topic: Help with .Net intergration and MQ |
rbreault
Replies: 6 Views: 5012
|
Forum: IBM MQ API Support Posted: Fri Jul 20, 2007 12:37 pm Subject: Help with .Net intergration and MQ |
yeah I see that I am just getting this code working then I am going to clean it up and polish it. I am new so to writing code but again thank you for pointing these out to me it helps a ton so I don't ... |
Topic: Help with .Net intergration and MQ |
rbreault
Replies: 6 Views: 5012
|
Forum: IBM MQ API Support Posted: Fri Jul 20, 2007 10:22 am Subject: Help with .Net intergration and MQ |
Thank you everyone who helped point out what I was doing wrong as I just stared at the code but didn't see it. I got the code to compile now and I am getting ready to test.
[System.Web.Services.P ... |
Topic: Help with .Net intergration and MQ |
rbreault
Replies: 6 Views: 5012
|
Forum: IBM MQ API Support Posted: Fri Jul 20, 2007 9:34 am Subject: I made some changes but now its a different error |
/// <remarks/>
[System.Web.Services.Protocols.SoapHeaderAttribute("payloadManifest", Direction=System.Web.Services.Protocols.SoapHeaderDirection.InOut)]
[System.Web.Services.WebM ... |
Topic: Help with .Net intergration and MQ |
rbreault
Replies: 6 Views: 5012
|
Forum: IBM MQ API Support Posted: Fri Jul 20, 2007 9:00 am Subject: Help with .Net intergration and MQ |
I have the following code that is throwing error which follow. Any help on how to solve this would be great. I would like to take an xml stream I get via web services and write it to MQ.
System.Xm ... |
Topic: message get |
rbreault
Replies: 9 Views: 6996
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 15, 2007 9:03 am Subject: message get |
Thanks a ton for the information |
Topic: message get |
rbreault
Replies: 9 Views: 6996
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 14, 2007 2:57 pm Subject: message get |
ok I will admit I shouldn't be the one writing this code as its like I am bind. But after reading that link and trying to figure out how to get that stream of bytes I have to a file I am ready to give ... |
Topic: message get |
rbreault
Replies: 9 Views: 6996
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 14, 2007 1:46 pm Subject: message get |
Here is the output from my program its great but I am needing just a couple things
MQ Open Occurred
MQ Get Occurred
Total Message Length: 414
<?xml version="1.0" encoding="UTF- ... |