Focal Point
[CLOSED] Error mesage

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/583100562

October 12, 2009, 10:18 AM
SIM
[CLOSED] Error mesage
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.EOFException

This message has been edited. Last edited by: Kerry,


WEBFOCUS 5.2.5
HP-UX(UNIX)
PDF,HTML,OLAP,DRILL DOWN
October 12, 2009, 11:36 AM
GinnyJakes
There should be a number of posts on this topic. Try searching for -12.

Generally, this means to are trying to return too many rows to the client. Try reducing the size of the answer set to see if your problem goes away.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
October 12, 2009, 11:41 AM
SIM
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
October 12, 2009, 12:03 PM
GinnyJakes
Are you bringing them to a browser? Try a hold file instead.

Split up the query so that you get the data in pieces.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
October 12, 2009, 12:23 PM
SIM
Ginny,

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
October 12, 2009, 12:35 PM
GinnyJakes
Nope. Why do you need all of this data for a web application? No one can process that much data at one sitting.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
October 12, 2009, 01:08 PM
SIM
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
October 13, 2009, 01:43 AM
SIM
Any suggestions/solutions...yet problem persists.....


WEBFOCUS 5.2.5
HP-UX(UNIX)
PDF,HTML,OLAP,DRILL DOWN
October 13, 2009, 04:38 AM
<JG>
quote:
WEBFOCUS 5.2.5

First thing I would look at doing is upgrading.

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.
October 13, 2009, 05:55 AM
SIM
Any suggestions/solutions...yet problem persists.....


WEBFOCUS 5.2.5
HP-UX(UNIX)
PDF,HTML,OLAP,DRILL DOWN
October 13, 2009, 07:52 AM
<JG>
quote:
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.