PDA

View Full Version : Autosave time resets itself



Merlin
2006-07-10, 01:19 AM
Hi, gang,

I posted this question in the AutoCAD 2007 forum the other day, I've since found out it the scenario was occurring in some of our 2006 versions as well.....this is the problem:-

With a few of our liscences, we're having trouble with changing our Auto save time. Whether we go to OPTIONS and change the time there, or if we use the "SAVETIME" sysvar, the result is the same....it always resets the time back to 45 minutes, completely disregarding whatever we changed it to.

I know it's not a major thing, just an annoyance. Any comments?

John Mc

rkmcswain
2006-07-10, 02:02 AM
Once again, let me make sure I understand.

If you type in SAVETIME, set it to 5, then press enter it is immediately set back to 45?

So your command line looks like this?



Command:
SAVETIME
Enter new value for SAVETIME <45>: 5
Command:
SAVETIME
Enter new value for SAVETIME <45>:


Are you in a network environment?
Is it possible that someone has installed a routine to keep SAVETIME set at 45?
Do other variables "reset themselves"?

Merlin
2006-07-10, 04:08 AM
I think you're right ...it may be a network problem...I'll check that out......thanks

scott.wilcox
2006-07-10, 02:18 PM
Perhaps a LISP routine also is resetting the SAVETIME every time it is run.

Merlin
2006-07-11, 07:42 AM
UPDATE:....
We're still looking into it and it certainly seems to be a network thing....at present we're looking at a "work-around" and making a lisp routine to set things at the start-up....when we find the location of the offending coding, we'll be make the appropriate changes then.....thanks all for your advice

John Mc

thomas.stright
2006-07-11, 10:41 AM
We have eliminated the use of auto-save altogether. Of course proper training is a must.

The VLG
2006-07-11, 04:31 PM
We have eliminated the use of auto-save altogether. Of course proper training is a must.
I like to use AutoSave, but my pc is less happy & I occasionally find that it has decided to turn itself off completely. Now I'm must say that I very rarely need to go hunting for one, I think I just like the safety net being there.

david_peterson
2006-07-11, 04:50 PM
It sounds to me like some one hard coded it in the front end set up. We had the issue as well, but the our Cad Manager changed it back to allow users to reset it.

Mike.Perry
2006-07-18, 02:14 AM
Hi

The following thread may help...

AutoSave Resetting to 0

Have a good one, Mike

thomas.stright
2006-07-18, 11:54 AM
I like to use AutoSave, but my pc is less happy & I occasionally find that it has decided to turn itself off completely. Now I'm must say that I very rarely need to go hunting for one, I think I just like the safety net being there.The reason we have it off is due to files being corrupted during the autosave.

rkmcswain
2006-07-18, 12:30 PM
The reason we have it off is due to files being corrupted during the autosave.

Never heard of that one. Are you saying that it corrupts the open file in the editor, or the SV$ file is corrupt?

All Autosave does is run the SAVE command (writes the contents of the editor to a file that is different than the currently open file). Not sure how this would corrupt the file in the editor since it's not affected by SAVE or Autosave.