Hi
I have the problem that we want to give a developer DevStudio to work on reports that one access one application the meta-data of which he must not alter.
To restrict the application we used applock - this did not work exactly as it said in the docs.
IBI Applock tech memoIts settable in 2 files
ibi\srv71\wfs\bin\edaserve.cfg
applock = n
(global setting)
and
ibi\profiles\admin.cfg
admin_level = APP
BEGIN
applock = n
END
admin_level = OPR
BEGIN
applock = n
END
admin_level = USR
BEGIN
applock = y
END
Security level setting referred to in the memo.
metadata > application directories > configure path
At end of path list check boxes appear.
The way things seem to work is
applock = n - Application directories listed are those below application root + those in path
applock = y - Application directories are those in first path statement in EDASPROF with any others mentioned in the personal profile ibi\profile\username.prf being appended to the list regardless of whether it is app append, app preappend or app on its own.
The conclusion I reach from this is that effectively you will have to list the applications allowed in each user profile since EDASPROF cannot be overridden it can only be added to. This is inconvenient but I can achieve what I want by putting enough effort into it.
The read only bit is a bit harder since I can't seem to find any docs on this.
We are using windows authentication for our users. Initially I considered the possibility that the process that carried out the work on the server would inherit the rights of the webfocus authentication user. It would then be a simple matter of attaching an ACL to the directory preventing the user making updates.
However on investigation this proved not to be the case and logically thinking about this it would be impractical to implement wf in this way.
So I'm stuck - does anyone have any suggestions!
Best regards
John
Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo