How can we help you today? How can we help you today?
Jon Blanchard
Brian: I created the .xml file as follows: <?xml version="1.0"?> <commandline> <server1>TGREGG01</server1> <database1>ReDocDB1060</database1> <server2>TGREGG01</server2> <database2>ReDocDB1060n2</database2> <out>C:\Program Files\Red Gate\QAActivity\SQLCompareUTSOutput.txt</out> <report>C:\Program Files\Red Gate\QAActivity\SQLCompareUTSReport.xml</report> <force/> <verbose/> </commandline> Then I created a Windows shortcut with the following text: "C:\Program Files\Red Gate\SQL Bundle\RedGate.SQLCompare.UI.exe" /argfile:"C:\Program Files\Red Gate\QAActivity\SQLCompareReDoc7Local.xml" After double-clicking on the shortcut, there is an alert dialog with the following text: Failed to open SQL Compare project SQLCompareReDoc7Local.xml The given path's format is not supported. The program won't open the .xml config file because of the path leading up to it. Subtracting the quotes from the value for /argfile does not help. The help file said to use quotes if the value contained embedded spaces. Should I specify a project file in addition to the .xml file? This is frustrating, because the program works fine in interactive mode. The same issue exists with SQL Data Compare. If you are curious, AutomatedQA's website is www.automatedqa.com. All I can think of doing now is investigating this computer for something wrong. / comments
Brian: I created the .xml file as follows:<?xml version="1.0"?> <commandline> <server1>TGREGG01</server1> <database1>ReDocDB1060</database1> <server2>TGREGG01</server2> <database2>ReDocDB1060n2</da...
0 votes