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 am getting the below error .....when i fetch the data from table..... Any suggestions for coming out of this ..i am using webfocus5.2.5
An error has been detected during server to client data transfer. ERROR: -12: Pcb2.: java.io.EOFExceptionThis message has been edited. Last edited by: Kerry,
WEBFOCUS 5.2.5 HP-UX(UNIX) PDF,HTML,OLAP,DRILL DOWN
Yes your answer is perfect...I am trying to return too many rows to the client and i am not in a position to reduce the size.As we need all rows.....Any suggestions/answers i tried searching -12 but yet problem exists.
WEBFOCUS 5.2.5 HP-UX(UNIX) PDF,HTML,OLAP,DRILL DOWN
We both are on same track now.... Yes we are bringing it to a browser by using a hold file ONLY. I divided/Split up the query into two parts PART-A and PART-B. PART-A has more data then PART-B,,, so now it is giving problem for PART-A. Now i cant divide data futher ...Any suggestions pleaseeeee.......
SIM....
WEBFOCUS 5.2.5 HP-UX(UNIX) PDF,HTML,OLAP,DRILL DOWN
No No....Actually we have two list box on the browser there these data has to load before user makes any choice for selecting particular record.This is how the application is...it was working fine before 3 months back...suddenly now it started giving error....any suggestionssss...Thank You for ur patience......
WEBFOCUS 5.2.5 HP-UX(UNIX) PDF,HTML,OLAP,DRILL DOWN
The 5.2 series was functionally stabilized end of May 2007 so any chance of a solution from IBI other than recommendations (assuming you still have maintenance is 0).
If your data volumes have changed that much you only have one option which is to change the way it works.
Instead of pulling all the data at once, populate the first selection then populate the second based on that.
There are quite a number of examples posted on the forum using either javascript or what would be better in your case WebFOCUS using re-entrant code.