Visual Studio Database Edition (DataDude) error numbers?
Posted
by E. Wilson
on Stack Overflow
See other posts from Stack Overflow
or by E. Wilson
Published on 2010-04-16T16:21:29Z
Indexed on
2010/04/16
16:23 UTC
Read the original article
Hit count: 513
Is there a list somewhere of all the output message numbers from VSDB Depolyments (VsDbCmd.exe from Visual Studio Database Edition)?
For example,
- TSD01268 = normal action successful
- TSD01236 = missing referenced file (fail)
- TSD01237 = missing script file (fail)
- TSD00566 = deployment script generated to _
The way we are wrapping calls to VsDbCmd.exe means catching the %errorlevel% isn't always reliable so we also like to check the output for certain error conditions. It would be nice to see a consolidated list somewhere.
© Stack Overflow or respective owner