Azure Data factory
Failure happened on 'Source' side. ErrorCode=SqlOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=A database operation failed with the following error: 'A transport-level error has occurred when receiving results…
Issue while creating Azur Data Factory
I am new to Azure. When I am trying to create Azure data factory with sandboxes free trial. Not getting created and error message popping up is "Validation failed. Required information is missing or not valid". The error occurs in resource…
datafactory copy activity with dynamic mapping
Hello, I am trying to modify my JSON pipeline file to use a translator instead of static mapping ... When I statically define the values like: translator": { "type": "TabularTranslator", …
trying to write data from adlsgen2 to synapse sql dedicated pool but getting data type error
I am trying to write data into a table from adls gen2 using a copy activity. when creating the table, i have to use varchar(max). varchar(8000) is not an option as my data is too big for that. when creating the table using dedicated sql pool, i am able…
ADF is billing high
We are in the middle of the development of an Azure project using ADF and other Azure services. The trigger scheduled and event base are used profusely by my colleagues as part of testing and it is causing billing issues. My question is does only…
Can't sink from Data Factory to Blob Storage after updating storage account public access to 'Enabled from selected virtual networks and IP addresses'.
I have an Azure Data Factory pipeline that is no longer able to access my storage account after I have updated the public network configuration to 'Enabled from selected virtual networks and IP addresses' in my storage account. I have followed the steps…
How to assign Variable Value to Parameter
Hi, we need to create a "batch_no" in the format YYYYMMDDHHMMSS within our pipeline as a human-readable job identifier , since system variables like pipeline run ID or trigger ID aren’t easily readable. The "batch_no" should remain…
Unable to search for Purview assets in Data Factory
Hi, When I search for the Purview assets in Data Factory, the search keeps happening without yielding any result. However, I am able to search directly in the Purview portal. Please let me know a resolution.
Error from Lookup component in ADF not invoking subsequent component
We have a component running a stored procedure. This particular one returned too much data, which is throwing this error: ErrorCode=UserErrorComputePluginFailure,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The size of…
In a private subscription I am unable to connect a power query activity from ADF to an Azure SQL DB
I had a powerbi report with semantic model that was exceeding our P2 premium node on refresh. I am looking to migrate the power query steps to ADF and sink it to a SQL Data Mart instead for consumption by the report. Since the Power Query activity only…
Occassional Issue with passing parameters between activities
We are having a spotty issue where once in every few pipeline runs an activity will not fill in the parameters even though we run the same code 50 times and 49 of those times works. There doesn't seem to be any difference that we can find. Has there been…
Missing Records in Azure Log Analytics
Hi All, Logs of activities, pipelines, and triggers are gathered within the Synapse environment for monitoring purposes. It has been observed that some pipelines ran successfully, as seen in the Monitor section of Synapse, but there are missing records…
DataFactory DataFlow Activity ManageVnet dataflow cluster is not started
Hi All, we are unable to start the azure data factory data flow cluster . we are using Mange Vent IR in itally north region when we start the cluster in Debug Mode we get message-The startup of the cluster is taking longer than expected , we recommend…
Can ADF load data from Kusto to Cosmos?
Can you please tell me can ADF load data from Kusto to Cosmos? If it can, how to do it? Please give me some guidance, I am a new hand. Thank you very much!
Unable to create dynamic linked service for Microsoft Access database
Hi Team I am trying to create Linked service for Microsoft Access database using dynamic connection string where i am passing connection string value through parameter, test connection working fine but I am getting following error while saving the linked…
Error: 11402 -The value of the property '' is invalid: 'The remote name could not be resolved.
Hello Team, I am using the private endpoints in Azure Data Factory and trying to connect On premises database and getting the error : The value of the property '' is invalid: 'The remote name could not be resolved: 'ServerName''. The remote name could…
Como recuperar minha conta no Power BI Service
Como recuperar minha conta no Power BI Service sem precisar colocar senha no Authenticator? pois tenho arquivos que preciso recuperar. Fiz uma conta corporativa no Microsoft Fabric free: : kessiafarias@000000, e criei uma conta no Power BI service com…
How to save complete web activity output to ADLS Gen2 in JSON format? Azure Synapse Studio
I want to save the output of my Web activity (which hits an Api and then fetches data from that Api in Json format) into blob storage account container. Also, my web activity is within a foreach - so multiple Api links are being hit and multiple files…
copy tables from sql server on-prem to .parquet format in delta lake
Currently our copy process for 10 tables is running in pipeline in ADF, our source is ON-PREM SQL Server and target is in BLOB Storage GEN2. it copies data(tables) in parquet file format in HOT storage Account --- StorageV2 (general purpose v2) but I…
SQLFailedToConnect: Pipeline copy activity fails when set to trigger but runs fine in debug mode.
I am trying to copy data from onprem SQl db to Azure gen2 storage account using ADF. I have configured SHIR which is connected to ADF. I have created a linked server to the on-prem sql db which connects successfully. I have created a simple copy activity…