Activity overview
Latest activity by carlos.oliboni.amigo
I am in need of the same very feature.
How could I keep myself uptated about the plans for a new release? (I am also really interested in this feature: http://www.red-gate.com/MessageBoard/viewtopic.php?t=9967)
Thanks,
Carlos Amigo / comments
I am in need of the same very feature.
How could I keep myself uptated about the plans for a new release? (I am also really interested in this feature: http://www.red-gate.com/MessageBoard/viewtopi...
Hello Linda,
the patch you sent me solved the problem I was facing. Thank you so much!
Yours,
Carlos Amigo / comments
Hello Linda,
the patch you sent me solved the problem I was facing. Thank you so much!
Yours,
Carlos Amigo
Hello Linda,
my version of SQLDataCompare is the 7.1.0.245 and it always worked fine till now, because I only used it by the GUI. Now I am automating the building process of some projects we have, and it brings the need of running SQLDataCompare through the command line interface. The problem I am facing seems to be the same fredrikg had.
How can I get this patch, if it is the case?
Thanks in advance,
Carlos Amigo / comments
Hello Linda,
my version of SQLDataCompare is the 7.1.0.245 and it always worked fine till now, because I only used it by the GUI. Now I am automating the building process of some projects we have, ...
Hello Brian,
Thanks for your reply.
I have checked the Bypass Traverse Checking user right in my build machine and it is with the default settings: Administrators, Users, Everyone, and a few more have this privilege and since the user account my build is running under is member of Users it seems to exclude this possibility.
While I don't find the source of this problem, I have enabled the IgnoreExitCode parameter in the command which calls SQLCompare. Then I get the Error Code returned from this command and if it is 77 I just keep ignoring the error, otherwise I throw an Error and my build process is interrupted. It is not the best solution, since I can miss an error when some permission setting prevented my build from generate an .sql script. But it is working so far and it was the only workaround I could think.
If I found another solution I will come back here to report it. Also, I would apreciate any additional help you guys can provide me.
Thanks again,
Carlos Amigo / comments
Hello Brian,
Thanks for your reply.
I have checked the Bypass Traverse Checking user right in my build machine and it is with the default settings: Administrators, Users, Everyone, and a few more h...
Automating Build using SQL Compare 7 (error 77)
Hello,
I am automating the build process using Team Foundation and one of the steps of this process is running SQL Compare 7 in order to make a script SQL from the differences between an backup fil...