MQ

 View Only
  • 1.  IISExpress stopped working after installing IBM MQ client 9.1.4 along with7.5

    Posted 28 days ago

    IBM MQ client 7.5 was already installed on the system which is primary. Then I installed IBM MQ client 9.1.4 and made it secondary.

    After that my ASP.Net applications that I run from Visual Studio using IISExpress has stopped working which connects to 7.5. Web applications hosted on IIS are working fine. Any console or desktop application is also working fine.

    Getting following error in Event Viewer when trying to connect to IBM MQ 7.5

    Faulting application name: iisexpress.exe, version: 10.0.26013.1000, time stamp: 0x64d3330b
    Faulting module name: mqe.dll, version: 7.500.600.16058, time stamp: 0x56d1088a
    Exception code: 0xc0000005
    Fault offset: 0x001b8a53
    Faulting process id: 0x2c50
    Faulting application start time: 0x01db027e8d333106
    Faulting application path: C:\Program Files (x86)\IIS Express\iisexpress.exe
    Faulting module path: C:\Program Files (x86)\IBM\WebSphere MQ\bin\mqe.dll
    Report Id: f0a79957-2d1a-43f1-9eef-1d24090c2983
    Faulting package full name: 
    Faulting package-relative application ID:

    Whether I run IISExpress as 32 bit or 64 bit doesn't matter. The user who is running Visual Studio is administrator and has full rights on machine. If I uninstall MQ 9.1.4 then all IISExpress applications work without any issue. Any idea how to make it work?



    ------------------------------
    Frank Martin
    ------------------------------


  • 2.  RE: IISExpress stopped working after installing IBM MQ client 9.1.4 along with7.5

    IBM Champion
    Posted 27 days ago

    Have you run setmqenv before launching Visual Studio ?



    ------------------------------
    Morag Hughson
    MQ Technical Education Specialist
    MQGem Software Limited
    Website: https://www.mqgem.com
    ------------------------------



  • 3.  RE: IISExpress stopped working after installing IBM MQ client 9.1.4 along with7.5

    Posted 27 days ago

    No I didn't. But 7.5 is already primary and 9.1 is secondary.

    InstName:      Installation1
    InstDesc:
    Identifier:    1
    InstPath:      C:\Program Files (x86)\IBM\WebSphere MQ
    Version:       7.5.0.6
    Primary:       Yes
    State:         Available
    MSIProdCode:   {FC22F522-C043-4B56-BCC9-E8A7E1C3E530}
    MSIMedia:      7.5 Client
    MSIInstanceId: 1
    
    InstName:      MQ9client
    InstDesc:      mq9.1
    Identifier:    2
    InstPath:      C:\Program Files\IBM\MQ9Client
    Version:       9.1.4.0
    Primary:       No
    State:         Available
    MSIProdCode:   {2BD83773-D0AB-42EC-9CF6-7784E37653AD}
    MSIMedia:      9.1 Server


    ------------------------------
    Frank Martin
    ------------------------------