We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I try to use pgloader to migrate data from mssql to postgresql but I'm facing an issue with the configuration of the source
ERROR mssql: Failed to connect to mssql at "localhost" (port 59256) as user "sa": Connection to the database failed for an unknown reason.
There is not a lot of details in the log or in the console despite --debug and --verbose option.
from mssql://sa:password@localhost:59256/test
So my question, how to retrieve details about the error ?
Best Regards
Loïc
The text was updated successfully, but these errors were encountered:
Hello, I try to use pgloader to migrate data from mssql to postgresql but I'm facing an issue with the configuration of the source ERROR mssql: Failed to connect to mssql at "localhost" (port 59256) as user "sa": Connection to the database failed for an unknown reason. There is not a lot of details in the log or in the console despite --debug and --verbose option. from mssql://sa:password@localhost:59256/test So my question, how to retrieve details about the error ? Best Regards Loïc
iI'm having the same issue, did you find a way to fix it?
Sorry, something went wrong.
Hello, I had to define a source database in the /etc/freetds/freetds.conf file : I was not able to define the full configuration on the .load file.
No branches or pull requests
Hello,
I try to use pgloader to migrate data from mssql to postgresql but I'm facing an issue with the configuration of the source
ERROR mssql: Failed to connect to mssql at "localhost" (port 59256) as user "sa": Connection to the database failed for an unknown reason.
There is not a lot of details in the log or in the console despite --debug and --verbose option.
from mssql://sa:password@localhost:59256/test
So my question, how to retrieve details about the error ?
Best Regards
Loïc
The text was updated successfully, but these errors were encountered: