Re: Threaded Business Function

David_Carroll

Member
Re: Threaded Business Function

This email is to be read subject to the disclaimer below.

This type of error has been reported previously.
I used the following JDE.INI setting to resolve the error on a TS.
- - - - - - - - - - - - - - - - - - - - - - - -
[DB CACHE INFORMATION]
LibraryCache=20

Details:
At the low level, we are restricting the number of DLL's
(dynamically linked libraries) that can be loaded at once based on a
setting
in the jde.ini file. Since the default is to NOT have the setting in the
jde.ini, the number defaults to 15. If during BSFN execution, our code
needs
to open a 16th library, it unloads 5 that are currently loaded. If one of
the ones loaded happens to be in the current callstack, then the OneWorld
client will blow up. Increasing the "Library Cache" to 20 will work as long
as our code doesn't try to open 21 libraries. And if you try to set
"Library
Cache" to a number higher than 20, it will default back to 20. The reason
for the limit dates back to the 16-bit client, when the OS had a problem
with loading too many DLL's.

- Previously submitted by Tamara Atchley (M&D Information Systems, Inc.)



Please respond to [email protected]

Sent by: [email protected]


To: [email protected]
cc:
Subject: Threaded Business Function


Hi List,

I am having a problem when I try to enter any kind of
transactions in the system (Sales order, purchase
order, journal entry, ...). It only happens when I am
using some workstations. We are in B7332 SP .

The error that displays is "Threaded business function
caused Heap Corruption F4311EndDoc[Invalid Overwrite
or Read]". (In case of the P.O.)


I would really appreciate some help.
Thanks in advance.

_______________________________________________________________
Do You Yahoo!?
Consiga gratis su dirección @yahoo.es en http://correo.yahoo.es
*************************************************************
This is the JDEList One World / XE Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************




--------------------
The information contained in this communication is intended solely for the
use of the individual or entity to whom it is addressed and others
authorised to receive it. It may contain confidential or legally
privileged information.
If you are not the intended recipient you are hereby notified that any
disclosure, copying, distribution or taking any action in reliance on the
contents of this information is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us
immediately by responding to this email and then delete it from your
system.
Cap Gemini Ernst & Young is neither liable for the proper and complete
transmission of the information contained in this communication nor for any
delay in its receipt.
--------------------



______________________________________________________________________
The information contained in this communication is intended solely for the
use of the individual or entity to whom it is addressed and others
authorized to receive it. It may contain confidential or legally privileged
information. If you are not the intended recipient you are hereby notified
that any disclosure, copying, distribution or taking any action in reliance
on the contents of this information is strictly prohibited and may be
unlawful. If you have received this communication in error, please notify
us immediately by responding to this email and then delete it from your
system. Cap Gemini Ernst & Young is neither liable for the proper and
complete transmission of the information contained in this communication
nor for any delay in its receipt.
 
Back
Top