Getting error in SDK code while updating description
I tried to update description manually without any issue but getting this error while trying with SDK only for selected items. I can see item have more than 3500 revisions not sure it is issue but would like to know any thing needs to be done in code to fix this.
It Occurs for particular item and its reporducable but for other item its not occuring. So not sure if item specific issue or SDK. If item specific then it should give error in UI also
Error code : 60017
Error message : Object not found.
at com.agile.api.pc.Session.createError(Session.java:1927)
at com.agile.api.pc.APIObject.createError(APIObject.java:76)
at com.agile.api.pc.Row.getVORow(Row.java:760)
at com.agile.api.pc.RowAttachment.getReferent(RowAttachment.java:394)
at com.agile.api.pc.RowAttachment.verifyReadOnly(RowAttachment.java:145)
at com.agile.api.pc.Row.verifyValues(Row.java:571)
at com.agile.api.pc.Row.processParam(Row.java:520)
at com.agile.api.pc.Row.setValue(Row.java:278)
at com.agile.api.pc.Row.setValue(Row.java:303)
Hi Srini,
The error is due to the session creation . Kindly check your URL.
MY gut feeling is it would be due to the URL.
Example: Http or Https
Thanks,
Arvind
Hi Srini
The error talks about “Object Not Found”.
Please check if you are having access to that object with the user that is used by SDK.
Just a guess.