1

I am adding a SQL script(StoredProc) for deployment using TeamCity Projects and the deployment fails and says(* Process exited with Code 1). It throws an Error in Deploying script to DB. But it was fine before. Seems to me some issue with permissions, but I havent changed any.

Could anyone enlighten?

Shweta Saxena
  • 327
  • 1
  • 2
  • 15

1 Answers1

0

Thanks this issue is resolved, I was missing a build error( was creating an SP in the script that I was deploying, but which already existed in DB with same name). The exit code error message isnt always very descriptive, but stumbled upon "already exists" keyword somewhere in between the build-log. Hence rectified . Good idea to examine log carefully.

Shweta Saxena
  • 327
  • 1
  • 2
  • 15