Page 1 of 1

Running datacompare.com on Jenkins

Posted: Tue 31 May 2011 11:50
by ecampos
Hi

We're trying to create a job in Jenkins (Running on Apache Tomcat 7.0.14) that will run a batch file that looks something like this:

Code: Select all

"C:\Program Files\Devart\dbForge Data Compare for SQL Server\datacompare.com" /compfile:PathOfMy.dcomp
Unfortunately Jenkins seems to have a problem with your .com file (it seems to not accept any switches). Are there any plans to change the way one can start the comparison from the command line? Or do you have any experience with running Data Compare on Jenkins

Cheers
Emanuel

Posted: Wed 01 Jun 2011 07:37
by .jp
You did not write the /datacompare key when writing your command line.
Please try using a command line like the following:

Code: Select all

"C:\Program Files\Devart\dbForge Data Compare for SQL Server\datacompare.com" /datacompare /compfile:PathOfMy.dcomp

Posted: Tue 07 Jun 2011 07:39
by ecampos
I've tried using the /datacompare key now but it's still not running. The batch file itself is running perfectly with and without the above mentioned key. It's just in Jenkins that it doesn't work.

I'll see if I can find a solution in the Jenkins Forums.