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

SSIS Package Execution Using SQL Server Agent (Unexpected error)

$
0
0
I had a SSISDB project that it was executing very well in my previous computer.
Then, here in my job I had to reset my PC and I installed my complete environment of developing again
But since that time I haven't been able to run this project again.
This is a serie of packages that should execute in certain priority with a schedule  programmed since a Job from SQL Server Agent.
 
I don't remember what was my configuration in my previous computer but I can remember very well I had never had problems like this.
 
The first problem that I had is that the process never ending, so.. reading some blogs I could resolve it configuring a credential with a proxy. (I never did that in my before configuration)
 
But Now I have another problem that I can´t resolve.
One package has to run an execute program by ''execute process task" it only works on SQL Server Data Tools or SSISDB manually, but when I want to run this package from a Job since SQL Agent  and the job fails.
 
It doesn't let me check a specific error, only it show me  "Unexpected Error"when it wants to execute the 'Execute Process Task'
 
The account SqlAgent that run the services of Sql Service is Administrator on Windows and I have added it in Sql Server too.
 
The account that try to run the Job is Administrator, and the account for SqlEngine and SqlServices are Administrator too.
 
 
In my despair, all accounts that executes the services of sql server are administrators on windows and in Sql Server. All user accounts are administrator too, in Windows and Sql Server. I tried to keep away all kind of privileges denied. but doesn't work.
 
I Threw to the trash the program that I wanted to execute since SSIS and I programmed it with c# in a 'Script Task' because I thought it could resolve my problem but of course not.
 
I made the same program  as a Console application in C# because I have another package that run psftp.exe that can be executed since a Job on SQL Server very well,
but neither one nor other idea worked.
 
I tried to configure the UNCs since Internet Explorer, but didn't work (SET SEE_MASK_NOZONECHECKS=1)
 
 
I have read a lot of blogs, forums in order to resolve my problem but I can, specially I liked this link.
Troubleshooting: SSIS Package Execution Using SQL Server Agent (SQL Server Video)
but it couldn't help me.
I don't know what to do, so that is the reason I am writing you.
 
Why I could run this project very well in my previous computer, is the same software and the same architecture
Help me please.

Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>