webMethods

webMethods

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

JDBC Pools > Connection Properties , one user to connect different database component

  • 1.  JDBC Pools > Connection Properties , one user to connect different database component

    Posted Wed February 20, 2013 04:44 PM

    Hi,

    I have created TN ,IS and MWS database components using DBConfigurator.But DBAs have provided me only one user to connect to all 3 Schemas.

    Please tell me while setting up JDBC pools ,what all properties I need to setup to limit the schema usage.

    I have already tried this one :
    jdbc:wm:oracle://elgwmdev:1527;serviceName=webm82d;TableFilter=‘’.‘WMB2B_IS’
    User : WEBM
    Pwd: *******
    WEBM is the user DBAs has provided with all permissions provided.
    but it’s not able to view tables under WMB2B_IS schema.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 2.  RE: JDBC Pools > Connection Properties , one user to connect different database component

    Posted Wed February 20, 2013 05:27 PM

    "WEBM is the user DBAs has provided with all permissions provided.
    but it’s not able to view tables under WMB2B_IS schema."

    Then they haven’t provided all the necessary permissions. WEBM should have full control over all the wM-related schemas.


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 3.  RE: JDBC Pools > Connection Properties , one user to connect different database component

    Posted Wed February 20, 2013 07:01 PM

    Hi Reamon,

    Just to clarify , WMB2B_IS was created using DB configurator and then WEBM user was created to access this schema.

    Full control you mean is for DML and DDL too ?
    WEBM has access to these schema with Insert,update,delete,select permissions.And logically i don’t think it needs anything else once all objects are there ? Correct me ?


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 4.  RE: JDBC Pools > Connection Properties , one user to connect different database component

    Posted Mon February 25, 2013 10:08 PM

    Raised a case with Software AG and here is the solution :

    jdbc:wm​:oracle://:;serviceName=;InitializationString=(ALTER SESSION SET CURRENT_SCHEMA=)

    Thanks everybody for the help .


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 5.  RE: JDBC Pools > Connection Properties , one user to connect different database component

    Posted Mon February 25, 2013 10:24 PM

    Thanks for the update. It looks like my post about the root issue was incorrect.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB