Hello,
I am in the process of doing a test migration from SharePoint 2010 to SharePoint 2013. I have restored my service application databases onto my new server however when I go to upgrade the Secure Store Service database I get the following error:
Any help would be very much appreciated
PS C:\Users\administrator.FC> $sss = New-SPSecureStoreServiceApplication -Name '
Secure Store' -ApplicationPool $applicationPool -DatabaseName 'Secure_Store_Serv
ice_DB_f36cca213798469284bbff97dff6dcea' -AuditingEnabled
New-SPSecureStoreServiceApplication : A SharePoint database named
Secure_Store_Service_DB_f36cca213798469284bbff97dff6dcea already exists. You
must supply another name for the new database.
At line:1 char:8
+ $sss = New-SPSecureStoreServiceApplication -Name 'Secure Store'
-ApplicationPool ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : InvalidData: (Microsoft.Offic...viceApplication:
SPNewSecureStoreServiceApplication) [New-SPSecureStoreServiceApplication],
SPDuplicateObjectException
+ FullyQualifiedErrorId : Microsoft.Office.SecureStoreService.PowerShellCm
dlet.SPNewSecureStoreServiceApplication