Back Forward ServiceExport directory

The ServiceExport directory for a server node is a directory that can hold files to be imported into PRPC or that are produced by PRPC for export.

For example, the Export Archive tool and Service Package facilities create output files in this directory. The Import Archive tool finds input ZIP files in this directory.

In most cases, PRPC deletes files from this directory promptly, after an upload operation, download operation, or other processing that uses the file is complete. (The standard activity @baseclass.DownloadFile can delete, or retain, the file after download completes, depending on the value of a parameter.)

The property pxServiceExportPath on the process page identifies this directory.

By default, the ServiceExport directory is a subdirectory of the temporary files directory on the server. You can change the default location of this directory through the prconfig.xml setting:

SR-6811

<env name="Initialization/pxServiceExportPath" value="<directory>"/>

where <directory> is the new location.

As an alternative to the prconfig.xml file, you can use Dynamic System Settings to configure your application.
See How to create or update a prconfig setting.

Definitions archive tool, process page, temporary files

UpDefinitions