trying appDS.inflateUnable to inflate data-struture for BSFN Errors

Andrew2009

Well Known Member
I saw these errors in the bssv log files this morning. All my connections in my BSSV are AUTO already. I searched on oracle support and it said it's because the connection between the app server and the bssv server were inactive. JDE supposes to refresh the connection automatically and it's not. It failed the first call made to the business function from the bssv server. I even created a generic call every minute from bssv server to the app server to keep the connection alive by calling the GetAuditInfo() bsfn but no luck. Do you have any ideas how to solve the below errors?

21 Jun 2016 04:16:00,498 [SEVERE] - [JDBJ] CallObject.executeRequest(): trying appDS.inflateUnable to inflate data-struture for BSFN. | Business Function Name: GetNextUniqueKeyID, DLL: , Module Name: X00022, BSFN data structure: com.jdedwards.system.connector.dynamic.callmethod.ExecutionParameterSet@428c08ff, Host: PEAPI002, User: JDE, Environment: JPD910 java.io.EOFException
21 Jun 2016 04:16:00,498 [WARN ] - [RUNTIME] *ERROR* CallObject@5dc91ff2: Unable to inflate data-struture for BSFN:GetNextUniqueKeyID user:JDE Env:JPD910
21 Jun 2016 04:16:00,498 [WARN ] - [RUNTIME] *ERROR* CallObject@5dc91ff2: The business function being executed is causing a problem user:JDE Env:JPD910
21 Jun 2016 04:16:00,498 [SEVERE] - [INTEROP] Fail to execute BSFNMethod com.jdedwards.system.kernel.CallObjectSystemException: The business function being executed is causing a problem com.jdedwards.system.connector.dynamic.ServerFailureException: Fail to execute BSFNMethod com.jdedwards.system.kernel.CallObjectSystemException: The business function being executed is causing a problem
21 Jun 2016 04:16:00,498 [SEVERE] - [BSSVFRAMEWORK] [Context ID: 10.10.240.117:5523011466507760013:13135] BSFNServiceException: Server Failure while executing business function. Please try request again. :GetNextUniqueKeyID(Get Next Unique Key ID) oracle.e1.bssvfoundation.exception.BSFNServiceRuntimeException: Server Failure while executing business function. Please try request again. :GetNextUniqueKeyID(Get Next Unique Key ID)
 
Back
Top