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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Error 800706ba when trying to execute function

  • 1.  Error 800706ba when trying to execute function

    Posted Thu July 08, 2004 08:11 AM

    I have a Windows workstation that I connect to a Linux server running EntireX/DCOM.
    I run a client program on the Windows machine and the QueryInterface works ok and I receive a pointer to a class. I call a function in this class and get the error 800706ba.
    When I run the client locally on Linux the function works perfectly.
    I believe there can be some security problems, bu I have already tried a number of different settings for security both on server and client.
    What can the problem be? Security? Something else? Any ideas?


    #EntireX-DCOM
    #webMethods
    #Mainframe-Integration


  • 2.  RE: Error 800706ba when trying to execute function

    Posted Thu July 08, 2004 09:03 AM

    Hello,

    this might be a problem of muscopnfiguration of the Linux machine. Check you /etc/hosts file. It should look like this (if you machine name is lin01)
    10.20.30.40 lin01
    127.0.0.1 localhost

    If there is an entry like
    127.0.0.1 lin01
    that is definetly wrong.

    You can also just attach the contents of /etc/hosts to a replay.

    Regards,
    Volker Denkhaus


    #Mainframe-Integration
    #EntireX-DCOM
    #webMethods


  • 3.  RE: Error 800706ba when trying to execute function

    Posted Thu July 08, 2004 10:02 AM

    Ohh great!
    Thank you, that worked perfectly fine!!
    We had never found that out by ourselves.


    #webMethods
    #Mainframe-Integration
    #EntireX-DCOM