steventay
16th January 2009, 18:54
anyone know how to generate data dictionary in baan for all the table name and desc...
i am using Baan IVc4 SP10 with NT 4 Service Pack 6a with informix 7.3 TC9
Portingset 6.1 i think.
Thank you.
Hitesh Shah
17th January 2009, 14:34
This will create runtime dd and reconfig tables if required .
steventay
17th January 2009, 16:40
http://img294.imageshack.us/img294/4057/runtimezn9.jpg
so after running get the export from where?
what do u mean by "reconfig tables"?
Hitesh Shah
17th January 2009, 17:24
U can export data dict through ttiex1280m000 (not based on sessions) only for tables only. This can be imported with ttiex1285m000 .
Alternatively u can export tables in ttiex4100m000 mentionaing table names individually . This can be imported through ttiex1284m000 .
Reconfig means if the table def in Baan and actual table in db are different , the baan reconfigures actual table in db to conform to baan db . This is the reconfigure .
steventay
19th January 2009, 02:48
hi,
thank for the reply.
how do i check and see "table def in Baan and table def in actual table in db?
what if i have already run? i have a backup of it before running.
is it a must to reconfig?
Hitesh Shah
19th January 2009, 09:52
hi,
thank for the reply.
how do i check and see "table def in Baan and table def in actual table in db?
what if i have already run? i have a backup of it before running.
is it a must to reconfig?
'Table defs in baan' can be of 2 types viz 'as per app dict' and 'as per runtime dd' . Difference between these 2 types are automatically detected in ttadv5210m000 and reconfig is done to change runtime dd table def to conform to app table def .
Difference in 'table def as per runtime dd ' and 'actual table in db' can be detected with check table ttaad4232m000 output of tables with error 512 .
Tables with error 512 will never be allowed to be reconfigured . U need to first take backup / export of such table in db and then drop the same in db. Then do all necessary to bring these definitions syncronized and bring back original data.
Reconfig is not must in ttadv5210m000 .
steventay
11th March 2009, 10:05
hi,
very difficult for me to understand as i an new.
Hitesh Shah
12th March 2009, 19:21
hi,
very difficult for me to understand as i an new.
Need not stress to understand this. Over period of time , u should understand this .
Please elaborate problem if u have any currently.