GP Service GP/FunctionalityTools/SpatialTest cannot be executed on LINUX/UNIX server.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM053038
已提交
January 16, 2010
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
10.0
修正版本
10.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
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