Proutil dbname -C idxbuild all is not work utf-8 problem (11

Posted by hikmetalemdaroglu@gmail.com on 10-Mar-2019 16:42

when i was run proutil command for idxbuild , i get an error .

proenv>proutil master -C idxbuild all
OpenEdge Release 11.6.4 as of Mon Oct 23 11:21:54 EDT 2017
Use "-cpinternal UTF-8" with idxbuild only with a UTF-8 database. (8557)
Index rebuild did not complete successfully

i wrote Article 000032161 and i see the definitions about utf-8 in startup.pf

Here is the startup.pf

#This is a placeholder startup.pf
#You may put any global startup parameters you desire
#in this file. They will be used by ALL Progress modules
#including the client, server, utilities, etc.
#
#The file dlc/prolang/locale.pf provides examples of
#settings for the different options that vary internationally.
#
#The directories under dlc/prolang contain examples of
#startup.pf settings appropriate to each region.
#For example, the file dlc/prolang/ger/german.pf shows
#settings that might be used in Germany.
#The file dlc/prolang/ger/geraus.pf gives example settings
#for German-speaking Austrians.
#
#Copy the file that seems appropriate for your region or language
#over this startup.pf. Edit the file to meet your needs.
#
# e.g. UNIX: cp /dlc/prolang/ger/geraus.pf /dlc/startup.pf
# e.g. DOS, WINDOWS: copy \dlc\prolang\ger\geraus.pf \dlc\startup.pf
#
# You may want to include these same settings in /dlc/ade.pf.
#
#If the directory for your region or language does not exist in
#dlc/prolang, please check that you have ordered AND installed the
#International component. The International component provides
#these directories and files.
#
-cpinternal UTF-8
-cpstream UTF-8
-cpcoll Basic
-cpcase Basic
-d dmy
-numsep 44
-numdec 46


I'm tired of trying. please help me !!

/Hikmet

All Replies

Posted by goo on 10-Mar-2019 16:51

What is the error telling?

Posted by Mike Fechner on 10-Mar-2019 16:52

What is your databases codepage?

Sent from Nine

Von: "hikmetalemdaroglu@gmail.com" <bounce-hikmetalemdaroglugmailcom@community.progress.com>
Gesendet: Sonntag, 10. März 2019 18:43
An: TU.OE.General@community.progress.com
Betreff: [Technical Users - OE General] Proutil dbname -C idxbuild all is not work utf-8 problem (11.6.4)

Update from Progress Community
hikmetalemdaroglu@gmail.com

when i was run proutil command for idxbuild , i get an error .

proenv>proutil master -C idxbuild all
OpenEdge Release 11.6.4 as of Mon Oct 23 11:21:54 EDT 2017
Use "-cpinternal UTF-8" with idxbuild only with a UTF-8 database. (8557)
Index rebuild did not complete successfully

i wrote Article 000032161 and i see the definitions about utf-8 in startup.pf

Here is the startup.pf

#This is a placeholder startup.pf
#You may put any global startup parameters you desire
#in this file. They will be used by ALL Progress modules
#including the client, server, utilities, etc.
#
#The file dlc/prolang/locale.pf provides examples of
#settings for the different options that vary internationally.
#
#The directories under dlc/prolang contain examples of
#startup.pf settings appropriate to each region.
#For example, the file dlc/prolang/ger/german.pf shows
#settings that might be used in Germany.
#The file dlc/prolang/ger/geraus.pf gives example settings
#for German-speaking Austrians.
#
#Copy the file that seems appropriate for your region or language
#over this startup.pf. Edit the file to meet your needs.
#
# e.g. UNIX: cp /dlc/prolang/ger/geraus.pf /dlc/startup.pf
# e.g. DOS, WINDOWS: copy \dlc\prolang\ger\geraus.pf \dlc\startup.pf
#
# You may want to include these same settings in /dlc/ade.pf.
#
#If the directory for your region or language does not exist in
#dlc/prolang, please check that you have ordered AND installed the
#International component. The International component provides
#these directories and files.
#
-cpinternal UTF-8
-cpstream UTF-8
-cpcoll Basic
-cpcase Basic
-d dmy
-numsep 44
-numdec 46


I'm tired of trying. please help me !!

/Hikmet

View online

 

You received this notification because you subscribed to the forum.  To stop receiving updates from only this thread, go here.

Flag this post as spam/abuse.

Posted by jonathan.wilson on 11-Mar-2019 09:23

We use UTF-8 and have no issue with the following...

$ proutil myDB -C idxbuild all -cpinternal UTF-8

I guess it shouldn't be required if you already have the startup.pf configured.  

Posted by Ruanne Cluer on 11-Mar-2019 10:47

You need to ensure -cpinternal is explicitly specified. Take a look at Article:

knowledgebase.progress.com/.../000032161

This thread is closed