Why not connect to the database via the command line?
xyz0
Posts: 6
Command:
SQLCompare /Scripts1:"X:\SRC\test\SQL" /Server2:"cxz-DEV-db\DEV" /Database2:"DB" >> out.log
Gives an error:
Error: Comparison of 'Scripts.SQL' and 'cxz-DEV-db\DEV.DB'
failed: Не удается открыть базу данных "DB", запрашиваемую именем входа. Не
уRU\A-SAVINдалось выполнить вход. Ошибка входа пользователя "RU\a-savin".
Through the desktop application, the comparing normally starts and work
Through xml the error is the same
SQLCompare /Scripts1:"X:\SRC\test\SQL" /Server2:"cxz-DEV-db\DEV" /Database2:"DB" >> out.log
Gives an error:
Error: Comparison of 'Scripts.SQL' and 'cxz-DEV-db\DEV.DB'
failed: Не удается открыть базу данных "DB", запрашиваемую именем входа. Не
уRU\A-SAVINдалось выполнить вход. Ошибка входа пользователя "RU\a-savin".
Through the desktop application, the comparing normally starts and work
Through xml the error is the same
Comments
Can you access that db through Windows Authentication? By default, it uses integrated authentication but you can specify username and password through switches