BFSORT Error

joey.jeremiah

ProgressTalk Moderator
Staff member
i looked it up in the knowledge base

http://progress.atgnow.com/esprogress/Login.jsp


found this entry

<quote>
ID: P4747
Title: "Errors occur within 4GL application on Windows XP in versions previous to 9.1D06"

Created: 07/16/2002 Last Modified: 01/24/2005
Status: Verified




Facts:

Windows XP
Progress 9.1x



Symptoms:

Application errors occur when opening a query and clicking too fast in the vertical scrollbars of the 4GL application browse
Performing a simple browse while holding down the left mouse button in the vertical scrollbar area causes error
Various errors are displayed within the application and database logfile
Attempt to GET from query <query> during another query operation. (3158)
Client attempting to access recid <record-number> not part of file <file-number>. (438)
SYSTEM ERROR: Locked or open without a cursor: cursid = . (2703)
SYSTEM ERROR: bfsort.c: fatal error 3 (491)
Error code <number> returned from fdget. (1411)
Ignoring free of picb <> of <> filename <table-name> filenum <filenum> fli flags <value>
Database log file contains errors:
Error <read/writing> socket, ret=<n>, errno=<n>. (778)
Incomplete write when writing to the server (735)
Disconnecting client <number> of dead server <number>. (2526)
Disconnecting dead server <number>. (2525)
Broker could not spawn a server. (1157)
Error connecting to a database in client/server mode.
prowin32.exe consumed all the CPU-time and has to be killed with Task Manager
Problem only occurs when running in Client/Server mode.
Setting the SESSION:MULTITASKING-INTERVAL attribute to value between 0 and 9999 does not resolve the problem
Cannot reproduce on Windows 2000



Changes:
Upgraded to Windows XP


Cause:
Bug# 20020716-026


Fixes:
Upgrade to 9.1D06 or higher.

Workaround:
1. MY COMPUTER -> PROPERTIES -> Advanced -> performance settings -> visual effects -> custom = true -> "use visual styles on windows and buttons" = false

2. Use the Windows Classic Desktop theme instead of Windows XP mode.

</quote>

... the hits keep on coming. hope this helps.

you might want to roll a few patches.
 
Top