Feature Pack 2

Troubleshooting: Constraints not supported while migrating Management Center

Some attributes cannot be migrated when migrating the Management Center from WebSphere Commerce Version 7 or from WebSphere Commerce Version 7 feature pack 1 to a higher feature pack version.

Problem

You can see the following information in the enable Feature Pack 2 Management Center log:

runPortUtility:
Created dir: D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustomConverted\WebContent\config
Attribute value cannot be migrated ${parent.width} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx

Attribute value cannot be migrated ${this.getPromptText(this.parent.parent.promptText)} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\promotion\restricted\objectDefinitions\BasicCodePatternBuilder.lzx
Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\WebActivityBuilder.lzx
Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\attachment\propertiesViews\ManagedFilePropertiesView.lzx

Solution

This is a limitation of the port utility. The only constraints that can be converted to definitions are constraints that are used to resource bundle keys,. For example:
${shellResourceBundle.catalogManagementDisplayName.string} ==> ${shellResourceBundle.catalogManagementDisplayName}
All other constraints are logged and transferred to the definition files as comments.
After the migration has successfully completed, you need to take the following steps:
  1. Check the enable feature log to identity which attribute could not be migrated.
  2. Implement the OpenLaszlo code if you need the attribute to use constraints.
Note: The following warning messages in the enable Feature Pack 2 Management Center log can be safely ignored:
  • When you migrate the Management Center from WebSphere Commerce V7 to WebSphere Commerce V7 Feature Pack 2:
    3-Oct-2010 9:33:53 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog initLogger
    INFO: ********************************
    3-Oct-2010 9:34:07 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\attachment\propertiesViews\ManagedDirectoryPropertiesView.lzx
    3-Oct-2010 9:34:08 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\EmailActivityPropertiesView.lzx
    3-Oct-2010 9:34:08 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${immediateparent.availableWidth} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\catalog\restricted\listViewDefinitions\SKUDefiningAttributeEditor.lzx
    3-Oct-2010 9:34:08 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\PurchaseHistoryCategoryContentsFlowElementObjectDefinition.lzx
    3-Oct-2010 9:34:08 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\PurchaseHistoryProductContentsFlowElementObjectDefinition.lzx
    3-Oct-2010 9:34:08 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\DialogActivityBuilder.lzx
    3-Oct-2010 9:34:08 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\DialogActivityTemplateBuilder.lzx
    3-Oct-2010 9:34:09 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\CampaignPropertiesView.lzx
    3-Oct-2010 9:34:09 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\PurchaseHistoryFlowElementObjectDefinition.lzx
    3-Oct-2010 9:34:09 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${this.getPromptText(this.parent.parent.promptText)} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\restricted\widgets\EmailTemplateRichTextEditor.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog info
    INFO: promoting attribute listClass="catCategoryGrid" in C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\catalog\listViewDefinitions\CategoryGrid.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog info
    INFO: promoting attribute objectTypes="ChildCatalogGroup,ChildInheritedCatalogGroup" in C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\catalog\listViewDefinitions\CategoryGrid.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\ShoppingCartFlowElementObjectDefinition.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\EMarketingSpotPropertiesView.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\PurchaseHistoryTotalsFlowElementObjectDefinition.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\MarketingContentPropertiesView.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\WebActivityTemplateBuilder.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\ShoppingCartTotalsFlowElementObjectDefinition.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\ShoppingCartProductContentsFlowElementObjectDefinition.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\EmailTemplatePropertiesView.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${wcfModelUtil.findModelForView(this).oEditor.storeConfig.analytics.isEnabled == 'true' && wcfModelUtil.findModelForView(this).oEditor.storeConfig.analytics.provider == 'coremetrics'} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\EmailTemplatePropertiesView.lzx
    3-Oct-2010 9:34:10 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\attachment\propertiesViews\ManagedFilePropertiesView.lzx
    3-Oct-2010 9:34:11 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\WebActivityBuilder.lzx
    3-Oct-2010 9:34:11 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.attrAssetGroup.visible} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\CustomerSegmentPropertiesView.lzx
    3-Oct-2010 9:34:11 AM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file C:\IBM\WCDE_E~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\ShoppingCartCategoryContentsFlowElementObjectDefinition.lzx
  • When you migrate the Management Center from WebSphere Commerce V7 Feature Pack 1 to WebSphere Commerce V7 Feature Pack 2:
    Nov 16, 2010 3:12:49 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog initLogger
    INFO: ********************************
    Nov 16, 2010 3:12:50 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    Nov 16, 2010 3:12:50 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    Nov 16, 2010 3:12:50 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    Nov 16, 2010 3:12:50 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    Nov 16, 2010 3:12:50 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    Nov 16, 2010 3:12:50 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    Nov 16, 2010 3:12:50 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    Nov 16, 2010 3:12:50 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    Nov 16, 2010 3:12:50 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    Nov 16, 2010 3:12:50 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.width} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\shell\ApplicationMenuItems.lzx
    Nov 16, 2010 3:12:51 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${this.getPromptText(this.parent.parent.promptText)} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\promotion\restricted\objectDefinitions\BasicCodePatternBuilder.lzx
    Nov 16, 2010 3:12:51 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\WebActivityBuilder.lzx
    Nov 16, 2010 3:12:51 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\attachment\propertiesViews\ManagedFilePropertiesView.lzx
    Nov 16, 2010 3:12:51 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${immediateparent.availableWidth} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\catalog\restricted\listViewDefinitions\SKUDefiningAttributeEditor.lzx
    Nov 16, 2010 3:12:51 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${this.getPromptText(this.parent.parent.promptText)} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\restricted\widgets\EmailTemplateRichTextEditor.lzx
    Nov 16, 2010 3:12:51 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\ShoppingCartCategoryContentsFlowElementObjectDefinition.lzx
    Nov 16, 2010 3:12:51 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\PurchaseHistoryFlowElementObjectDefinition.lzx
    Nov 16, 2010 3:12:51 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\attachment\propertiesViews\ManagedDirectoryPropertiesView.lzx
    Nov 16, 2010 3:12:51 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.text} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\foundation\restricted\Grid.lzx
    Nov 16, 2010 3:12:51 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\ShoppingCartProductContentsFlowElementObjectDefinition.lzx
    Nov 16, 2010 3:12:52 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog info
    INFO: promoting attribute listClass="catCategoryGrid" in D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\catalog\listViewDefinitions\CategoryGrid.lzx
    Nov 16, 2010 3:12:52 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog info
    INFO: promoting attribute objectTypes="ChildCatalogGroup,ChildInheritedCatalogGroup" in D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\catalog\listViewDefinitions\CategoryGrid.lzx
    Nov 16, 2010 3:12:52 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\MarketingContentPropertiesView.lzx
    Nov 16, 2010 3:12:52 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog info
    INFO: promoting attribute cellViewerClass="catCatalogGridComboBoxViewer" in D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\catalog\restricted\objectDefinitions\CatalogGridComboBox.lzx
    Nov 16, 2010 3:12:52 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\EmailTemplatePropertiesView.lzx
    Nov 16, 2010 3:12:52 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${wcfModelUtil.findModelForView(this).oEditor.storeConfig.analytics.isEnabled == 'true' && wcfModelUtil.findModelForView(this).oEditor.storeConfig.analytics.provider == 'coremetrics'} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\EmailTemplatePropertiesView.lzx
    Nov 16, 2010 3:12:52 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\EmailActivityPropertiesView.lzx
    Nov 16, 2010 3:12:52 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\EMarketingSpotPropertiesView.lzx
    Nov 16, 2010 3:12:53 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.attrAssetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\CustomerSegmentPropertiesView.lzx
    Nov 16, 2010 3:12:53 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\ShoppingCartTotalsFlowElementObjectDefinition.lzx
    Nov 16, 2010 3:12:53 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\PurchaseHistoryProductContentsFlowElementObjectDefinition.lzx
    Nov 16, 2010 3:12:53 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\WebActivityTemplateBuilder.lzx
    Nov 16, 2010 3:12:53 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\DialogActivityBuilder.lzx
    Nov 16, 2010 3:12:53 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\PurchaseHistoryTotalsFlowElementObjectDefinition.lzx
    Nov 16, 2010 3:12:53 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\PurchaseHistoryCategoryContentsFlowElementObjectDefinition.lzx
    Nov 16, 2010 3:12:53 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\CampaignPropertiesView.lzx
    Nov 16, 2010 3:12:53 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${parent.assetGroup.visible} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\propertiesViews\DialogActivityTemplateBuilder.lzx
    Nov 16, 2010 3:12:53 PM com.ibm.commerce.toolkit.internal.openlaszlo.migration.port.PortUtilityLog warning
    WARNING: Attribute value cannot be migrated ${mktMarketingResources} in file D:\IBM\WCDE_P~1\components\management-center\backup\LOBToolsCustom\WebContent\WEB-INF\src\lzx\commerce\marketing\objectDefinitions\activityBuilder\ShoppingCartFlowElementObjectDefinition.lzx