Command
./dmctl -s SAM invoke ICS_NotificationFactory::ICS-NotificationFactory archiveNotification ICS_Notification::NOTIFICATION-Session_SESSION-APP-InChargeService__OI-ACM->APP-InChargeService__AMPM-BCB_Disconnected Admin "Notification Archived"Error
CI-E-EGENERIC-At ICS_NotificationFactory.c:961 argument 1 should be of type
ICS_Notification: Number and types of arguments in call to operation don't
match its signature
MR-WRONG_OPERATION_ARGS-Number and types of arguments in call to operation
don't match its signature
To resolve this issue, put the name of the Notification in double-quotes (" ") as in the following:
./dmctl -s SAM invoke ICS_NotificationFactory::ICS-NotificationFactory archiveNotification ICS_Notification::"NOTIFICATION-Session_SESSION-APP-InChargeService__OI-ACM->APP-InChargeService__AMPM-BCB_Disconnected" Admin "Notification Archived"