Version: all released versions of dspCompose
Issue:
When downloading an Excel file, the following HTTP error is generated:
HTTP Error 404.0 - Not Found
Resolution:
1. Navigate to dspCompose / Configuration / Parameters and validate the Parameters record. This will update the FileLocationFullPath column in the cMass.dbo.ztParam table with the correct Path. All subsequent requests should now be created with the correct path.
2. For any requests that have already been created, use SQL Server Management Studio to update the paths in the ExcelTemplateFileName and ExcelDataFileName fields in the cMass.dbo.ttRequestRole table to the value in the FileLocationFullPath of the cMass.dbo.ztParam table.