Author |
Message |
Topic: Channel program ended abnormall-what happens with roll back? |
edhi
Replies: 22 Views: 11529
|
Forum: General IBM MQ Support Posted: Wed Jan 13, 2010 12:31 pm Subject: Re: Channel program ended abnormall-what happens with roll b |
After I added it (MaxChannels=200) and restarted mqseries, the problem had disappeared.
Also pay attention to the setting of MaxActiveChannels.
Yes, we also increased the MaxActiveChannels.
Aft ... |
Topic: Channel program ended abnormall-what happens with roll back? |
edhi
Replies: 22 Views: 11529
|
Forum: General IBM MQ Support Posted: Wed Jan 13, 2010 12:28 pm Subject: Channel program ended abnormall-what happens with roll back? |
The application connects to a mq manager, using a server connection channel, to read a message from a queue, then applies a transformation on the content and puts a new message on a different queue, u ... |
Topic: Channel program ended abnormall-what happens with roll back? |
edhi
Replies: 22 Views: 11529
|
Forum: General IBM MQ Support Posted: Wed Jan 13, 2010 8:19 am Subject: Channel program ended abnormall-what happens with roll back? |
An extract from the logging:
"01/12/10 10:23:20 - Process(16694.1150923) User(mqm) Program(amqrmppa)
AMQ9513: Maximum number of channels reached.
....."
And the immediate next messag ... |
Topic: Channel program ended abnormall-what happens with roll back? |
edhi
Replies: 22 Views: 11529
|
Forum: General IBM MQ Support Posted: Wed Jan 13, 2010 7:12 am Subject: Channel program ended abnormall-what happens with roll back? |
Hi,
A misunderstand about how the different types of channel work, combined with interesting application code?
We are using MQSeries for more then 8 years now. Every month millions of messages a ... |
Topic: Channel program ended abnormall-what happens with roll back? |
edhi
Replies: 22 Views: 11529
|
Forum: General IBM MQ Support Posted: Wed Jan 13, 2010 6:12 am Subject: Channel program ended abnormall-what happens with roll back? |
Hi,
Every month we have more traffic over our mqseries servers. Every time more applications use it to communicate.
Yesterday we encountered a problem: "AMQ9513: Maximum number of channels re ... |
Topic: Channel is lacking a certificate |
edhi
Replies: 16 Views: 16765
|
Forum: General IBM MQ Support Posted: Wed Jan 11, 2006 1:23 am Subject: Channel is lacking a certificate |
Thanks!!!! It works now!!!
I used amqmcert to assign a certificate to the MQSeries Client. |
Topic: Channel is lacking a certificate |
edhi
Replies: 16 Views: 16765
|
Forum: General IBM MQ Support Posted: Tue Jan 10, 2006 8:07 am Subject: Channel is lacking a certificate |
How can I assign the certificate to the client, using amqmcert? |
Topic: Channel is lacking a certificate |
edhi
Replies: 16 Views: 16765
|
Forum: General IBM MQ Support Posted: Tue Jan 10, 2006 8:06 am Subject: Channel is lacking a certificate |
Yes. I run the program in debugger under my userid on my PC. I cheched the security settings of the directory and gave all users as much rights as possible. Although this isn't really advisable for a ... |
Topic: Channel is lacking a certificate |
edhi
Replies: 16 Views: 16765
|
Forum: General IBM MQ Support Posted: Tue Jan 10, 2006 7:56 am Subject: Channel is lacking a certificate |
No, I use Websphere MQ Explorer and I access the key repository through the MQ manager that is available on the same machine.
When I execute "amqmcert -k CA -l" or "amqmcert -k ROOT -l" I see the c ... |
Topic: Channel is lacking a certificate |
edhi
Replies: 16 Views: 16765
|
Forum: General IBM MQ Support Posted: Tue Jan 10, 2006 7:15 am Subject: Channel is lacking a certificate |
We use MQ V5.3 |
Topic: Channel is lacking a certificate |
edhi
Replies: 16 Views: 16765
|
Forum: General IBM MQ Support Posted: Tue Jan 10, 2006 7:13 am Subject: Channel is lacking a certificate |
Since the test program runs from a debugger, under my userid, I created a label with my userid attached to it (I have been searching around on the internet, so I already found that suggestion), but th ... |
Topic: Channel is lacking a certificate |
edhi
Replies: 16 Views: 16765
|
Forum: General IBM MQ Support Posted: Tue Jan 10, 2006 6:51 am Subject: Channel is lacking a certificate |
On the other hand the key database has an .sto extension instead of the .kdb, as suggested in:
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzas.doc/su2smc.htm
... |
Topic: Channel is lacking a certificate |
edhi
Replies: 16 Views: 16765
|
Forum: General IBM MQ Support Posted: Tue Jan 10, 2006 6:39 am Subject: Channel is lacking a certificate |
Thanks for the reply.
In the source code of amqscnxc.c I inserted this:
MQSCO SecureConn = {MQSCO_DEFAULT};
...
strcpy(SecureConn.KeyRepository, "D:\\Program Files\\IBM\\WebSphere MQ\\Qmgrs ... |
Topic: Channel is lacking a certificate |
edhi
Replies: 16 Views: 16765
|
Forum: General IBM MQ Support Posted: Tue Jan 10, 2006 6:37 am Subject: Channel is lacking a certificate |
Thanks for the reply.
In the source code of amqscnxc.c I inserted this:
MQSCO SecureConn = {MQSCO_DEFAULT};
...
strcpy(SecureConn.KeyRepository, "D:\\Program Files\\IBM\\WebSphere MQ\\Qmgrs ... |
Topic: Channel is lacking a certificate |
edhi
Replies: 16 Views: 16765
|
Forum: General IBM MQ Support Posted: Tue Jan 10, 2006 6:15 am Subject: Channel is lacking a certificate |
When I try to connect from a WinXP MQClient to Solaris MQ Manager over an SSL server connection channel, I get this error message in the unix error log:
"AMQ9637: Channel is lacking a certificate.
... |