WebSphere Commerce DeveloperWindows

Troubleshooting: Checking that a WebSphere Commerce Developer feature is enabled on your instance

After installing a feature pack, you can enable one or more features. You enable a feature on a WebSphere Commerce Developer instance. After enabling the feature you should verify the enablement is successful.

Problem

After enabling a WebSphere Commerce Developer 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, complete the following steps:

  1. From a command prompt run the following command:
    • WebSphere Commerce DeveloperWCDE_installdir/bin/versionInfo.bat
      Note: This command is available only for WebSphere Commerce Developer Version 7.0 with fix pack 1 or higher installed.
  2. Review the output. Running this command produces an output that includes the product information. For example:
    • WebSphere Commerce Developer Feature Pack 1:
      Installed Product
      -----------------------------------------------–
      
      Name                    IBM WebSphere Commerce Developer
      Version                 1.0.0.0
      ID                      wc.fep1
      Build Level             xxxxxxx
      Build Date              xx/xx/xx
      
    Note: If you have not enabled a WebSphere Commerce Developer feature on your instance, an output similar to the following is displayed:
    Installed Product
    ------------------------------------------------
    Name                    IBM WebSphere Commerce Developer
    Version                 7.0.0.Z
    ID                      wc.server.YY
    Build Level             xxxxxxxxx 
    Build Date              xx/xx/xx
    

    Where Z is the fix pack number that you have installed and YY is the edition of WebSphere Commerce Developer.

  3. To determine which specific feature is enabled on your instance, complete the following steps:
    1. Navigate to the following directory:
      • WebSphere Commerce DeveloperWCDE_installdir/properties/version
    2. For every feature that is enabled, the following file exists:
      • WebSphere Commerce Developerfeature_name.toolkit.70.component

      Where feature_name is the name of the WebSphere Commerce Developer feature. For example, management-center is a WebSphere Commerce Developer feature.