MQLSX : not working anymore. Please Help

'm using MQLSX ( I know it’s not supported anymore). But after reinstalling Lotus Notes it’s not working anymore.

The path variables are correct, but still it gives me the error 6000. This is the trace I get in MQSeries:

±----------------------------------------------------------------------------+

| |

| ETM First Failure Symptom Report |

| ==================================== |

| |

| Date/Time :- Tue Apr 29 14:37:25 2008 |

| Code Level :- @(!) ***** Code Level is 1.3.3 ***** |

| |

| Thread Id :- 02520 |

| Function Name :- EstablishEPs |

| |

| Probe Id :- ETM1 |

| Build Date :- Mar 11 1999 |

| Major Errorcode :- Not found in retcode translation table (7E) (126) |

| Minor Errorcode :- OK |

| Comment1 :- Cannot find lib - mqm.dll or mqic32.dll! |

| |

| Comment2 :- |

| |

| Comment3 :- |

| |

| |

±----------------------------------------------------------------------------+

Stored Function Stack

=====================

LSX: ClassControl

ImqQueueManager::connect

gmqdyn0a:MQCONN

EstablishEPs

xmq_xcsFFST

Incore trace entries

====================

(02520) → xmq_xxxInitialize

(02520) → ObtainSystemCP

(02520) ← ObtainSystemCP (rc = OK )

(02520) ← xmq_xxxInitialize (rc = OK )

(02520) → LSX: MainEntryPoint

(02520) ← LSX: MainEntryPoint (rc = OK )

(02520) → LSX: MQLSX_MessageProc

(02520) ← LSX: MQLSX_MessageProc (rc = OK )

(02520) → LSX: MQLSX_MessageProc

(02520) → LSX: RegisterCMQC

(02520) ← LSX: RegisterCMQC (rc = OK )

(02520) → LSX: RegisterCMQCFC

(02520) ← LSX: RegisterCMQCFC (rc = OK )

(02520) → LSX: RegisterIMQTYPE

(02520) ← LSX: RegisterIMQTYPE (rc = OK )

(02520) ← LSX: MQLSX_MessageProc (rc = OK )

(02520) → LSX: MQLSX_MessageProc

(02520) ← LSX: MQLSX_MessageProc (rc = -1 )

(02520) → LSX: MainEntryPoint

(02520) ← LSX: MainEntryPoint (rc = OK )

(02520) → LSX: MQLSX_MessageProc

(02520) ← LSX: MQLSX_MessageProc (rc = OK )

(02520) → LSX: MQLSX_MessageProc

(02520) → LSX: RegisterCMQC

(02520) ← LSX: RegisterCMQC (rc = OK )

(02520) → LSX: RegisterCMQCFC

(02520) ← LSX: RegisterCMQCFC (rc = OK )

(02520) → LSX: RegisterIMQTYPE

(02520) ← LSX: RegisterIMQTYPE (rc = OK )

(02520) ← LSX: MQLSX_MessageProc (rc = OK )

(02520) → LSX: MQLSX_MessageProc

(02520) ← LSX: MQLSX_MessageProc (rc = -1 )

(02520) → LSX: Class entry point

(02520) ← LSX: Class entry point (rc = OK )

(02520) → LSX: ClassControl

(02520) ← LSX: ClassControl (rc = OK )

(02520) → LSX: ClassControl

(02520) → ImqQueueManager::connect

(02520) → gmqdyn0a:MQCONN

(02520) → EstablishEPs

(02520) → xmq_xcsFFST

Subject: MQLSX : not working anymore. Please Help

Which notes client version is installed ?

The notes-client 6.5.6 (FP2) has a bug.

External dlls are not found if the OS-environment-path (PATH=)

exceeds 255 characters.

You can add the path to MQLSX as the first entry in PATH but the dlls are not found.

Try to shorted the PATH to max. 255 characters. Does it work now ?. I am aware that this solution is only applicable for test purpose.

Subject: RE: MQLSX : not working anymore. Please Help

Version is indeed 6.5.6.

Is there a fixpack available to resolve this problem??