Hello everybody here!
I've upgraded Win machine from MQ 9.0.0.6 to MQ 9.1.0.6 , I've installed the new version in parallel with old one ,When I've finished
I won't uninstall the old version because I'm trying to follow the best practice that recommended by IBM, and I 'll uninstall it after being verified that every thing is ok, I set the MQ 9.1 as primary and I stopped the old installation services and set it to be run manually
the problem that we're facing that the application can't be running and getting the below error
======================================================================================
2020-11-26 09:29:01 336 005 Log: MQ:: QMGR XMBI21WT & Queue FXMS_Sync_Exch_Rate_EXIM_Int_Req
2020-11-26 09:29:01 336 005 Log: Conection String Use******** loaded successfuly ...
2020-11-26 09:29:01 336 005 Log: ... Parameters Initiliasation Completed ...
2020-11-26 09:29:01 336 005 Message: ---- RunMain Job Started ----
2020-11-26 09:29:01 399 005 FatalError: Exception at RunMain Could not load file or assembly 'amqmdnet, Version=8.0.0.9, Culture=neutral, PublicKeyToken=dd3cb1c9aae9ec97' or one of its dependencies. The system cannot find the file specified.
========================================================================================
It seems the application is looking for files from the MQ old version library 32, I changed the path for environment variables to make lib64 above the lib32
C:\Program Files (x86)\IBM\WebSphere MQ\java\lib64
C:\Program Files (x86)\IBM\WebSphere MQ\java\lib
but this can't solve the issue , could you please advise what I missed here ??
------------------------------
alaa fahad
------------------------------