Comments
1 comment
-
Hi, thank you for your forum post.
Are you able to provide details of the RemoteException you are experiencing? This will help in understanding the error you are experiencing.
The fact that you can run this command locally:cd C:\'Program Files (x86)'\'Red Gate'\'SQL Compare 13'\; ./sqlcompare.exe "/db1:DATABASE1 /server2:DBSERVER2 /db2:DATABASE2 /options:default /exclude:Identical /Synchronize"
Suggests that the problem is with Jenkins and not SQL Compare.
Many Thanks
Eddie
Add comment
Please sign in to leave a comment.
Roughed in a CLI command using the /Synchronize switch on the ./sqlcompare.exe program, this works great. Works like a boss when I run it locally or as "Run Powershell as administrator" remotely from the machine where Jenkins resides.
When I attempt to call from Jenkins, where I'm configured to run a remote PowerShell command, I end up with a RemoteException.
Determined that permissions are allowing for remote calls to ./sqlcompare.exe as I'm able to get help content back with a call to SQLCompare's "/help" command.