|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
我今天重装了系统,在打开REPORT6.0这个工具的时候出现了REP-0118
REP-0118: Unable to create a temporary file.
Cause: Report Builder tried to create a temporary file but couldn't do so. The possible causes of this error include the following:
Case 1: The environment variable that determines in what directory to create temporary files is set to an invalid directory.
Case 2: There is not enough free space on the disk to create the temporary file.
Case 3: A temporary file that cannot be modified already exists.
Action: You can take the following actions to correct this error:
If Case 1: Set your environment variable for temporary files to a valid directory.
If Case 2: Free up some space on your disk.
If Case 3: Remove the existing temporary file, if possible.
我的环境变量的设置:
用户环境变量:
TEMP %USERPROFILE%\Local Settings\Temp
TMP %USERPROFILE%\Local Settings\Temp
系统变量:
TEMP %SystemRoot%\TEMP
TMP %SystemRoot%\TEMP
这个环境变量我认为是没有错了,但就是不清楚为什么还会出现那个错误 |
|