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

Visual Basic Connect to SAPBC error

  • 1.  Visual Basic Connect to SAPBC error

    Posted Thu January 27, 2005 02:21 PM

    Dear all,

    When we try to connect to SAPBC from Visual Basic:

    Private Sub Class_Initialize()
    Set SAPDirectInterface = New Context
    End Sub

    we got this error message:

    “Run-time error ‘7’: Out of memory”

    Could you please help us to solve the problem.

    Thank you very much for your help.

    kind regards,

    Yogi Indra Gunawan
    (yogi@toyota.co.id)


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Visual Basic Connect to SAPBC error

    Posted Fri January 28, 2005 04:53 AM

    This error normally come when :

    1. DLLs are not registered or not updated one.
    2. See if there is anything to put in CLASSPATH, some JAR files etc.
    3. Looks like it is due to installation or configuration issue.

    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: Visual Basic Connect to SAPBC error

    Posted Tue April 12, 2005 01:14 AM

    Hi,

    What version of VB?
    With VB.NET you can call the SAPBC using a web service proxy class
    generated from a SAP BC Developer WSDL file

    Regards


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services