DDT Evaluation


Author
Message
Chan
Chan
Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)
Group: Forum Members
Posts: 533, Visits: 2K
Hi,

Our developers have spent few days to test on DDT and found some unclear issue as below and would like to ask for clarification:



Scenarios

----------

1.Created 1st package to create the db structure and deployment data, and run the wizard to deploy the database.

Then create another new package,2nd package with the same db structure and deployment data to deploy the database

pointing to the same db that have been created using the 1st package.Error will occured(eg:FlexHRDatabase_results.log)



2.Created package using DDT and remove any one of the database from the DDT and deploy the package again.

An error will occured if click deploy the package. This happen even though I have deleted the db deletion history.



3.Import Security table to a database using DDT.When import the security table for the 2nd time to the same database,

it will create another table for all the tables which are defined the table relationship and a message prompt out to inform

that "Relationship name: Relationship with this name already exists in the database".

Then, it will create additional new tables with same name instead of updating to the existing table.This will only occur if the table has relationship. If the table is without any relationship, it will just update to the same table without creating a duplicate new table.



Any ideas? Please advice.



Thank you
Attachments
FlexHRDatabase_results.zip (182 views, 2.00 KB)
Dustin Taylor
Dustin Taylor
StrataFrame Team Member (484 reputation)
Group: StrataFrame Users
Posts: 364, Visits: 771
For 1 and 2, it sounds like you deleted a database in between the first and second deployment without clearing the object name history. That's the most common reason for the type of error you are seeing in your log file.

For 3, the security import is only designed to be done once for a databse. You do not need to re-import the tables every time your data changes, the data packages will be refreshed whenever you recreate a deployment package (assuming you don't select "No" when it prompts you to package deployment data).

Chan
Chan
Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)
Group: Forum Members
Posts: 533, Visits: 2K
Hi,



Dustin Taylor (02/16/2009)
For 1 and 2, it sounds like you deleted a database in between the first and second deployment without clearing the object name history. That's the most common reason for the type of error you are seeing in your log file.



For 1, we create a NEW package as a replacement of the OLD one. For example, we create package A, import database A, deploy to customer. After few months later, we lost the package (for example), and at that time, no database structure changes made. Then, we recreate the whole new package, import database and deploy. We expected would able to upgrade the existing database which created using OLD package. However, we hit the error as attached in previous post.



For 2, yes, we did remove the object history. However, the error is still happening.



For 3,the security import is only designed to be done once for a databse. You do not need to re-import the tables every time your data changes, the data packages will be refreshed whenever you recreate a deployment package (assuming you don't select "No" when it prompts you to package deployment data).




OK, we will test on this.



Please advice. Thank you
Chan
Chan
Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)
Group: Forum Members
Posts: 533, Visits: 2K
Hi,

Accidently put my reply in quote, I worry SF Team missed out so that I reply again.



For 1 and 2, it sounds like you deleted a database in between the first and second deployment without clearing the object name history. That's the most common reason for the type of error you are seeing in your log file.




For 1, we create a NEW package as a replacement of the OLD one. For example, we create package A, import database A, deploy to customer. After few months later, we lost the package (for example), and at that time, no database structure changes made. Then, we recreate the whole new package, import database and deploy. We expected would able to upgrade the existing database which created using OLD package. However, we hit the error as attached in previous post.



Beside, if I have existing database that already deployed to customer, can I use DDT to upgrade them in the future since it is not created by DDT?



For 2, yes, we did remove the object history. However, the error is still happening.




For 3,the security import is only designed to be done once for a databse. You do not need to re-import the tables every time your data changes, the data packages will be refreshed whenever you recreate a deployment package (assuming you don't select "No" when it prompts you to package deployment data).



Dustin Taylor
Dustin Taylor
StrataFrame Team Member (484 reputation)
Group: StrataFrame Users
Posts: 364, Visits: 771
The is used DDT daily by us and many of our customers in exactly the manner you are describing, so I still think it is something in your package(s) or in your environment, I just can't say exactly what based solely on the description you gave and the error log. Can you load the new beta build, re-generate your DDT package and send it my way? I'll try deploying it a few times to a local database to see if I can re-create your behavior.
Chan
Chan
Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)
Group: Forum Members
Posts: 533, Visits: 2K
Hi,

I am not able to upgrade now as we are rushing for a project, and new beta required regeneate all BO.

Anyway, I have attached our package here. Please try it.



Thank you
Chan
Chan
Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)
Group: Forum Members
Posts: 533, Visits: 2K
I have sent the attachment to Trent via PM.



Thank you
Chan
Chan
Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)Advanced StrataFrame User (603 reputation)
Group: Forum Members
Posts: 533, Visits: 2K
Hi,

I have download the latest beta build, and try the following steps



1. Create new DDT profile

2. Import VfsLocalization database.

3. Run Deploy to Server. Target database name is VfsLocalization as well.

4. Error occured as below.



This is to test whether DDT support to "continue" deploy pre-existing database for upcoming release.



Please advice. Thank you



• 18/02/2009 7:52:24 PM   -> Deploying meta-data for database 'VfsLocalization'

• 18/02/2009 7:52:24 PM   -> Ensuring Filegroups exist on database 'VfsLocalization'

• 18/02/2009 7:52:24 PM   -> Filegroup verification complete.

• 18/02/2009 7:52:24 PM   -> Ensuring Tables exist on database 'VfsLocalization'

• 18/02/2009 7:52:24 PM   -> Table verification complete.

• 18/02/2009 7:52:24 PM   -> Dropping unneeded filegroups for 'VfsLocalization'

• 18/02/2009 7:52:24 PM   -> Unneeded filegroups dropped on database 'VfsLocalization'

• 18/02/2009 7:52:24 PM   -> Ensuring Indexes exist on database 'VfsLocalization'

• 18/02/2009 7:52:24 PM   -> Index verification complete.

• 18/02/2009 7:52:24 PM   -> Ensuring Foreign Keys exist on database 'VfsLocalization'

• 18/02/2009 7:52:24 PM   -> Foreign Key verification complete.

• 18/02/2009 7:52:24 PM   -> Ensuring Triggers exist on database 'VfsLocalization'

• 18/02/2009 7:52:24 PM   -> Trigger verification complete.

• 18/02/2009 7:52:24 PM   -> Ensuring Assemblies exist on database 'VfsLocalization'

• 18/02/2009 7:52:24 PM   -> Assembly verification complete.

• 18/02/2009 7:52:24 PM   -> Ensuring Views, Stored Procedures, and UDFs exist on database 'VfsLocalization'

X 18/02/2009 7:52:24 PM   -> An error occurred while creating the stored procedure [dbo].[MessageItemsInsertOverwrite].

X 18/02/2009 7:52:24 PM   -> SqlException

X 18/02/2009 7:52:24 PM   -> There is already an object named 'MessageItemsInsertOverwrite' in the database.

X 18/02/2009 7:52:24 PM   ->

X 18/02/2009 7:52:24 PM   -> Source : .Net SqlClient Data Provider

X 18/02/2009 7:52:24 PM   ->

X 18/02/2009 7:52:24 PM   -> Stack Trace:

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()

X 18/02/2009 7:52:24 PM   -> at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.DeploySprocsOfPriority(Database parent, DatabaseInfo dbInfo, Int32 priority)

X 18/02/2009 7:52:24 PM   ->

X 18/02/2009 7:52:24 PM   -> An error occurred while creating the stored procedure [dbo].[MessageLanguagesInsertOverwrite].

X 18/02/2009 7:52:24 PM   -> SqlException

X 18/02/2009 7:52:24 PM   -> There is already an object named 'MessageLanguagesInsertOverwrite' in the database.

X 18/02/2009 7:52:24 PM   ->

X 18/02/2009 7:52:24 PM   -> Source : .Net SqlClient Data Provider

X 18/02/2009 7:52:24 PM   ->

X 18/02/2009 7:52:24 PM   -> Stack Trace:

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)

X 18/02/2009 7:52:24 PM   -> at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()

X 18/02/2009 7:52:24 PM   -> at MicroFour.StrataFrame.DBEngine.SQL.DatabaseMigrator.DeploySprocsOfPriority(Database parent, DatabaseInfo dbInfo, Int32 priority)

X 18/02/2009 7:52:24 PM   ->

• 18/02/2009 7:52:24 PM   -> View, Stored Procedure, and UDF verification complete.

• 18/02/2009 7:52:24 PM   -> Ensuring Indexes exist on database 'VfsLocalization'

• 18/02/2009 7:52:24 PM   -> Index verification complete.

• 18/02/2009 7:52:24 PM   -> Finished verifying databases on server.

• 18/02/2009 7:52:24 PM   -> The meta data conversion to the SQL Server has been completed.


ChanKK
ChanKK
StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)
Group: Forum Members
Posts: 190, Visits: 1.3K
Hi,

Just would like to inform that, my personal account "Chan" has been expired (since no longer able to post any message). I would use this account "VisualSolutions" to reply my post.



Anyhow, I still waiting for SF reply.



Thank you
ChanKK
ChanKK
StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)StrataFrame User (248 reputation)
Group: Forum Members
Posts: 190, Visits: 1.3K
Hi,

I have gone thru DatabaseMigrator source code, found that the error below occured caused by the priority of stored proc "MessageItemsInsertOverwrite" in pre-existing database is NULL, therefore filtered by DatabaseMigrator. We never specify priority when create sp. Question is, why does it required? Anyway to not filter it?



Please advice. Thank you.



X 18/02/2009 7:52:24 PM-> An error occurred while creating the stored procedure [dbo].[MessageItemsInsertOverwrite].

X 18/02/2009 7:52:24 PM-> SqlException

X 18/02/2009 7:52:24 PM-> There is already an object named 'MessageItemsInsertOverwrite' in the database.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search