...
Detecting Hosted Environment
Synergetic will automatically detect if it is running in a hosted environment. When detected, all report generation, combining, and optional storage will be handled directly from the hosted file system.
When running in hosted mode Synergetic will generate and combine reports in a temporary work area on the hosted environment. The resultant generated file(s) will be then copied to the archive path.
When not running in hosted mode Synergetic will generate and combine directly to the archive path.
Configuration Key: StudentReportsPrint|Archive|HostedMode
A new configuration key,
StudentReportsPrint|Archive|HostedMode
, allows you to override the default behavior. This key can be adjusted based on your specific needs and preferences.The key takes three values:
Yes Y - for Hosted mode
No N - for On premise mode (non-hosted)
Blank - When set to blank, Synergetic will determine the environment and process accordingly.
Setting to Y or N will force Synergetic to work that way
...
If ticked: Individual class reports are stored in the archive path. Combined reports are stored in the ‘Complete’ subfolder of the archive path. This is how the feature always operated in the past.
If not ticked: Only combined reports are stored under the archive path, and the ‘Complete’ subfolder is no longer used. This option is faster in a hosted environment as it avoids downloading individual class reports.
...
Synergetic generates all the individual reports in the temporary folder and then saves the combined reports to the Archive Path.
...
When the configuration key StudentReportsPrint|Archive|HostedMode
, is set to N
...
The reports are now archived straight to the Archival Path. The individual reports are generated in the Archival path and combined in the same location.
Storage: Combined reports are copied to the selected archive path. If the tick box for storing individual class reports is not selected, the process is faster as it skips downloading individual reports.
...