Author |
Message |
Topic: MQ Series Tools |
ramki
Replies: 9 Views: 10095
|
Forum: IBM MQ API Support Posted: Tue Apr 30, 2002 7:38 am Subject: MQ Series Tools |
URL works fine here. Send in your e-mail_id, I can send u the attachements.
|
Topic: Delete Broker from Operations |
ramki
Replies: 6 Views: 4938
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 09, 2002 11:42 am Subject: Delete Broker from Operations |
I found the below suggestion by the ibm expert very useful.
---------------
Occasionally, for one reason or another, you may wish to delete and recreate a broker. This can cause some confusion to th ... |
Topic: Date Interval |
ramki
Replies: 6 Views: 5860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 08, 2002 12:32 pm Subject: Date Interval |
yes this is the bug in MQSI Version 2.0.1 . I used the below code
SET intDAYS = (CAST (charCREATEDATE AS DATE) - dateSTARTDAYYEAR) DAY;
and deployed it ignoring the error and it worked fine in the ... |
Topic: error handling |
ramki
Replies: 3 Views: 3663
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 08, 2002 12:28 pm Subject: error handling |
I tried to refer the ESQL of MQSI Version 2.0.1, I couldn't find the THROW clause. Can you point me to the pageno of the document.
Thank you very Much for the reply!
Regards,
Ram |
Topic: error handling |
ramki
Replies: 3 Views: 3663
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 05, 2002 2:41 pm Subject: error handling |
How do I force an error and show up an error message in the NTviewer.
I used the below code
IF A > 0 THEN
SET OutputExceptionList.UserException.Text='@@@ User Description error@@@';
... |
Topic: Date Interval |
ramki
Replies: 6 Views: 5860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 14, 2002 3:27 pm Subject: Date Interval |
So you mean to say it only works with 2.02 with CSD2.
I am running here CSD01 ON MQSI 2.0.1
PLEASE LET ME KNOW IF THIS MAKES THE DIFFERENCE.
|
Topic: Date Interval |
ramki
Replies: 6 Views: 5860
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 14, 2002 2:20 pm Subject: Date Interval |
I am doing this in MQSI compute Node. For some reason I am getting the syntax error.
--DECLARE charnumDays INTERVAL;
DECLARE charnumDays INTEGER;
SET charnumDays = (CURRENT_DATE - DATE '1976-07-0 ... |
Topic: padding character NUL or SPACE |
ramki
Replies: 0 Views: 2513
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 12, 2002 8:17 am Subject: padding character NUL or SPACE |
Hi ,
We are currently testing one interface going throught MQSI and the receiving system is getting different characters(eg |||) for data which are supposed to be spaces.
The input data is havin ... |
Topic: conversion of date formats in MQSI |
ramki
Replies: 12 Views: 18785
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 06, 2002 12:38 pm Subject: conversion of date formats in MQSI |
Mathematicians and programmers have naturally interested themselves in mathematical and computational algorithms to convert between Julian day numbers and Gregorian dates. The following conversion alg ... |
Topic: conversion of date formats in MQSI |
ramki
Replies: 12 Views: 18785
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 25, 2002 7:19 am Subject: conversion of date formats in MQSI |
Have any one of you done a conversion of CCYYDDD (Julian date) to MMDDCCYY (Gregorian date)and vice versa in MQSI? I have not seen a function for that. All and any help will be appreciated. Thanks
|
Topic: MQSI Node To Create An MQ Local Queue |
ramki
Replies: 0 Views: 2436
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 08, 2002 10:21 am Subject: MQSI Node To Create An MQ Local Queue |
Can anyone help me with creating the Local Queue in MQSInode.
I heard that it is possible issuing a PCF command. But i couldn't find the documentation on PCF programming with MQSI. Please help me wit ... |
Topic: check for the queue on the Qmanager in MQSI |
ramki
Replies: 6 Views: 5759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 08, 2002 7:30 am Subject: check for the queue on the Qmanager in MQSI |
Thanks in advance for the help on this.
Is there any example or steps to be followed etc listed somewhere on a PCF message creation. Please let me know any clues or suggestions on this problem.
T ... |
Topic: check for the queue on the Qmanager in MQSI |
ramki
Replies: 6 Views: 5759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 07, 2002 3:42 pm Subject: check for the queue on the Qmanager in MQSI |
Can you point me to the good documentation and example on
"PCF programming". I need to create the Queue on the qManager from MQSI |
Topic: check for the queue on the Qmanager in MQSI |
ramki
Replies: 6 Views: 5759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 07, 2002 3:04 pm Subject: check for the queue on the Qmanager in MQSI |
Thank you very much for the suggestion!
How do we run runmqsc commands im MQSI node. Is there any commandNode etc to run the runmqsc commands
Regards |
Topic: check for the queue on the Qmanager in MQSI |
ramki
Replies: 6 Views: 5759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 07, 2002 2:21 pm Subject: check for the queue on the Qmanager in MQSI |
Is there a way to check for the queue on the Qmanager. I want to perform this check from MQSI in a node. If the Queue in the Qmanager is not present than I need to create the queue and then send the ... |