Author |
Message |
Topic: JKS database creation using commandline |
bhavya123
Replies: 1 Views: 2652
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 10, 2009 9:49 pm Subject: JKS database creation using commandline |
Hi,
I am trying to create JKS key database using gsk7cmd command.
I wanted the key database without jks extension.
If i try with GUI i am able to do that .but with gsk7cmd command the jks is gett ... |
Topic: Query regarding dmpmqaut in MQV6 |
bhavya123
Replies: 11 Views: 11618
|
Forum: General IBM MQ Support Posted: Tue May 29, 2007 5:20 am Subject: Query regarding dmpmqaut in MQV6 |
Name: WebSphere MQ
Version: 6.0.0.0
CMVC level: p000-L050519
BuildType: IKAP - (Production)
We installed MQV6 without the refresh pack.
Name: We ... |
Topic: Query regarding dmpmqaut in MQV6 |
bhavya123
Replies: 11 Views: 11618
|
Forum: General IBM MQ Support Posted: Tue May 29, 2007 4:09 am Subject: Re: Query regarding dmpmqaut in MQV6 |
Do you have MQV6 installed.If so can u run and check what is the exit status after executing dmpmqaut -m <qmgr name> ??
Working fine for me.
What is the version of MQ installed on ur ... |
Topic: Query regarding dmpmqaut in MQV6 |
bhavya123
Replies: 11 Views: 11618
|
Forum: General IBM MQ Support Posted: Tue May 29, 2007 3:23 am Subject: Re: Query regarding dmpmqaut in MQV6 |
Does this error occur on all of your queue managers, or just this one ? Do you see this error on a newly created queue manager ?
You could try running a REFRESH SECURITY command against this qu ... |
Topic: Query regarding dmpmqaut in MQV6 |
bhavya123
Replies: 11 Views: 11618
|
Forum: General IBM MQ Support Posted: Tue May 29, 2007 12:15 am Subject: Re: Query regarding dmpmqaut in MQV6 |
Hi,
We have used
dmpmqaut -m <qmgr name> in the script.
Thanks |
Topic: Query regarding dmpmqaut in MQV6 |
bhavya123
Replies: 11 Views: 11618
|
Forum: General IBM MQ Support Posted: Mon May 28, 2007 12:47 am Subject: Query regarding dmpmqaut in MQV6 |
Hi All,
We have a script in which we have used dmpmqaut to dump the current authorizations to a specified object into a file. In the script after dmpmqaut is executed the exit status is checked to ... |
Topic: MQV6 and Webservices |
bhavya123
Replies: 1 Views: 2221
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 10, 2007 9:30 pm Subject: MQV6 and Webservices |
Hi all,
Has anybody tried creation and deployment of an Web Service,which sends its SOAP messages over WebSphere MQ instead of Hypertext Transfer Protocol (HTTP).
Any info in this regard will be ... |
Topic: Help Needed : problem in Configuring Two Message exits |
bhavya123
Replies: 4 Views: 2501
|
Forum: General IBM MQ Support Posted: Tue Feb 07, 2006 2:01 am Subject: Help Needed : problem in Configuring Two Message exits |
Hi friends,
Thanks for the prompt reply.
We have tried setting both MQXR2_CONTINUE_CHAIN, MQXR2_DEFAULT_CONTINUATION in the ExitResponse2. And we are sure that both the message exits are retur ... |
Topic: Help Needed : problem in Configuring Two Message exits |
bhavya123
Replies: 4 Views: 2501
|
Forum: General IBM MQ Support Posted: Mon Feb 06, 2006 2:40 am Subject: Help Needed : problem in Configuring Two Message exits |
Hi All,
We have configured two message exits on a receiver channel.
Ex: MSGEXIT(msgexit(mmsg),msgexit1(MsgExit)).
But only first message exit is getting invoked(.i.e mmsg)
Even if we revers ... |
Topic: MQAI help |
bhavya123
Replies: 1 Views: 2149
|
Forum: IBM MQ API Support Posted: Mon Jan 30, 2006 10:03 pm Subject: MQAI help |
Hi,
I wanted to know is their a way to filter a particular queue name when constructing a queue list using MQAI commands.
TIA
Bhavya |
Topic: Info regarding MQAI in MQV6 |
bhavya123
Replies: 15 Views: 8595
|
Forum: IBM MQ API Support Posted: Mon Jan 23, 2006 12:55 am Subject: Info regarding MQAI in MQV6 |
Yes, I did a little bit of research.
Your program is counting the number of items in all the returned bags, instead of the number of returned bags.
In V5.3, only the "queue name" is returned on ... |
Topic: Info regarding MQAI in MQV6 |
bhavya123
Replies: 15 Views: 8595
|
Forum: IBM MQ API Support Posted: Fri Jan 20, 2006 12:23 am Subject: Info regarding MQAI in MQV6 |
Yes, I did a little bit of research.
Your program is counting the number of items in all the returned bags, instead of the number of returned bags.
In V5.3, only the "queue name" is returned on ... |
Topic: Info regarding MQAI in MQV6 |
bhavya123
Replies: 15 Views: 8595
|
Forum: IBM MQ API Support Posted: Thu Jan 19, 2006 4:20 am Subject: Info regarding MQAI in MQV6 |
I want tha name of all the queues on the queue manager, not only number.I executed the program on MQV5.3 and it works fine .Only on MQV6 its giving error.
This is the output from my "modified" amqs ... |
Topic: Info regarding MQAI in MQV6 |
bhavya123
Replies: 15 Views: 8595
|
Forum: IBM MQ API Support Posted: Thu Jan 19, 2006 3:52 am Subject: Info regarding MQAI in MQV6 |
mqCountItems(responseBag, MQHA_BAG_HANDLE, &numberOfBags, &compCode, &reason);
CheckCallResult("Count number of bag handles", compCode, reason);
// Pri ... |
Topic: Info regarding MQAI in MQV6 |
bhavya123
Replies: 15 Views: 8595
|
Forum: IBM MQ API Support Posted: Wed Jan 18, 2006 8:36 pm Subject: RE:Info regarding MQAI in MQV6 |
wschutz Wrote :
You might want to "reset" your code by starting with the sample that comes with V6: amqsailq.c. I tried that and it works fine.
Bhavya's Reply:
amqsailq.c program checks for t ... |