Issues with Synapse Workflows After Auto-Update of Self-Hosted Integration Runtime to 5.55.9315.1 (Salesforce V2 Empty-Result Parquet Schema Regression)
Description After our Self-Hosted Integration Runtime (SHIR) auto-updated to v5.55.9315.1 on November 15, 2025, Synapse pipelines that use the Salesforce V2 connector began producing Parquet files with an incomplete schema when an incremental load…
Azure Synapse Analytics
Please help me restore a deleted deployment
I mistakenly deleted some deployments that were in a failed state, not knowing that these failed deployments basically deleted everything in my dev environment. I have lost all our data extraction pipelines, linked services, almost everything. From what…
Azure Synapse Analytics
Trouble connecting from synapse notebook to eventhub using managed identity
I am trying to write to eventhub from synapse notebook using managed identity but hitting an error. I have enabled the session to use and have managed identity as well. Code Error: com.azure.identity.CredentialUnavailableException: Managed Identity…
Azure Synapse Analytics
Terraform setup to collect container logs in analytics workspace
Hello, I've got a small PoC setup involving: An AKS cluster A Log Analytics workspace A data collection rule linking the AKS cluster to the log analytics workspace When I deploy a demo namespace (the contoso pet shop) the application works, but none…
Azure Synapse Analytics
Does ANALYZE TABLE work with Spark 3.5 and are statistics exposed to AQE?
I am running a notebook in a Spark 3.5 cluster in which I am basically using MERGE to incrementally add to my delta tables. While I was monitoring my spark log execution, I noticed messages like this: 2025-11-24 08:36:36,924 INFO…
Azure Synapse Analytics
I’m experiencing issues loading Netsuite transaction table data into ADLS Gen2 via an ODBC connection in Azure Synapse. What are the recommended troubleshooting steps or configuration changes to fix this?
{ "errorCode": "2200", "message": "Failure happened on 'Source' side. 'Type=System.InvalidOperationException,Message=The connection has been…
Azure Synapse Analytics
"Cannot acquire MSI token for a Vault audience" from Azure synapse integrate pipeline
Hello, I'm trying to execute an Azure Synapse Notebook using Notebook Activity in Synapse Pipelines and it keeps coming up with errors while debuging the Pipelines, the Notebook is using mssparkutils.credentials.getSecret() and it looks like accessing…
Azure Synapse Analytics
Redshift][ODBC Driver][Server]SSL error: certificate verify failed
ERROR [HY000] [Redshift][ODBC Driver][Server]SSL error: certificate verify failed ,Source=Microsoft.DataTransfer.Connectors.Odbc.OdbcConnectorV2,''Type=Microsoft.DataTransfer.Connectors.Odbc.Interop.OdbcException,Message=ERROR [HY000] [Redshift][ODBC…
Azure Synapse Analytics
CI/CD deployment of synapse workspace failing on second set of artifacts...
I have a CICD pipeline for deploying my synapse workspace and additional artifacts to production. Step 1 (succeeds) deploys/creates the workspace. Step 2 (succeeds) uses the TemplateForWorkspace.json to deploy all the artifacts (notebooks, pipelines,…
Azure Synapse Analytics
Generic error when running a Synapse pipeline containing a dataflow or trying to start a debug session
I have 2 Synapse instances in UK South. Error only occurs in one of them and doesn't seem to show up in the workspace logs - 'Internal server error executing the request.' This happens when trying to start debug cluster or run a pipeline with a dataflow…
Azure Synapse Analytics
Azure Synapse Link in Power Apps stopped sending new files after Oct 16 – now appending to existing files
We have an Azure Synapse Link configured with a Data Lake in Power Apps.Previously, we received new folders with date and timestamp every hour, each containing fresh data. However, since October 16th, no new timestamped folders have been created.…
Azure Synapse Analytics
User gets "Login failed for user '<token-identified principal>'" when creating a DB in Synapse serverless SQL pool, despite having admin roles
Hi everyone, I have an Azure Synapse Analytics workspace, and I’m trying to give another user access to create a database in the Built-in serverless SQL pool. Here’s what I’ve done so far: In the Synapse workspace, under Manage → Security → Access…
Azure Synapse Analytics
Synapse link and security
Hi All. I am looking for any form of white paper on securing dataverse data access from synapse link/data lake and serverless synapse formerly SQL DW. From my investigation, when synapse link gets the data over to a data lake, there are concerns that…
Azure Synapse Analytics
Synapse Spark Pool stuck in Provisioning state and cannot be deleted
Hello Azure Support, Our Azure Synapse Spark Pool "spicebergsmall" is stuck in the Provisioning state, and we cannot delete or update it. Error Message: ResourceInUnupdatableState: Spark pool is not in a terminal state (Succeeded or Failed).…
Azure Synapse Analytics
unable to create dataset in azure data factory
Hi Team, I am unable to create dataset in azure data factory. i am getting the below issue Failed to load Failed to resolve the server name "dpwesteurope.svc.datafactory.azure.com", please refer to troubleshooting doc and check network…
Azure Data Factory
Azure Synapse Analytics
Optimized Apache Spark pools cluster to run parallel notebook in Synapse
I have a cluster(apache spark pool) in azure synapse analytics of the below size With the above cluster configuration when I am using this same cluster in my synapse pipeline to run notebooks I am only able to run 8 notebooks in foreach parallelly. …
Azure Synapse Analytics
Intermittent Spark Pool Failures and Increased Startup Time After Upgrading to Spark 3.5 in Azure Synapse
We recently upgraded our Synapse Spark pools from version 3.4 to 3.5. As part of the upgrade process, we followed these steps: Removed custom packages from the pools Upgraded the Spark pool version to 3.5 Re-attached the required packages After the…
Azure Synapse Analytics
Why doesn't the storage account show in the dropdown when creating an Azure Synapse Link?
Trying to create an Azure Synapse Analytics link for a newly created Azure Synapse workspace. Both the workspace and the storage account are in the same region, but the storage account doesn't show in the dropdown. Please see attached.
Azure Synapse Analytics
Repeated failure to deploy an Azure Synapse Analytics workspace
I need to create an Azure Synapse Analytics workspace to support report development for our D365 Commerce project that has just started. I've created a resource group and storage account, both in the EastUS region. But I am repeatedly getting the below…
Azure Synapse Analytics
How to collect information of Users running Insert/Update/Delete Command on the Synapse Pool?
I am looking for a solution which collects information of users who have executed Insert/Update/Delete command on synapse. Tried the Log Analytics Route but the table SynapseSQLPoolRequests only contains Statement type and not Login ID, DMVs store 10,000…