I am trying to retrieve records using the RetrieveLimitedRecordsCommand. I am getting NPE in the one of the classes in the API. After looking around a bit it seems like the version of the server that i am trying to communicate with is the culprit and may have to upgrade it to latest version of patch. But just to confirm before talking to our guys to upgrade, i thought i will ask your opinion.
thanks in Advance.
the version is 5.5.42.48
java.lang.NullPointerException
at com.sap.mdm.internal.search.SearchHelper.convertFrom(SearchHelper.jav
a:649)
at com.sap.mdm.data.commands.AbstractRetrieveLimitedRecordsCommand.getPr
otoSearch(AbstractRetrieveLimitedRecordsCommand.java:175)
at com.sap.mdm.data.commands.AbstractRetrieveLimitedRecordsCommand.execu
te(AbstractRetrieveLimitedRecordsCommand.java:123)
at com.sap.mdm.data.commands.RetrieveLimitedRecordsCommand.execute(Retri
eveLimitedRecordsCommand.java:157)
at com.datamodel.mdm.domain.MDMRepository.GetResultSet(MDMRepository.jav