Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Minimum Permissions Required for Proxy Account

$
0
0

I have a job which reads the data from a Webservice, i am using a script component and all things works well, when i execute it from the Visual studio environment.

Now when i ported the same code to Test environment this script component fails with this error: "'component "SCR_SRC_GetData" (325) failed the pre-execute phase and returned error code 0x80131501. '" , when i execute the package via SQL JOB which runs the jobs with the proxy account.

THough when i double click the package and execute it all things worked fine and package was executed succesfully.

As a testing i think it was a security issue, i added the proxy account to the local admin group on the test machine and guess what the JOB executed successfully this time.

Now this is what i want to know, what would be the minimum permissions other the ADMIN account which needs to be given to the proxy account such that the Webservice script task component can finish properly.

I am guessing my user account is not able to load the .Net framwrok assemblies but now i dont know what level of user permissions or usr group can i add it to enable the same, Any thougths


Abhinav
http://bishtabhinav.wordpress.com/


Viewing all articles
Browse latest Browse all 24688

Trending Articles