I am getting an error when trying to create a new Subscription Settings Service Applicatoin Proxy. Apparently, on already exists?
New-SPSubscriptionSettingsServiceApplicationProxy : A SPSubscriptionSettingsServiceApplicationProxy with id
'3cfdea27-b60c-4e2d-8de7-5c6b413c5123' already exists. Only one can exist per farm.
At line:1 char:12
+ $saProxy = New-SPSubscriptionSettingsServiceApplicationProxy -ServiceApplication ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceExists: (SPSubscriptionS...pplicationProxy:SPSubscriptionS...pplicationProxy) [New-SPSubscript...pplic
ationProxy], InvalidOperationException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSubscriptionSettingsServiceApplicationProxy
How do I remove the current proxy in order to create a new one? Or associate the current one with my new Subscription Settings Service Application?