Hi I have following error while I am deploying sharepoint managment pack to sharepoint server
a) In the event log:
An exception was thrown while processing InsertSecureSecureStorageSecureReference for session id uuid:96fad887-f1c7-4b66-84e8-21852e12a6c3;id=3.
Exception Message: The creator of this fault did not specify a Reason.
Full Exception: System.ServiceModel.FaultException`1[Microsoft.EnterpriseManagement.Common.UnauthorizedAccessMonitoringException]: The creator of this fault did not specify a Reason. (Fault Detail is equal to Microsoft.EnterpriseManagement.Common.UnauthorizedAccessMonitoringException:
The action account secure data type can only be associated to the action account secure reference and vice versa. ---> Action account secure data must be paired with the action account secure reference.
--- End of inner exception stack trace ---).
and error
Data Access Layer rejected retry on SqlError:
Request: p_SecureStorageSecureReferenceInsert -- (SecureStorageReferenceId=626d9053-e076-424c-baba-0b03a94dc031), (SecureStorageElementId=51b19898-44c7-4171-9c9e-2598126ddc8b), (SecureReferenceId=7a3959a4-cf62-57ee-59e1-cb682047823f), (HealthServiceId=1796e717-b03d-eebb-2812-071d04184d44),
(RETURN_VALUE=1)
Class: 16
Number: 777980209
Message: Action account secure data must be paired with the action account secure reference.
b) in the task
The Event Policy for the process started at 10:25:39 PM has detected errors in the output. The 'StdErr' policy expression:
.+
matched the following output:
Exception calling "InsertMonitoringSecureDataHealthServiceReference" with "1" argument(s): "The action account secure data type can only be associated to the action account secure reference and vice versa."
Failed to associate SPTEST\sps_farm_admin to APPLICATION.sptest.local for Microsoft.SharePoint.Foundation.2010.AdminAccount
Command executed: "C:\Windows\system32\cmd.exe" /c powershell.exe -NoLogo -NoProfile -Noninteractive "$ep = get-executionpolicy; if ($ep -gt 'RemoteSigned') {set-executionpolicy remotesigned} & '"C:\Program Files\System Center Operations Manager 2007\Health
Service State\Monitoring Host Temporary Files 16\2956\AdminTask.ps1"' 'SharePointMP.Config'"
Working Directory: C:\Program Files\System Center Management Packs\
One or more workflows were affected by this.
Workflow name: Microsoft.SharePoint.Foundation.2010.ConfigSharePoint
Instance name: Microsoft SharePoint 2010 Farm Group
Instance ID: {B7E9A5AF-62D1-CF79-0AE8-044AE7CECBD7}
Management group: SCOMADMINISTRATORS
Error Code: -2130771918 (Unknown error (0x80ff0032)).
I am using farm administrator account to deploy the managment pack.
Does someone know how to solve this ?