VFXdbGuy Posted January 13, 2005 Posted January 13, 2005 Once upon a time I discovered opener files. That made me very happy as it avioded a number of mouse clicks for users and allowed them to look in the file system for the file they wanted rather than using Open Remote or the Hosts button. But now I discover that the opener file passes a full set of credentials along with it... I was having even more fun using external authentication to access the user's NT User Name; using it to validate which record they modified or created or were allowed to access, all without having to maintain 90 users in two places. Anyone know if there is a way around this credential passing?
stanley Posted January 14, 2005 Posted January 14, 2005 Grant: You mean you are using Opener Files to open FileMaker databases directly through the OS? If so, this is a really really bad idea, and will guarantee you corruption and problems. Much better to make the opener file do the Open Remote call for you and open the files via FM Server (or FMP multi-user.) Also, I believe there are no credentials passed (other than the user name, which can be the NT User Name or a custom one - your choice.) -Stanley
Ted S Posted January 14, 2005 Posted January 14, 2005 Grant, So far I've been able to do away with the opener file concept by using a desktop icon that directly opens the hosted file. Try creating a new icon with a target something like this: fmp7://10.10.10.36/Main.fp7 (I'm doing the syntax from memory but it is something close to that) Of course subsitiute the IP address of your server and the file that you want to open. I've heard that some folks have trouble with this method but personally I have not. I'm running XP, W2K, and FMS Advanced. Good luck,
VFXdbGuy Posted January 14, 2005 Author Posted January 14, 2005 TedS, Thanks, that is just what I need. Stanley: no, I am doing what you suggest: using the opener to do the open remote, but because it performs that action, it passes the credentials whcich are not externally authenticated. Since theb opener is not hosted by FM Server, it can't use external authentication
Ender Posted January 14, 2005 Posted January 14, 2005 Try having the opener automatically authenticate with a low level access account that doesn't exist in the hosted solution. I believe when it connects to the host and sees that the account is not in the destination file, it will ask the server to authenticate again. I haven't tried this, so let me know if I'm mistaken.
VFXdbGuy Posted January 14, 2005 Author Posted January 14, 2005 The actual syntax is "FMP7:10.10.10.123filename.fp7". Works like a charm
VFXdbGuy Posted January 14, 2005 Author Posted January 14, 2005 Ender, you, sir, are correct! I don't think it's really the best bet for me though... I really like the shortcut method since no one need remember any password at all. Nevertheless,a briliant solution...
Recommended Posts
This topic is 7256 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now