Previous Topic: Building the ExitNext Topic: Related User Exits


Steps to Validate Successful Incorporation of the CMICXnnN.DLL

Prior to incorporating the modified exit, follow these steps:

  1. Start the Client Manager.
  2. Set Client Manager Logging Level to Trace, using the Client Manager's Setup dialog (that is, from the Client Manager's main menu select File, Setup). Save the configuration change and exit the Client Manager.
  3. Restart the Client Manager.
  4. Browse the Client Manager Log. Look for the log file record containing the name of the client queue. The default Client Manager mailslot name will contain the following string: .\mailslot\TIRCLNTS.QUE
  5. Stop the Client Manager.
  6. After modifying and rebuilding the modified user exit dll, restart the Client Manager.
  7. Browse the Client Manager Log. The client queue displayed should be of the form: .\mailslot\xxxxxxxx.QUE, where xxxxxxxx is the string value returned from the modified user exit. This string should be unique to each instance of the Client Manager that is expected to run.

After modification, both the Client Manager instance and all of the CA Gen clients expecting to connect to this instance of the Client Manager must use this user exit.