(proutil {dbname} –C convchar convert UTF-8)
- - Create 3 DB (Empty, demo, Product)
- - Convert these empty databases to UTF-8
( {Progress install directory}\prolang\utf\ICU-UCA.df)
- - Convert the Demo databases to UTF-8
- - Load the UTF-8 collation table
(-cpcoll icu-uca –cpinternal utf-8 –cpstream utf-8)
- - Mandatory index rebuild
- - Recompile
- - Generate scripts
- - Modify and addition line "Change the database startup script"
(- add -ucc -cpinternal utf-8 -cpstream utf-8 -cpcoll icu-uca sbhelp mfsb.p)
- - Modify and addition line the "connmger.Demonstration" script
( -cpinternal utf-8 -cpstream utf-8 -cpcoll ICU-UCA to srvrStartupParam)
- - Edit the $DLC/properties/ubroker.properties file
- - Save and Restart all services
@echo off
REM Script to start multi-user session of MFG/PRO
REM tokens:
REM &DLC = Progress Directory
REM &CLIENT-DB-CONNECT = command line to connect to each db in dbset
SET DLC=c:\qad\progress\openedge
SET PATH=%PATH%;%DLC%\bin
SET PROMSGS=%DLC%\promsgs
SET PROTERMCAP=%DLC%\protermcap
SET PROPATH=C:\qad\mfgsvr\chrcli\qadui\com\mfgpro,.,c:\qad\mfgsvr\chrcli,c:\qad\mfgsvr\chrcli\bbi
REM
REM Start MFG/PRO.
REM
c:
cd c:\qad\mfgsvr\chrcli\telnet
call c:\qad\mfgsvr\chrcli\telnet\setMP.cmd
C:
cd C:\qad\mfgsvr\chrcli\qadui
c:\qad\mfgsvr\chrcli\telnet\_ProgresMP.exe -rereadnolock -c 30 -d mdy -yy 1920 -Bt 350 -D 100 -mmax 3000 -nb 200 -s 128 -noshvarfix -pf c:\qad\mfgsvr\Demonstration.pf -ininame C:\qad\mfgsvr\chrcli\qadui\qadui.chr -cpterm ibm850 -p mfwb01a.p -param mfgwrapper=true
add -ucc -cpinternal utf-8 -cpcoll icu-uca -sbhelp mfsb.p
Hi,
here is the connmgrDemonstration.bat file
Try to change "-" and try to delete "-add", "-ucc"....still get the error message.![]()
![]()
![]()
- add -ucc -cpinternal utf-8 -cpcoll icu-uca -sbhelp mfsb.p
- -ucc -cpinternal utf-8 -cpcoll icu-uca -sbhelp mfsb.p
- ucc -cpinternal utf-8 -cpcoll icu-uca -sbhelp mfsb.p
- -cpinternal utf-8 -cpcoll icu-uca -sbhelp mfsb.p
Hi Vinh,
What happens if you comment out the last line (where progress is called), run the script and then start progress by hand? E.g. you enter that last line manually on the command line.
Willem.
Hi,
here is the connmgrDemonstration.bat file
Try to change "-" and try to delete "-add", "-ucc"....still get the error message.![]()
![]()
Pls help me
Regards,
Vinh Nguyen