Troubleshoot 'The specified resource does not exist. ' from Azure Data Factory Custom Batch Run

Dan 21 Reputation points
2020-07-01T21:30:20.023+00:00

I have a simple "Rscript test.r" batch Command that runs a R script which just prints the message "greetings". When i trigger the pipeline manually and look at the output. It says:

<Error>
<Code>ResourceNotFound</Code>
<Message>The specified resource does not exist. RequestId:9bd49bcf-601e-00ec-2bed-4f9f4a000000 Time:2020-07-01T21:18:30.7051260Z</Message>
</Error>

Now, i have verified that the R script i am trying to run is in the Storage Account container and the right folder is selected. Also the connections to the batch service and the storage service work.

Where could i go to get more information for this error?

Does this error mean that the R script i am trying to run doesn't exist or that the Rscript program does not exist or it can't be found.

I even used RDP to log into the node and verified that Rscript binary and it's containing folder is on the System Path. And that i can run a simple test script i wrote locally.

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
301 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,525 questions
{count} votes