Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Report Library-Dynamic Access List

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Report Library-Dynamic Access List
 Login/Join
 
Member
posted
Is there a way to dynamically create a library access list like there is for email distribution?

We have a report that will be bursted by territory or region. we would like to use Report Library to ensure only the appropriate people view only their territory information.

The challenge is sometime region names change and territory assignments can change.

any information on how to control access dynamically would be appreciated.

We are using WF 7.1.6
 
Posts: 1 | Registered: May 08, 2006Report This Post
Expert
posted Hide Post
Hi JWalk,

Unfortunately, currently there isn’t a way to do this. The following document may be of interest:

Can access lists be created dynamically for Report Library?

To submit a New Feature Request (NFR), you may contact Information Builders' Customer Support Services and open a case for that. The phone number is 1-800-736-6130, or you may access InfoResponse.

Hope this help. Big Grin

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Member
posted Hide Post
Hi JWalk,

Though this is not supported by IBI Tech Support. We have done this at our site by writing MODIFY (Match/Merge) routines to update BOTLIST, BOTUPROF, WF_MRUSERS and WF_USRGRPTB tables. We are using Realm Driver for UAS. Hope this will give you a direction.

Here is an example of define to match with the tables.
DEFINE FILE ALIST
ACCESSNAME/A64='REGION ACCESS LIST';
COUNTER/A6='p'|| EMPID;
MEMBERTYPE/A1='U';
MEMBER/A6='p'|| EMPID;
INDEXVALUE/A6='p'|| EMPID;
USERID/A6=MEMBER ;
LOGINNAME/A6=MEMBER ;
DESCRIPTION/A41=FULLNAME;
USERNAME/A41=FULLNAME;
PASSWORD/A1='';
EMAIL/A22=EDIT(MEMBER,'999999') || '@NASGMT.COM';
ROLEID/A4='User';
PROPERTIES/A14='active,library';
GROUPID/A11='LibraryOnly';
ISACTIVE/A1='Y';
ISGRPADMIN/A1='N';
END


Saif
 
Posts: 20 | Location: Michigan | Registered: November 23, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Report Library-Dynamic Access List

Copyright © 1996-2020 Information Builders