If I run my package in Visual Studio it successfully inserts all the records in table
but when I scheduled it as a JOB, it shows its running but doesn’t insert any record in table.
Can anyone please advise
Regards
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sounds like it is a security issue. Under what context are you running the job? What exactly does the job do?
Most likely your SQL Server Agent service account does not have the proper permissions to do what your SSIS package needs. Grant the necessary rights and try again to start the job.
Edit: your job package seems like its a very different version. Can you give us some version numbers?