Error generating HTML report in Command Line
espo4life
Posts: 4
I am using SQL Compare 10 with the following command line
and it gives me the following with the /Report tag present.
Thanks,
Michael
SQLCompare /Scripts1:"C:\Database" /db2:"Database" /Server2:"Server" /ScriptFile:"C:\Database\output.sql" /Force /Exclude:User /Report:"c:\Database\DatabaseReport.html" /ReportType:Simple
and it gives me the following with the /Report tag present.
Unexpected error: Object reference not set to an instance of an object. Object reference not set to an instance of an object. System.NullReferenceException at #i9G.#wamb.#0CIc() at #i9G.#wamb.#jcmb() at #i9G.#wamb.#9OVb() at RedGate.SQLToolsCommandLine.CommandProcessor.#ZjD() at RedGate.SQLToolsCommandLine.CommandProcessor.#kcmb() at #i9G.#wamb.#kcmb() at RedGate.SQLToolsCommandLine.CommandProcessor.#OUb() at #i9G.#OsPb.#6sc(String[] #ead)Any ideas on the problem and how to fix it?
Thanks,
Michael
Comments
gives the above mentioned "object reference not set to instance of object error". Could you please look at it? Am I doing anything wrong here? This is working when I send the output to a text file using /out: variable (without report generation). But erroring while trying to do a report.