Hi all ,
Bit new to applying fixes ,
Wanted to apply all the fixes IS7.1.2 SP2 , do we need to individually install all the fixes … or there is a method to apply all at one go. Can you please detail the procedure.
Any ways i started applying 7.1.2 Core Fix 9 for SP2 ,
The procedure it detailed is as :
6.0 Installation
- If you have not already done so, install any required fixes
and service packs identified in section 3.0. - Start Integration Server if it is not running.
- Create a backup of jcode.bat or jcode.sh on Windows and UNIX
respectively located in the
<webMethods_directory>\IntegrationServer\bin folder. - On Windows platforms, unzip IS_7-1-2_Core_Fix9.zip into
<webMethods_directory>\IntegrationServer.
On UNIX platforms, extract the contents of
IS_7-1-2_Core_Fix9.zip into
<webMethods_directory>\IntegrationServer.
To do this, use the following jar utility:
(from the IntegrationServer directory)
…/jvm/<platform_jvm>/bin/jar -xvf <fix_location>
/IS_7-1-2_Core_Fix9.zip - On Windows platforms, edit the IS_DIR and JAVA_DIR values
in jcode.bat as below:
SET IS_DIR=<webMethods_directory>\IntegrationServer
SET JAVA_DIR=<webMethods_directory>\jvm\win150\jre
On UNIX platforms, edit the IS_DIR and JAVA_DIR values
in jcode.sh as below:
IS_DIR=<webMethods_directory>/IntegrationServer
JAVA_DIR=<webMethods_directory>/jvm/sol150/jre
Note that the jvm directory sol150 mentioned above is
specific to Solaris. Make sure you use the relevant directory
on other UNIX machines. - In Integration Server Administrator, in the “Packages”
area of the navigation panel, select “Management”. - Click “Install Inbound Releases”.
- From the “Release file name” list, select
“WmPublic_IS_7-1-2_Core_Fix9.zip”. - Click “Install Release”.
- From the “Release file name” list, select
“WmISExtDC_7-1-2_Core_Fix9.zip”. - Click “Install Release”.
- From the “Release file name” list, select
“WmRoot_IS_7-1-2_Core_Fix9.zip”. - Click “Install Release”.
- Restart Integration Server.
…but bit confused on that the WmPublic and WmRoot already exist … so are we intending to have two packages with different name on the IS …or keeping the new pkg disabled is fine
Thanks.