views:

75

answers:

1

I'm using the method outlined in this question to automate the database deploy with Hudson. When I deploy the project from within Visual Studio, everything works fine and it updates the target database. When it runs in Hudson, I get this warning: "Deploy warning TSD01266: The source's object [DBName] is different than the target's version of the object but the target object will not be updated." Has anyone else run into this?

Thanks!

A: 

Is it in both cases the same database? Can you run the commands from command line with the Hudson user?

Peter Schuetze
I get the same error when I run the command while remoted into the machine. It is the same database in both cases.
Shane Fulmer
Have a look at this link http://social.msdn.microsoft.com/Forums/en-US/vstsdb/thread/0826dd27-cec9-41ca-8f5f-779f4aadf916
Peter Schuetze