In running R3483 Master Planning Schedule - Multiple Plant it falls into Zombie on a specific item.
Note: This issue is specific to iSeries (AS400, DB2 OS400) environment. In Oracle and SQL database will accept illegal value so long as it is numeric value
This issue is data specific, so to reflect actual planning, remove all the testing data if any.
1. R3483 is calling BSFN N3500110 MRPMultiplePlantLoadAndPlan through JDE API jdeCallObject 2. jdeCallObject is calling jdeCallObjectV2 3. jdeCallObjectV2 is calling MRPMultiplePlantLoadAndPlan 4. MRPMultiplePlantLoadAndPlan is calling another BSFN B3400590 MRPWriteTimeSeriesData 5. MRPWriteTimeSeriesData is calling internal BSFN I3400590_WriteArrayData 6. Internal BSFN I3400590_WriteArrayData is calling JDE API JDB_InsertTable
Then, jdedebug.log will contains actual DML statement issued as below (for example), SQL> INSERT INTO TESTDTA/F3413 (MRITM, MRMCU, MRQT, MRSTRT, MRTRQT)? ROWS VALUES (34581.000000,' 10','15',110364,1499957173799999.000000) : For this example, actual parameter 1499957173799999.000000 is illegal in size for F3413.MRTRQT
This type of error may come when a certain supply/demand related transaction table contain huge figure (for this case quantity ordered for that specific item value is entered maximum value in it).
To resolve this issue, correct transaction data or cancel those transactions.
Note: This issue is specific to iSeries (AS400, DB2 OS400) environment. In Oracle and SQL database will accept illegal value so long as it is numeric value
To discuss this information further with Oracle experts and industry peers, we encourage you to review, join or start a discussion in the E1 Manufacturing Community. To look at upcoming or archived Advisor Webcasts please see Advisor Webcast Details Document 1450327.1. If your topic is not currently scheduled please suggest it.