AWSPMG - Plug-in manager messages

This section lists error and warning messages that might be generated by the plug-in manager.

The message component code is PMG.

AWSPMG001E

No plug-in with name "plug-in_name" was found.

The plug-in identified by the specified name does not exist.

plug-in_name identifies the name of the plug-in.

AWSPMG002E

No custom configuration file has been specified in the plug-in properties file for plug-in "plug-in_name".

The TWSPlugIn.relativeConfigPath property is missing or blank in the TWSPlugIn.properties file.

plug-in_name identifies the name of the plug-in whose custom configuration file was not specified.

The configuration file is not updated.

Make sure that you are trying to update a custom plug-in and that the TWSPlugIn.relativeConfigPath is specified in the TWSPlugIn.properties file.

AWSPMG003E

Cannot validate configuration file for plug-in "plug-in_name".

Validation of the configuration file is currently not supported or not available for the specified plug-in.

plug-in_name identifies the name of the plug-in for which validation of the configuration file was not possible.

The configuration file is not updated.

Make sure that you are trying to update a custom plug-in.

AWSPMG004E

An I/O error occurred while writing the configuration file for plug-in "plug-in_name".

The creation or update of the configuration file for the specified plug-in produced an I/O error.

plug-in_name identifies the name of the plug-in for which the configuration file could not be written.

The configuration file was not created or updated successfully.

Verify file system permissions and disk space in the path specified for the custom configuration file.