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, I'm a relative newbee to WebFocus. I have a application that I created and am able to create and run reports against the master files in my application. When I go to Command Console to run a query to list the records from one of my tables I get a: (FOC205) The Description cannot be found from file Named: Act
The syntax I'm using is:
TABLE FILE ACT PRINT NUMBER END
The table ACT only has the one field (NUMBER).
I created a report that runs successfully that prints out records from the ACT table but just can't seem to figure out why I'm getting the error in Command Console?
Do an APP SHOWPATH assuming that you know what directory your master is in. It is always a good idea to put the APP PREPENDPATH in your program anyway just in case when you run from a browser and the directory in not in the edasprof app path, the program knows where the master is.
Are you talking about the command console in DevStudio? It functions only on the local WF server available to DevStudio, so unless you are doing local development (as opposed to server/MRE development) that server will not have access to file same files. I suspect this is your issue.
If you are talking about the Web console for the WF server, then APP QUERY or APP SHOWPATH should show you the files you have available or use the WHENCE as Tony suggests to tell you the location of the specific MFD you are looking for.
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