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

book

Article ID: 100028415

calendar_today

Updated On:

Description

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. 

 

Resolution

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

 

Applies To

 6.0RP1

Issue/Introduction

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.