dineshdich
8th August 2008, 07:41
HI All,

I have a baan server in Mumbai location on which baan IV c4 is installed on SQL 7 database on Windows NT.

We have newly opened one more location in Silvassa where in a fresh standard baan is installed.

Now i want to add all the custumisation done in Mumbai server to my new server in silvasa.

The data is being distributed in various drives like.application is in d:drive , patchs in f drive.

Can any body tell which data back should i take to get this custamisation added in new server.

How the software object (Form, Sesion,Report, ReportScript & Program Script) are stored and where so that i can take backup.
And what would be the procedure for loading the same. Please not we have few tables also which we have created in old server.
Do i have to manually create those tables (after verifiying from old data) or
is there any procedure to create table from data backup. Like create table from sequential dump.?

Thanks

Dinesh D D

jclju1
8th August 2008, 09:41
Use sessions Export Data Dictionary (ttiex1280m000) on server in Mumbai and Import Data Dictionary (ttiex1285m000) on a new server. If you need to transfer some data as well, than you have to run session Create Sequential Dump of Table on old server and Create Table from Sequential Dump on a new server. If you just want to create new empty tables it is enough to start session Create tables after you import data dictionary and create all needed data dictionaries.
Be carefull, you must exactlly know what to export, from whic VRC etc.

SwatiNegi
8th August 2008, 09:51
Dear Dinesh,

You need to take Component level backup of required Packages using Export Data Dictionaries(ttiex1280m000) from existing system, Make sure you select all the required components(form,report,program script etc).

Take Sequential dump using session Create sequential dump of table(ttaad4226m000) for specific company.

Once you are done with all these you can import data dictionaries(Component level backup) in desired system(target system) using session Import Data Dictionaries(
ttiex1285m000).

Import tables using session Create Table using Sequential Dump(ttaad4227m000).

Run Create Runtime Data Dictionaries for targeted VRC's (ttadv5210m000).

I hope this will work for you.

All the best

dineshdich
11th August 2008, 15:34
Thanks JCLJC1 and Swati..
I will try to do as suggested by you...

Regards,