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.
Can anyone tell me where I can find the domains and the folders within those domains in basedir?
I was working in a domain yesterday and in a folder within that domain. Today, that folder is missing. If I go to F:\ibi\WebFOCUS76\basedir\juliehol\app, I can find the .fex that I was working on. Is there a way to see the domains and the folders listed within those domains somewhere in basedir or somewhere else on my server?
Thanks for your help.
JulieThis message has been edited. Last edited by: Kerry,
Posts: 5 | Location: Grand Rapids, MI | Registered: November 18, 2009
Folders and sub-folders in MRE are "logical" identities to group and structure your code. They do not refer to physical directories or folders.
There is a folder for each domain and every report code is written in the "app" sub-folder for that domain. For instance, all of the code you write under "juliehol" domain will be found at "..\basedir\juliehol\app".
To access the actual folder/sub-folder structure of the domain as MRE "sees" it, you'll need to open and analyze the "juliehol\juliehol.htm" file. It contains all metadata for your domain but be careful not to alter it or you might render the whole domain useless!!