I was able to successfully download the SSRS as a ZIP file. However, when I tried to upload it again even without making any changes the upload failed.
<![CDATA[System.ArgumentException: The report path (/reports/SalesOrderAcknowledgement/SOForm) must be within the custom report directory (reports/CustomReports).
Am I missing a step, or doing something incorrectly?
Could not find a part of the path ‘\reports\CustomReports\SOForm.rdl’.
Locations used to find reports:
\reports
Error Detail
Correlation ID: 62b62152-4f8f-4327-a8db-258d168c04cd
Description: Could not find a part of the path ‘\reports\CustomReports\SOForm.rdl’.
Locations used to find reports:
\reports
Program: Ice.Services.BO.Report.dll
Method: ExtractAndUploadReportsZip
Table: undefined
Field: undefined
It is wherever you have the custom report saved on your computer. I assume for you it must start with Reports\CustomReports\SalesOrderAcknowledgement\SOForm
Another thing is that you will have to change your data definition to the new one you had created (OrderAck_Dup) if you want the custom fields to be called.
It is refereeing to the file you are uploading. This is happening because you downloaded the report style first, and then created a new report style. Otherwise Epicor would have created the folder for you. Not too big a deal as you just have to change the location of where the zip file is saved.