- - Create 3 DB (Empty, demo, Product)
- - Convert these empty databases to UTF-8
(proutil {dbname} –C convchar convert UTF-8)
- - Convert the Demo databases to UTF-8
- - Load the UTF-8 collation table
( {Progress install directory}\prolang\utf\ICU-UCA.df)
- - Mandatory index rebuild
- - Recompile
- - Generate scripts
- - Modify and addition line "Change the database startup script"
(-cpcoll icu-uca –cpinternal utf-8 –cpstream utf-8)
- - Modify and addition line the "connmger.Demonstration" script
(- add -ucc -cpinternal utf-8 -cpstream utf-8 -cpcoll icu-uca sbhelp mfsb.p)
- - Edit the $DLC/properties/ubroker.properties file
( -cpinternal utf-8 -cpstream utf-8 -cpcoll ICU-UCA to srvrStartupParam)
- - Save and Restart all services