You can create a global variable that is not valid when you use the Commerce Server Staging (CSS) service in Commerce Server 2007 (920673)



The information in this article applies to:

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

SYMPTOMS

When you use the Commerce Server Staging (CSS) service in Microsoft Commerce Server 2007, you can create a global variable that is not valid.

CAUSE

This behavior occurs so that you can customize the global variable.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to reproduce the behavior

  1. At a command prompt, run the following command:

    cd Drive:\Program Files\Microsoft Commerce Server 2007\Staging\Bin

    Note In this command, Drive is a placeholder for the Commerce Server 2007 file drive.
  2. To create a global variable and a value, run the following command:

    CSS SetGlobal VariableName=1

    Note In this command, VariableName is a placeholder for the name of the global variable.

    You receive the following message if the command is successful: Command SetGlobal completed successfully.
  3. To query the global variable, run the following command:

    CSS QueryGlobal

    You receive the following message, and the system displays the global variable that you created: Command QueryGlobal completed successfully.

Modification Type:MajorLast Reviewed:6/27/2006
Keywords:kbfix kbinfo kbprb kbtshoot KB920673 kbAudDeveloper kbAudITPRO