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.
I think I may have found a flaw in 5.3's MFD creation process. Basically, I have a dataset pointing to a specific directory. If I change the directory to look for the same exact file, it will keep looking in the old directory. I literally had to create a new MFD with the new directory to get WebFOCUS to point to the new location. Has anyone run into this before and do you know if this has to do with our version of Developer/WebFOCUS?
Thanks!This message has been edited. Last edited by: gregson06,
Are you caching metadata? This is something that became available in sometime around the 5.3.x timeframe but I never looked too deep into it. Sounds like something that would cause your problem. The purpose was to prevent the client from having to go back and reread and parse the MFD with every request. It loads it once and keeps it in memory for a specified period. Ring any bells? You could probably get info by searching for metadata cache in Techsupport.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
while cache is most likely the culprit - make sure your path reflects the directory you want to go to first. e.g. master 'a' in dir.'1' and also in dir.'2' - make sure your path has dir '2' listed first if that is where you want to go.
The paths in the master are pointing in the correct directory, which is why a flag came up when I tried updating the MFD with a new path. At first I thought maybe I was putting the file in the wrong domain but all the other MFD's are working correctly and there is only one instance of this file there. I'll try replicating this in a future upgrade and see if this happens again.This message has been edited. Last edited by: gregson06,
Sorry, haven't had time to reply to these posts, but no, there is no .acx file involved. Literally when I create an MFD that's the only file that gets created. But this is not an issue anymore since the reports started working with the creation of a new MFD with the new file name/path. I have not been able to troubleshoot as much as I'd like but the data is sound so far.