We are facing problems with the Sql server Agent Job Service account
I have a created ssis package in vs 2010 that loads data into csv file which is in NAS (T:Drive).
When i created a job for this package it is executing fine if the Service account of SQL Server Job Agent is XXX\rbadmin.
But there is one more job which loads data into csv file which is in file server(W:Drive). The networkuser(ABC) which has full rights on File server.
Here the problem is if i execute the 2<sup>nd</sup> job with the Service account of SQL Server Job Agent as XXX\rbadminit is getting failed.
If i use the Service account of SQL Server Job Agent as networkuser(ABC) the 2<sup>nd</sup> job get succeeded and first job get failed.
And moreover we are unable to connect SSIS Integration service in both the cases.
Please help me out to get resolve this issue whether we need to create Proxy account or any other work around
Please let me know if any further queries..
Note:hardening happened for Perticular server
Error we are getting : Cannot open data file “xxxxx\xxx\xxx” in 2nd job
access is denied for 1st job