Hi,
Why not try : Process : automatic as described in Refresh command (TMSL)
Back to your original question, you could run the operation sequentially using script :
{
"sequence":
{
"maxParallelism": 1,
"operations": [
{
"refresh": {
"type": "clearValues",
"objects": [
{
"database": "Cube1"
}
]
}
},
{
"refresh": {
"type": "full",
"objects": [
{
"database": "Cube1"
}
]
}
}
]
}
}
Reference : Sequence command (TMSL)
Regards,
Lukas
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
What can I do if my transaction log is full?--- Hot issues November
How to convert Profiler trace into a SQL Server table -- Hot issues November