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.
. . . Interesting situation we run into. We loaded the Product dimension using a Non-Indexed Focus file as source. No problem Than we tried to load the Transaction source data file using the Measure load. We received a FUCUS error complaining that the JOIN could not execute because the Product Dimension file is NON-Indexed. Why would the Measure load worry about the Dimension source file? The dimension is loaded into the PMF database already. The error message was clearly showing the synonym name for the dimension source file.
if you tell me that PMF measure load does not care about the dimension source file, and above should not happen, we recreate the problem, and go through it in great detail to see where we might have a confusion among synonyms, but at this point we think that the measure load was checking the dimension load file structure.
The short (and somewhat technical) answer is that when the measure load runs, PMF joins the Measure source data file to the Dimension source data files. The measure loader then compares this against the PMF database. This way, if you forgot the run a Dimension load or if some Dimension data in PMF were altered or deleted, it would show up as a discrepancy in the load Preview.
In other words, we assume that the source data is always right.
. . Eric, WOW... We didn't know that the dimensional source files are actually looked at by PMF when loading measures. That explains a lot. Thank you! Endre\.. .