Hi ursmueller,
Thank you for reaching out to us on the Microsoft Q&A forum.
It appears that you are trying to run a Spark job or a pipeline that involves connecting to an Azure Synapse Analytics instance. The error message suggests that the authentication configuration for the Azure Synapse Analytics connection is invalid.
Here are possible reasons for this error that might help you:
- Missing or incorrect username and/or password: The error message indicates that one of the user or password fields is missing. Make sure that you have provided the correct username and password for the Azure Synapse Analytics instance.
- Multiple authentication methods: The error message mentions that only one valid authentication should be used. This might indicate that you have configured multiple authentication methods (e.g., SQLAuthentication and another method) for the same Azure Synapse Analytics connection. Ensure that you are using only one valid authentication method.
For more details please refer: SQL Authentication in Azure Synapse Analytics
Incorrect connection configuration: Double-check the connection configuration for Azure Synapse Analytics, including the server name, database name, username, and password.
To resolve the issue, review your Azure Synapse Analytics connection configuration and ensure that the authentication details are correct and properly configured.
Please don't hesitate to reach out to us if you have any other queries.
If you found the information helpful, we would greatly appreciate it if you could acknowledge it by selecting the Accept Answer & Upvote options.