Making initial checks

There are some initial checks that you can make that may provide answers to common problems that you might have.

About this task

Use the information and general advice given in the subtopics to help you to carry out the initial checks for your platform and rectify the problem.

Procedure

Tips for system administrators

Tips for application developers

  • Check the return codes from the MQI calls in your applications.
    For a list of reason codes, see API completion and reason codes. Use the information provided in the return code to determine the cause of the problem. Follow the steps in the Programmer response sections of the reason code to resolve the problem.
  • If you are unsure whether your application is working as expected, for example, you are not unsure of the parameters being passed into the MQI or out of the MQI, you can use trace to collect information about all the inputs and outputs of your MQI calls.
    For more information about using trace, see Tracing. For more information about handling errors in MQI applications, see Handling program errors.