Author Topic: Saving drawings locally or on server  (Read 2479 times)

0 Members and 1 Guest are viewing this topic.

Offline palmersheetmetalTopic starter

  • Active Member
  • **
  • Posts: 31
  • Country: us
  • Gender: Male
Saving drawings locally or on server
« on: Sep 30, 2008, 19:50:18 PM »
We have six AutoCAD stations and one server. We are currently saving drawings that are being worked on in that computer and not to the server. The fear is that the drawing will be lost or over written if it is saved to the server. Does anyone have an easy solution or recommendation for this issue? Is a program or software availible for this kind of situation?

Offline cjehly

  • Premier Member
  • *****
  • Posts: 1278
  • Country: us
  • Gender: Male
Re: Saving drawings locally or on server
« Reply #1 on: Sep 30, 2008, 23:36:15 PM »
Backups ?

Temp files can be recovered in the event of a crash as well from your local HD.
-Chris-

Offline cadragon

  • Senior Member
  • ****
  • Posts: 423
  • Country: us
  • Gender: Male
Re: Saving drawings locally or on server
« Reply #2 on: Oct 01, 2008, 12:50:11 PM »
You should be working on the server. Saving locally and copying to the server means that two or more can be working on the same drawing at the same time and the last person who copies to the server overwrites everyone else's work.

By working on the server, only one person at a time can work on a drawing and if someone else tries to open it they can only open it in read-only mode.

Offline ScottieM

  • Premier Member
  • *****
  • Posts: 919
  • Country: us
  • Gender: Male
Re: Saving drawings locally or on server
« Reply #3 on: Oct 01, 2008, 14:37:11 PM »
Are your stations running off the server, or is it 6 stand alones?
If they are stand alones then you might run into database issues.

For the best practice, you should be running all the stations and job files off the server, off one installation.
Windows has a file protection built in.
Scott M.
The Dude Abides

Offline cam-nav

  • Premier Member
  • *****
  • Posts: 4077
  • Country: us
  • Gender: Male
    • McKinstry.com
Re: Saving drawings locally or on server
« Reply #4 on: Oct 01, 2008, 15:12:21 PM »
If the only reason for working on your local drive is speed then you should have a strict protocol setup so nothing happens to the files when they are written back to the server.
I also do this while others work off the server I have large files and the server I would have to work from is off site. We have a server @ the shop office and a server on one of our large projects (I am working on from the shop office). We have not run into overwrite problems and all of our server data is backed-up every night on tapes.

I would look into a backup drive or something similar, if the big concern is lost data.
Also look into setting up a strict drawing sign-out if everyone insisits on working local.
Dave

Offline palmersheetmetalTopic starter

  • Active Member
  • **
  • Posts: 31
  • Country: us
  • Gender: Male
Re: Saving drawings locally or on server
« Reply #5 on: Oct 07, 2008, 14:53:53 PM »
Thanks for the help and solutions. I will try and see if this resolves some of our issues.