In SSIS I am executing a .NET exe (NOT a cmd file) located on a network server. All access permissions have been granted successfully to the SQLAgent.
The first error encountered was the infamous "Unknown Publisher" error. Of course, this hung the job since no human was available to answer the prompt. After much Googling and with the help of our IT security organization, I had the code propely signed and eagerly tried again.
Now when executed a new error appears: "Do you want to run this software?", even though the popup correctly shows the publisher.
How do I get rid of this?
(By the way, with the "Unknown Publisher" I tried both the execute process task, and a launch from within a script. Made no difference. Will it help with this error? Also, I myself never get an error when I execute the package, only when the DBA does or it's scheduled.)
Pulling my hair and implementation schedule slipping!! Thanks very much.