Azure Batch job creation with ADF pipeline while debug the python script in command line facing issue

shweta kumari
6
Reputation points
Operation on target ForEach1 failed: Activity failed because an inner activity failed
Error details
Error code
2500
Troubleshooting guide
Failure type
User configuration issue
Details
{"errorCategory":0,"code":"CommandProgramNotFound","message":"The specified command program is not found","details":[{"Name":"Message","Value":"The system cannot find the file specified."}]}
Source
1 vote
Hello @shweta kumari ,
Adding to what @ShaikMaheer-MSFT said , you should have more detail message on the blob . Please have a look on the below thread .
https://learn.microsoft.com/en-us/answers/questions/526903/index.html
Thanks
Himanshu
Thanks for your response Himanshu
Actually, I am trying to run a batch job through the ADF batch services but when i am run with python script its stay running Also I am flowing these documents
https://learn.microsoft.com/en-us/azure/batch/tutorial-run-python-batch-azure-data-factory
as it is menstion
Hello @shweta kumari ,
Looks intermittent issue. Did you tried to cancel execution and retry? If issue still exists?
Hello @shweta kumari ,
Did you get chance to try above commented and share updates?
Did you get resolution to this issue? I am facing the same issue while invoking Azure Batch pool to execute python script through ADF.
HI @shweta kumari ,
I'm stuck with the same issue, have u got the solution?, if yes plz share it!!??
Hi @ShaikMaheer-MSFT @HimanshuSinha-msft ,
I am running into this issue and am following the example doc.
My data factory can navigate the given ADLS, but it cannot see the specific python file, or any file for that matter (txt,csv).
I am producing both stdout.txt and stderr.txt when trying to debug the pipeline.
I am utilizing an account key for ADF to link to the ADLS. All resources are within the same region.
Sign in to comment