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, is it possible to delete lines from master file. i have successfully got to a point where my text matches and next i want to delete few lines after my matched text and write with a new data.
Can anyone help me how can i do that
so far i am able to write into the file, but i am able to write at the end of the file not after the text is matched
-SET &MAS_COUNT = &LINES; -REPEAT :MAS_READ FOR &I FROM 1 TO &MAS_COUNT; -READ mymaster &Text.&I.A22 -IF &Text.&I EQ 'sometext' THEN GOTO Printit ELSE GOTO REPEAT; -Printit -WRITE mymaster "sid" -EXIT -:MAS_READThis message has been edited. Last edited by: <Kathryn Henning>,
when ever i update my database table, like adding new field to it, it does not reflect into my master so i am writing a procedure to insert the field names and alias so that it will reflect the changes.
You should use the Reporting Server Console to refresh the master and access files (also called 'metadata' and 'synonym').
You can also use Developer Studio to do this - navigate to the Data Servers area of the Explorer Tree, open the Reporting Server icon, open the list of Applications, open the folder that contains the Master, right-click on the Master and select "Refresh Synonym". This is probably also possible from App Studio.
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
It sounds like you are doing a lot of work for something where you could just edit the masterfile in the text editor, or use the refresh synonym option that Francis describes. Either way, the only reason I could ever see doing something like what you have been talking about would be for mass updates. In that case I would rather do it in Unix using find/replace commands or use a text replace program. No need to invent a big process for things that already exist.
Eric Woerle 8.1.05M Gen 913- Reporting Server Unix 8.1.05 Client Unix Oracle 11.2.0.2
Posts: 750 | Location: Warrenville, IL | Registered: January 08, 2013