ericthomas
20th June 2002, 18:25
Dear All,
We have to migrate the baanc3 to baanc4.
We have two option with us.
Option1.
Run upgrade on the baanc3
Option2.
Install Baanc4 new and export and import all the VRC from old environment to the new environment,create PC,companies and connect the database to the baanc3data.
Which option is best and Is there any steps to be taken before hand to do migration?
Also upto which SP level we can safely apply?
thanks in advance for all the help.
thanks again
Eric Thomas
pconde
29th June 2002, 21:48
I'm busy with a c2-c4 migration(supply chain) and we start with a new installation of baanIV c4 up to fix pack 9 ( fix pack 10 should be instaled after the migration).
Installation of C4 on top on c2 was eliminated due to the number of VRC that should then be present.
We have already done repetition for migration and found that we can do it in 12 hours using unix script to load baanbBinairies on the tables that have been changed (bdbreconfig6.1 and refint61.).
We have only found 2 problems:
a) table tfgld419 has a new field in the primary index and contains much records.
b) table tdpsc040 has a new primary key and can not be migrated automatically
Regards
:)
ericthomas
1st July 2002, 10:19
Hi,
Thanks for the information.
When you go with new installation of C4 and import all VRC' from old one. Will it mean 000'company data required from old setup or can we ignore those data?
I mean user management,text,device,job management creation is enough for a migration in a fresh environment.
thanks in advance for all information.
Eric Thomas
pconde
1st July 2002, 13:39
Hi,
Company 000 must come from the c4 environnment.
You need to import the following tables from c3:
tttaad420000 (logical tables)
tttaad010000 (companies)
tttaad200000 (user)
tttaad201000 (remote user)
tttaad210-ttaadd230 (authorizations)
tttaad300000 (devices)
etc...
regards
psxkim
16th July 2002, 15:54
Hi,
I am also busy with a c3 to c4 migration.
Would appreciate it, if you could email me any docs on this .
Cheers and good luck
pconde
25th July 2002, 09:31
Hello,
I don't have documentation, but I can give you some information;
I'm busy with the data migration. So the migration of specifcc development is done by a nother team.
I'm working with UNIX and for the data migration the different steps are:
1)if you have modified standard baan tables in c3 redo the same in c4
2) copy new tables and new domains structure from c3 to c4
3)redo in c4 domain modifications done in c3
4) create a temporary package combination in c4 (ex TMPC2)and create a runtime DD for this
5) copy the data dictionnary from c3 in the library (ex $BSE/dict/ddTMPC2)==> after this don't a create DD on this package combination
6)create the companies (linked with TMPC2)
7)copy tables from c3 to these environment (don't forgot to define the logical tables if you use it)
8)migrate date by change package combination for companies (long) or find all differences in the dictionnaries (between TMPC2 and the new c4 DD)and create scripts to reconfigure the tables via bdbreconfig6.1. Therefor you need to copy the modified tables and domains from the c4 dd to TMPC2 with the extension .new
EX "cp $BSE/dict/ddNEWC4/dtdsls/dtdsls040 $BSE/dict/ddTMPC2/dtdsls/dtdsls040.new"
In Unix I have create scripts that do all this automatically
9) do a test migration and control the data
10) redo all above and retry until all is correct and then do the real migration. We needed three redo before all was correct (Estimated time 2-6 months depending of your tables size)
Regards
Chandra
29th July 2002, 21:22
Hi,
We are planning to upgrade from IVc2 to IVc4ags0 in 2 steps. In first step we are planning to migrate to IVc4(suppy chain version) and then to IVc4ags0.
Thank you very much for your detailed steps in migrating C2 to C4. Has Baan given any correction programs for migrating? If I have any questions, can I contact you?
pconde
30th July 2002, 15:28
Hi,
1) Baan say that there are no conversion needed. (but tdpsc040 key structure has changed so drasticaly that migration of data is not possible)
2) I never worked with ags0 (specific USA ?) So I can't give any explanation. But the procedure that we used should be applicable for your case . Be sure to include all new/modification tables for ags0.
3) I check this site every week, so if you have questions ask it here. My mail address is p.conde@creurope.be but i'm outside my company so I can only read my mail at the week end
Regards:)
Chandra
30th July 2002, 15:51
Thank you..
I will write to you, if I get any problems.