Page 1 of 2
my SAVE and SAVEAS function don't work
Posted: Mon Apr 25, 2011 10:47 am
by eviewsnew
Hi expert, all of a sudden, the save and saveas button don't work. When i tried to save the program i'm editing, it gives a message box: unable to open file ".. the program i'm working on..." .
How can I fix it? should I reinstall??
thanks,
Re: my SAVE and SAVEAS function don't work
Posted: Tue Apr 26, 2011 2:37 pm
by eviewsnew
I reinstalled my Eviews7, the issue is still there. I find that, this issue only happens with the files saved on my SAS server. I can open a file from File->open, and then when I try to save it (save or save as), it says "unable to open file ".
It may be about the system setup. Any clue to this?
thanks!
Hi expert, all of a sudden, the save and saveas button don't work. When i tried to save the program i'm editing, it gives a message box: unable to open file ".. the program i'm working on..." .
How can I fix it? should I reinstall??
thanks,
Re: my SAVE and SAVEAS function don't work
Posted: Tue Apr 26, 2011 2:39 pm
by EViews Gareth
I'm afraid you'll have to give us a great deal more detail on what it is that is happening, and when it happens.
Re: my SAVE and SAVEAS function don't work
Posted: Tue Apr 26, 2011 3:39 pm
by eviewsnew
Thanks for the reply!
The save and save as function worked fine, until a few days ago, I tried to connect my SAS server file. I copied a program and paste it in my SAS server folder for work reason. I opened Eviews and worked on the code. I used file-->open-->program.
I then tried to save the same file test.prg like what we do with MS word, excel and others. I clicked the save/save as, they gave me the message: unable to open file \sasserver\test.prg. but I was trying to "Save" but not "open", since it is already opened there.
Does it have to do with the setup? I contacted our corporate IT staff. But not sure if they know how to fix it.
My computer is connected to SAS server for a while.
Is this enough details?
thanks!
I'm afraid you'll have to give us a great deal more detail on what it is that is happening, and when it happens.
Re: my SAVE and SAVEAS function don't work
Posted: Tue Apr 26, 2011 3:41 pm
by EViews Gareth
Can you describe what you mean by a "SAS server"?
Re: my SAVE and SAVEAS function don't work
Posted: Tue Apr 26, 2011 3:50 pm
by EViews Gareth
Actually, regardless of what a SAS server is, that error message almost certainly indicates you don't have write permissions on the folder you're trying to save to. You'll have to speak to your network admin.
Re: my SAVE and SAVEAS function don't work
Posted: Mon Jun 20, 2011 8:54 am
by sfawver
i work for the same company as eviewsnew and am having the same problem.
i've found one pattern that seems to be a bug.
eviews is unable to save a program file to a directory that has a capital letter in it. this seems to be specific to UNIX SAS server. eviews will save a program file to a shares site or the desktop if there is a capital letter in the directory name.
can you check it out?
Re: my SAVE and SAVEAS function don't work
Posted: Mon Jun 20, 2011 9:09 am
by EViews Gareth
Again, you're going to have to define what you mean by a Unix SAS server.
I assume this is just a Unix server that you happen to be using to store SAS files on, which is irrelevant. Is this the case? Or is there some flavour of Unix especially for SAS servers?
Re: my SAVE and SAVEAS function don't work
Posted: Mon Jun 20, 2011 9:31 am
by sfawver
yes it's just a unix server.
i talked to my unix guy and he fixed it. he changed the case sensetive setting in samba. it works now.
Re: my SAVE and SAVEAS function don't work
Posted: Mon Jun 20, 2011 9:33 am
by EViews Gareth
OK. That would indicate that perhaps EViews isn't preserving case when passing off the directory to the server. We can see if we can fix that too.
Re: my SAVE and SAVEAS function don't work
Posted: Mon Jun 20, 2011 9:54 am
by EViews Gareth
Can I ask what the full path you were trying to save to was? (including case!)
Re: my SAVE and SAVEAS function don't work
Posted: Mon Jun 20, 2011 10:15 am
by sfawver
this one works
\\Sac-psas-01\econ\riskindex\test
these ones don't work
\\Sac-psas-01\econ\riskindex\Test
\\Sac-psas-01\econ\riskindex\tEst
let us know if you patch it. my guy doesn't think the setting will impact anything else but wasn't 100% sure. thanks.
Re: my SAVE and SAVEAS function don't work
Posted: Mon Jun 20, 2011 10:18 am
by sfawver
also interesting when i try to name the file with caps it saves it in all lower case.
Re: my SAVE and SAVEAS function don't work
Posted: Mon Jun 20, 2011 10:36 am
by EViews Steve
It might be too late to do this as you already changed your SAMBA settings, but could you try it with a path that looks like this?
\\Sac-psas-01\econ\riskindex\Test.wf1
(basically, just specify the extension at the end of your workfile).
I've looked at our code and I'm fairly certain that the case is preserved throughout our normal Windows save process and I verified it using our own local servers. However, the display of the path on the workfile itself is always shown in lowercase.
Re: my SAVE and SAVEAS function don't work
Posted: Mon Jun 20, 2011 10:46 am
by EViews Steve
By the way, when you re-installed EViews7, did you update it back to the latest version?
Did this start happening after a particular update?