gget79
18th September 2008, 18:21
Hi BaanExperts,

I have a big problem, because I have to install a customization in an application that cannot be disconnected, because this installation belongs to a company that works 24/7/365.

The all components are news, but in the tables exists references to standard tables.

Which procedure should I make with the tables for not having problems in this installation?

When Do I run the sessions ttadv5210m000 for sessions and ttadv5214m000 for menus and forms can I have problems if the users not leaving the system?


Thank you for your responses

zardoz
18th September 2008, 20:01
During the create RTDD for tables/domains no user must be logged,because if new components have references with existing tables there is no way to reconfigurate them.
A trick to do convert to RTDD instead of do the create RTDD is to 'touch' every table involved (even standard tables that are referenced by new tables), so the system put the names of table involved in the list of table to be converted, but pay attention to do this or your DD can became not correct .

You can always do convert for sessions and form/menus without any problems (users that are logged only see changes when they relog).

gget79
18th September 2008, 22:39
Hi,

But, Is it necessary reconfiguring the tables when I only have indexed to the standard tables?

That is to say, I haven't touched the standard tables I only have created a table reference to it

zardoz
19th September 2008, 08:59
If you have references to a standard table, the table has not to be reconfigured, but the runtime DD for this table has to be dumped because the new referenced table.

If the main problem is that the environment cannot be easily stopped, I thonk that the best option for you is to remove the reference and do all the work by reading this std table in the customized sessions.