IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

TPA referenced Tables in Database : TPA and TPA_Details

  • 1.  TPA referenced Tables in Database : TPA and TPA_Details

    Posted Tue December 29, 2015 02:14 AM

    Whenever we are adding a new TPA in MWS, corresponding table in database(table name : TPA) gets updated with the new row with the new TPA information.
    also when the newly created TPA is filled with all the required details like S2C,C2D,Scenario,DeliveryService,etc,etc, the same gets updated in corresponding table in database(table name : TPA_Details ).

    This was working for few days,but now the updation of TPA_Details table is not happening, can anyone suggest what can be the problem? and how to solve this?


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 2.  RE: TPA referenced Tables in Database : TPA and TPA_Details

    Posted Tue December 29, 2015 02:23 AM

    Need details below:

    wM version
    Error message


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: TPA referenced Tables in Database : TPA and TPA_Details

    Posted Tue December 29, 2015 02:31 AM

    wM version : 9.0 SP1

    Error message : no error message.

    The TPA details are getting updated in MWS, but the same is not getting reflected/saved in DATABASE table(TPA_Details).


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 4.  RE: TPA referenced Tables in Database : TPA and TPA_Details

    Posted Tue December 29, 2015 05:15 AM

    Are you sure that the table TPA_DETAILS is part of wM TN product stack. I see only below tables for TPA related

    1> TPA
    2> TPALock


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: TPA referenced Tables in Database : TPA and TPA_Details

    Posted Tue December 29, 2015 12:32 PM

    Thanks Mahesh for the answer.
    But my doubt is, whenever we Open a TPA, we need to fill the necessary/mandatory TPA DATA values(like S2C,C2D,Scenario,DeliveryService,MessageType).
    1.Can you please let me know which table in Database is used to store these TPA DATA value?
    2. If there is no such table, how the TPA DATA is fetched?


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 6.  RE: TPA referenced Tables in Database : TPA and TPA_Details

    Posted Tue December 29, 2015 01:18 PM

    Let me create few TPA’s and I will let you know. Stay tuned :wink:


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 7.  RE: TPA referenced Tables in Database : TPA and TPA_Details

    Posted Tue December 29, 2015 02:51 PM

    TPA table is the only table used to store TPA settings.
    the field: TpaData contain all the detailed settings in a IData object. if you updated a TPA, all the changes may only be reflected in this field.
    HTH,


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 8.  RE: TPA referenced Tables in Database : TPA and TPA_Details

    Posted Wed December 30, 2015 12:19 AM

    Thanks Mahesh and Tong.

    The TpaData field contains information in an encrypted format in the database.
    I tried to decrypt it using some SQL query, still no result.
    There might be some table which stores the TPAData in a readable format,so that we can extract the details for multiple TPA at a time and store it for future references,I am looking for that table.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 9.  RE: TPA referenced Tables in Database : TPA and TPA_Details

    Posted Thu December 31, 2015 09:54 AM

    Use the below link to convert Hex code to string

    http://string-functions.com/hex-string.aspx


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB