" VCS WARNING V-16-1-10584 Last key is not associated with an element “ error message occurs when trying to set the ResourceRecipients attribute

Article: 100028415
Last Published: 2013-01-29
Ratings: 0 0
Product(s): InfoScale & Storage Foundation

Problem

When trying to set the email address for the ResourceRecipients on a custom resource type, the “VCS WARNING V-16-1-10584 Last key is not associated with an element “ error message occurred.

 

Error Message

“VCS WARNING V-16-1-10584 Last key is not associated with an element “ 

Cause

The attribute ResourceRecipients requires a key/value pair. The key refers to the email for notification(user@company.com) . The other value refers to the minimum severity level for which the notification is generated.

 

The syntax for the command would look like.

 

#  haattr -default BaseFSChk2 ResourceRecipients "username@company.com" "Warning"      << Two values required  

 

This attribute was added in 6.0 onwards. While doing a typetocmd conversion in the newer version, this attribute gets added. 

 

Solution

#  haattr -default BaseFSChk2 ResourceRecipients "username@company.com" "Warning"      << Two values required

 

Applies To

 6.0RP1

Was this content helpful?