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.
What is the actual name of the .mas and .acx? Based on the acx file it appears the table name is MARKET not TXTMKT so I think you should be using TABLE FILE MARKET
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
"FOUCS"... ".mass"... "txtnkt"... Genius? It's a good idea to be precise - this is a technical support forum.
The metadata files (acx and mas) need to be in a folder in the application path.
Run the following commands to ensure that your program can find the metadata. The WHENCE command will search the application path and tell you the first folder that the metadata files are found in.
WHENCE TXTMKT MASTER
WHENCE TXTMKT ACCESS
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
Make sure the app folder that the tktmkt.mas and acx files are in the APP PATH defined on the reporting server. You can also specifically set APP PATH in your fex
APP PATH foldername
where foldername is the name of the directory the files are in.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
The problem is that your .mas and .acx files are not under the ../ibi/apps directory structure. You have two options you can move them under a directory under the ../ibi/apps structure or you can use the following commands to map to where they are currently