I am Executing an SSIS Package in SQL-Server 2012 through SQL-Job. Individual package is getting execute in Visual-Studio and also after releasing it on Service-Catalog (Just for testing). But When I am adding same package without any source or any change, Its execution keep going without any error or end.
Later I got one error message during Job execution from Windows-Log Viewer and error message is as follow:
Error, [136] Job
Daily Job 2report: Process 4a94 was invoked by step 1, job 0x04B3B7D6263F2348B84183641 BF86091, but can not be terminated (Reason: Access is denied.)
I have applied settings as below.
what does this error mean and what solution I can apply`
I am creating the SQL-Job and Package Execution on Server directly.
