GP Service GP/FunctionalityTools/SpatialTest cannot be executed on LINUX/UNIX server.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM053038
Submitted
January 16, 2010
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
10.0
Version Fixed
10.0
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Workaround
As a workaround, users can set the TMPDIR variable in /arcgis/server9.4/bin/arcsoc.init file on Solaris and Linux to a path that does not contain the "." character.For example:Change these lines in arcsoc.init:TMPDIR=$installedProductLoc/servercore/tmp/arcgis; export TMPDIRTo this:TMPDIR=/tmp; export TMPDIRor this:TMPDIR=$HOME; export TMPDIRwhere $HOME is the users home directory