Failed to open table F4211 because of invalid user handle

KSK

KSK

Well Known Member
Hi All,

I have a custom application, when it is trying to load the application found there is a failure in opening the tables via handles. This issue is NOT consistent.

Found the below information from the logs.

Entering JDB_OpenTable(Table = F4211)
JDB3100001 - Failed to open table F4211 because of invalid user handle
Exiting JDB_OpenTable(Table = F4211) with Failure

This issue is happening periodically in production. Please guide us on this issue.

Note:
• This issue happening only when we are trying to open the table via handles(DD item)
• Tables opened by C business functions are working well.


Thanks,
SivaKumar.K
 
Hmmm. Maybe you have a situation where your open/close are not paired correctly and you are trying to open on an all ready opened handle or you are trying to close on a handle that was never opened???? Maybe something to do with transaction processing???? I have seen some weird/unexpected behavior when dealing with TP in JDE.
 
Back
Top