Hi,
I'm afraid you've hit a limitation of EG. When EG accesses your remote Excel file, it actually downloads a version of it locally and caches it. It must do this so that EG can read the contents of the file.
EG currently performs this download only once during the session -- that is, it does not refresh the local copy even if the remote file is updated.
I believe that when you are using a local Excel file to begin with, EG will get the refreshed content when you update the file.
As a workaround to your issue, you could use PROC IMPORT instead of the Import Data task. This would require:
- your remote SAS session to be on Windows
- licensed and installed SAS/ACCESS to PC File Formats
- and of course, you would have to craft a SAS program to run PROC IMPORT.
Chris