|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, October 03, 2012 6:29 AM
Points: 4,
Visits: 21
|
|
Executing SSIS package i am getting following error.
[Execute SQL Task] Error: Executing the query "exec proc_BusinessRulesValidation @UserName = ?, @..." failed with the following error: "MDSERR120002|The user does not have permission to perform this operation.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
But when this task is executed only, it is successfully. Which means it is not a user permission issue.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Thursday, May 09, 2013 6:06 AM
Points: 47,
Visits: 266
|
|
Please check your SP rights. this problem exist when the rights are not placed to you...
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, October 03, 2012 6:29 AM
Points: 4,
Visits: 21
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, October 03, 2012 6:29 AM
Points: 4,
Visits: 21
|
|
| No dear, It is fine for one model (Product_WIP) means executed successfully but genernating error with another model (Product).
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 11:27 AM
Points: 321,
Visits: 236
|
|
| Are you running as Administrator?
|
|
|
|