Replicated files in the CSSTemp folder are not deleted when a Commerce Server 2007 project is unsuccessful (920676)



The information in this article applies to:

  • Microsoft Commerce Server 2007 Standard Edition
  • Microsoft Commerce Server 2007 Enterprise Edition
  • Microsoft Commerce Server 2007 Developer Edition

SYMPTOMS

When a Microsoft Commerce Server 2007 project is unsuccessful, replicated files in the CSSTemp folder are not deleted. However, the files are deleted on the next successful replication of the aborted project.

WORKAROUND

To work around this problem, follow these steps:
  1. Make sure that scheduled replication is not running.
  2. In the CSSTemp folder, manually delete the .fil file.

    Note Commerce Server Staging (CSS) creates the CSSTemp folder at the root folder of the drive on which the destination folder exists. For example, if you stage the files to drive D, CSS creates the CSSTemp folder at the root folder of drive D.

MORE INFORMATION

Steps to reproduce the problem

  1. At the command prompt, type the following command to turn on transaction processing:

    CSS setglobal TransactionMethod=1

  2. Set up a project between the source servers and the target servers.
  3. On the target server, type the following command to set the RollBacksToKeep variable to 1:

    CSS setglobal RollBacksToKeep = 1

  4. Type the following command to run a successful replication from the source server to the target server:

    CSS deploy <project name> /display

  5. Add more files to the source content folder. Or, modify the existing files. Then, start the project again.
  6. Type the following command to stop the project while replication is still running on the target:

    CSS stop

  7. Run the replication again, and then let the replication successfully finish.
When you check the CSSTemp folder, the replicated files are not deleted.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

REFERENCES

For an overview of Commerce Server 2007, visit the following Microsoft Web site:

Modification Type:MinorLast Reviewed:8/15/2006
Keywords:kbtshoot kbprb KB920676 kbAudDeveloper kbAudITPRO