Kbase P121808: How to specify the database to use relative trigger paths instead of absolute trigger paths.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/07/2007 |
|
Status: Unverified
GOAL:
How to specify the database to use relative trigger paths instead of absolute trigger paths.
GOAL:
How to set relative database trigger paths.
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems
FIX:
There are two ways to set relative database trigger paths.
In the Data Dictionary:
On the Table Triggers page or Field Triggers page, set a relative path in the "Procedure:" text field.
Examples:
"/Triggers/testTrigger1.p" or
"testTrigger1.p"
In a definitions (.df) file:
Set the TABLE-TRIGGER and FIELD-TRIGGER lines with a relative path.
After performing one of the above two steps, either add the path to the triggers in your PROPATH, or specify the path to the triggers using the -trig <path> startup parameter when making a client connection (Example: prowin32 test2db -trig "C:\test2\Triggers").