INF: Commerce Server 2002 Security for Pipeline Components (328521)



The information in this article applies to:

  • Microsoft Commerce Server 2002

This article was previously published under Q328521

SUMMARY

When you use the ATL Pipeline Wizard in the Commerce Server 2002 Software Development Kit (SDK), the wizard generates several fixes for you. To use these fixes, you must re-generate your pipeline components.

NOTE: To use the pipeline component procedure, you must have already installed Service Pack 1 over your Commerce Server installation. Service Pack 1 replaces the files in the SDK that are fixed.

MORE INFORMATION

To re-generate your pipeline components, following these steps:
  1. Install Commerce Server 2002 Service Pack 1.
  2. Start Visual C++ 6.0.
  3. Open a new ATL COM AppWizard project.
  4. In the ClassView, right-click the Project Name classes tree, and then click New ATL Object.
  5. In the collection of Objects, click Pipeline Component.
  6. In the Short Name field, type the same name as the name of the component that you are replacing, and then complete the Pipeline Component property sheet as you did for the old pipeline component.
  7. Open the .cpp file for this new component and the .cpp file from the old component.
  8. Copy your custom code from the old file to the new file.
  9. Build and then register the new pipeline component.
  10. Add the new pipeline component to your pipelines, and then remove the old pipeline component.

Modification Type:MajorLast Reviewed:9/13/2002
Keywords:kbinfo KB328521