Author |
Message |
Topic: FixPack 08 for v5 |
nhanks
Replies: 0 Views: 1990
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 19, 2006 11:39 am Subject: FixPack 08 for v5 |
I am getting ready to install. I noticed that I need Fixpack4 for DB2 since I am currently at 8.1.2. When I go get the fixpack for DB2 it is really 4a.
Has anybody else gone to this fixpack leve ... |
Topic: Soap Envelope in HTTPRequest |
nhanks
Replies: 3 Views: 3304
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 05, 2004 6:44 pm Subject: Soap Envelope in HTTPRequest |
Do you have to add the SOAP Envelope/Body etc when doing a HTTPRequest to a web service?
I was tracing what MQSI v5 puts on the wire and it only includes the XML Message, but none of the SOAP eleme ... |
Topic: Not able to call Oracle stored proc |
nhanks
Replies: 7 Views: 7140
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 26, 2004 8:07 am Subject: Not able to call Oracle stored proc |
Thanks for the info JT.
Another poster sent me a PM saying that they fixed the "problem" by changing the password to less than 6 characters since, and supposedly this was addressed with CSD03, whic ... |
Topic: Not able to call Oracle stored proc |
nhanks
Replies: 7 Views: 7140
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 24, 2004 7:57 pm Subject: Not able to call Oracle stored proc |
Ok, I got it to work, but I had to remove the mqsisetdbparms entry for connecting with an id separate from the one the broker runs under and create a userid on Oracle for the Broker user id. When I d ... |
Topic: Not able to call Oracle stored proc |
nhanks
Replies: 7 Views: 7140
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 23, 2004 12:11 pm Subject: Not able to call Oracle stored proc |
Sorry for the delay - got sidetracked.
Here is what is coming from my debug trace when I do a simple select statement:
2004-04-23 15:08:23.507972 3484 UserTrace BIP2231E: Error detected ... |
Topic: Not able to call Oracle stored proc |
nhanks
Replies: 7 Views: 7140
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 21, 2004 7:30 pm Subject: Not able to call Oracle stored proc |
The best I can tell it was ORA-0, since that is what is one of the last lines in the ExceptionList ouput. |
Topic: Not able to call Oracle stored proc |
nhanks
Replies: 7 Views: 7140
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 21, 2004 4:20 pm Subject: Not able to call Oracle stored proc |
I am having trouble calling simple Oracle Stored Proc.
from ESQL in Database Node
CALL MyProc('world');
CREATE PROCEDURE MyProc(IN in_var CHARACTER) EXTERNAL NAME MyProc;
Oracle sp looks like: ... |
Topic: multiple message types per MQInput node supported? |
nhanks
Replies: 5 Views: 4804
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 15, 2004 1:00 pm Subject: multiple message types per MQInput node supported? |
If I use the BLOB method will I need to convert from Hex back to ASCII strings so that I can do normal string comparisons, etc?
If so, how do I do this? Is there something in ESQL that allows for ... |
Topic: multiple message types per MQInput node supported? |
nhanks
Replies: 5 Views: 4804
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 15, 2004 11:33 am Subject: multiple message types per MQInput node supported? |
My MQInput node receives fixed-length messages - no delimiters. However, each message is a different structure.
For example I might receive msg 1 which looks like:
field1(8 chars in length)fiel ... |
Topic: using C# and the mqm - reason code 2134 |
nhanks
Replies: 3 Views: 10497
|
Forum: IBM MQ API Support Posted: Mon Feb 04, 2002 11:50 am Subject: using C# and the mqm - reason code 2134 |
I finally got this to work - C# was null terminating the StrucId field. Hence the mqm was returning invalid. Instead of using inline string buffer, I marshaled the field as a character array. |
Topic: using C# and the mqm - reason code 2134 |
nhanks
Replies: 3 Views: 10497
|
Forum: IBM MQ API Support Posted: Fri Feb 01, 2002 6:30 pm Subject: using C# and the mqm - reason code 2134 |
I am trying to reference the mqm library from C# and am having trouble
marshaling the structures (for example MQBO) to the MQBEGIN function. The
reason code returned is 2134.
Are there any tools ... |
Topic: MQM api entry points |
nhanks
Replies: 2 Views: 9706
|
Forum: IBM MQ API Support Posted: Fri Feb 01, 2002 3:54 pm Subject: MQM api entry points |
Interesting thought...
Do you know where some documentation on this could be found? Is there a way to look actually see what MQ is doing when you make calls thru the different entry points?
Tha ... |
Topic: MQM api entry points |
nhanks
Replies: 2 Views: 9706
|
Forum: IBM MQ API Support Posted: Fri Feb 01, 2002 12:51 pm Subject: MQM api entry points |
I was noticing that the api declarations for VB use entrypoints such as:
MQBACKstd@12. When I use the dumpbin utility to look at the exports for
MQM.dll I noticed that there are two entry points f ... |