Author |
Message
|
chaian |
Posted: Mon Feb 16, 2004 5:44 am Post subject: mainframe 3001 reason code |
|
|
Novice
Joined: 30 Sep 2003 Posts: 14 Location: Italy
|
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 about the reason code above.
Thk |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Feb 16, 2004 6:54 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Using 'mqrc 3001':
3001 0x00000bb9 MQRCCF_CFH_TYPE_ERROR
What exactly are you doing to get this error? |
|
Back to top |
|
 |
RogerLacroix |
Posted: Mon Feb 16, 2004 8:04 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
Are you trying to use PCF against the mainframe queue manager? It is NOT supported. You have to use plain text commands.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
chaian |
Posted: Tue Feb 17, 2004 8:36 am Post subject: |
|
|
Novice
Joined: 30 Sep 2003 Posts: 14 Location: Italy
|
Quote: |
Are you trying to use PCF against the mainframe queue manager? |
You got it!
what do you mean with
Quote: |
plain text commands. |
?
Are there shell commands to connect directly to mainframe QM? |
|
Back to top |
|
 |
EddieA |
Posted: Tue Feb 17, 2004 9:21 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Taken from the PCF manual:
Quote: |
WebSphere MQ for z/OS supports the WebSphere MQ commands (MQSC). With z/OS these commands can be entered from the z/OS console, or sent to the system command input queue. More information about issuing the commands is given in the WebSphere MQ Script (MQSC) Command Reference manual, and in the WebSphere MQ for z/OS System Administration Guide.
Note:
PCF commands are not supported by WebSphere MQ for z/OS.
|
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
RogerLacroix |
Posted: Tue Feb 17, 2004 9:22 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Plain text commands would be those commands that you input into runmqsc. i.e. DIS Q(*)
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|