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.
The issue we are having is that, webFocus 8.1.03 is mapping all the underlying subdirectories under the 'Data' as well and we do not want to do that. So, is there a way to restrict mapping of subdirectories?
Note: We did not face this kind of issue when we are in v7.6.11
Thanks in advanceThis message has been edited. Last edited by: <Kathryn Henning>,
app1...appn Are application names. If you follow an application name with a slash (/), nested applications (the subtree of applications below the named application) will not be in the search path. If you do not follow the application name with a slash, the nested_app parameter determines whether nested applications are searched for files referenced in a procedure, and to what level. If you need to specify more application names than can fit on one line, add the continuation character (-) at the end of the first line, and code more application names on the next line.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
i looked into it. But lets say i have subfolders 'subapp1' and 'subapp2', in addition to some files/fex's inside 'app1' application. I wanted the server to access or search only files/fex's in app1 but not subfolders inside it.
So, when i provide APP PREPENDPATH app1, How do i restrict access to subapp1 and subapp2?
I hope i am explaining the issue as clearly as possible.
The slashes in the PREPENDPATH will prevent nested applications from being searched. I haven't tried this but this is my interpretation of the documentaion.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
I would consider it as an additional maintenance and a heads up to the users who are considering to migrate to the newer versions. Probably they wont even notice until you end up getting wrong results, which is how i stumbled into this issue.
There is also a setting thru WebFocus reporting server console. Under application settings, nested_app. Set the value to 'n'. Once that was set, we did not have to change any of our pathing commands.