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.
The reporting server is on Linux Machine. We have upgraded to 82 version Appstudio.one of the procedure has this option &WFFMT.when I run the report I got this below Error. "Internal exception processing IBFSService.runAdHocFex"
ON TABLE PCHOLD FORMAT &WFFMT.(,< Web document_[HTML),HTML>,,).Select type of display output.
I appreciate any one help me on this issue.
Thank you, VijayaThis message has been edited. Last edited by: FP Mod Chuck,
I'm not sure why you have the extra ,, but try something like this where display and value are mapped one to one using brackets and commas.
ON TABLE PCHOLD FORMAT &WFFMT.(<HTML Web Document (HTML),HTML>,<Portable Document Format (PDF),PDF>,<Excel XLSX (XLSX),XLSX>).Select type of display output.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
I forgot to include the whole line before. I have same line you have in the report. I am getting the error I have mentioned earlier. ON TABLE PCHOLD FORMAT &WFFMT.(,,).Select type of display output.
Do you have -DEFAULT in the code that's causing this issue? What happens if you temporarily switch -DEFAULT to -SET? I know they are different but just wondering if that's the cause of the problem.
p.s. if you're including code you need to wrap it with a
[CODE]
[/CODE ]
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015