cancel
Showing results for 
Search instead for 
Did you mean: 

Error in MDM Web Service GetKeyMappings

Former Member
0 Kudos

Hello All,

I am testing the MDM Web Service getKeyMapping [MDMGetKeyMapping]. These are the parameters which I pass through the request.

As part of the clientSystemFiler

1. clientSystem

2. recordId

As part of the recordIdentifierCriteria

1. tableCode

As part of repositoryInformation

1. dataLang

2. repositoryName

3. reporistoryPort

4. schemaLang

5. serverName

I also set the timeOut to 300 (since we are on a slow network). When I send this request, I get an error as response. The error details:

id: WS_KEYMAPPING_GetKeyMapNoRecFound4MDMID

severity:ERROR

text:

I assume that the record id which is required to be passed is a value which generally does'nt get displayed on the MDM Data Manager (and is internal to MDM). So for finding the record id I have written a small Java application which takes an MDM Partner ID and returns the Record Id. This is the record id I have passed in. Using the Data Manager I have also verified that there is a valid Key Mapping to record.

What could have gone wrong here?? FYI we use MDM 5.5

TYA,

PKS.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved the issue by myself. I was passing some incorrect values.