| | | StrataFrame Beginner
       
Group: Forum Members Last Login: 11/16/2006 1:23:18 PM Posts: 40, Visits: 85 |
| | Hi Folks I have the DDT up and running and have the package setup just like I want (i.e. PK and FK structure correct, all sprocs set to be created, etc). When I run the package, it runs without error but the last step deletes the database it created at the beginning. I tried creating the database before running the package. This caused an error at the top of the package (when it tried to delete the database) but still deleted it at the end. I have used the DDT without problem in the past and have no idea what I'm doing wrong. Thanks Clay |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 06/17/2008 9:28:35 AM Posts: 2,649, Visits: 1,863 |
| Most likely, you have a history record in your profile that is a deleted database record. If you remove a database from the profile, then the DDT adds a delete history record to the history so that if it sees that database in the field, it knows to delete it. But, if you then re-add the database, the DDT doesn't now to delete the delete history record, so when you run, it deletes your database immediately after it creates it.
www.bungie.net |
| | | | StrataFrame Beginner
       
Group: Forum Members Last Login: 11/16/2006 1:23:18 PM Posts: 40, Visits: 85 |
| | Cool...I deleted the history and off it went! Thanks much. Clay |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 06/17/2008 9:28:35 AM Posts: 2,649, Visits: 1,863 |
| | |
|
|