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 can’t get this to working guys…Any help would be appreciated.
I’m working in MRE and I wanted to generate a report out of simple test.csv file. Copied this test.csv file into “other’ folder. ---TEST.CSV -- column_A,column_B,column_C,column_D A1,B1,C1,D1 A2,B2,C2,D2 A3,B3,C3,D3
WF Novice, I think you may be having a problem because your synonym is not finding the dataset. If you have DevStudio, here are the steps to create the synonym - MRE is on an AIX box and I created the synonym in our test environment. First you will have to make sure there is an adapter available for the .csv file.
1. FTP the .csv file to the baseapp folder - it will be dsiplayed under other. 2. Right mouse click on Master File folder. Select New Synonym 3. Click on Configure Adapters 4. Click on Add Adapter Configuration 5. Click on Sequential Indexed 6. Click on Delimited Flat File 7. Click on the Configure button to your right 8.Click on Configure button at the bottom of the screen 9. When created, dialog box will appear. Click on the Close button. You will be returned to the DevStudio main page. 10. Repeat the first steps, right-mouse click on Master, New, Synonym. Delimited Flat File will display as an option. Select that option & click OK 11. Double-click on the input boxes to enter information. Make sure the directory path begins and ends with a ‘/’. Click on Select Files. 12. Click in check box next to file you desire, add delimiter value ‘,’ - .csv is comma-delimited file. Chose application folder for the synonym creation. Click on Create Synonym button at the bottom of the dialog box. 13. Click on the Close button at the bottom of the dialog box. 14. You will see the synonym has been created under the baseapp folder. 15.16. Right-mouse click on the master and edit with the test editor. You will see that inside of the master just created it has the path to where the .csv file resides. Make changes fieldnames as desired. Save and file the changes.
As indicated by others, you should not have the CSV in MRE. If you move it to an App Directory under the WF Server, it should work, assuming the master is available in the path and the DATASET is pointing to the right location.
You can have the file in MRE if your WF deployment is on the same machine as the Web server, but this is not an ideal environment.
My rule of thumb for MRE:
MRE is for Launch programs and some Web files.
Any other files, Masters, Data files, core programs should be on the WF server.