Hi @Bhosle, Nikhil
Welcome to Microsoft Q&A platform and thanks for posting your question here.
It is possible that the pipeline is working in the development environment but not in the production environment due to differences in the configuration of the two environments. You should check the configuration settings of both environments and ensure that they are the same.
Regarding the long running time of the pipeline, it could be due to various reasons such as network latency, data volume, or resource constraints. You should monitor the pipeline run and optimize the pipeline by using techniques such as partitioning, compression, or caching.
The error message you have shared states that the ForEach_Table activity failed due to an inner activity failure. This error can occur due to various reasons such as network issues, credential failures, or service outages. You should check the logs and monitor the pipeline run to identify the root cause of the issue.
To resolve this issue, you can try the following steps:
- Check the configuration settings of both environments and ensure that they are the same.
- Monitor the pipeline run and optimize the pipeline by using techniques such as partitioning, compression, or caching.
- Check the logs and monitor the pipeline run to identify the root cause of the issue.
- Retry running the pipeline in production multiple times to check if the issue is a one-time occurrence. ADF has a retry mechanism that can potentially fix the problem on subsequent attempts.
- Ensure that the Integration Runtime is running and connected to the correct network with the necessary permissions and credentials to access the required resources.
I hope this information helps you. Let me know if you have further questions.