Problem with JDE Master Business function F3002EndDocument

Indrasena

Member
We have a integration solution from Agile PLM tool to JDeEdwards E810.
In our solution we use F3002 Master BSFN for inserting records into F3002 table.

For inserting a record, We call the Master BSFN functions in the following order fom our application:


F3002BeginDocument(for getting the Job number).

Input: {szOrigParentBranch= B10, mnJobNumber=0, cSuppressErrorMsg=0, szParentBranch= B10, szOrigTypeBill=M, mnOrigParentItemNumber=77022, szItemRevisionLevel=B, cValidateTypeBOM=0, szTypeBill=M, mnParentItemNumber=77022}


F3002editLine(writing the record to cache along with the above Job number)
Input:{jdEffectiveFromDate=Fri Nov 30 00:00:00 IST 2007, cValidateComponentItemBranch=1, sz2ndItemNumberCo=KRP00873 , mnBubbleSequence=3, mnComponentNumberNew=1.00, jdEffectiveThruDate=Fri Nov 30 00:00:00 IST 2007, szRemark= , szECONumber=KC0041 , mnJobnumber=1, mnFeatureCostPercent=5.00, szBranchComponent= B10, sz3rdItemNumberCo=KRP00873 , szUnitOfMeasure=EA, szBillRevisionLevel=A , szUserReservedReference=0, cSuppressErrorMsg=1, cActionCode=C, szLineType=S , szProgramId=SCMNET, szComponentRevisionLevel= , cProcessEdits=U, szUserId=PSFT, mnQtyRequiredStandard=12, mnComponentItem=77023, szECOReason= , mnComponentLineNumber=1.00, mnFeaturePlannedPercent=5.00}


F3002EndDocumnet(for inserting record into table).
Input:{mnJobnumber=1, cSuppressSubstituteUpdate=0}


F3002BeginDocument and F3002EditLine are working fine,
But while calling the F3002EndDocument from our application, we got the following error:

Mon Dec 03 12:00:55 IST 2007: ERROR:: End Document execution failed.com.jdedwards.system.connector.dynamic.InvalidRemoteSessionException: Fail to execute BSFNMethod com.jdedwards.system.kernel.CallObjectSystemException: Server problem. The server may still be available, but because of state information, the entire unit-of-work must be resubmitted
Mon Dec 03 12:00:55 IST 2007: Input:
{mnJobnumber=1, cSuppressSubstituteUpdate=0}
Mon Dec 03 12:00:55 IST 2007: ERROR:: The following exception occurred during BOM processing:com.sierraatlantic.scmnet.utilities.SCMnetException: Fail to execute BSFNMethod com.jdedwards.system.kernel.CallObjectSystemException: Server problem. The server may still be available, but because of state information, the entire unit-of-work must be resubmitted at com.sierraatlantic.scmnet.coProcessing.objectImplementations.BOMImpl.endDocument(BOMImpl.java:477) at com.sierraatlantic.scmnet.coProcessing.objectImplementations.BOMImpl.handleBOM(BOMImpl.java:559) at com.sierraatlantic.scmnet.coProcessing.COProcessor.processBOM(COProcessor.java:336) at com.sierraatlantic.scmnet.coProcessing.COProcessor.processCO(COProcessor.java:137) at com.sierraatlantic.scmnet.coProcessing.COProcessor.run(COProcessor.java:67)
 
Please let me know what could be the resolution for the above Exception.
 
Back
Top