HWNPM0006E The string specified as parameter (string) exceeded its allowed length (maximum length).
Explanation
The string parameter that was passed as argument on the Performance Manager API call is too long. The method that was called returns this error indicator.
Action
Length limitations usually arise due to the need for saving the given string into a fixed length database column. Modify the caller of this method to pass a shorter string as parameter.