Sorry, MGdc is not supported in this region [GBR]
Hi, I have created a simple copy data pipeline in ADF that throws the following error. My intention was to POC copying the Office 365 users to a GEN2 storage container (data lake). I tried both UK data centers (west and south) where I have separate…
Azure Data Lake Storage
Azure Data Factory
Get activity/Pipeline Id that triggered a seperate Pipeline using PowerShell
I am using a powershell script to collect all activity Ids associated with a trigger and I do not know how to find the Pipeline Id or a pipeline that was triggered by an "Execute Pipeline" activity. I could alternatively search for pipelines…
Azure Data Factory
Parameter in Pipeline
Hello Team, We have used parameter to delete the specific rows in pipeline. I got the error message : [Tuesday 11:33 PM] Rohit Kulkarni …
Azure Data Factory


Sink Activity issue
Hello team, I have created a dataflow .And it is working fine. But when i mapp this dataflow to pipeline and run the pipeline at that time i am getting the below mentioned error : …
Azure Data Factory


Pass File in Web activity - Data Factory
Hi all, I am trying to call D365FO Odata entity from Web activity. I am able to import the data in the environment by passing the contents in BODY . (similar to the body request in postman) Now, I am finding a way to import the data from…
Azure Data Factory

Relative Path in Absolute URI error while setting up Data Flow Source in ADF V2
I am getting error below while setting up Source Options in ADF Data flow , I wanted to pickup all four .csv files under my Data lake folder MyFolder/2020/11/ alter the same column name Account ID in them using Derived Column , When I set the source…
Azure Data Lake Storage
Azure Data Factory
Details on ADF Hackathon
Hi All, Was going through this link for ADF hackathon and had few questions: …
Azure Data Factory
Transactions in Azure Data Factory & SSIS
I have a solution, in which an SSIS package is deployed on Azure. The package is being executed via Data Factory (V2) using Execute SSIS Package task in a pipeline. I have a sequence container within the package, in which I would like to enable the…
Azure Data Factory
Promoting everything in a Data Factory to another except linked services and triggers with templates.
Hi, Is there a way to promote everything in a Data Factory to another except linked services and triggers with templates. The templates get exported with triggers and linked services and it expects the when you submit the template in the other data…
Azure Data Factory

Logic App emails Azure data factory
Hello I'm implementing a logic app service in order to sent Email with some statical data from the pipelines execution. I'm facing with some problems because I need the data from some output variables and I'm not able to reach them This is the…
Azure Data Factory
Custom .NET Activity: The request was aborted: Could not create SSL/TLS secure channel. Unable to download API data.
Under the Batch Service option, we are running a custom dot net activity, and that .NET tool downloads data from some APIs. It was working fine without any issues until Yesterday(for more than 2/3 years). Now we are facing the below error while…
Azure Batch
Azure Data Factory
Validation Activity - Not giving right error
I have a pipeline which works on files in a folder. At the start of the pipeline is a validate activity to check if files exist. If there are no files, then we do nothing. Because we do not want the pipeline to report an error every time there are no…
Azure Data Factory
Can we trigger a pipeline on first business day of each month ? Do we have such option in ADF ?
Can we trigger a pipeline on first business day of each month ? Do we have such option in ADF ?
Azure Data Factory

how to read lookup activity output in HIVE activty
Hi Experts, I want to read lookup activity output in Hive activtiy. in my case i'm creating count using lookup activity. i want o use that count in Hive activity in SELECT statement. like below, SELECT 'Test' AS C1, …
Azure Data Factory
copy data activity very slow
I have an activity copy in my pipeline to copy 4171 lignes from an Azure sql database to salesforce, and the copy data it's very slow, an i have at the end 400 skipped rows because of the CPU time limit, i've noticed also that the debit is low 3,55 ko/s …
Azure Data Factory
CSV format not retained in Lookup - Azure Data factory
Hi experts, I am trying to call D365FO Recurrence job in my pipeline. I am facing the issue in the format of the data sent from Lookup activity. My lookup activity has the source data set as CSV file , in my case a customer group file.…
Azure Data Factory


Data Type( Source and Target)
Hello Team, I am transferring the data from Source to target .There are more than 200 fields. The data type from source to Target are not matching. I don't want to hardcode the datatype Because if any function got changed then data type will be…
Azure Data Factory


Bulk insert to Web activity Data factory
Hi, I have approximately 500 records in my data set. In my design, I am using for loop to call the Web activity which then triggers the import of data to D365FO. My question here is, though I have set the BATCH COUNT in FOR loop to 20, is it…
Azure Data Factory


How can we do multiple copy activity in one single run of adf pipeline
Hi Team, I have requirement like below As you can see in above image i have 4 paths in source and 4 in destination .. i want to copy all of the data in one run of adf pipeline .. as i many times comes across requirement where i need to…
Azure Data Factory
How can I see EXACTLY what ADF is sending to a REST API?
I'm making a GET call to a REST API. This API passes parameters through the URL only and uses key authentication. When I try to call this service as part of a copy activity, it says that my key is either invalid or not recognized. I've confirmed that…