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.

 View Only
Expand all | Collapse all

unable to view the WMPROCESSRECENT and WMPROCESSSTEP tables

  • 1.  unable to view the WMPROCESSRECENT and WMPROCESSSTEP tables

    Posted Wed October 28, 2015 04:42 AM

    Hello Experts,

    FOR webMethods 9.6 VERSION

    I was trying to check the process audit schema for the tables WMPROCESSRECENT and WMPROCESSSTEP for some analysis.

    But when i logged in to the database i’m unable to find the WMPROCESSRECENT and WMPROCESSSTEP tables.

    These tables are actually have the data for process instances which were run.

    I have run the sample process instance and i’m able to view the instance in MWS (The MWS which actually fetches the data from WMPROCESSRECENT and WMPROCESSSTEP)

    So i’m wondering in which table the data is being logged into / or is it a problem with the user login.

    I have already checked the follwoing.

    1. Created “ALL” the tables using database component configurator.
    2. The user used to login is master/DBA user.
    3. Verified the tables in wM82 and they are visible.

    Attached the image for reference.

    Could anyone please suggest on this

    Regards,
    Arun Chollety.

    Capture.JPG


    #BPM
    #webMethods
    #webMethods-BPMS


  • 2.  RE: unable to view the WMPROCESSRECENT and WMPROCESSSTEP tables

    Posted Wed October 28, 2015 06:11 PM

    Those tables belongs to the processaudit DB.
    I think they are only used for earlier version of WM, not the recent versions.

    The corresponding table for WMPROCESSRECENT is PRA_PROCESS_RECENT,
    and WMPROCESSSTEP → PRA_PROCESS_STEP
    you can find the detail in file:
    SoftwareAG\common\db\scripts\mssql\processaudit\migrate\70_to_71


    #webMethods
    #webMethods-BPMS
    #BPM


  • 3.  RE: unable to view the WMPROCESSRECENT and WMPROCESSSTEP tables

    Posted Thu October 29, 2015 01:56 PM

    Yes, there is a change of table names in v9 compared to v8 for BPM.


    #webMethods-BPMS
    #webMethods
    #BPM


  • 4.  RE: unable to view the WMPROCESSRECENT and WMPROCESSSTEP tables

    Posted Thu October 29, 2015 04:27 PM

    I agree with above comments, you can find those tables in ora_pra_m_runtime.sql

    Thanks,


    #webMethods
    #BPM
    #webMethods-BPMS


  • 5.  RE: unable to view the WMPROCESSRECENT and WMPROCESSSTEP tables

    Posted Sat October 31, 2015 12:12 AM

    Thanks Wang for the response.

    I could see them.

    I realized later that from wM9.6 the tables names have been changed.

    wM9.5 has WMPROCESSRECENT and WMPROCESSSTEP


    #webMethods
    #BPM
    #webMethods-BPMS