Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Parser: The syntax for the ImpersonationInfo object is incorrect, If the ImpersonateAccount value is used for ImpersonationInfo

I am trying to deploy a cube for the first time on my PC. I have run SSMS as an Admin and made myself (Gary-pc\gary, using Windows authentication) an admin. Doing this got me past the error message user does not have permission to create a new object in 'GARY-PC', or the object does not exist. When I deploy the cube now, I get the error: the syntax for the ImpersonationInfo object is incorrect. If the ImpersonateAccount value is used for ImpersonationInfo, then the Account property cannot be empty. I have not (knowingly! LOL) set up anything related to impersonation.

like image 422
gnackenson Avatar asked Apr 26 '12 15:04

gnackenson


1 Answers

I've resolved the problem with this:

  • Double click on data source

  • Select impersonation

  • Choose use credentials of user

As @user1335419 says.

like image 174
napstercake Avatar answered Sep 21 '22 07:09

napstercake