Intermittent Cube Processing Errors

  • 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?

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

  • 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 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply