Author |
Message |
Topic: MQ reasoncode 2012 on AS400 ILE RPG |
vea
Replies: 14 Views: 20962
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 03, 2005 11:19 pm Subject: MQ reasoncode 2012 on AS400 ILE RPG |
Hi all,
PROBLEM SOLVED !!!
Since my ILE RPG job is a submitted job (the programm is waiting till a message appears in a que) the SBMJOB command has to set the keyword ALWMLTTHD (Allow Multiple t ... |
Topic: MQ reasoncode 2012 on AS400 ILE RPG |
vea
Replies: 14 Views: 20962
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 03, 2005 9:36 pm Subject: MQ reasoncode 2012 on AS400 ILE RPG |
@kforster
Thanks for your reply, I allready tried this but with no result but thanks anyway........... I'm using the client connection (passing system name qmanager and chanel) for now but I'm stil ... |
Topic: MQ reasoncode 2012 on AS400 ILE RPG |
vea
Replies: 14 Views: 20962
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 30, 2005 5:09 am Subject: MQ reasoncode 2012 on AS400 ILE RPG |
Remember the java method is working when calling it with the JAVA command on the AS400 only calling from an ILE RPG programm doesn't work. Maybe the ILE environment is the problem ?
Can you help me ... |
Topic: MQ reasoncode 2012 on AS400 ILE RPG |
vea
Replies: 14 Views: 20962
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 30, 2005 4:37 am Subject: MQ reasoncode 2012 on AS400 ILE RPG |
jefflowrey,
Thanks for your reply but I allready found the description of the error.
The main question is how to find out which of the problems occur.
1.The application is linked to the wrong ... |
Topic: MQ reasoncode 2012 on AS400 ILE RPG |
vea
Replies: 14 Views: 20962
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 30, 2005 1:50 am Subject: MQ reasoncode 2012 on AS400 ILE RPG |
Hi there,
I've the following situation.
I've created a java programm on the AS400 connecting to a MQQueueManager, the only thing I specify is the name of the Queue manager, since the programm is r ... |