Author |
Message
|
Partha.Baidya |
Posted: Thu Apr 06, 2017 6:30 pm Post subject: IIB v10 Record Replay Data Capture Store |
|
|
 Voyager
Joined: 05 Nov 2009 Posts: 97
|
I am trying to implement IIB Record Reply feature in V10 using Data Capture Store and Data Capture Source Configurable services.
I have followed the steps mentioned in Knowledge center.
https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bj23560_.htm
Create database for data store to use
Create table (with WMBMSGS)
Define database with ODBC entry in IIB
Set the DB credentials with mqsisetdbparms
Verify the database works with mqsicvp
Create the Data Capture MQ queues
Define DataCaptureStore config service
Define DataCaptureSource config service
Activate Flow Monitoring on relevant flows
Event Messages are getting accumulated to the subscribed Queue but it not written to the Database tables.
There is old post in this forum where the issue was same and the question was answered.
http://www.mqseries.net/phpBB2/viewtopic.php?t=67972&sid=71bfe9cce110ef7bc8fd5ac4b4798af6
Could you please let me know where could be issue if event messages are emitted to the Queue but not picked up by the Data Capture Store?
Where can I get the error log if Data Capture Store has any issues? |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Apr 07, 2017 6:34 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Well, I hate to say this, but "Did you try turning it off and on again?"
That is, restarting the IIB Integration server, or whatever the execution groups are called these days.. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
adubya |
Posted: Fri Apr 07, 2017 7:13 am Post subject: |
|
|
Partisan
Joined: 25 Aug 2011 Posts: 377 Location: GU12, UK
|
Look in the IIB error log for errors when you start IIB up, you should find the reason it's not working there.
I've successfully setup record/replay on IIB10 in a RedHat environment with a DB2 data store. Any config errors were reported in the error log. _________________ Independent Middleware Consultant
andy@knownentity.com |
|
Back to top |
|
 |
Partha.Baidya |
Posted: Fri Apr 07, 2017 11:07 am Post subject: |
|
|
 Voyager
Joined: 05 Nov 2009 Posts: 97
|
I am able to process the messages through the Data Capture store. It works fine after disabling the MQTT configuration for business events.
Could you please tell me where can I get details about the WMB tables used for record replay? |
|
Back to top |
|
 |
adubya |
Posted: Fri Apr 07, 2017 11:08 am Post subject: |
|
|
Partisan
Joined: 25 Aug 2011 Posts: 377 Location: GU12, UK
|
|
Back to top |
|
 |
|