dbptk-developer icon indicating copy to clipboard operation
dbptk-developer copied to clipboard

Integrated Windows Login not working with "-il" flag

Open clausjuhl opened this issue 2 years ago • 2 comments

Hi. When using the "-il" flag, I get an error telling me that Integrated Windows Login is not implemented. I'm using version 2.9.10 on a Windows 10 machine, trying to export an SQL Server database like so:

java "-Dfile.encoding=UTF-8" -jar dbptk-app-2.9.10.jar migrate -i microsoft-sql-server -is <servername>-idb <dbname> -iu <username> -ip <password> -il -ide -e siard-2 -ef <siard archive file>

Am I doing something wrong? Supposedly Integrated Windows Login functionality was implemented in version 2.9.9.

Thank you for an excellent tool!

Originally posted by @clausjuhl in https://github.com/keeps/dbptk-developer/issues/488#issuecomment-998551421

clausjuhl avatar Dec 22 '21 08:12 clausjuhl