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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  load oracle context

    Posted 04/15/16 01:05 PM

    Hi community,

    I need to execute a stored procedure, but it contain some functions of oracle context like : FND_FILE.PUT_LINE i need to know how to load oracle context and execute my procedure without any problems,

    Thank you,

    Regards,


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: load oracle context

    Posted 04/15/16 03:41 PM

    What are the SP inputs you have created or required after your created Adapter Service with SP template?

    Please upload necessary screen shots of your AS, so it can be helpful for the users here to respond back!

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: load oracle context

    Posted 04/18/16 06:50 AM

    hi,
    thank you for yr reply, my adapter service is just a simple one to test the execution of my stored procedure,
    the input of my SP are two parametre on out :
    XXOA_EAM_QA_INSERT_TRT(ERRBUF OUT VARCHAR2, RETCODE OUT VARCHAR2) but Inside this SP there is fucntions that contains oracle context, i need to know how to load that context to execute frome my IS that SP,

    Regards,


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: load oracle context

    Posted 04/18/16 04:09 PM

    You better load it like below:

    fnd_file.put_line(fnd_file.LOG,‘Hi …’);

    Let us know if you still see any difficulties.

    Thansk,


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: load oracle context

    Posted 04/19/16 02:17 PM

    hi,
    i still have a probleme because my SP use logging file of oracle, so i can’t execute it from outside (my IS adapter service) if i try to execute it it works but without logging :? ,

    Regards


    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: load oracle context

    Posted 04/19/16 02:42 PM

    I don’t have any clue at this time, let’s see what other says.

    Thanks,


    #Integration-Server-and-ESB
    #webMethods