Hi everyone,
Got an issue using Start-UCSTransaction and Complete-UCSTrransaction
Basically, I'm trying to put get-ucsserviceprofile test_template| Add-UcsServiceProfileFromTemplate and get-ucsserviceprofile test_template| Add-UcsServiceProfileFromTemplate in one transaction.
when I run this command without any transactions, it works perfectly fine but when I put it in a start/complete transaction block it fails and says:
Add-UcsServiceProfileFromTemplate : UCSPE-:UCS transaction in progress. Cannot execute
cmdlet:Add-UcsServiceProfileFromTemplate. Complete or Undo UCS transaction and re-run the cmdlet
Interestingly, I cannot find any running transactions on UCS which could cause any sort of conflicts.
any thoughts?