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

Missing Stored Procedures for Archive/Purge Audit data

  • 1.  Missing Stored Procedures for Archive/Purge Audit data

    Posted Fri March 26, 2010 10:35 PM

    Hello All,

      I am working on Archiving IS Core Audit and Process Audit. In the documentation they mentions "[SIZE=2]When you installed the Archive database component, you also installed stored procedures for archiving or deleting data between database components installed in Oracle".[/size]
    


    But I dont see any stored procedures, When I installed Archive database Component. Any one have any idea, regarding stored procedures to Archive Audit data…? Where I can get them ?

    BTW Im working in IS 7.1

    Thanks All,
    Siri.


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB


  • 2.  RE: Missing Stored Procedures for Archive/Purge Audit data

    Posted Sat March 27, 2010 12:07 AM

    You need to run dbconfiguratorUI.bat and select product “Archive”, then type in your JDBC url user/password and click on execute.

    This will create the stored procedures in the Oracle schema used.

    Also you need to create the tables for those products you want to archive. So select “Product IntegrationServer” as well.

    Notice the Archive schema is different from the one used for the other pools.

    Hope this helps


    #webMethods-Archive
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Missing Stored Procedures for Archive/Purge Audit data

    Posted Mon March 29, 2010 07:51 PM

    Hi Dev, Thanks for quick reply.

    I did the same way, small change is I am using command line procedure.

    dbConfigurator.sh -a create -d oracle -c ARC -v latest -l "jdbc:wm:oracle://***:1521;serviceName=****;sysLoginRole=sysdba" -u username -p password

    after completion of the database component installation, I see some packages, in the oracle. but I dont see any procedures.

    I went back to webMethods/common/db/scripts/oracle/archive/21/create folder and checked whether there are any scripts for procedures… I dont see any…
    I only see sql file to create tables and views and some files with .pkg and .pkb extensions.

    so I wonder, whether all the archive procedure will be done with support of the code inside the packages…! or will there be any procedures I have to download seperatly from advantage…? or Do I have to install any Fixes for Monitor to see stored procedures in Oracle…?

    Thanks,
    siri…


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive


  • 4.  RE: Missing Stored Procedures for Archive/Purge Audit data

    Posted Thu April 01, 2010 01:35 PM

    .pkb and .pkg contain the definition of the archive stored procedure.

    After running dbconfigurator, you’re expected having them created, as example PROCESS_ARCHIVE.START_PROCESSARCHIVE

    If not, it’s because you didn’t installed the right product.

    Bye

    Laurent


    #webMethods-Archive
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Missing Stored Procedures for Archive/Purge Audit data

    Posted Wed July 28, 2010 04:58 PM

    Hi,

    I am facing the same behaviour while running it from DB configurator tool… packages are getting created but procedures are missing… did everything right so clues why its happening :frowning: … anyone got solution for it.

    fyi … i m doing it on 8.x

    -nD


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB


  • 6.  RE: Missing Stored Procedures for Archive/Purge Audit data

    Posted Wed July 28, 2010 07:00 PM

    Run installer, point to your existing installtion and check if there is any new database component build available higher than the one you have… if that’s the case update them.

    On the other hand, do you get any error when executing the create option?

    Finally get sqldeveloper http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html and configure a connection with same user/password you used for creating the tables, navigate to packages and expand to see if stored procedures are there…


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB


  • 7.  RE: Missing Stored Procedures for Archive/Purge Audit data

    Posted Wed July 28, 2010 11:24 PM

    I m running on latest build and there was is no error in erorr logs (DB configurator) … guessing it can be issue with user previllages to this user account but i guess the user have DBA access, cross checking again :expressionless:


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 8.  RE: Missing Stored Procedures for Archive/Purge Audit data

    Posted Tue May 17, 2011 10:54 AM

    I have the same problem than you
    dbConfigurator.sh -a create -d oracle -c ARC -v latest -l “jdbc:wm:oracle://:1521;serviceName=*;sysLoginRole=sysdba” -u username -p password

    I don’t understand what i have to put in “serviceName”?
    Thank you


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive


  • 9.  RE: Missing Stored Procedures for Archive/Purge Audit data

    Posted Wed May 18, 2011 07:26 AM

    ServiceName is the schema that you used for wm.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Archive