Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Did you see the new screen that shows the verification process and checking of the object name history? If not, then you may not have the latest version. This sounds REALLY suspect to me....the fact that the column is not there usually aludes to an object history item removing the column...you would see a warning in this case, so you would want to go back and remove the object history item that was shown in the warning. Past that, you could look at the log. If SQL Server is not providing any details then it does make it more difficult. We use SMO (SQL Server Management Objects) to deploy, so anytime an error occurs, it should provide enough information coming back from the server to figure out where the point of failure may be. You might just open up the logs to see if there is something in them instead of what you see on the screen....the logs are going to be in the same location as the PKG file if you are deploying through the DDT itself.
|