An Azure service for ingesting, preparing, and transforming data at scale.
Thanks for using MS Q&A platform and posting your query.
The error message suggests a few potential issues:
- Incorrect Login Credentials: The error message “Login failed for user ‘anand’” suggests that the username or password might be incorrect. Please double-check your login credentials.
- Database Accessibility: The error “Cannot open database ‘mylearningsqldb’ requested by the login” could mean that the database doesn’t exist or the user ‘anand’ doesn’t have the necessary permissions to access it. Please ensure that the database exists and the user ‘anand’ has the correct permissions.
- Firewall Settings: The error message also suggests checking if the SQL Database firewall allows the integration runtime to access. Please verify your firewall settings and ensure that your current IP address is allowed.
- Linked Service Configuration: Please check the linked service configuration in Azure Data Factory and make sure it’s correct.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.