en@frrom
11th March 2010, 15:28
Anyone knows of an existing utility/session/method for copying texts from one company to another? As you know the problem with texts are that the text is present as a text number in the table, which refers to a text in the tttxt tables. Copying a text number is therefor wrong and dangerous, since the text number may exist in the destination table with a different text!

I want to have a dynamic kind of session or utility to copy texts of given tables (for instance tables listed in a file). I know how I can achieve it and can program a session for it, but I am sure that this is a very common issue and therefor either there is some existing method in standard Baan OR some of you must already have developed sessions/scripts for this purpose so why invent it again...

Thanks a lot in advance!

mark_h
11th March 2010, 16:23
Well we only copy complete companies from production to our test environments. So the text tables and other tables come all at once. I don't recall ever having an issue with this. When we originally converted to baan we used exchange schemes, but that was so long ago I do not recall how the exchange schemes worked.

en@frrom
11th March 2010, 16:26
Hey Mark,

Thanks for your response. We need to copy certain tables between companies which creates this requirement of copying texts. I will build a session myself tomorrow and post it here at the board so others can benefit from it as well (unless someone will come up with something existing by tomorrow morning).

Regards,
Eli

Hitesh Shah
11th March 2010, 18:20
We have exchange schema export texts as texts (not number) . Then Our daily jobs (or user driven programs) calls exchange schema in afs to export the data , copy the file to approprate destination where it is imported using exchange import schema through custom program.

litrax
12th March 2010, 14:53
Hello,

Logical Tables (Session ttaad4120m000) could be a solution for you!?

You could e.g. export and consolidate the text tables than link the text table from one company to another and than reimport them.

Than you can work with copying the text number...

Litrax