dbTalk Databases Forums  

A read only user

comp.databases.filemaker comp.databases.filemaker


Discuss A read only user in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andrea Crotti
 
Posts: n/a

Default A read only user - 09-21-2009 , 02:58 AM






Hello everyone, this is my first post.
I have filemaker pro 10 and I use it like a server.
One mac open everything and the others are "Opening remote" to it.
So now I have one user who should not modify files for now (they are
really many).

I've seen the possibility to set up an access set for every file, but
I can't do it for every single file.

Isn't there a possibility to do it globally?

Reply With Quote
  #2  
Old   
Jens Teich
 
Posts: n/a

Default Re: A read only user - 09-21-2009 , 03:41 AM






Andrea Crotti <kerny404 (AT) gmail (DOT) com> writes:

Quote:
Hello everyone, this is my first post.
I have filemaker pro 10 and I use it like a server.
One mac open everything and the others are "Opening remote" to it.
So now I have one user who should not modify files for now (they are
really many).

I've seen the possibility to set up an access set for every file, but
I can't do it for every single file.

Isn't there a possibility to do it globally?
There is no way to set access privileges for many files globally.
Why do you need so many files?

Jens
--
Free PlugIn for Regular Expressions with FileMaker:
http://jensteich.de/regex-plugin/

Reply With Quote
  #3  
Old   
Andrea Crotti
 
Posts: n/a

Default Re: A read only user - 09-21-2009 , 04:11 AM



On 21 Set, 10:41, Jens Teich <spamt... (AT) jensteich (DOT) de> wrote:

Quote:
There is no way to set access privileges for many files globally.
Why do you need so many files?

Well because they work on at least 20 files which have
interconnections.

Not even possible through scripting?
Maybe I could let that user open directly the .fp7 files on a shared
read only volume.

It shouldn't give problems if it's read only, am I wrong?

Reply With Quote
  #4  
Old   
Andrea Crotti
 
Posts: n/a

Default Re: A read only user - 09-21-2009 , 06:31 AM



On 21 Set, 11:11, Andrea Crotti <kerny... (AT) gmail (DOT) com> wrote:

Quote:
Well because they work on at least 20 files which have
interconnections.

Not even possible through scripting?
Maybe I could let that user open directly the .fp7 files on a shared
read only volume.

It shouldn't give problems if it's read only, am I wrong?
I'm afraid that also that solution doesn't work, it gives me error and
tells me that the file is used by someone else (even if it is read
only).

What other solutions?
Maybe publish via http?

Reply With Quote
  #5  
Old   
Bill
 
Posts: n/a

Default Re: A read only user - 09-21-2009 , 07:37 AM



In article
<c3323ca8-5d82-4272-be0c-d2f4aa7210b8 (AT) r36g2000vbn (DOT) googlegroups.com>,
Andrea Crotti <kerny404 (AT) gmail (DOT) com> wrote:

Quote:
On 21 Set, 10:41, Jens Teich <spamt... (AT) jensteich (DOT) de> wrote:

There is no way to set access privileges for many files globally.
Why do you need so many files?


Well because they work on at least 20 files which have
interconnections.

Not even possible through scripting?
Maybe I could let that user open directly the .fp7 files on a shared
read only volume.

It shouldn't give problems if it's read only, am I wrong?
Why so many files? Ever since FM7, you can have many tables in one file.
This greatly simplifies security and reliability.

I suggest you rework your solution to combine the several files into one
multi-table solution. That takes a little time and effort up front, but
will pay dividends in reduced trouble in the future.

Reply With Quote
  #6  
Old   
Andrea Crotti
 
Posts: n/a

Default Re: A read only user - 09-21-2009 , 07:53 AM



On 21 Set, 14:37, Bill <bbcoll... (AT) earthlink (DOT) net> wrote:

Quote:
Why so many files? Ever since FM7, you can have many tables in one file.
This greatly simplifies security and reliability.

I suggest you rework your solution to combine the several files into one
multi-table solution. That takes a little time and effort up front, but
will pay dividends in reduced trouble in the future.
The files we are working on are there since FM 3 more or less, and not
much changed in the meanwhile
And they are pretty much complicated also, with many formats and tons
of fields each..
So I suppose combining them is not an option unfortunately!

Reply With Quote
  #7  
Old   
Remi-Noel Menegaux
 
Posts: n/a

Default Re: A read only user - 09-21-2009 , 08:44 AM



You can do what I did from FM3 to 6 : create a new 'Open.fp7' file with no
record and one script in which you have an 'Open all' script, where you list
the opening of each file. Then you create an other 'OpenRemote.fp7' file
with no record and one script in which you have an 'Open' script, where you
'Open Remote' the Hosted 'Open.fp7' file. Now on each user machine you copy
that 'OpenRemote.fp7' (and call it the way you want) and you open it and by
hand you adjust the proper address of the remote 'Open.fp7' file. The user
then launches that 'OpenRemote.fp7' file with his local copy of FM10.
I'll send you in private a copy of the one I regularly use in FM6.
Remi-Noel


"Andrea Crotti" <kerny404 (AT) gmail (DOT) com> a écrit dans le message de
news:6d01ee45-a244-43f7-8869-f2f00b723139 (AT) o36g2000vbl (DOT) googlegroups.com...
Quote:
Hello everyone, this is my first post.
I have filemaker pro 10 and I use it like a server.
One mac open everything and the others are "Opening remote" to it.
So now I have one user who should not modify files for now (they are
really many).

I've seen the possibility to set up an access set for every file, but
I can't do it for every single file.

Isn't there a possibility to do it globally?

Reply With Quote
  #8  
Old   
Andrea Crotti
 
Posts: n/a

Default Re: A read only user - 09-21-2009 , 08:48 AM



On 21 Set, 15:44, "Remi-Noel Menegaux" <rnmenegaux AT free.fr> wrote:
Quote:
You can do what I did from FM3 to 6 : create a new 'Open.fp7' file with no
record and one script in which you have an 'Open all' script, where you list
the opening of each file. Then you create an other 'OpenRemote.fp7' file
with no record and one script in which you have an 'Open' script, where you
'Open Remote' the Hosted 'Open.fp7' file. Now on each user machine you copy
that 'OpenRemote.fp7' (and call it the way you want) and you open it and by
hand you adjust the proper address of the remote 'Open.fp7' file. The user
then launches that 'OpenRemote.fp7' file with his local copy of FM10.
I'll send you in private a copy of the one I regularly use in FM6.
Remi-Noel


Thanks a lot but I already have it... (with the same name )

But that doesn't solve my problem, I would like to have a read only
user...
Maybe keeping a different opener for that user that sets itself in
readonly mode before opening makes sense?

Reply With Quote
  #9  
Old   
Remi-Noel Menegaux
 
Posts: n/a

Default Re: A read only user - 09-21-2009 , 08:51 AM



Yes, why not ?
Remi-Noel

"Andrea Crotti" <kerny404 (AT) gmail (DOT) com> a écrit dans le message de
news:e1e1922f-352a-4b21-a5a2-e6ad582bef71 (AT) l31g2000vbp (DOT) googlegroups.com...
Quote:
On 21 Set, 15:44, "Remi-Noel Menegaux" <rnmenegaux AT free.fr> wrote:
You can do what I did from FM3 to 6 : create a new 'Open.fp7' file with
no
record and one script in which you have an 'Open all' script, where you
list
the opening of each file. Then you create an other 'OpenRemote.fp7' file
with no record and one script in which you have an 'Open' script, where
you
'Open Remote' the Hosted 'Open.fp7' file. Now on each user machine you
copy
that 'OpenRemote.fp7' (and call it the way you want) and you open it and
by
hand you adjust the proper address of the remote 'Open.fp7' file. The
user
then launches that 'OpenRemote.fp7' file with his local copy of FM10.
I'll send you in private a copy of the one I regularly use in FM6.
Remi-Noel



Thanks a lot but I already have it... (with the same name )

But that doesn't solve my problem, I would like to have a read only
user...
Maybe keeping a different opener for that user that sets itself in
readonly mode before opening makes sense?

Reply With Quote
  #10  
Old   
Ursus
 
Posts: n/a

Default Re: A read only user - 09-21-2009 , 10:37 AM



All the more reason to invest in a rework!

--
Keep well / Hou je goed

Ursus

"Andrea Crotti" <kerny404 (AT) gmail (DOT) com> schreef in bericht
news:ee101b07-1c24-4af9-9002-b5c5a4d09d9a (AT) 31g2000vbf (DOT) googlegroups.com...
Quote:
On 21 Set, 14:37, Bill <bbcoll... (AT) earthlink (DOT) net> wrote:


Why so many files? Ever since FM7, you can have many tables in one file.
This greatly simplifies security and reliability.

I suggest you rework your solution to combine the several files into one
multi-table solution. That takes a little time and effort up front, but
will pay dividends in reduced trouble in the future.

The files we are working on are there since FM 3 more or less, and not
much changed in the meanwhile
And they are pretty much complicated also, with many formats and tons
of fields each..
So I suppose combining them is not an option unfortunately!

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.