Author |
Message |
Topic: pcf error 3014 |
chaian
Replies: 1 Views: 4053
|
Forum: IBM MQ API Support Posted: Wed Mar 31, 2004 6:12 am Subject: pcf error 3014 |
Performing a pcf request I receive back the 3014 code that is:
MQRCCF_CFIN_PARM_ID_ERROR
Looking to the code I'm not able to find errors:
PCFMessageAgent agent;
PCFMessage request;
PCFMessage ... |
Topic: check message availabilty before get |
chaian
Replies: 5 Views: 2974
|
Forum: IBM MQ API Support Posted: Mon Mar 01, 2004 9:16 am Subject: availability vs exception |
The problem is about managing exceptions thrown by NO_MSG_AVAILABLE error?? |
Topic: How to get a list of Dynamic queue names |
chaian
Replies: 4 Views: 3346
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 01, 2004 6:24 am Subject: How to get a list of Dynamic queue names |
A snippet of code is more powerful of hundreds posts :
You need to send "Plain Text" commands to the command server. */
String command = "DISPLAY QUEUE(*) ALL";
MQQueue q = mqqm.accessQu ... |
Topic: How to get a list of Dynamic queue names |
chaian
Replies: 4 Views: 3346
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 26, 2004 6:48 am Subject: pcf |
Yes, but PCF doesn't work if you need a list o queues from host.
I learned it kicking my head against the 3001 code error |
Topic: Generating an own message stucture |
chaian
Replies: 2 Views: 2060
|
Forum: General Discussion Posted: Tue Feb 24, 2004 8:48 am Subject: ok |
that's what I was afraid to hear  |
Topic: Generating an own message stucture |
chaian
Replies: 2 Views: 2060
|
Forum: General Discussion Posted: Tue Feb 24, 2004 1:18 am Subject: Generating an own message stucture |
I'm doing an http application (JSP+Tomcat) to browse queues and messageges (a kind of Lacroix MQVE on the web that fits the project where I work). I need to parse my messages as IDOC and legacy accord ... |
Topic: mainframe 3001 reason code |
chaian
Replies: 5 Views: 5026
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 17, 2004 8:36 am Subject: mainframe 3001 reason code |
Are you trying to use PCF against the mainframe queue manager?
You got it!
what do you mean with plain text commands. ?
Are there shell commands to connect directly to mainframe QM? |
Topic: mainframe 3001 reason code |
chaian
Replies: 5 Views: 5026
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 16, 2004 5:44 am Subject: mainframe 3001 reason code |
When I try to connect to a mainframe from a java code that works with Unix/NT systems I receive back an error with reason code: 3001.
Does anybody knows what 3001 mean?
I wasn't able to find any doc ... |
Topic: HELP! BIP2111E |
chaian
Replies: 3 Views: 2804
|
Forum: General Discussion Posted: Thu Dec 11, 2003 10:57 am Subject: HELP! BIP2111E |
>Do you have 'Treat Warnings as Errors' checked on the Compute node?
NO
>Are there any other messages in the system log on the broker machine?
NO
>Does the query you are running against ... |
Topic: HELP! BIP2111E |
chaian
Replies: 3 Views: 2804
|
Forum: General Discussion Posted: Thu Dec 11, 2003 1:54 am Subject: HELP! BIP2111E |
When I try to connect to DB2 (Evaluating expression 'Database.CONFIGSYS') in a compute node I receive this message back:
RecoverableException BIP2111E: Message broker internal error: diagnostic in ... |
Topic: CompCode: 2, Reason: 2059 ??? |
chaian
Replies: 10 Views: 9109
|
Forum: IBM MQ API Support Posted: Mon Dec 01, 2003 6:15 am Subject: same problem... |
We have opened a problem ticket with IBM and they are looking into it,
how did they solve the problem?
[/quote] |
Topic: tree to string |
chaian
Replies: 4 Views: 3077
|
Forum: General Discussion Posted: Thu Oct 09, 2003 11:34 pm Subject: tree to string |
OK I used this func
SET msgBlob = ASBITSTREAM("InputRoot"."MRM"."REC",
InputRoot.MQMD.Encoding,
InputRoot.MQMD.CodedCharSetId,
... |
Topic: tree to string |
chaian
Replies: 4 Views: 3077
|
Forum: General Discussion Posted: Thu Oct 09, 2003 10:23 am Subject: tree to string |
I need to translate this tree:
(0x1000000)REC = (
(0x3000000)trec = 'I'
(0x3000000)codmvs ... |
Topic: TDS problems |
chaian
Replies: 0 Views: 1243
|
Forum: General Discussion Posted: Tue Sep 30, 2003 2:10 am Subject: TDS problems |
I have problems on setting up a simple message of this type using TDS:
variableLengthText1(fixedLength1fixedLength2fixedLength3);variableLengthText2(fixedLength1fixedLength2fixedLength3);variableLe ... |