Intermittent ArrayIndexOutOfBounds Exception while calling OOTB Agile PLM SDK API Item.getValues()
Hi All,
We are getting intermittent issue when calling Agile SDK API method item.getValues().
Item.getValues() is causing the issue,this Intermittent Issue is occurring when the Parent Item is having huge multilevel child items in the BOM tab.Test case for this issue is, when propagating few Parent item attribute values to the Multillevel BOM Child Items and invoking it from Parent Item Action PX we are getting the issue.
Error code : 60086
Error message : Call APIException.getRootCause() for details.
Root Cause exception : java.lang.ArrayIndexOutOfBoundsException
at com.agile.api.pc.APIObject.createError(APIObject.java:131)
at com.agile.api.pc.Row.getValue(Row.java:139)