How can we help you today? How can we help you today?
BigScaryMonster

Activity overview

Latest activity by BigScaryMonster

I don't know if this is related to this issue or not. I have a saved project that when I deploy through the GUI, migration scripts are included in the deployment. However, if I use the command prompt for that same project, migration scripts are ignored. I look in the log, and see the following error: Synchronization Warning High::An error occurred connecting to source control; migration scripts could not be retrieved. The log for using the GUI does not provide this error, so I think the problem is connecting to our source control, which is TFS. I have login information saved on the project. I have also tried providing the scripts and migration scripts folders via xml, and no success. I am using SQL Compare 10.7.0.18. Here is the XML file I use. <?xml version="1.0"?> <commandline> <Force /> <project>d:\Temp\MSTest.scp</project> <log>Verbose</log> <report>d:\Temp\redgate.html</report> <reportType>Simple</reportType> <out>d:\Temp\redgateResults.txt</out> <scriptFile>d:\Temp\redgate.sql</scriptFile <options>DecryptPost2KEncryptedObjects,IgnoreFillFactor,IgnoreWhiteSpace,IgnoreWhiteSpace,IgnoreFileGroups,IgnoreUserProperties,IgnoreWithElementOrder,IgnoreDatabaseAndServerName</options> </commandline> / comments
I don't know if this is related to this issue or not. I have a saved project that when I deploy through the GUI, migration scripts are included in the deployment. However, if I use the command pr...
0 votes