I have an SSRS report. I am downloading that as an Excel file through SSIS package. I have created a script task for that. This is working fine.
But the problem is when I am trying to run the SSIS package through SQL Server Agent job, it fails. I am not able to find where I am going wrong in this?
Please help me solve this.
I have already tried creating Desktop folder in
C:\Windows\SysWOW64\config\systemprofile
I have also tried changing the ProtectionLevel to DontSaveSensitive at both project and package level.
Error Description: The script returned a failure result. End Error DTExec: The package execution returned DTSER_FAILURE (1).