Azure Data Factory - Data Flow: Internal Server Error:Failed to submit job on instance pool. Integration Runtime 'wirInt'

Štěpán Rešl 96 Reputation points MVP
2021-10-23T07:53:11.947+00:00

Hello, I am trying to create Data flow inside ADFs when I am preparing it inside debug mode, everything is working. Once I published it and try to trigger it after about 30s I receive this error: "Error 135, Internal Server Error: Failed to submit job on instance pool. Integration Runtime 'wirInt'". I have tried different integration runtimes. Is there someone who has managed it?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,486 questions
0 comments No comments
{count} votes

Accepted answer
  1. Štěpán Rešl 96 Reputation points MVP
    2021-10-25T12:56:32.327+00:00

    Find out that this issue is based on unsupported "Latin" letters like "ščřžý" in the Resource Group name. Build data flow in another resource group without them it's working as it should.

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Samy Abdul 3,366 Reputation points
    2021-10-23T15:14:43.967+00:00

    Hi @Štěpán Rešl ,If you are using self-hosted integration run time, please go through below documentation to troubleshoot:

    https://learn.microsoft.com/en-us/azure/data-factory/self-hosted-integration-runtime-troubleshoot-guide?tabs=data-factory


  2. Samy Abdul 3,366 Reputation points
    2021-10-24T05:38:29.25+00:00

    Hi @Štěpán Rešl , unfortunately, Azure doesn't have robust list of error code which explicitly gives out cause and

    probable workaround. All I could see is below which is not comprehensive enough

    https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide

    Meanwhile below question on the similar lines was asked before, error code is different but

    worth giving a shout. Thanks

    https://learn.microsoft.com/en-us/answers/questions/47480/dataflow-in-azure-data-factory-giving-internal-ser.html


  3. Samy Abdul 3,366 Reputation points
    2021-10-24T11:35:01.26+00:00

    Hi @Štěpán Rešl , below documentation is good read on instance pool. Please go through it.

    Best practices: pools: https://learn.microsoft.com/en-us/azure/databricks/clusters/instance-pools/pool-best-practices Thanks

    0 comments No comments