Author |
Message |
Topic: Sytax for adding shared queues |
kishankumar.v
Replies: 4 Views: 5603
|
Forum: General IBM MQ Support Posted: Fri May 17, 2002 10:59 pm Subject: Sytax for adding shared queues |
Hi,
Even there I could not find how to form a queue sharing group....how to add queues to the group or queue managers.
Thanks,
Kishan |
Topic: Sytax for adding shared queues |
kishankumar.v
Replies: 4 Views: 5603
|
Forum: General IBM MQ Support Posted: Fri May 17, 2002 12:03 pm Subject: Sytax for adding shared queues |
Where can I look for syntaxes relating to creation of shared queus..I download System management and planning guides of MQ OS/390..But they dont have this....Say if three queue managers are in the sha ... |
Topic: Default queue manager |
kishankumar.v
Replies: 1 Views: 3712
|
Forum: General IBM MQ Support Posted: Sat Feb 23, 2002 1:49 am Subject: Default queue manager |
Hi,
Using ALTER QMGR can we make a queue manager default queue manager?.
if so? please specify the syntax.
Regards,
kishan |
Topic: Trigger Monitor |
kishankumar.v
Replies: 1 Views: 2904
|
Forum: General IBM MQ Support Posted: Thu Feb 21, 2002 10:21 pm Subject: Trigger Monitor |
Below is one of the questions mentioned in IBM Certification page.
Which part of a trigger message contains options for the operation of a trigger monitor?
1.trigger
2.user data
3.process nam ... |
Topic: MQSI runtime Syntax error |
kishankumar.v
Replies: 1 Views: 3163
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 29, 2002 8:14 am Subject: MQSI runtime Syntax error |
Hi,
The code below gives a runtime Syntax error.
OLSTR = 'first_name';
DLT = '++str++';
ILSTR = 'fname';
EVAL('SET OutputRoot.XML.MSG.'||OLSTR ||' = InputBody.MSG.'||ILSTR||'||'||DLT||';'); ... |
Topic: String Concatenation |
kishankumar.v
Replies: 4 Views: 4764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 24, 2002 7:35 am Subject: String Concatenation |
Hi,
Iam sorry it is not that....Actually I meant runtime syntax error.
Sorry for not specifying that explicitly...
BAsically the doubt is how to include single quotes actually inside the express ... |
Topic: String Concatenation |
kishankumar.v
Replies: 4 Views: 4764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 24, 2002 3:47 am Subject: String Concatenation |
Hi,
Please look at the following code.
DECLARE DLIMIT CHARACTER;
SET DLIMIT = '++str';
SET OutputRoot.XML.Msg = InputBody.Msg||DLIMIT
is giving a syntax error .. I think it is evaluationg to ... |
Topic: EVAL Function |
kishankumar.v
Replies: 4 Views: 5074
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 23, 2002 11:21 am Subject: EVAL Function |
Hi,
Actually I did not check after writing RTRIM....before that the values in destinationlist contained spaces after the value which did not come in the above post...I think all spaces are bing tr ... |
Topic: EVAL Function |
kishankumar.v
Replies: 4 Views: 5074
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 23, 2002 11:11 am Subject: EVAL Function |
Hi,
Please look at the code below..
SET OutputDestinationList.ColumnMap[] = (SELECT RTRIM(A.SBLNAME)AS SBLNAME,RTRIM(A.CMSNAME) AS CMSNAME FROM Database.SBLCMS AS A WHERE A.TABLE_ID = '1');
DEC ... |
Topic: Reading ExceptionList |
kishankumar.v
Replies: 2 Views: 3403
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 23, 2002 12:17 am Subject: Reading ExceptionList |
Hi,
Below is the abstract of a exceptionlist.
(0x1000000)Insert = (
(0x3000000)Type = 5
(0x3000000)Text = ''
)
(0x1000000)Insert = (
(0x30000 ... |
Topic: EVAL Function |
kishankumar.v
Replies: 4 Views: 5074
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 23, 2002 12:09 am Subject: EVAL Function |
Hi,
1.
EVAL('SET OutputRoot.XML.'||OutputDestinationList.ColumnMap[1].CMSNAME||' = InputRoot.XML.sname;');
Gives "Expected comment or processing instruction" XML Parser error. Could not ... |
Topic: MQSeries Certification |
kishankumar.v
Replies: 3 Views: 2424
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 21, 2002 9:41 am Subject: MQSeries Certification |
Hi,
Are there any sample tests available other than the one provided in the IBM certify site. We have around 30,000 sample questions for SUN Java ... which gives us a very clear idea of the level ... |
Topic: SQL Error |
kishankumar.v
Replies: 1 Views: 2940
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 21, 2002 5:06 am Subject: SQL Error |
Hi,
The following statement give a error at runtime.
SET OutputDestinationList.ColumnMap[] = (SELECT BB.SBLNAME,BB.CMSNAME FROM Database.SBLCMS AS BB);
The abstract of the exceptionList is : ... |
Topic: Generating XML tags from variable values |
kishankumar.v
Replies: 13 Views: 10312
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 18, 2002 1:58 am Subject: Generating XML tags from variable values |
Hi Folks,
A small clarification. I have seen at many places and even here when the solution was given....OutputDestinationList is used for using temporary data..
Is this the only way for storing ... |
Topic: Generating XML tags from variable values |
kishankumar.v
Replies: 13 Views: 10312
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 17, 2002 9:18 pm Subject: Generating XML tags from variable values |
Hi,
Thanks folks...That was really helpful. I was going through ESQL reference yesterday .. so Iam able to understand what was discussed...
Thanks again...
Regards,
Kishan |