- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I am using the Import Data option under File. Several months ago, i created a library from which to work from. I then used Import Data and when i got to the 3rd screen titled: Choose the SAS destination, would pick the library I created. And whenever i invoked this library, the sas data sets i created would be there.
Well, i'm trying to do this again, except that when i run this, i get the ERROR message displayed in the subject heading. I've googled this error and noticed it seems to pertain to the Read Only attribute which is now marked in the properties of the folder I have my data stored. The problem is that every time i uncheck the Read Only attribute, it doesn't take. I click apply, it changes, but when i reopen the folder, there it is selected still. I have double checked my permissions and have full access. I've even tried to do this from my administrator account (I'm running Vista Ultimate) and nothing doing. This is driving me nuts. Can anyone help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You don't mention if this is a server or a local folder or not. If it is a server folder you will need to work with your Windows administrator to get this sorted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
And as for the Security tab, that's exactly what i'm talking about. When you go to the security tab, one is checking to see that you have full rights to make changes, which i do. In other words, this isn't the problem. I hate MS sometimes. Message was edited by: CharlesR
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
To write to your local hard drive the Server should be "local".
Running the same code on any other server would result in your job trying to write to the server disk - and it's quite likely that you might not be allowed to do so. Message was edited by: Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Is there a second SAS session (or a second LIBREF in the current session) that points to that same directory (either with a read only or with a write lock)? When you attempt to make the changes at the OS level, was there an active SAS session with a libref pointing to that directory?
On the OS side, which seems like a less likely culprit, be sure to check security/privliges at higher levels as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You could try to check if the antivirus is blocking you. Try to add as an exemption the folder in question and the SAS files into the antivirus and see if it makes a difference or not. Or try to temporary disable the antivirus and try to use that library again to test if the antivirus is preventing you to use that library.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@Irma wrote:
You could try to check if the antivirus is blocking you. Try to add as an exemption the folder in question and the SAS files into the antivirus and see if it makes a difference or not. Or try to temporary disable the antivirus and try to use that library again to test if the antivirus is preventing you to use that library.
@Irma Considering that the original poster has not returned to this forum since April of 2011 this is likely a dead topic.