schmid
16th April 2004, 11:02
Hi together,
last weekend we migrated to a new baan server. The old one with BAAN IVc4, porting set 6.1c.06.02, Oracle 8.1.7.4.1 and Windows NT4.0 SP6, the new one with BAANIVc4, porting set 6.1c.07.02, Oracle 9.2.0.4.0 and Windows 2003 Server Standard Edition. BaaN and Oracle were installed and $BSE\application and $BSE\tools were copied from the old server. Data was moved with oracle export/import. Here are both script params:
*** export params ****
set NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
set EXP_DIR=L:\ORADATA\BAAN\EXP
set EXP_PARAMS=BUFFER=32635 FULL=YES CONSISTENT=YES COMPRESS=YES
*** imp params ***
set NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
imp system/manager
BUFFER=10000000
FULL=YES
commit=YES
###################################
PARAMETER VALUE *** OLD SERVER ***
-------------------- --------------------------------------------------
NLS_CHARACTERSET WE8ISO8859P1
NLS_LANGUAGE GERMAN
NLS_TERRITORY GERMANY
PARAMETER VALUE *** NEW SERVER ***
-------------------- -------------
NLS_CHARACTERSET WE8MSWIN1252
NLS_LANGUAGE AMERICAN
NLS_TERRITORY AMERICA
####################################
Now we get problems with the layout of some reports specially after compile like
¿¿¿¿¿
instead of
---------------
When we export the report on the old machine and then import on the new one the layout is correct, also after compile. Now we aren't sure if there more problems, perhabs in more/all reports, sessions ?
Which possibilities do we have ? Imp/exp all reports ? Standard/Customized ?
Is it possible to change NLS_CHARACTERSET at the moment or only with a new oracle exp/imp ?
Is it enough to make an entry in db_resource like
nls_lang:american_america.we8iso8859p1
Thanks a lot !
last weekend we migrated to a new baan server. The old one with BAAN IVc4, porting set 6.1c.06.02, Oracle 8.1.7.4.1 and Windows NT4.0 SP6, the new one with BAANIVc4, porting set 6.1c.07.02, Oracle 9.2.0.4.0 and Windows 2003 Server Standard Edition. BaaN and Oracle were installed and $BSE\application and $BSE\tools were copied from the old server. Data was moved with oracle export/import. Here are both script params:
*** export params ****
set NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
set EXP_DIR=L:\ORADATA\BAAN\EXP
set EXP_PARAMS=BUFFER=32635 FULL=YES CONSISTENT=YES COMPRESS=YES
*** imp params ***
set NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
imp system/manager
BUFFER=10000000
FULL=YES
commit=YES
###################################
PARAMETER VALUE *** OLD SERVER ***
-------------------- --------------------------------------------------
NLS_CHARACTERSET WE8ISO8859P1
NLS_LANGUAGE GERMAN
NLS_TERRITORY GERMANY
PARAMETER VALUE *** NEW SERVER ***
-------------------- -------------
NLS_CHARACTERSET WE8MSWIN1252
NLS_LANGUAGE AMERICAN
NLS_TERRITORY AMERICA
####################################
Now we get problems with the layout of some reports specially after compile like
¿¿¿¿¿
instead of
---------------
When we export the report on the old machine and then import on the new one the layout is correct, also after compile. Now we aren't sure if there more problems, perhabs in more/all reports, sessions ?
Which possibilities do we have ? Imp/exp all reports ? Standard/Customized ?
Is it possible to change NLS_CHARACTERSET at the moment or only with a new oracle exp/imp ?
Is it enough to make an entry in db_resource like
nls_lang:american_america.we8iso8859p1
Thanks a lot !