jameshopper
Technical User
Hi,
I'm trying to output a file to our department Sharepoint site, but am coming up with problems. I have added the sharepoint site into my network places and have tried using the Proc Export function:
PROC EXPORT DATA= ruser2.rdu_logout
OUTFILE= " Review Report/Book16.xls"
DBMS=EXCEL2000 REPLACE;
RUN;
but am coing up against this error:
ERROR: Connect: Failure creating file.
ERROR: Error in the LIBNAME statement.
Connection Failed. See log for details.
I know that the libname of the data set is ok, So I'm presuming that it is the libname of the sharepoint it's not liking. I've used the same directory via VBA and had success.
Is there anything I can do to get this working?
Any help would be appreciated.
Thanks
James
I'm trying to output a file to our department Sharepoint site, but am coming up with problems. I have added the sharepoint site into my network places and have tried using the Proc Export function:
PROC EXPORT DATA= ruser2.rdu_logout
OUTFILE= " Review Report/Book16.xls"
DBMS=EXCEL2000 REPLACE;
RUN;
but am coing up against this error:
ERROR: Connect: Failure creating file.
ERROR: Error in the LIBNAME statement.
Connection Failed. See log for details.
I know that the libname of the data set is ok, So I'm presuming that it is the libname of the sharepoint it's not liking. I've used the same directory via VBA and had success.
Is there anything I can do to get this working?
Any help would be appreciated.
Thanks
James