Consultor Eletrônico



Kbase P102717: Getting error 293 with referencing a second file via the run ./
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/31/2006
Status: Unverified

FACT(s) (Environment):

WebSpeed 3.1x

SYMPTOM(s):

Getting error 293 when running WebSpeed application

** "<file-name>" was not found. (293)

First file (an HTML file) within the application can be found

Second file being referenced within the HTML file cannot be found

The second file is referenced through the following syntax, run ./folder/filename

CAUSE:

When referencing another file within a file by using the "./", you are telling the agent to start looking under the WebSpeed broker's working directory. In this case, the file is not under the broker's working directory. The file is outside of the working directory.

FIX:

If you want to keep the ./ reference, all r-code must reside underneath the working directory.

Move all r-code under the WRKDIR.