cancel
Showing results for 
Search instead for 
Did you mean: 

how to see the spml Request and response log in IDM

devaprakash_b
Active Contributor
0 Kudos

hello experts,

We have connected Mendix system to IDM using spml web service and the connection is successful.

We would like to check how spml request is sent to the target system and how we are receiving the response too.

And also is it possible to fetch the roles in batches as we get connection timed out error often.

Suppose if there are 3K roles then it should send first 1 K role and then when we ran job agian next 1K like that?

Regards,

DP

Accepted Solutions (0)

Answers (1)

Answers (1)

Chenyang
Contributor
0 Kudos

Hi DP,

for second issue, you may execute the query with a separate dispatcher and with more memory (-Xmx512M) with bootstrap option.

Then filter the result by some attributes, for instance rolename to reduce the total number of roles in one step. This will help you resolve the timeout issue.