Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect to Fabric Sql Server #4020

Open
grimechristopher opened this issue Jan 29, 2025 · 2 comments
Open

Unable to connect to Fabric Sql Server #4020

grimechristopher opened this issue Jan 29, 2025 · 2 comments

Comments

@grimechristopher
Copy link

Which version and edition of Flyway are you using?
11.2.0

Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin)
Command-line

Which database are you using? (Type & version)
Fabric Sql, Microsoft SQL Azure (RTM) - 12.0.2000.8

Which operating system are you using?
Windows 11

What did you do? (Please include the content causing the issue, any relevant configuration settings, the SQL statement(s) that failed (if any), and the command you ran)
Trying to run flyway migrate.

flyway -url="jdbc:sqlserver://example.database.fabric.microsoft.com;database={databaseName};encrypt=true;trustServerCertificate=false;authentication=ActiveDirectoryServicePrincipal;user=username;password=password;" migrate

What did you expect to see?
Migrations to start running.

What did you see instead?
output in command-line:

ERROR: java.lang.IllegalArgumentException: Unknown SQL Server engine edition: 12

The connection successfully authenticates but the command fails.

@JasonLuo-Redgate
Copy link

Hi @grimechristopher ,

Thank you for reporting this issue. Currently, Fabric is not yet supported, but we appreciate your feedback and will evaluate the possibility of adding support in the future.

@grimechristopher
Copy link
Author

grimechristopher commented Jan 30, 2025

Hi @JasonLuo-Redgate thanks for the reply. So as of today Fabric support is not on the roadmap?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants