October 18, 2023 at 7:13 am
Hey guys,
We are having issues when we process our cubes overnight. Eventually, they complete, sometimes after multiple re-tries, sometimes first time!, but often they will fail with the following error message:
"Access is denied. ..An error occurred while parallel saving VertiPaq data objects for Schema...."
Has anyone had anything similar?
October 19, 2023 at 8:10 am
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
November 28, 2023 at 9:35 pm
How are you issuing the processing command? Are you using a SQL Server job with Type: SQL Services Analysis Services Command?
I dimly recall that error but I haven't seen it lately. I have had better success using TSQL against a linked server.
DECLARE @XMLA NVARCHAR(MAX) = '{"refresh": {"type": "full","objects": [{"database": "MyDatabase"}]}}'
EXEC (@XMLA) AT [MyLinkedServer];
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy