"Interesting" error when testing on Linux

msouterblight1

VIP Member
\"Interesting\" error when testing on Linux

All, we are currently on 8.12/8.98.2.0 with Windows/WebSphere 6.1 for our HTML Servers, and Solaris 10 for our App Servers, our DB is Oracle 11 sitting on a Linux RAC. We are currently in the process of moving to Linux for our app servers and Linux/WebLogic for our HTML Servers.

During testing, we are seeing a custom application return the following errors in the debug log on the App server:

Oct 26 10:08:52.784583 jdb_ctl.c7087 - 22965/-295699568 WRK:LDEV2_EC246E60_P5543070 Exiting JDB_FreeUser with Success(UserHandle 08847678)
Oct 26 10:08:52.784599 jdeddapi.c349 - 22965/-295699568 WRK:LDEV2_EC246E60_P5543070 Exited jdeCloseDictionary with DDType 0
Oct 26 10:08:52.784708 jdeerr.c1260 - 22965/-295699568 WRK:LDEV2_EC246E60_P5543070 ERROR INFO JDEERR - ID= 0, Error= 1347 - b4300250.c, Line= 474
Oct 26 10:08:52.784797 jdb_rq1.c1163 - 22965/-295699568 WRK:LDEV2_EC246E60_P5543070 Entering JDB_OpenTable(Table = F4201)
Oct 26 10:08:52.784815 jdb_rq1.c1558 - 22965/-295699568 WRK:LDEV2_EC246E60_P5543070 JDB3100001 - Failed to open table F4201 because of invalid user handle
Oct 26 10:08:52.784903 jdb_rq1.c1173 - 22965/-295699568 WRK:LDEV2_EC246E60_P5543070 Exiting JDB_OpenTable(Table = F4201) with Failure
Oct 26 10:08:52.784921 jdb_ctl.c1139 - 22965/-295699568 WRK:LDEV2_EC246E60_P5543070 Entering JDB_GetEnv
Oct 26 10:08:52.784935 jdb_ctl.c1144 - 22965/-295699568 WRK:LDEV2_EC246E60_P5543070 Exiting JDB_GetEnv with Success
Oct 26 10:08:52.784947 jdb_ctl.c5927 - 22965/-295699568 WRK:LDEV2_EC246E60_P5543070 Entering JDB_InitUser with (AUTO commit mode)

This application works fine on our old Solaris/Windows/WebSphere environment.

How does the userhandle work in EOne? What could be causing this issue?

Matthew
 
Re: \"Interesting\" error when testing on Linux

I would check the custom business view and any data structures - make sure that the correct specifications came over correctly and built correctly.

Secondly - just in case you missed the obvious - is there any security preventing you from making the selection on the F4201 ? Check business unit security and the database itself....

Lastly, try to capture more information from the business function by capturing the SQL on the database server side...
 
Re: \"Interesting\" error when testing on Linux

Not sure if this helps but Unix is case sensitive so see if any file contains the name in Upper case.

Chan
 
Re: \"Interesting\" error when testing on Linux

OK... We opened an SR with Oracle, and this actually happened to be a Linxu specific issue that can not be reproduced on any other platform. I have downloaded the ESU that supposedly resolved this issue, and I'm building the package for it now.
 
Back
Top