Author Topic: Lock ctb  (Read 3198 times)

0 Members and 1 Guest are viewing this topic.

AUTOKAD

  • Guest
Lock ctb
« on: October 24, 2008, 08:46:17 AM »
Good morning

is it possible to lock your ctb plotstyle? so nobody can change it.
thanks

Alan Cullen

  • Guest
Re: Lock ctb
« Reply #1 on: October 24, 2008, 08:51:42 AM »
Possibly by changing the name to something that only you know...e.g. ...... myname.ctb

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Lock ctb
« Reply #2 on: October 24, 2008, 09:09:52 AM »
Good morning

is it possible to lock your ctb plotstyle? so nobody can change it.
thanks

Put it on a network location with read-only access (for others).  You would have read-write access.  Unless you're trying to prevent yourself from modifying it?   :?
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

jonesy

  • SuperMod
  • Seagull
  • Posts: 15568
Re: Lock ctb
« Reply #3 on: October 24, 2008, 09:46:00 AM »
Good morning

is it possible to lock your ctb plotstyle? so nobody can change it.
thanks

Put it on a network location with read-only access (for others).  You would have read-write access.  Unless you're trying to prevent yourself from modifying it?   :?
Thats what I have done in the past, but also to stop yourself "accidentally" changing it, you could also change the file properties to be read only...

... or are you looking for a coding method of doing this?
Thanks for explaining the word "many" to me, it means a lot.

AUTOKAD

  • Guest
Re: Lock ctb
« Reply #4 on: October 24, 2008, 10:28:44 AM »
Here my story: we have a standard ctb, color 8 has 0.0 penweights. somehow, somebody has changed this as .35 penweights. Anybody can do this, since ctb file is open for everybody. I was just thinking, if theres a way to lock this file and just make it accesible to one person who is handling it so things like this wont happen. its pretty hard to discipline everybody with 'standards'. I  guess locking it is a way to keep everybody in one place.

coding or any method is welcome. Thank you.

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Lock ctb
« Reply #5 on: October 24, 2008, 10:37:35 AM »
Locking down the network is the easiest/fastest way.
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

M-dub

  • Guest
Re: Lock ctb
« Reply #6 on: October 24, 2008, 10:53:40 AM »
Locking down the network is the easiest/fastest way.

Agreed... This is what we do.
People can modify a .ctb file, but they won't be able to save it in the same location.

AUTOKAD

  • Guest
Re: Lock ctb
« Reply #7 on: October 24, 2008, 10:59:59 AM »
were a small company. we dont really have an in house IT and most of the time our drafters are our own IT. I dont think they know how to lock the network.

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Lock ctb
« Reply #8 on: October 24, 2008, 11:05:21 AM »
were a small company. we dont really have an in house IT and most of the time our drafters are our own IT. I dont think they know how to lock the network.

Then they probably don't know how to UNLOCK the network, so go for it!!
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

Bob Wahr

  • Guest
Re: Lock ctb
« Reply #9 on: October 24, 2008, 12:33:37 PM »
Chage the properties on the file to read only.  Save a copy somewhere.  If someone changes the file.  Recopy it.

AUTOKAD

  • Guest
Re: Lock ctb
« Reply #10 on: October 24, 2008, 03:22:38 PM »
how will i know if someone change the file?. i only noticed it or knew it when the print comes out. and who knows what else had been changed.


M-dub

  • Guest
Re: Lock ctb
« Reply #11 on: October 24, 2008, 03:26:18 PM »
Well, one way would be to look at the date stamp of the .ctb file.

VovKa

  • Water Moccasin
  • Posts: 1632
  • Ukraine
Re: Lock ctb
« Reply #12 on: October 24, 2008, 05:38:40 PM »
i remember that i've seen the same question somewhere
the easyest way is to play with ntfs security permissions, allowing 'full control' to one trusted user, and 'read' to everybody else