Running datacompare.com on Jenkins

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
ecampos
Posts: 2
Joined: Thu 26 May 2011 13:22
Location: Zurich
Contact:

Running datacompare.com on Jenkins

Post by ecampos » Tue 31 May 2011 11:50

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

.jp
Devart Team
Posts: 345
Joined: Wed 09 Sep 2009 06:55
Location: devart

Post by .jp » Wed 01 Jun 2011 07:37

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

ecampos
Posts: 2
Joined: Thu 26 May 2011 13:22
Location: Zurich
Contact:

Post by ecampos » Tue 07 Jun 2011 07:39

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.

Post Reply