Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     What is the catalog name of files *.ftm, *.csv

Read-Only Read-Only Topic
Go
Search
Notify
Tools
What is the catalog name of files *.ftm, *.csv
 Login/Join
 
Member
posted
Hello,

In FOCUS, catalog file names correspond to file types and their extensions. Please correct me if I am wrong:
- Catalog name FOCEXEC refers to *.fex files
- Catalog name MASTER refers to *.mas files
- Catalog name GIF refers to *.gif files
- Catalog name HTML refers to *.html files

and so on... What is the catalog name of comma separated files (*.csv) and for focus data files (*.ftm)?

If possible, please refer me to documentation links or resources for more info.

Your help is greatly appreciated. Thanks and warm regards.
 
Posts: 7 | Location: Florida | Registered: October 11, 2005Report This Post
<DocServices>
posted
Hi,

The .ftm files are temporary files or alphanumeric HOLD files, not focus data files. csv files are comma-delimited HOLD or SAVE files.

The Creating Reports with WebFOCUS Language manual (DN4500695.0905) contains the following information:

By default, report output files created with HOLD, SAVE, or SAVB are written to temporary space. When the session ends, these files are no longer available unless you save the output to a specific location.

To save report output files to a specific location, use a FILEDEF or ALLOCATE command. For details, see Saving and Retrieving HOLD Files. In the VM/CMS environment you can use a FILEDEF command to save an output file to a specific location and assign it a file name, file type, and file mode. In MVS, you can dynamically allocate an output file using the DYNAM ALLOCATE or TSO ALLOCATE command. For details, see the Developing Reporting Applications manual (DN4500696.0905).

I hope this helps.

Regards,
Jenn
 
Report This Post
Member
posted Hide Post
Jenn, thanks for the clarification and for referrng me to the documentation manuals. I know I will be using them extensively.

What motivated the question was my attempt to use the Webfocus Web Services Toolkit. From the docs (WebFOCUS Web Services
Version 5 Release 3, DN4500609.0904, Page 4-62), I was trying to use the 'WebFocusAppDeleteFile' function and needed to figure out 4th parameter, catalog name of the file. I successfully used it for master files (.mas) by using "MASTER" in the parameter, just like the example:

ret = wfs.WebFocusAppDeleteFile(logon, "WebServices", "Car2", "MASTER","EDASERVE")

But I cannot get it to delete any other files from the application. I would like to know if I could use this function to delete *.csv files in the application folder for example.

Thanks and regards
Mohamed
 
Posts: 7 | Location: Florida | Registered: October 11, 2005Report This Post
Member
posted Hide Post
Mohamed,

In Developer Studio both .ftm and .csv will appear under the "OTHER" folder but since this folder will display everything that does not fit into the others categories; I'm not sure you can manipulate the files themselves.

You may need to run a WebFOCUS report that performs the function as an OS level command.

Jean-Claude CARRIERE
 
Posts: 16 | Location: Information Builders France | Registered: May 22, 2003Report This Post
Member
posted Hide Post
Hi Jean,

Thanks for your reply. As you said, those files do appear as the "OTHER" category. I might have to use OS commands then.

Regards,
Mohamed
 
Posts: 7 | Location: Florida | Registered: October 11, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     What is the catalog name of files *.ftm, *.csv

Copyright © 1996-2020 Information Builders