Server temporary directory locations

Server temporary directory locations

book

Article ID: KB0077325

calendar_today

Updated On:

Products Versions
TIBCO Streaming 7.x and earlier

Description

What are the sbd server temporary directory locations

Issue/Introduction

Server temporary directory locations

Resolution

When the StreamBase server sbd starts on Windows, it creates directories under
  c:\windows\system\temp
The directory name starts with .sb-<some number> and contains cm and src sub-directories.

The location is controlled by the TMP environment variable.

Provide a new value by starting sbd from the command line as so:
  C:\> TMP="c:\my_tempdir\" sbd [test:options] app.sbappp
or
  $ TMP="/home/user/my_tempdir/" sbd [test:options] app.sbappp

If %TMP% isn't defined, on Windows the default location is "C:\WINDOWS\temp".

On Linux, if $TMP isn't defined the default location is "/var/tmp".