Re: Where Are Reports Temporary Files Created?

From: Greg Witsken <witskegl_at_pid.com>
Date: 1996/07/31
Message-ID: <4tnk29$1ea_at_news.one.net>#1/1


In article <31FE290D.7B9E_at_galaxy.gov.bc.ca>, tmclellan_at_galaxy.gov.bc.ca says...
>
>We have our Oracle software installed on a read-only Windows network
>drive. During development, our developers have been given write
>privileges to the network drive.
>
>When our users try to run a report (called by RUN_PRODUCT ...) they get
>the message: REP-0118 Unable to create a temporary file. We have
>determined it to be the user's inability to write to the network drive.
>Our developers can run the reports no problem.
>
>What ORACLE.INI path or variable points to the directory which Reports
>uses to create this temporary file? We can't find the file when our
>developers run a report. We've tried using the HOST command and setting
>the current directory to the workstation's temp directory, but that
>doesn't help.
>
>Any guidance would be appreciated.
>
>
>Tim McLellan
>tmclellan_at_galaxy.gov.bc.ca

The temporary file location is defined in the autoexec.bat file of the local PC by the line:

          SET TMP=C:\TEMP    (pointing to your favorite temp directory)

   If there is no temporary directory set up, the temp files will be    placed in the working directory defined in the icon properties.

   If there is no working directory defined, the temp files will go in    the windows directory.

Greg Witsken
Greg.Witsken_at_pid.com Received on Wed Jul 31 1996 - 00:00:00 CEST

Original text of this message