Author |
Message |
Topic: Websphere JDBC Adapter : Print generated SQL query in log |
satya.sid
Replies: 0 Views: 5371
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Aug 24, 2011 12:58 am Subject: Websphere JDBC Adapter : Print generated SQL query in log |
Hi
I am using WID-WPS v7 and using the JDBC adapter feature to communicate to database.
As this don't work directly on visible SQL queries, I am looking for a way to print them at runtime to my ... |
Topic: Asynch invoke using MQ Binding : How to get MsgId ? |
satya.sid
Replies: 3 Views: 8407
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Sat Dec 18, 2010 5:52 pm Subject: Resolved |
Hi All
Finally its resolved by the Sol-2 aproach...
Below two points you have to take care if you want MsgId to be generated & set from the Application and then send the msg to ... |
Topic: Setting MQ MsgId from Application but getting overwritten |
satya.sid
Replies: 4 Views: 10435
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Sat Dec 18, 2010 5:48 pm Subject: Issue Resolved |
Hi All
Finally its resolved...
Below two points you have to take care if you want MsgId to be generated & set from the Application and then send the msg to Queue.
1. First ma ... |
Topic: Setting MQ MsgId from Application but getting overwritten |
satya.sid
Replies: 4 Views: 10435
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Dec 17, 2010 9:02 am Subject: Setting MQ MsgId from Application but getting overwritten |
Thanks for the quock reply..
I am using 'MQ Import' and setting the MsgId in the MQ header part only.
Using JMS I know you can set the msg id from the application, but as far I know you can set ... |
Topic: Web Service Connection URL : Managing at Runtime |
satya.sid
Replies: 0 Views: 4879
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Dec 17, 2010 8:54 am Subject: Web Service Connection URL : Managing at Runtime |
Hi
I am using WPS v7.0.0.3 for my Web Service developement and Integration application.
Service-1 Expose itself as Web Service (over SOAP/HTTP) using WebService Export component .
Service-2 ... |
Topic: Setting MQ MsgId from Application but getting overwritten |
satya.sid
Replies: 4 Views: 10435
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Dec 17, 2010 8:45 am Subject: Setting MQ MsgId from Application but getting overwritten |
Hi
I am using WID/WPS v7.0.0.3. From my application I am setting the MQ MsgId at path "smo/headers/MQHeader/md/MsgId". The sample msgId may be 'E51DDBDA012C4000E00019A40A2F2436E51DDBDA012 ... |
Topic: Asynch invoke using MQ Binding : How to get MsgId ? |
satya.sid
Replies: 3 Views: 8407
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Dec 02, 2010 10:52 am Subject: Asynch invoke using MQ Binding : How to get MsgId ? |
I have an intersting problem which initially thought would be simple. It goes like tis.
Step-1: Process-1 invokes a service in Asynch manner over XML/MQ.
Step-2: Process-1 then store the MQ MsgId ... |
Topic: Eclipse 3.4 based platform close when trying to connect SVN |
satya.sid
Replies: 0 Views: 5119
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Oct 07, 2010 3:18 am Subject: Eclipse 3.4 based platform close when trying to connect SVN |
Hi All
I am using IBM Websphere Integration Developer(WID) v 7.0 which is based on
Elcipse 3.4.
When I am trying to connect to the SVN repository using the Subsclipse plugin
(v1.6.4), WID ... |
Topic: Late/Dynamic binding faling from Microflow to LRP |
satya.sid
Replies: 1 Views: 7117
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Jun 11, 2009 5:14 am Subject: Another point to this |
Hi
Would like to add another point to the issue mentioned earlier here. The server log say many cases of "HMGR0152W: CPU Starvation detected".
Some times the late binding fails immid ... |
Topic: Late/Dynamic binding faling from Microflow to LRP |
satya.sid
Replies: 1 Views: 7117
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Jun 04, 2009 1:04 am Subject: Late/Dynamic binding faling from Microflow to LRP |
We have a scenario where BPEL microflows makes call to BPEL long running process (LRP) via dynamic/late binding. We got the below error when this invocation happened.
[25/05/09 14:54:54:494 B ... |
Topic: Using JNDI with the JDBC adapter on WPS doesn't work |
satya.sid
Replies: 2 Views: 9713
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Jan 30, 2009 6:04 am Subject: Few tips |
Couple of things you may cross check
Check the scope of the JNDI while creating, (put it under server scope).
|
Topic: replyToDestination in Import (Web Service binding) |
satya.sid
Replies: 7 Views: 12810
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Jan 15, 2009 6:38 am Subject: Got it resolved |
Hi All
I have got it resolved. Missing out the "channel" name while creating the JNDIs for Queue connection factory, request Q & response Q.
Set the channels to the default one &q ... |
Topic: replyToDestination in Import (Web Service binding) |
satya.sid
Replies: 7 Views: 12810
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Jan 14, 2009 6:55 am Subject: replyToDestination in Import (Web Service binding) |
Hi Vitor
First-:Yes, this is a request-reply operation.
Second-:Even if I am not sending a valid reply, it should pick the msg , parse it, then complain about wrong msg.
Third-: Yes, its being co ... |
Topic: replyToDestination in Import (Web Service binding) |
satya.sid
Replies: 7 Views: 12810
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Jan 14, 2009 6:33 am Subject: replyToDestination in Import (Web Service binding) |
No exception is thrown. It wait till it get the timeout happen (here 120 secs). Later the process throws Timeout exception. |
Topic: replyToDestination in Import (Web Service binding) |
satya.sid
Replies: 7 Views: 12810
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Jan 14, 2009 5:05 am Subject: replyToDestination in Import (Web Service binding) |
Hi Everybody
I have module in WID 6.1.2 and deploying to WPS 6.1.2. Module have Import with Web Service binding (for SOAP/JMS communication).
The import has the binding as "jms:/queue?des ... |