Created On: 22 July 2010
Problem:
When using Database Connectors and the ACUFH configuration variable XFD_PREFIX is assigned a value, it is used to locate the XDF file. When searching for a XFD file the documentation states that the runtime system search each directory path in the order until the XFD file is found.
The documentation provides an example:
XFD_PREFIX=/dir;/dir2
The example is incorrect.
The documentation provides an example:
XFD_PREFIX=/dir;/dir2
The example is incorrect.
Resolution:
The various paths assigned to XFD_PREFIX configuration variable are separated by a colon (:), not a semi-colon (;).
Incident #243947