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.  Error connecting to Siebel from IS server

    Posted 09/19/02 05:47 AM

    Am getting this error while trying to connect to Siebel from IS server using the siebel adapter.
    Can someone shed some light on this??


    Could not connect: CoreServices.checkRepositoryConnection - poolMgr.getConnection threw this: type(com.wm.pkg.siebel.ConnectionPoolException), msg([badConnOpen]ConnectionPool.ConnectionEntry.ctor - connection.connect fails; returns false)


    Thanks,
    Porus


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


  • 2.  RE: Error connecting to Siebel from IS server

    Posted 11/18/03 05:03 PM

    Did you find the resolution to this? I am having the same problem. Siebel 3.0/IS6 talking to Siebel 7.5.2

    Thanks


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


  • 3.  RE: Error connecting to Siebel from IS server

    Posted 11/19/03 08:14 AM

    Hello Porus,

    This can happen if the Siebel Server disconnects or get rebooted during the time that the Siebel Adapter is running. You can try setting the minimum connection pool to 0. Also, restart the Integration Server to see if the connection pool is cleaned out.


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


  • 4.  RE: Error connecting to Siebel from IS server

    Posted 11/19/03 08:37 AM

    Well, the Siebel server did not disconnect or reboot,
    but I get a CodePage 646 not supported error. Any clues?

    I am just pressing the ‘Test Connection’ button in the configuration screen and I get this error.

    Thanks


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


  • 5.  RE: Error connecting to Siebel from IS server

    Posted 11/19/03 09:39 AM

    What version of the Siebel adapter are you working with?


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


  • 6.  RE: Error connecting to Siebel from IS server

    Posted 12/11/03 02:48 PM

    for the CodePage 646 not supported error, you need to do the following on your IS server.sh file:

    to support CodePage 646

    LC_CTYPE=“en_US”
    export LC_CTYPE

    This sets your IS’s codepage to EN_US which is the same default codepage for the Siebel Server.


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