March 4, 201015 yr Hi ! I have 2 different files on server. Is it possible to some how pass user information from one file to another ? I mean that account is created to both files with one session and both shares the account privileges etc. Is possible to use a third file ("Personnel file") that contains that information and is used by the other two ? I have no idea how to use "External authentication"... Thank you in advance !
March 4, 201015 yr This can be done with scripting. There are steps that create and delete accounts. Remember to run the scripts with full privileges.
March 5, 201015 yr Author Thank you ! That is useful, if all the users use a client program. In this case the majority uses the database via IWP and IWP doesn't support "Open file" -script step. Is it by the way possible at all to use two separate files when IWP in use ?
March 5, 201015 yr I would suggest you read up upon "separation model" - where I would think two different interface files and one shared datafile is much more up to the task, because it seems you have hitten a false note when asking to sharing something between two files! --sd
March 5, 201015 yr Author Hi Soren ! Yes, I would like to have only one file with separate tables inside, but the other file I have is SUI Calendar which is very hard to import to my file and thus I have several files - all used via IWP. But I'll read that separation model... :)
March 5, 201015 yr Well you can have a bit of both, often does the user interface hold some global fields, but you could get away by having a set individual fields in each ... Try to get some ideas about it by dissecting this! http://www.newcenturydata.com/downloads/separation_demo.zip You might not realize this, but before fm7 were all tables separate files, and in order to migrate solutions to the new format were the referencing issues urged to work this way - even though we today tries to put all tables in the same file. --sd Edited March 5, 201015 yr by Guest
March 5, 201015 yr I have no idea how to use "External authentication"... There is an entire White Paper on this, and it would prove useful to you I believe. Steven
March 6, 201015 yr Well I didn't detect any laziness, only perhaps that you weren't aware of the paper on External Authentication. Steven
March 6, 201015 yr Author The laziness is to ask directly here and not trying to find out first by studying the internet. :)
Create an account or sign in to comment