Use this utility to create a report that shows which patches are installed to Docupresentment’s Java .jar files.
Note | Docupresentment contains both .DLL files and Java .jar files. To determine what patches have been applied to the .DLL files, see FSIVER. |
You run this utility from the command line. Here is an example:
java -jar c:\int020\int200\jars\PatchReporter.jar -f "*.jar"
The utility has these options:
Option |
Description |
-f |
This option specifies what files or directories to search for text matches. If the next argument is a directory, every jar file in the directory is checked. Separate individual files or directories using the path separator for your operating system. The default is to use the classpath. If you use a wildcard with this option, such as /home/user/int020/docserv/lib/Do*.jar Enclose the directory list in quotation marks (“), otherwise Java automatically expands the wildcard list. |
-s |
This option specifies which patch identifier string to search for in the files. Matches are performed on the beginnings of strings. In most cases you will not need to specify this parameter. The default is shown here: @@IDS |
Here is an example, which assumes you are in the directory where the jar files are located:
java -jar PatchReporter.jar -f "*.jar" >report.txt
Here is an excerpt from the report produced by the PatchReporter utility:
--- Docucorp Patch Report Utility Program ---
--- Display Patch Reports ---
Patch Report For : C:\docserv\lib\.\agentxapi.jar
------------------------------------------------------------------
No matches detected for : agentxapi.jar
. . .
Patch Report For : C:\docserv\lib\.\DocumentServer.jar
------------------------------------------------------------------
com/docucorp/ids/DocumentServer.class : 09/18/2009 11:13
@@IDS PATCH 2.2:P01:PCR22166, PCR22380
@@IDS PATCH 2.2:P03:PCR22726
@@IDS PATCH 2.2:P05:PCR23136, PCR23161, PCR23237
@@IDS PATCH 2.2:P06:PCR23776
@@IDS PATCH 2.2:P07:PCR24379
com/docucorp/ids/FilenameTranslator.class : 03/05/2009 11:10
@@IDS PATCH 2.2:P06:PCR23776
© Copyright 2014, Oracle and/or its affiliates. All rights reserved. Legal notices.