cancel
Showing results for 
Search instead for 
Did you mean: 

RetrieveLimitedHierTreeCommand doesn't return all hierarchi nodes

Former Member
0 Kudos

Hi:

I have tested with RetrieveLimitedHierTreeCommand to obtain whole hierarchy tree.

It returns only part of tree. tree. For example, I have a node that has 12 children and this command returns only 6 of them.

I got the root Record node with this

HierNode hierNode = hierTreeCommand.getTree();

and traverse tree recursively.

But, I am not getting whole tree but part of it.

Did anyone try this command?

Regards

Erol Akarsu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Erol,

Please check thread. Hope you would find the answer.

Thanks,

Mausam

Former Member
0 Kudos

Hello Erol,

I had similar issue with previous versions. After I upgraded the MDM jar files to the version 5.5.42.67 it worked good.

Anu