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

[Bug]: Bulk load into MSSQL #3693

Closed
alexismorison95 opened this issue Mar 5, 2024 · 2 comments · Fixed by #3697
Closed

[Bug]: Bulk load into MSSQL #3693

alexismorison95 opened this issue Mar 5, 2024 · 2 comments · Fixed by #3697
Labels
Milestone

Comments

@alexismorison95
Copy link

Apache Hop version?

2.7.0

Java version?

11.0.13

Operating system

Windows

What happened?

When i use the component Bulk load into MSSQL in a SQL Server database Apache HOP show me this error: "Bulk load into MSSQL - ERROR: Target database [MyDB] is not a MSSQL Database!".

image

I'm using SQL Server 2019.

Thanks!

Issue Priority

Priority: 2

Issue Component

Component: Database, Component: Hop Gui

@nadment
Copy link
Contributor

nadment commented Mar 5, 2024

The plugin checks if the connection is "MS SQL Server", but ignores "MS SQL Server (Native)". I can make a PR to support the 2 connection types, but I can't test it.

@hansva
Copy link
Contributor

hansva commented Mar 6, 2024

@alexismorison95 , can you test the changes @nadment made, I also don't have access to an environment to test this.

hansva added a commit that referenced this issue Mar 13, 2024
Fix Action Bulk load into MSSQL to support native connection #3693
@hansva hansva added this to the 2.9 milestone Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants