Hey. I am using Sharepoint, or MOSS, and I have a form libary full of data. I am compiling that data, through Shareopint, into an Excel spreadsheet. Then, I am attempting to import that Excel spreadsheet to EG to create an automated process out of it.
The .xls file is stored on Sharepoint, meaning it's on a network mapped drive/My Network Place. Whenever I go to import it, I get the error "CopyToServerIfNeededCompleted Exception". I press ok.
Then, I get:
The Import Data Task cannot copy this file to the server, and therefore, cannot continue. Make sure you are able to connect to your default server. Reason: "Maximum line length exceeded. Line #1 contains 32767 characters."
But, the reality is that the Excel data is not THAT big...could it be that my Sharepoint server is using some encryption that makes the data too big for SAS?