Author |
Message |
Topic: FmcSQLException [Solved] |
msgbrkr
Replies: 5 Views: 4433
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Feb 07, 2005 12:58 pm Subject: FmcSQLException [Solved] |
Thanks hos.....we set the DB2CODEPAGE on the box and its working fine. |
Topic: FmcSQLException [Solved] |
msgbrkr
Replies: 5 Views: 4433
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jan 20, 2005 11:25 pm Subject: FmcSQLException [Solved] |
Both are on HP-UX.
Thanks. |
Topic: FmcSQLException [Solved] |
msgbrkr
Replies: 5 Views: 4433
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Jan 20, 2005 5:50 pm Subject: FmcSQLException [Solved] |
Hi all,
My config is as follows: MQWF 3.4 sp5 on UNIX box which accesses DB2 8.1.2 FP6 on a diff UNIX box.
I am getting the following in the fmcsys.log:
Thu, Dec 23, 2004 12:04:45 AM FMC10300 ... |
Topic: RETURN doubt. |
msgbrkr
Replies: 2 Views: 1932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 29, 2004 5:02 pm Subject: RETURN doubt. |
thanks jeff for your prompt reply. |
Topic: RETURN doubt. |
msgbrkr
Replies: 2 Views: 1932
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 29, 2004 4:53 pm Subject: RETURN doubt. |
Hi all,
This is a very basic query.
The esql doc says that "When used in a function, the RETURN statement causes execution of that function to cease and control to be returned to the calling expre ... |
Topic: array subscript error |
msgbrkr
Replies: 5 Views: 4530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 10, 2004 1:21 pm Subject: array subscript error |
Thanks missam u were right, the 1st element was null.
But using the COALESCE function also doesnt help in overcoming the prob.
SET Environment.Loan.CustList.Cust[cnt].CustId = COALESCE(......,'' ... |
Topic: array subscript error |
msgbrkr
Replies: 5 Views: 4530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 10, 2004 11:24 am Subject: array subscript error |
well i am really very sorry for putting in just a sample example without giving it a thought:
infact in my actual code i am setting the Env tree which is something like:
SET cnt = 1;
SET Envi ... |
Topic: array subscript error |
msgbrkr
Replies: 5 Views: 4530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 10, 2004 9:38 am Subject: array subscript error |
Hi,
i have this esql like:
Set cnt = 1;
SET OutputRoot.XML.Customer[cnt].address.home = ......
IF CARDINALITY(......) > 0 THEN
-- If some values are present then create a second elemen ... |
Topic: Message going to Compute Failure Node.....Urgent |
msgbrkr
Replies: 2 Views: 2171
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 21, 2004 9:34 pm Subject: Message going to Compute Failure Node.....Urgent |
Hi all,
I am quite new to WBIMB 5.0. I was developing a simple message flow, the input node gets a XMLNS message which is forwarded to the compute node which basically is generating a XML message to ... |