StrataFrame Forum

How to populate the messaging tables?

http://forum.strataframe.net/Topic9462.aspx

By Ralph Rutschmann - 6/10/2007

Hi all,



how do I populate the messaging tables with the appropriate languages and translations if I decided to use sql for messaging and translations?



I used the DDT successfully to append the necessary tables to my database, but I can't find out how to populate them using the Message Editor. There is only a button "Generate XML". What would be the next step?



Do I miss something?



Couldn't find anything in the help files...



TIA for any hint,



Ralph
By StrataFrame Team - 6/11/2007

In the DDT, you can create a Deployment Data package for the messaging tables and when you deploy your database structure to SQL Server using the DDT, it will deploy the messages as well.  Or you create a program to read the Messages and MessageLanguages tables and script the items to deploy along with your data if you script the database.

If you want to use the DDT, right-click on the Deployment Data node in the treeview of your profile, and select the "Deployment Data Wizard" option.  Just follow it and select Messaging and it will create the DD records for you.

By Ralph Rutschmann - 6/13/2007

Hi Ben,



thank you very much! :-)



Friendly greetings,



Ralph