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.
Explanation
The plug-in identified by the specified name does not exist.
plug-in_name identifies the name of the plug-in.
System action
Operator response
AWSPMG002E No custom configuration file has been specified in the plug-in properties file for plug-in "plug-in_name".
Explanation
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.
System action
The configuration file is not updated.
Operator response
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".
Explanation
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.
System action
The configuration file is not updated.
Operator response
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".
Explanation
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.
System action
The configuration file was not created or updated successfully.
Operator response
Verify file system permissions and disk space in the path specified for the custom configuration file.