PQ66147: AES PTF3 INSTALL.BAT TO UPDATE WTE IN WSAD AND GETS "FILES\IBM\APPLICATION WAS UNEXPECTED AT THIS TIME ERROR. | |||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description This customer runs AEs ptf3 install.bat to update WTE/WSAD gets "Files\Ibm\Application was unexpected at this time"during update of WTE to 4.0.3." If he updates the install.bat file @ line 129 set SUMMARYLOG="%TMP%\%SUMMARYBASE%"it works. This problem is seen in AEs and AE ptf 4.03 installs.Local fix Update the install.bat file @ line 129 with set SUMMARYLOG="%TMP%\%SUMMARYBASE%"Problem summary **************************************************************** * USERS AFFECTED: WebSphere Application Server 4.0 Advanced * * and Single Server edition users installing * * FixPack 3 or 4 on a Windows environment. * **************************************************************** * PROBLEM DESCRIPTION: During the FixPack install, if the * * user sets the TMP environment * * variable to a directory that contains * * spaces the PTF install was failing * * because it did not handle the space * * correctly. * **************************************************************** * RECOMMENDATION: * **************************************************************** During the installation of FixPack 4.0.3 or 4.0.4 on Windows if the user sets the TMP environment variable to a directory that contains spaces (ie: C:\Program Files\WebSphereTmp) the PTF installation will fail with the following error: ************************************************ Noted temporary directory from in the environment (''TMP''): C:\Program Files\WebSphereTmp Testing that the temporary directory is writable. The temporary directory is writable. Using summary log: C:\Program Files\WebSphereTmp\Summary_ptf_3_02-08-23-08.30.26 .log Testing that the summary log can be written. The summary log can be written. Files\WebSphereTmp was unexpected at this time. ************************************************Problem conclusion This error is thrown because the install script was adding quotes around the SUMMARYLOG varible in the wrong location. The quotes should have been placed around the value that the variable was set to. The script was changed to add quotes on the following line: set SUMMARYLOG="%TMP%\%SUMMARYBASE%"Temporary fix Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: Modules/Macros
SRLS
|
Document Information |
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 400
Software edition:
Reference #: PQ66147
IBM Group: Software Group
Modified date: Sep 20, 2002
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.