AGMG0004E AGMClientExit could not complete initialization with return code %s

Explanation

AGMClientExit could not complete initialization.
Message Variables:
  • %sZ APM Connect Base

System action

AGMClientExit will remain attached to the client application invocation but will not report application performance data.

User response

Check the return code and refer to the following table to take the proper action.
return code (%S) Meaning User response
00 ConfigWorker could not open agmconfig.properties in AGM.CONF.LOCATION. Set environment variable AGM.CONF.LOCATION to directory containing your agmconfig.properties file.
01 Property bootstrap.servers was not found in agmconfig.properties. In your agmconfig.properties file, assign the property bootstrap.servers the address and port of your Z APM Connect DG installation.
02 AGMServerExit could not connect to Z APM Connect DG. Ensure that your Z APM Connect DG is running and that bootstrap.servers in agmconfig.properties is configured correctly to point to your Z APM Connect DG.
04 Required system property AGM.CONF.LOCATION was not set. Ensure that you have set the system property AGM.CONF.LOCATION to the directory where you want to store your configuration and security files.
05 Client authentication was enabled for AGMClientExit, but required system property agm.ssl.keystore.password was not found. Ensure that you have set the system property agm.ssl.keystore.password.
06 Server authentication was enabled for AGMClientExit, but required system property agm.ssl.truststore.password was not found. Ensure that you have set the system property agm.ssl.truststore.password.
07 Secure communications were enabled for AGMClientExit, but required system property agm.ssl.key.password was not found. Ensure that you have set the system property agm.ssl.key.password.
08 Server authentication was enabled for AGMClientExit, but zos.truststore.jks was not found in the configuration directory. Ensure that you have moved zos.truststore.jks to the configuration directory specified by the system property AGM.CONF.LOCATION.
09 Client authentication was enabled for AGMClientExit, but zos.keystore.jks was not found in the configuration directory. Ensure that you have moved zos.keystore.jks to the configuration directory specified by the system property AGM.CONF.LOCATION.