Error when loading DF with prodict/load_df.p

Posted by magsoa on 30-Jan-2020 14:23

When I load one incremental DF with prodict/load_df.p I get this error while running the program who uses this table: "The index '<unknown>' of tabl 'es-it-doc-est-conf' is inactive. (16488)". Yes, the message shows me '<unknown>' on index name.

When I load the incremental DF with Data Administration tool I don´t get this error.

Recompiling the programs do not solve the issue.

CREATE ALIAS DICTDB FOR DATABASE mgesp.
    DISPLAY LDBNAME("DICTDB").
    
    RUN prodict/load_df.p ("\\ca0vgoglobal\SVN_NEW\especificos-fontes-ofi\Programas\TESTE\3309915\df\dicionario.df,
                           yes,
                           NEW OBJECTS").
    DELETE ALIAS DICTDB. /* Optional */

[View:/cfs-file/__key/communityserver-discussions-components-files/19/load_2D00_df_2D00_code_2D00_and_2D00_df_2D00_files.zip:320:240]

Posted by magsoa on 31-Jan-2020 10:41

Hello,

We are running Progress 11.6.4.

I was able to add incremental new index with this setting:

RUN prodict/load_df.p ("\\ca0vgoglobal\SVN_NEW\especificos-fontes-ofi\Programas\TESTE\3309915\df\dicionario.df,yes").

With "NEW OBJECTS" parameter I always get the error I told in the beginning.

Thanks all!

All Replies

Posted by Fernando Souza on 30-Jan-2020 20:54

What version of OpenEdge?

Posted by Patrick Tingen on 31-Jan-2020 09:45

Seems to work fine under 11.2, although I changed the parameter to have it all on one line:

RUN prodict/load_df.p ("\\ca0vgoglobal\SVN_NEW\especificos-fontes-ofi\Programas\TESTE\3309915\df\dicionario.df,yes,NEW OBJECTS").

To avoid:

Posted by magsoa on 31-Jan-2020 10:41

Hello,

We are running Progress 11.6.4.

I was able to add incremental new index with this setting:

RUN prodict/load_df.p ("\\ca0vgoglobal\SVN_NEW\especificos-fontes-ofi\Programas\TESTE\3309915\df\dicionario.df,yes").

With "NEW OBJECTS" parameter I always get the error I told in the beginning.

Thanks all!

This thread is closed