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.
Hi All, Would like to ask for a suggestion to : how to find out when is the last time a file get updated. With a FOCUS file we can use ? FILE filename . If a file is a Teradata file with .acx and .mas what command I should use ? Thank You in advance.This message has been edited. Last edited by: Kerry,
You might try using the Forum's search functionality. This question has been answered several times with different techniques.
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
I'm not sure if anyone has asked this about Teradata.
Vinh, Teradata is a relational database, not a "file". In a DBMS, "System Tables" contain information about the user-created tables. You need to create synonyms (meta-data: .mas, .acx) of these system tables, one of which may contain the information you're looking for. This may be of help: Documentation of Teradata System Table
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
a) When the .mas and/or .acx file were updated -or- b) When the underlying Teradata table referenced by your masterfile was updated.
For a), search the forum for APP QUERY for some good ideas as to how to get information about the files in your reporting environment.
For b) well, I'm sorry I cannot be of help. I don't have experience with Teradata so as Waz said, if you get an answer to this one please post it for future reference.
You should check with your Teradata DBAs. Production databases often maintain some kind of "last update" dates for key tables (if for no other reason because of restore/recovery requirements). The DBAs may be able to pass your application one or more key dates - via flat file(s), for example. Alternatively, if a database table contains transaction data, there should be some kind of transaction date column that you can use to determine the latest date in the table.This message has been edited. Last edited by: Dan Satchell,
WebFOCUS 7.7.05
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007