Hello community,
we are using Snapcenter Powershell Cmdlets to deploy on-demand Flexclones of our ERP database for testing purposes.
After updating our Snapcenter installation to version 4.6, the cmdlet "Add-SmCloneJob" fails with error message:
--
Add-SmCloneJob : Operation unauthorized. The user you are trying to operate does not have a valid token.
In Zeile:1 Zeichen:15
+ ... mclonejob = Add-SmCloneJob $instance -PluginCode SMSQL -ClonetoInstan ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (SnapManager.Client.PSModule.AddCloneJob:AddCloneJob) [Add-SmCloneJob], Exception
+ FullyQualifiedErrorId : -1,SnapManager.Client.PSModule.AddCloneJob
--
Resourcegroup is created in Snapcenter - but no clone operations are triggered. No authentication error, while login to Snapcenter via Powershell. Username and password are correct.
Do you have any ideas? Im not sure what's meant with "token" in this context.
All this works in further versions of Snapcenter.
Greets
Tobi