Kbase 3239: file not found
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
file not found
901205-slk01Version 6 SQL and the Dictionary
There is a bug (reported as bug #90120501) in the
Installation of Version 6 for all machines that incorrectly
puts the sql procedures in the prodict/misc directory. It should
put all sql procedures in a sql directory under prodict.
When you try to do anything in the dictionary with an sql table,
you will get a message like:
.../dlc/prodict/sql/sqlxxxx.p not found (293).
For example, if I create a table called test:
create table test (field1 character(30)).
and then go into the dictionary and try to modify schema and
choose the test table, I will get a message:
.../dlc/prodict/sql/sql_fil.p not found (293).
The Workaround: Create a directory called sql under the prodict
directory and copy all the sql*.* files from the misc directory
to the sql directory.
Progress Software Technical Support Note # 3239