Failed record in SAP to iVend Integration Faliure Monitor for type product (source type 46)

************* Internal Article *************
Error:
Failed record in SAP to iVend Integration Faliure Monitor for type product (source type 46) with below error message:SAP DBTech JDBC: [339]: invalid number: [6930] attribute value is not a number;int comma(string jf(int isnull(string "Locked"), string 'N', string "Locked"), fixed12_15.6 jf(int isnull(fixed12_15.6 "MinStock"), fixed12_15.6 '0', fixed12_15.6 "MinStock"), fixed12_15.6 jf(int isnull(fixed12_15.6 "MaxStock"), fixed12_15.6 '0', fixed12_15.6 "MaxStock"), int jf(int isnull(int [here]int(string "U_CXS_TRTP")), int '0', int int(string "U_CXS_TRTP"))),(Locked = 'N'[string], MaxStock = 0.000000[fixed12_15.6], MinStock = 0.000000[fixed12_15.6], U_CXS_TRTP = ''[string]); checkNull falseBelow is the screenshot for the same:
Resolution:
Check if there is Blank or Null value in column U_CXS_TRTP field in SAP table OITW for that corresponding item.
If yes, then replace the value with 0 (Zero) by running SQL queries.
And open the Item in SAP screen once.
Then Retry corresponding failed records in Integration Failure Monitor. Issue should be resolved.