Skip to Content
0
Former Member
Jun 30, 2009 at 08:27 AM

Reading Images from Images Table using MDM Java API

43 Views

I tried to read pictures from the images table which i previously imported using the MDM Java API: However retrieving the images results in the following exception:

java.lang.IllegalArgumentException: Illegal value type '4' for specified field type 'Interner Baum'. Original exception: 'Unsupported field type '105'.'

at com.sap.mdm.internal.valuetypes.ValueConverter.createValueForField(ValueConverter.java:331)

at com.sap.mdm.internal.data.RecordLoader.getFieldData(RecordLoader.java:169)

at com.sap.mdm.internal.data.RecordImpl.loadData(RecordImpl.java:597)

at com.sap.mdm.internal.data.RecordImpl.(RecordsLoader.java:40)

at com.sap.mdm.internal.data.RecordResultSetHelper.convertFrom(RecordResultSetHelper.java:26)

at com.sap.mdm.data.commands.RetrieveRecordsByValueCommand.execute(RetrieveRecordsByValueCommand.java:126)

what´s wrong? The import doesn´t show any errors and i can view the records with the MDM Data Manager wihout any problems.