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.
Does the code still ran under the same version 8105 ? I know that some stuff that was running okay under 8105 does not anymore under 8204 such as some specific cases where .EVAL is used
Please share your code and sql traces if possible
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
-SET &WFFMT = &WFFMT.(<'Web Page',HTML>,<Excel,XLSX>).Select Report Output.;
TABLE FILE car
SUM SALES
BY COUNTRY
BY CAR
ON TABLE PCHOLD FORMAT &WFFMT.EVAL
END
Hallway
Prod: 8202M1
Test: 8202M4
Repository:
OS:
Outputs:
Posts: 608 | Location: Salt Lake City, UT, USA | Registered: November 18, 2015
I appreciate the replies. I no longer think this is a coding issue as it occurs with some older fexes that do not use the .EVAL function. It seem as if no matter what table I go to, I experience the same behavior. I have started a case with IBI to see if we can narrow down the issue.
While I work with IBI on the case (and I know many IBI employees are traveling home from Summit 2019), I thought I'd post additional information.
I have tables inside AppStudio, some of which are newly created and some of which have existed for quite some time. One set utilizes .EVAL; one set does not utilize .EVAL. In fact, the second set of tables is quite simple.
The tables all ran inside AppStudio on Friday, May 31. The tables were linked to HTML documents.
On Monday, June 3, I ran the same tables inside AppStudio. None of the tables will render in HTML format; however, they will render and download in Excel format without incident.
What's peculiar is that all tables render inside the portal admin and online for us. Additionally, our graphs and charts render inside HTML documents inside AppStudio without incident.
There were three updates made to our environment on Friday. They all seem to be Windows Server updates.
I'm curious if anyone has experienced any odd behavior with Windows updates and AppStudio. In the meantime, I'm going to post some additional information to my case.