E9.2 F3111WOIssuesEditLine Error

krisjde

Member
Hello I have a problem by using F3111WOIssuesEditline:

I customize a BSFN to use this function to WO Issues , when testing it , in the process F3111WOIssuesEditline will invoke XT4111Z1, it's pop up error:

ERROR INFO JDEERR - ID= 0, Error= 1115 - C:\JDEdwards\E920\DV920\package\DV002F\source\XT4111Z1.c, Line= 3852

I have debug the P31113 to the same params data , there is no problem, I think I missing some important step , attached my event code and log file.

How can I find the problem? thanks.
 

Attachments

  • N5500008.txt
    9.7 KB · Views: 4
  • jdedebug_2388_090320.log.zip
    529.1 KB · Views: 4
get visual studio debugger going and set a break point on that line. run both programs locally and see whats different.
 
You probably already know, but the BSFN above that line has failed as seen in the debug log. returns error message id of 078M


Entering jdeCacheOpenCursor (Called by: C:\JDEdwards\E920\DV920\package\DV002F\source\B4600011.c line 1067)
Sep 3 00:16:55.354079 - 2388/3316 WRK:Starting jdeCallObject hCache:[2ea6bee0] Nm:[1B46000111] Recs:0 Curs:0 Hnds:1 Cchs:11 CURS err
Sep 3 00:16:55.354080 - 2388/3316 WRK:Starting jdeCallObject Entering JDB_FreeBhvr (UserHandle 01ddea80)
Sep 3 00:16:55.354081 - 2388/3316 WRK:Starting jdeCallObject Exiting JDB_FreeBhvr with Success(UserHandle 01ddea80)
Sep 3 00:16:55.354082 - 2388/3316 WRK:Starting jdeCallObject **********************************************************************************
Sep 3 00:16:55.354083 - 2388/3316 WRK:Starting jdeCallObject *** Start dumping data structure for business function WMSProcessLocationCache
Sep 3 00:16:55.354084 - 2388/3316 WRK:Starting jdeCallObject **********************************************************************************
Sep 3 00:16:55.354085 - 2388/3316 WRK:Starting jdeCallObject OUT->[ 1] <Item>: szCacheActionCode <type>: STRING <Value>: [5]
Sep 3 00:16:55.354086 - 2388/3316 WRK:Starting jdeCallObject OUT->[ 2] <Item>: mnNumberKeys <type>: MATH_NUMERIC <Value>: [6]
Sep 3 00:16:55.354087 - 2388/3316 WRK:Starting jdeCallObject OUT->[ 3] <Item>: cIndex <type>: CHAR <Value>: [2]
Sep 3 00:16:55.354088 - 2388/3316 WRK:Starting jdeCallObject OUT->[ 4] <Item>: cSuppressErrorMessage <type>: CHAR <Value>: [1]
Sep 3 00:16:55.354089 - 2388/3316 WRK:Starting jdeCallObject OUT->[ 5] <Item>: szErrorMessageID <type>: STRING <Value>: [078M]
 
Yes, have know that error id, but cannot know how to fix it. :(
WMSProcessLocationCache was invoked by F4111EditLine that was invoked by F3111WOIssuesEditline.
 
We had a problem with the XE version, the index used for Select was different from the index used for Fetch_Next.
 
Back
Top