cancel
Showing results for 
Search instead for 
Did you mean: 

Receive data from a hierarchy table with Java API

Former Member
0 Kudos

I can’t get RetrieveLimitedHierChildrenCommand to work properly.

I have a hierarchy table with region info(with 1583 records) and I want to receive the children of one node(there are 53 nodes with children).

I use the method setParentNode(RecordId) and I receive some children but not all. With some nodes I receive 8-9 children(but in the data manager there are more) and with others none.

Are anyone else having a problem with this?

I’m using the latest MDM API version, MDM 5.5 SP05 Java API Patch 2 Hotfix 4 (Build 5.5.42.65) and my repository is also running the latest version, 5.5.42.75.

Accepted Solutions (0)

Answers (1)

Answers (1)

i806184
Advisor
Advisor
0 Kudos

This is a known bug and it is fixed with 5.5.42.75

Former Member
0 Kudos

I have not tetsted it yet, because I'm waiting for my server to be updated, but SAP told me that the API version 5.5.42.67 should fix the problem.

Thanks for your post.