Enabling Persistent Result Data on the Application Server

To enable persistent result data on the application server:

  1. Open the SccAppServerBootConf.xml file with a text editor. This file is located in the /conf/appserver folder of the Performance Manager directory on the application server.
  2. Create the ResultBuffer XML tag in the SccPath section of the file if it does not yet exist.
  3. Specify the path to where result data shall be stored before it moves to the next stage in the data flow.
    You can specify a relative or an absolute path:
    Relative path example
    Creates a resultBuffer directory in theApplication Data directory, which is normally at C:\Users\<username>\AppData\Local\Silk\Silk Performance Manager 20.0.
    <SccPath>
    ...
    		<ResultBuffer>resultBuffer</ResultBuffer>
    ...
    </SccPath>
    Absolute path example
    Creates the directory as specified.
    <SccPath>
    ...
    		<ResultBuffer>c:\temp\resultBuffer</ResultBuffer>
    ...
    </SccPath>

    Beneath the specified path, a subdirectory for each project is created to divide the number of files and therefore speed up the file system.

  4. Save and close the XML file.