Consultor Eletrônico



Kbase P18209: Can't load incremental .df file from a procedure but loads ok from dictionary
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/09/2008
Status: Verified

SYMPTOM(s):

No inactive indexes

Primary index <index> must be active to make the requested changes. (997)

Error attempting to load incremental .df file via 4GL load routine

The same incremental .df file will load via the Data Dictionary.

CAUSE:

Programming error in users customized 4GL load routine.

FIX:

Use the load_df.p file from $DLC/src/prodict.pl to test with and validate code logic.

To extract the file from $DLC/src/prodict.pl do the following:

cd $DLC/src
extractpl prodict.pl

This will then create a sub directory prodict. In this directory the file you
want to test with which is load_df.p