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

DCOM object invocation error

  • 1.  DCOM object invocation error

    Posted Thu September 11, 2003 11:07 AM

    Hi there,

    Currently, I’m facing some error while invoking a DCOM object through webMethods Integration Server 4.6.

    This DCOM object was build with VB 6.

    Basically, there are flow of this service as below,
    createObject->invoke->invoke->invoke->release

    What happen is that it was failed at the win32.COM.dispatch:createObject which is the first service defined in the flow above.

    Below is the actual error message show in the webMethods developer, “win32.COM.WmDispatchException: Invalid class string. Error Code = 800401f3”.

    Could someone help me on this?

    Thanks.


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


  • 2.  RE: DCOM object invocation error

    Posted Tue December 23, 2003 01:08 PM

    I faced this problem before too, but have managed to past the createObject step after putting the DLL in the Component Services (through Control Panel’s Administrative Tools). The client machine (IS/Developer) needs to install the application proxy created through Component Services. Currently it stops at the first invoke step with “Access is Denied” error, so in my case I suspect security rights needs some tweaking. Any help on this is appreciated.

    If the DCOM object is remote and you are using Developer to invoke, did you configure the DCOM server using dcomcnfg or Component Services?


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