Hi all,
I have manually created a sql job to call an ssis pkg. now I have scripted this job out and put it into a dynamic query in a sproc. I have the replace command to replace some values that the pkg uses.
I'm getting the following error and not sure what the heck it means:
MessageExecuted as user: Domain\abc. Microsoft (R) SQL Server Execute Package Utility Version 11.0.2100.60 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 1:25:49 PM Failed to execute IS server package because of error 0x80131904. Server: FXB01SS0402, Package path: \SSISDB\MonthlyStdRpt\Montly_ETL\Standard_Report_Ingestion_Check.dtsx, Environment reference Id: NULL. Description: The parameter 'CM.stddb_db.InitialCatalog' does not exist or you do not have sufficient permissions. Source: .Net SqlClient Data Provider Started: 1:25:49 PM Finished: 1:25:49 PM Elapsed: 0.405 seconds. The package execution failed.
The sql service agent has permission to the folder where this etl pkg is stored.
Thanks