Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This topic describes how to write the contents of an order form to a file.
To write the contents of an order form to a file
Add the Scriptor component to any stage in the pipeline. Double-click the Scriptor component icon. In the resulting property page, on the Scriptor tab, in the click Language drop-down list, click VBScript, and then click File.
In the File box, type the path to the DumpOrder.vbs script (or click Browse to find it).
The DumpOrder.vbs script takes a file name as a parameter, so type the full path name of the output file in the Config field. For example, type filename=c:\order.log.
Click OK, and then save the pipeline configuration file.
Restart IIS. The DumpOrder.vbs script will write a file with the name you specified as a parameter when the Order Processing pipeline runs.