June 29, 200322 yr Hi, I need put a DB online. when I promote user to enter user name and password, I got: Access Restriction: you do not have access privileges to perform the action: find I use DreamWeaver to edit the following simple format file: <html> <head> <title>test</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> <form name="form1" method="post" action="FMPro"> <input type="hidden" name="-db" value="Web Users_.fp5"> <input type="hidden" name="-Format" value="Main.htm"> <input type="hidden" name="-err" value="error.htm"> <p>user name: <input type="hidden" name="-op" value="eq"> <input type="text" name="User Name"> </p> <p> password: <input type="hidden" name="-op" value="eq"> <input type="password" name="Password"> </p> <p> <input type="submit" name="-find" value="Submit"> </p> </form> </body> </html> the Web Users.fp5 is open and I used a user name who has the full permissions. also the ExactSearch is unchecked in Web Security.fp5. Someone please tell me where could be the problem.
June 29, 200322 yr IMHO -- you cannot access directly Web Security databases. Could you access your another FM files?
June 30, 200322 yr Author Do I need share Web Security databases? or something to do with my PC or Browser setting?
June 30, 200322 yr -"Do I need share Web Security databases? " there is a BIG difference between "Web Users_.fp5" and "Web Users.fp5" --Web Users_.fp5 is a defualt DB used/created by FM and Should NOT be set for the sharing; it is used to control access and sharing of other DBs like some.fp5 or (very closely named) Web Users.fp5. --"share Web Security databases " = "giving your house key to a girl u met in a club 2 days ago" All the best!
July 1, 200322 yr Author Thanks. Am I able to FIND record in Web Users_.fp5 if I have all the permission in Web Users_.fp5 ? I'm stuck!
July 1, 200322 yr Do not try that. FM has many not closed doors and one of them allow listing of any web shared database. You do not want to display all records from security files, do you? And why do you attempting this? There is not single reason for that.
July 1, 200322 yr FM/WebCompanion will search the "Web Security" database { Web Fields_.fp5, Web Security.fp5, Web Users_.fp5 } in the background whenever you attempt to access a real database. The User will then be prompted by the http/Javascript login box. To avoid the pop-up login box you can construct a URL with Javascript which contains the UserID and Password. However, you will need to attempt to access a real database, not the "Web Security" database. Good Luck. Garry
July 2, 200322 yr Hi, There is a lot of useful information in these forums. While waiting for an answer to a question it can be useful to read other threads.
Create an account or sign in to comment