Troubleshoot: Checking that a WebSphere Commerce feature is enabled on your instance
After installing a feature pack, you can enable any one of its features. You enable one of the features on a WebSphere Commerce instance and want to ensure the enablement is successful.
Problem
After enabling a WebSphere Commerce feature you want to verify that it is enabled on your instance.
Solution
To verify if a feature is enabled on your WebSphere Commerce instance...
I5/OS: Start a QShell session using the STRQSH command.
- From a command prompt run the following command:
AIX|Linux|Solaris|WC_installdir/bin/versionInfo.sh WC_installdir/instances/instance
I5/OS: WC_installdir/bin/versionInfo.sh WC_userdir/instances/instance
Windows:
WC_installdir/bin/versionInfo.bat WC_installdir/instances/instance
WCDE_installdir/bin/versionInfo.bat
where instance is the name of the WebSphere Commerce instance which has a feature enabled
This command is only available for WebSphere Commerce v6 with fix pack 1 or higher installed.
- Run this command produces an output that includes the product information. For example:
- WebSphere Commerce Feature Pack 1:
Installed Product ------------------------------------------------ Name IBM WebSphere Commerce V 1.0.0.0 ID wc.fep1 Build Level xxxxxxx Build Date xx/xx/xx- WebSphere Commerce Feature Pack 2:
Installed Product ------------------------------------------------ Name IBM WebSphere Commerce Feature Pack 2 V 1.0.0.0 ID wc.fep2 Build Level xxxxxxx Build Date xx/xx/xx- WebSphere Commerce Feature Pack 3:
Installed Product ------------------------------------------------ Name IBM WebSphere Commerce Feature Pack 3 V 3.0.0.0 ID wc.fep3 Build Level xxxxxxx Build Date xx/xx/xxWebSphere Commerce Feature Pack 3.0.1:
Installed Product ------------------------------------------------ Name IBM WebSphere Commerce Feature Pack 3 V 3.0.1.0 ID wc.fep301 Build Level xxxxxxx Build Date xx/xx/xx
If you have not enabled a WebSphere Commerce feature on your instance, an output similar to the following is displayed:
Installed Product ------------------------------------------------ Name IBM WebSphere Commerce V 6.0.0.Z ID wc.server.YY Build Level xxxxxxxxx Build Date xx/xx/xxWhere Z is the fix pack number that you have installed and YY is the edition of WebSphere Commerce.
- To determine which specific feature(s) is enabled on your instance, complete the following steps:
- Navigate to the following directory:
AIX|Linux|Solaris|Windows:
WC_installdir/instances/instance/properties/version
I5/OS: WC_userdir/instances/instance/properties/version
WCDE_installdir/properties/version
- For every feature that is enabled, the following file exists:
- feature_name.server.60.component
feature_name.toolkit.60.component
where feature_name is the name of the WebSphere Commerce feature. For example, component-services is a WebSphere Commerce feature.
Related Concepts
WebSphere Commerce feature packs
Related tasks
Install WebSphere Commerce feature packs
Related Reference