I have successfully updated my RAD to 7.0.0.8 using installation manager Update feature. Now from installation manager select Modify (to add feature).
Select features (previous were not installed) "Web Services feature pack" and "IBM Websphere Server Version 6.1 feature pack for Web Services" and click Modify
However it failed with the following message.
Modification failed.
Error during "install" phase:
Error executing "C:\Program Files\IBM\SDP70\runtimes\base_v61\temp7003\UPDIunzip\UpdateInstaller\UPDI6109install.bat" operation (status=1).
See agent output log for more information: C:\Documents and Settings\All Users\Application Data\IBM\Installation Manager\logs\native\20090612_0548.log
Here is the log:
I Process Type: install
I Install Type: nonOS400
I Install Mode: silentMode
I #Received OPT Properties
#Fri Jun 12 05:48:04 EDT 2009
silentInstallLicenseAcceptance=true
installLocation=C\:\\Program Files\\IBM\\SDP70\\runtimes\\base_v61\\UpdateInstaller
disableOSPrereqChecking=true
I was able to view the content of the UPDI6109install.bat
before it got deleted
@echo off
set INSTALL=%1
..\JDK\jre.pak\repository\package.java.jre\java\jre\bin\java.exe
-cp setup.jar -Xms256m -Xmx512m run -OPT silentInstallLicenseAcceptance=true
-OPT disableOSPrereqChecking=true -OPT installLocation=%INSTALL% -silent
Any help would be appreciated.
Thanks in advance