Author |
Message |
Topic: Invoke Mainframe stored procedure |
sandy vish
Replies: 6 Views: 3216
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 13, 2013 1:16 am Subject: Invoke Mainframe stored procedure |
Hi All...
.Well, again, for "IN NEW_NUM INTEGER", you need to provide a SINGLE value that is an INTEGER value.
I suggest you review the InfoCenter for information on Dynamic Result Se ... |
Topic: Invoke Mainframe stored procedure |
sandy vish
Replies: 6 Views: 3216
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 12, 2013 5:21 am Subject: Invoke Mainframe stored procedure |
Understood the point, however we are having DYNAMIC RESULT SETS 10
so how do we call the procedure which are having base data types that hold single values.
CREATE PROCEDURE STORE12(IN NEW_CDE ... |
Topic: Invoke Mainframe stored procedure |
sandy vish
Replies: 6 Views: 3216
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 12, 2013 4:57 am Subject: Invoke Mainframe stored procedure |
Thank you for the quick reply,
I have 10 result sets which iam expecting in the result of the procdure.
So mentioned this parameter as
CALL STORE12(NEW_CDE,NEW_NUM,recode,statusOut,error,Envi ... |
Topic: Invoke Mainframe stored procedure |
sandy vish
Replies: 6 Views: 3216
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 12, 2013 4:33 am Subject: Invoke Mainframe stored procedure |
Hi All,
working on MB
Version: 7.0.0.4 ,trying to call a stored procedure with Mainframe Database ,
The procedure is unknown to the database and no definition could be found.
while when we u ... |
Topic: problem with the Message in MQGet node |
sandy vish
Replies: 3 Views: 3820
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 27, 2013 6:49 am Subject: problem with the Message in MQGet node |
Requirement :
version :7.4, windows
MQinput node-->Computenode1-->MQGet node
frame a xml request and use propagate statement and it goes to MQ Get node-->in mq get node we have different ... |
Topic: Decimal value |
sandy vish
Replies: 16 Views: 8209
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 01, 2013 2:31 am Subject: Decimal value |
This might help
DECLARE vDecimal DECIMAL 9999999.99;
DECLARE decimalCast CHARACTER CAST(vDecimal AS CHARACTER);
IF(CONTAINS(decimalCast , '.')) THEN
SET decimalCast = REPLACE(decimalCast,' ... |
Topic: Is it possible to parse SOAP message using Create Statement |
sandy vish
Replies: 12 Views: 7037
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 28, 2013 6:01 am Subject: Is it possible to parse SOAP message using Create Statement |
user trace gives me2013-02-28 19:15:52.767948 4616 RecoverableException BIP2230E: Error detected whilst processing a message in node 'ParseSoapMsg.Trace'.
... |
Topic: Is it possible to parse SOAP message using Create Statement |
sandy vish
Replies: 12 Views: 7037
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2013 6:26 am Subject: Is it possible to parse SOAP message using Create Statement |
yes plz ...Please share your account details....lol.... |
Topic: Is it possible to parse SOAP message using Create Statement |
sandy vish
Replies: 12 Views: 7037
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2013 5:49 am Subject: Is it possible to parse SOAP message using Create Statement |
Thnku jeff, So is it advisable to parse in this manner?there is a plan "A" using soap Extract and then parse, which is working now...so IF we tell you it *is* possible, what steps will you t ... |
Topic: Is it possible to parse SOAP message using Create Statement |
sandy vish
Replies: 12 Views: 7037
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2013 5:28 am Subject: Is it possible to parse SOAP message using Create Statement |
Thnk u for the quick response, i have tried the same and got the below error "problem creating SOAP tree from bitstream", so my point of asking is "IS IT POSSIBLE to do or not" Ple ... |
Topic: Is it possible to parse SOAP message using Create Statement |
sandy vish
Replies: 12 Views: 7037
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2013 5:08 am Subject: Is it possible to parse SOAP message using Create Statement |
Is it possible to parse SOAP message using Create StatementCREATE LASTCHILD OF creationPtr DOMAIN('SOAP') PARSE(InputRoot.BLOB.BLOB,
InputProperties.Encoding,
InputProperties.Co ... |
Topic: Multiple instance for a message flow |
sandy vish
Replies: 6 Views: 3269
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 06, 2013 8:50 am Subject: Multiple instance for a message flow |
Not necessarily.
Y plz Expalin |
Topic: Multiple instance for a message flow |
sandy vish
Replies: 6 Views: 3269
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 06, 2013 2:46 am Subject: Multiple instance for a message flow |
Thank u for the quick turn around............
256 threads that answers the first question....
Please do not use clause "Depends" for the rest of the questions
Take a sce ... |
Topic: Multiple instance for a message flow |
sandy vish
Replies: 6 Views: 3269
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 06, 2013 12:27 am Subject: Multiple instance for a message flow |
Hi All,
what are the maxiumum number of instances can we set for a message flow?
What is the ideal number of instances which we can set in live condition?
if there are 50 instances for a flow ... |
Topic: messageflow should be stopped immediatly after deployment |
sandy vish
Replies: 15 Views: 6628
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 31, 2013 12:53 am Subject: messageflow should be stopped immediatly after deployment |
I have done GET inhibit the queue and still the input count is showing as 1 and the flow didnot stop.
Vitor
we are using automated deployment tool.
thanks for the inputs.......... |