How can we help you today? How can we help you today?

Project File Commandline Issue

Hello,

I am trying to automate a deployment using the following command:

"C:\Program Files (x86)\Red Gate\SQL Compare 9\SQLCompare.exe" /sync /Project:"C:\project.scp"

The problem I am having is error code 63 is always returned when the database is identical. I have this hooked into the pre-build event on my unit test project. The project fails to build because of this error code.

I tried adding the /Include:Identical scwitch and now get error code 8: "Error: The /include and /project or /filter switches cannot be specified
together with anything other than /include:identical"

Anyone have any ideas how to resolve this issue?
molnara
0

Comments

2 comments

  • molnara
    Ok, after re-reading the error message I noticed that the commandline seems to be case sensitive. I changed /Include:Identical to /include:identical and now it works.
    molnara
    0
  • Ausarb
    Thanks for posting your followup message on the solution, it really helped me out!
    Ausarb
    0

Add comment

Please sign in to leave a comment.