Hello All,
I am attempting to test DDMRP in IFS Apps 10. I have selected a component part in a Product Structure that I would like to enable it on. I have changed the Planning Method to H and on the Buffer Part Attributes I am attempting to run Calculate Buffer Part Attributes. However, I am receiving the following error message:
Server error messages:
7624f80a-ff2e-4264-8164-65ede32a163c
Ifs.Fnd.FndSystemException: Unexpected error while calling server method AccessPlsql/Invoke ---> Ifs.Fnd.FndServerFaultException: ORA-01722: invalid number
Failed executing statement (ORA-01722: invalid number
ORA-06512: at line 14
ORA-06512: at "IFSAPP.MANUF_STRUCTURE_API", line 5735
ORA-06512: at "IFSAPP.MANUF_STRUCTURE_API", line 5756
ORA-06512: at "IFSAPP.MANUF_STRUCTURE_API", line 5766
ORA-06512: at "IFSAPP.DDMRP_BUFFER_PART_ATTRIB_API", line 2857
ORA-06512: at "IFSAPP.DDMRP_BUFFER_PART_ATTRIB_API", line 2877
ORA-06512: at line 7)
at Ifs.Fnd.AccessProvider.FndConnection.ParseErrorHeader(FndBuffer buffer, FndManualDecisionCollection decisions)
at Ifs.Fnd.AccessProvider.FndConnection.UnMarshalResponseHeader(Stream responseStream, FndManualDecisionCollection decisions)
at Ifs.Fnd.AccessProvider.FndConnection.HandleHttpSuccessResult(HttpWebResponse result, FndManualDecisionCollection decisions, String operation, FndBodyType responseBodyType, Object responseBody)
at Ifs.Fnd.AccessProvider.FndConnection.InvokeInternal(Object requestBody, Object responseBody, String intface, String operation, FndRequestContext requestContext, FndManualDecisionCollection decisions, Boolean forcedSync, Boolean integrationGateway)
--- End of inner exception stack trace ---
at Ifs.Fnd.AccessProvider.FndConnection.InvokeInternal(Object requestBody, Object responseBody, String intface, String operation, FndRequestContext requestContext, FndManualDecisionCollection decisions, Boolean forcedSync, Boolean integrationGateway)
at Ifs.Fnd.AccessProvider.FndConnection.InvokeInternal(String intface, String operation, Object requestBody, Object responseBody, FndRequestContext requestContext, Boolean forcedSync, Boolean integrationGateway)
at Ifs.Fnd.AccessProvider.PLSQL.FndPLSQLCommandCollection.Invoke()
at Ifs.Fnd.AccessProvider.PLSQL.FndPLSQLCommand.ExecuteNonQuery()
at Ifs.Fnd.AccessProvider.PLSQL.FndPLSQLSelectCommandReader.Read(Boolean prepare)
at Ifs.Fnd.Data.ADONetProvider.FndAPCommand.ExecuteDbDataReader(CommandBehavior behavior)
The Part Type is Purchased Raw. I randomly selected a top level part and the calculation worked on that. I am unsure what this error message is trying to indicate. Any guidance would be greatly appreciated.