Consultor Eletrônico



Kbase P22535: Can't run procedure file dump_df.p from library. (1976)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/06/2009
Status: Verified

SYMPTOM(s):

ProgToRun = BKOrigDLC + "/tty/prodict.pl<<dump_df.p>>"
run Value(ProgToRun) (_File-Name, df_File, "")

Can't run procedure file dump_df.p from library. (1976)

Can't run procedure file <filename> from library. (1976)

FACT(s) (Environment):

To make a personal script to dump .df
All Supported Operating Systems
Progress/OpenEdge Product Family
OpenEdge Category: Database

CAUSE:

prodict.pl is in the TTY directory and needs to be in the PROPATH

FIX:

when trying to run:
/tty/prodict.pl<<dump_df.p>>

You have two options:

1) If prodict.pl is in the PROPATH:

RUN prodict/dump_df.p.

This will automatically find "%DLC%\tty\prodict.pl<<prodict/dump_df.r>>"

2) If prodict.pl is NOT in the PROPATH:

RUN tty/prodict.pl<<prodict/dump_df.r>>