I have an ETL process that clears and processes two tabular cubes each day, using the following command:
{
"refresh": {
"type": "clearValues",
"objects": [
{
"database": "MyCube"
}
]
}
}
It is intermittently failing (regardless of which cube it attempts it on) with the following error (this is directly copied and pasted, the spelling mistake is in the actual error):
The Subscription identifier is invalid; it must be unique when subscribing and the identifier of a registerd subscription when unsubscribing.
Does anyone have any idea what might be going wrong?
SSAS Version 15.0.32.50