Troubleshoot and support > Management Center


Troubleshoot: Catalog Upload file size limit

By default, the maximum file size of the CSV file or .zip is 10 MB. You can change the maximum file size.

To change the maximum file size:

  1. Update the client.

    1. Open WebSphere Commerce Developer and switch to the Enterprise Explorer view.

    2. In the Enterprise Explorer view, expand LOBTools > WebContent > WEB-INF > src > lzx > commerce > catalog > objectDefinitions.

    3. Open the CatalogImportPrimaryObjectDefinition.lzx file, and locate the class name catCatalogImportPrimaryObjectDefinition.

    4. Update the value of the maximumFileSize attribute. The default value is 10000000 bytes. You can change this value as needed, however, keep in mind the impact that larger files might have on the server.

      <class name="catCatalogImportPrimaryObjectDefinition" extends="wcfPrimaryObjectDefinition"
                  objectType="CatalogImport"
                  creatable="true"
                  displayName="${catalogResources.catalogImport_displayName.string}"
                  displayNameProperty="fileName"
                  idProperty="catalogImportId"
                  newDisplayName="${catalogResources.catalogImport_newDisplayName.string}"
                  copyProtected="true"
                  isFileObject="true"
                  fileSizePropertyName="fileSize"
                  fileNamePropertyName="fileName"
                  maximumFileSize="new_size"
                  propertiesClass="catCatalogImportProperties"
                  icon="catalogImportIcon"
                  headerIcon="catalogImportHeaderIcon"
                  refreshInterval="30">
      

      where new_size is the size you want (in bytes).

  2. Update the server.

    1. Open the WebSphere Commerce configuration file, and locate the command element for com.ibm.commerce.catalog.commands.CreateCatalogImportCmd name.

    2. Change the value of the maxuploadsize attribute to match the value specified for the client.

    3. Run the ANT target: UpdateEAR target to update the runtime configuration with the master configuration file.

After you complete the customization:

  1. Right-click LOBTools Project; then click Build OpenLaszlo Project to produce an updated ManagementCenter.swf file under the workspace_dir\LOBTools\WebContent directory. This is the default environment setting.

  2. Test the changes by viewing them in the Management Center, using this URL:

    https://hostname:8000/lobtools

  3. Deploy your changes to the production environment.


+

Search Tips   |   Advanced Search