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 have a fex in webfocus where it is getting data from the table and storing in one temporary file, and we are using the temporary table to build the graphs in another fex. The same fex is working fine in Qa and dev environments and in prod it is throwing error " WebFOCUS was called with an invalid request ". And to add one more point it is taking more time in prod, in other environments it is taking comparatively less time.
Thanks in Advance...
please help me to find why it is happening....!!This message has been edited. Last edited by: FP Mod Chuck,
Did you make sure your first fex that generates the temporary file is executed and the temporary table exits? Also, verify your APP Path settings to get read the temporary table
WebFOCUS - ver8201 [ReportingServers: Windows 64bit; Client: tomcat and IIS on windows 2012 AppStudio
Posts: 104 | Location: Indianapolis | Registered: November 08, 2007
My first fex itself not running. while it is running only i am getting the error WebFOCUS was called with an invalid request.. If am limiting the record limit to 1000 or 2000 the fex is running fine .
What version of WebFOCUS? What is the source DBMS? What is the HOLD FORMAT in your request? Is the QA system hitting the same table in the same DBMS?
You'll have to give us a little more detail about the type of request you're having problems with. For instance, can you run the original code without the HOLD that creates the temporary file? So, instead of ON TABLE HOLD run it with ON TABLE PCHOLD FORMAT HTML without a READ/RECORDLIMIT. If that doesn't work, then you now know it doesn't have to do with the HOLDing the data.This message has been edited. Last edited by: BabakNYC,
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
In addition to BabakNYC's questions: What is your APP PATH in the various environments? What size are your source files? Quite often these file (tables) are much smaller in TEST and QA. What do the results of your SQL Trace statements look like in these environments?
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005