pgloader icon indicating copy to clipboard operation
pgloader copied to clipboard

Unnable to use MSSQL as a source :

Open loicdesguin opened this issue 1 year ago • 1 comments

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

loicdesguin avatar Apr 04 '24 15:04 loicdesguin

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?

ByZhouhang avatar Aug 27 '24 15:08 ByZhouhang