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
  • 1.  Need help with MSMQ tutorial

    Posted Sat February 19, 2005 06:36 PM

    I get the following error in the early steps of running the MSMQ tutorial:
    IS Administrator
    –>Queueing
    ---->Server settings (find)
    Error: Unable to obtain MSMQ server setting.
    Class wm.queue.API.WmQueueException.
    Exception invoking ‘reset’ on COM object

    Prior to encountering this error I had done the following:

    1. Installed MSMQ under Win/XP
    2. Added two private queues
    3. Installed MSMQ adapter under IS
    4. Installed MSMQ turotial package under IS

    MSMQ itself seems to work ok when called from C# via Visual Studio.

    Any suggestions?


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


  • 2.  RE: Need help with MSMQ tutorial

    Posted Sun February 20, 2005 04:54 PM

    How are you naming the private queues? Are you using this format:

    \hostname\private$\queuename

    James…


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


  • 3.  RE: Need help with MSMQ tutorial

    Posted Sun February 20, 2005 05:37 PM

    I wrote several .NET applications that successfully access my queues, indicating that MSMQ is working.

    In IS Admin I enter the following in the path field, then hit the “find” button.
    ladson-hp\private$\ladsonqin

    This results in the following pattern in the path field
    ladson-hp\private$\ladsonqin (note double slash)

    This error is displayed
    Unable to obtain MSMQ Server Settings
    class wm.queue.API.WmQueueException
    [BASWMQP.0002.0055] Exception caught: [BASMSMP.0001.0011]WmDispatchException invoking reset on COM object [Ljava.lang.Object;@194b34a: {2}:{3}


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


  • 4.  RE: Need help with MSMQ tutorial

    Posted Sun February 20, 2005 06:39 PM

    Have you applied MSMQ 1.5 Fix 3? This fix adds the following:

    “The adapter now supports private queues. The fully-qualified
    queue name must be entered on the Server Settings panel. The
    format for the queue name is: \private$<queue name>.”

    If you haven’t applied this fix, contact webMethods Technical Support and they will provide it. Thanks.

    James…


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


  • 5.  RE: Need help with MSMQ tutorial

    Posted Tue March 01, 2005 02:26 PM

    Apparently wm fixes are not available to independent contractors like me.


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