When a user generates an output, the resulting output is stored on the
		user's My Outputs page. You can change the duration for how long the output remains. This is
		a global setting for all users.
		The online storage of outputs is meant to be a temporary storage of
			recently generated outputs. It is not a long term storage
			solution for outputs. Note: In a dedicated SaaS deployment, you cannot
				directly access IXIA CCMS Output Generator.
To
				configure storage duration for My Outputs page:
		- 
              On the server hosting IXIA CCMS Output Generator, open the %OutputGenDir%/conf/ folder.
			
- 
              Edit the CMSServerService.config file.
			
- 
              Look for <daysToKeep>in this section:
				<outputGenerator>
<serverName>prod:1500</serverName>
<sharedDirectory>e:/Ixiasoft/OutputGeneratorSharedDir</sharedDirectory>
<daysToKeep>7</daysToKeep>
<cleanTime>00:00:00</cleanTime>
</outputGenerator>
 
 
- 
              Change the value of <daysToKeep>to the number of days you want.
					The default value for number of days to store outputs is 7. Note: At the time of output generation, the output is flagged with this value.
						Suppose a user generated output when daysToKeepwas 2. It is
						still be deleted after 2 days, even if you later updateddaysToKeepto 14.
 
 
- 
              Save CMSServerService.config.
				The storage duration for outputs is set to the new value for future
					output generation.