Azure Data Factory - Error Code 135 - Internal Server Error:Failed to submit job on instance pool. Integration Runtime

Anonymous
2022-12-29T20:05:10.163+00:00

My Azure Synapse Pipeline with DataFlow Activity is throwing the below error while running it.
It was running fine for a while ago and all of a sudden I see the below issue.
"errorCode": "135",
"message": "Internal Server Error:Failed to submit job on instance pool. Integration Runtime 'DataFlowIntegrationRuntime2', ActivityId: 'b0dc2b14-2e3b-42c0-bf22-7510995fe881'.",
"failureType": "SystemError",
"target": "Update Data",
"details": []
When I debug it, you are asked to select a runtime and then it works, but when I run it using the trigger fails. It seems to be a problem of the trigger when it tries to instantiate the associated runtime.

Could you please give me any advice or help?
Thanks in advance

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
{count} vote

1 answer

Sort by: Most helpful
  1. AnnuKumari-MSFT 34,556 Reputation points Microsoft Employee Moderator
    2022-12-30T09:19:20.097+00:00

    Hi @Anonymous ,

    Welcome to Microsoft Q&A platform and thanks for posting your question here.

    As I understand your issue, you are trying to execute Synapse pipeline containing dataflow and you are facing an error during the process. Please let me know if that is not the case.

    Error code 135 can be caused if there is some reference of unsupported Latin characters during the deployment of resources. Please make sure your Synapse workspace name, Resource group name , tags associated with the synapse workspace etc contains english alphabets and not unsupported characters like : ščřžý

    Similar threads raised in past: Azure Data Factory - Data Flow: Internal Server Error:Failed to submit job on instance pool. Integration Runtime 'wirInt'
    DataFlow in AZure Data Factory giving Internal Server Error with Error Code 133 when running from Trigger

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you.
      Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    1 person found this answer helpful.

Your answer

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