Managed File Transfer

 View Only

Find Out What Files the Patch Process Changed

By Tanvi Kakodkar posted Wed January 22, 2020 11:48 AM

  
Originally updated on October 15, 2014 by VinceTkac
I just answered this question in the context of an enhancement request and thought I would share the info while I had it handy.  

When applying a patch to B2Bi/SFG, we generate an audit report of all the files that are added, deleted or modified as well as any DB resources that we touch. The report is available under the install directory as:

patch_reports/datetime/PatchReport.html

 

Below is a snippet of the report file:


Patch Changes Report
Summary of Changes

Patch ID: PATCH_SI_5020500
Patch Changes: 4274
Number of Files Deleted: 3
Number of JARs Removed: 31
Number of JARs Added: 5
Number of Files Added: 185
Number of Files Changed: 1497
Number of Properties Added: 16
Number of BPs Added: 40
Number of Service Instances Added: 1
Number of Service Definitions Added: 19
Number of Templates Added: 109
Number of Reports Added: 7
Number of Maps Added: 2291
Number of Schemas Added: 64
Number of Business Rules Added: 6

 
Change Details

List of Deleted Files:
File Deleted: /ais_local/share/tkac/gis_CATAMOUNT_BUILD_5020500_BRANCH_20140812/platform_core/install/properties/jgroups_cluster.properties_fifo_ext
File Deleted: /ais_local/share/tkac/gis_CATAMOUNT_BUILD_5020500_BRANCH_20140812/platform_core/install/properties/jgroups_cluster.properties_fifo_ext.in
File Deleted: /ais_local/share/tkac/gis_CATAMOUNT_BUILD_5020500_BRANCH_20140812/platform_core/install/container/Applications/dashboard/jsp/frameTemplate.jsp


List of JARs Added:
JAR Added: /ais_local/share/tkac/gis_CATAMOUNT_BUILD_5020500_BRANCH_20140812/platform_core/install/jar/sbgsesslj/4_3_7_7_6/sslplus.jar
JAR Added: /ais_local/share/tkac/gis_CATAMOUNT_BUILD_5020500_BRANCH_20140812/platform_core/install/jar/sbgsesslj/4_3_7_7_6/sslplus_jdk15.jar
JAR Added: /ais_local/share/tkac/gis_CATAMOUNT_BUILD_5020500_BRANCH_20140812/platform_core/install/jar/sbgsesslj/4_3_7_7_6/sslplus_nio.jar
JAR Added: /ais_local/share/tkac/gis_CATAMOUNT_BUILD_5020500_BRANCH_20140812/platform_core/install/jar/healthCheck/1_0/healthCheck.jar
JAR Added: /ais_local/share/tkac/gis_CATAMOUNT_BUILD_5020500_BRANCH_20140812/platform_core/install/jar/wmqfte/sfg704-20111101-1705/icu4j-51_2.jar


If you prefer XML, there is also find an event file in the same directory that contains entries like:

 <com.sterlingcommerce.woodstock.install.utils.PatchChangeEvent>
  <exceptionLevel>
    <name>Normal</name>
    <ordinal>0</ordinal>
  </exceptionLevel>
  <attributes/>
  <id>PatchChange.patchEventListener.PatchChangeEvent.1</id>
  <scope>PatchChange</scope>
  <subsystem>patchEventListener</subsystem>
  <name>PatchChangeEvent</name>
  <numericTag>1</numericTag>
  <schemaKey>PatchChange.patchEventListener.PatchChangeEvent</schemaKey>
  <timestamp>1413381786340</timestamp>
  <timeOccurred>0</timeOccurred>
  <date>Wed Oct 15 10:03:06 EDT 2014</date>
  <className></className>
  <change>FILE_CHANGED</change>
  <details></details>
  <changeType>File Changed</changeType>
 <changedItem>/ais_local/share/tkac/gis_CATAMOUNT_BUILD_5020500_BRANCH_20140812/platform_core/install/properties/security.properties.in</changedItem>
</com.sterlingcommerce.woodstock.install.utils.PatchChangeEvent>
 

 


#IBMSterlingB2BIntegratorandIBMSterlingFileGatewayDevelopers
#DataExchange
0 comments
14 views

Permalink