|
|
Archives of the TeradataForum
Message Posted: Wed, 29 Aug 2007 @ 22:44:28 GMT
Subj: | | Re: Missing UDF Libraries |
|
From: | | Watzke, Michael |
You need to interpret the EXTERNAL NAME clause "'SI!udfstrstr!/ntos/udflib/udfstrstr.h", what is being specified is that the include file
udfstrstr.h exists on the server in the directory /ntos/udflib. The server compile process will name the include file "udfstrstr".
If you want the create UDF process to access the file from a client you can change the SI to CI and SS to CS (for the source file) and adjust
the paths as required.
Mike
| |