Forum Discussion
jacovg91
3 years agoFrequent Visitor
Deploying custom roles to XMLA: TMSavePointValidation.cpp error
Hello, I am deploying the following custom roles to the XMLA endpoint of my Powerbi Premium subscription. It is two custom roles based on AD groups that I want to add: {
"sequence": {...
jacovg91
3 years agoFrequent Visitor
I somehow resolved it by running all of the roles that I have starting with just one and appending it with a new one every time I run it (in a sequence block however). That works just fine. Running 2 or more fails with the
An unexpected error occurred (file 'TMSavePointValidation.cpp', line 465, function 'TMSavePoint::VerifyProxyCreationAllowed').error.
After I've created all the roles, I can run the entire sequence without the error.
My only conclusion is that the XMLA endpoint is not able to handle deploying multiple roles in a sequence when they don't exist yet. This is very bad behaviour imo.