Share via

Azure data factory data processing pipeline error

durbslaw 1 Reputation point
2022-07-28T13:03:49.25+00:00

I have a required that imports files from Oracle and bulk inserts it into SQL Azure, I have created and tested the data collection pipeline, I have configure a SQL agent to populate the Azure table with the Oracle extract, how when debugging the data processing pipeline I get the error that the agent cannot be found, I have checked the configuration table and found the entry for the agent, when I manually pass the agent name and a GUID to the stored procedure the pipeline is trying to run I don't get errors.

Error code
2402
Failure type
User configuration issue
Details
Execution fail against sql server. Sql error number: 50000. Error Message: <PROC Name="yyyy-AUDIT-ZZZZ.execution.spRunSQLAgentJob" Start="14:36:45:647">
<Params>@Job _name=CMS_12345545_PP_EMP_csv_CMS_Raw_Case_Emp @adfrunid=88191520-3BA8-447D-B5C8-5DEC0CE1FD70</Params>
<Context>Start Agent Job</Context>
<Error Num="14262" Sev="16" State="1" Time="14:36:45:660" >
<MSG>The specified @Job _name ('CMS_Raw_Case_Emp') does not exist.</MSG>
</Error>
</PROC>

Thanks and regards,

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.