Interim fix JR54071 provides a faster catalog service to return specific attributes
instead of all attributes for a catalog entry.
Before you begin
Currently, this fix is available for Fix Pack 8 only. Ensure that the latest cumulative interim
fix is installed:
Install the interim fix for JR54071.
For information about
how to install an interim fix, see
About this task
Interim fix JR54071 provides a new command,
InsertMoreCatalogEntryClassicAttributesDataCmdImpl
. To use the command, you must
update your access control policies.
Procedure
-
Ensure that the following files are in your
WC_installdir\xml\policies\xml folder.
- JR54071CatalogAccessControlPolicies.xml
- JR54071CatalogAccessControlPolicies_en_US.xml
-
Run the acpload utility on the
JR54071CatalogAccessControlPolicies.xml file.
For example, from the
WC_installdir\bin directory,
run the following command.
Platform |
Command |
    |
./acpload.sh mall dbuser
dbusrpwd JR54071CatalogAccessControlPolicies.xml |
DB2 database
|
acpload mall dbuser
dbusrpwd JR54071CatalogAccessControlPolicies.xml |
Oracle database
|
acpload mall dbuser
dbusrpwd JR54071CatalogAccessControlPolicies.xml
schema |
Derby database
|
acpload JR54071CatalogAccessControlPolicies.xml |
For more information about the
acpload utility, see
acpload utility.
-
Run the acpnlsload utility on the
JR54071CatalogAccessControlPolicies_en_US.xml file.
For example, from the
WC_installdir\bin directory,
run the following command.
Platform |
Command |
    |
./acpnlsload.sh mall dbuser
dbusrpwd JR54071CatalogAccessControlPolicies_en_US.xml |
DB2 database |
acpnlsload mall dbuser
dbusrpwd JR54071CatalogAccessControlPolicies_en_US.xml |
Oracle database |
acpnlsload mall dbuser
dbusrpwd JR54071CatalogAccessControlPolicies_en_US.xml
schema |
Derby database |
acpnlsload JR54071CatalogAccessControlPolicies_en_US.xml |
For more information about the
acpnlsload utility, see
acpnlsload utility.
-
Insert a new row in the CMDREG table.
-
Connect to your database.
-
Run the SQL commands that are in the
WC_installdir/schema/common/apar/wcs.insert.classic.attributes.command.sql
file.