Kbase 18398: Database schema triggers for sports2000 may give error 293
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.0A
Progress 4GL
SYMPTOM(s):
** "<file-name>" was not found. (293)
If you are using the sports2000 database and write code that will fire a database schema trigger, such as creating a customer record, you may receive the following error:
"sportstrgs/crcust.p" was not found. (293)
CAUSE:
There is a new sample database available with Version 9 called sports2000. The database schema triggers for this database were not included in the propath in early Version 9.0A.
FIX:
The triggers are located in DLC/sports2000/sports2000trgs.
You will need to add the sports2000 directory to your propath in order
to run these triggers. For example if you have progress installed
in C:\Program Files\Progress, you will need to add
C:\Program Files\Progress\sports2000 to your propath so that these triggers are found.