Problem Note 69992: The error "The Files Service could not return content from file ''." occurs when you use PROC EXPORT and the FILESRVC access method to an XLSX file
When you use the EXPORT procedure and the FILESRVC access method with a FILENAME statement to an XLSX file, you might receive the following error:
filename REFXLSX FILESRVC folderpath='/Public' filename='sample.xlsx' ;
proc export data=sashelp.class
file=REFXLSX
dbms=xlsx
replace;
run;
quit;
ERROR: The Files Service could not return content from file ''.
NOTE: The SAS System stopped processing this step because of errors.
A workaround for this issue is to use a CSV file and PROC EXPORT with DBMS=CSV.
Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.
Operating System and Release Information
SAS System | SAS Viya 3.x | Microsoft® Windows® for x64 | 3.5 | | Viya 3.5 | |
Linux for x64 | 3.5 | | Viya 3.5 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2023-04-18 10:15:44 |
Date Created: | 2023-04-03 06:47:09 |