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.
We're implementing DBA security here. I have some tables where user A can have full access, but user B has no access. If user B starts InfoAssist, in the list of available tables that pops up, the restricted table appears in the list. However, when he tries to open it he gets the security error, which is correct. I would prefer that the restricted table not even show up on his list. Is there a way to do that? Thanks.This message has been edited. Last edited by: Kerry,
I don't think it's possible, because I assume WF is only looking for the .mas files, never at the data itself. I suppose you could separate the .mas files into different dirs and set the APP PATH differently for different users.
You can control which master files are displayed for a user in InfoAssist using the following technique: TM4550 Customizing the Display of Applications, Files, Fields, and Field Descriptions in WebFOCUS Development Tools
using a built-in global variable &&IBI_IF_FILE which will eventually refer to filtering statement on the list of master files rendered for a user in infoassist I checked it in 7611 and it works
Thanks for the idea, but it sounds like that would be a maintenance nightmare. I was hoping that the tools would respect the DBA security when they display the list of available files.
Hi Regarding Maintenance: if you create "dynamic" dba files, meaning that you manage all security settings in an external relational table , for example, then you could also parameterize and create "on the fly" the excluded master files list from the same source or just manage it in a seperate relational table.