Bug: 34067

Impact:

Product:
GemStone/S

Versions:
6.6.3.3, 6.6.3.2, 6.6.3, 6.6.2, 6.6.1, 6.6, 6.5.8, 6.5.7.5, 6.5.7, 6.5.6, 6.5.5, 6.5.4, 6.5.2, 6.5.1, 6.5, 6.3.1, 6.3, 6.1.5, 6.1.x, 6.0.x, 5.1.5.1

Platform:
Windows

Fixed In:

performOnServer: fails if TMP not writable

The method System class >> performOnServer: creates a temporary file
in C:/TMP during processing of the command string.  If C:/TMP is
not wriable by the user, this method will not return an error, fail
to perform the desired operations, and return an empty string.

Workaround:

Change the environment variables TMP and TEMP to a directory that
the user has full access to.