blanchap
11th June 2009, 18:29
Hi all,

i'm working on a new server. changes were done on my old server (new table, new session...). I want to bring back the changes from my old server to new server. So i copied over /baan4/c4/dict and /baan4/c4/bse/application

When i go in Unix, i see the new table in the /dict directory
I also see the object and script of the session in /application

I ran in Baan (new server) the session "configure application"

Yet in Baan (new server), i cannot see the new trable or new session.

Do i need to run something else?

Thanks

PB

Markus Schmitz
12th June 2009, 06:21
Hi,


copying the files is only part of the deal, particularly dict contains only the runtime information of tables. Application is a mix.

You need to export and import company 000 to the new server to get the customizations etc.

Regards


Markus

dheerendra_gosw
12th June 2009, 11:38
Hi,
If you are changing baan from old server to new server then do the following...
1. Install DB and Application in new sever
2. Export Company 000 in through sequential dump in Old sever
3. Import Company 000 through sequential dump in new server.
4. Now replace the Baan application and dict folder in new server from old server.
5. restart the baan services.


Thanks,
Dheerendra Goswami
dheerendra_goswami@yahoo.com

sushil
12th June 2009, 14:07
i'm working on a new server. changes were done on my old server (new table, new session...). I want to bring back the changes from my old server to new server

I understand from above that u need to copy a particular session changes done from one server to another where both env are same.

You could either try Markus method or try the following steps.

Assume - Changes made in Server A to be brought to B
Steps :

1.Login as single user mode
2.delete the session in B
3.create object for the session using session ttiex4100m000 in A
4.Import the object in B
5.run CRDD.


all the best.

blanchap
12th June 2009, 16:06
Thanks for all the info onn this.

PB.