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

Database alias in B2B server and Oracle thin driver

  • 1.  Database alias in B2B server and Oracle thin driver

    Posted Mon January 07, 2002 05:18 AM

    I created a database alias in B2B Server 4.0.2 for Oracle database. I am using classes111.zip and gave url for thin driver. Same url and driver works in simple JDBC java client. But in B2B if I try to generate service from the B2B administrator screen, it gives ‘protocol violation’ error.
    Any reasons?


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


  • 2.  RE: Database alias in B2B server and Oracle thin driver

    Posted Tue January 08, 2002 02:27 PM

    What version of Oracle are you using?

    You might want to check the B2B Server classpath. Look for classes111.zip and classes12.zip. If both are there you have multiple version of the JDBC driver. When resolving which driver to use, the JVM will take the one that appears first in the classpath, and that one may be incompatible with the version of Oracle you are using.


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