cancel
Showing results for 
Search instead for 
Did you mean: 

debug access request after creating

former_member554574
Discoverer
0 Kudos

Hi experts,
we use GRC AC 10.0
How can i debug access request after creating?
When i create a request, i can debug it through GRAC_UIBB_ACCESS_REQUEST.
But after creating i can't enter in the provisioning engine - CL_GRAC_PROVISIONING_ENGINE-CREATE_USER or CL_GRAC_PROVISIONING_ENGINE->PROVISION.
Please help.

Accepted Solutions (1)

Accepted Solutions (1)

alessandr0
Active Contributor
0 Kudos

Hi Sergey,

once it's running, you need to debug with the user id WF-BATCH. Use an external breakpoint and let it run. Debugger should jump on.

Regards, Alessandro

Answers (1)

Answers (1)

former_member554574
Discoverer
0 Kudos

Hi Alessandro,

Thank you very much! It's works!
We have two systems 10.0 and 10.1

For 10.1 it works fine. Settings let to set debug with user WF-BATCH.

For 10.0 it doesn't allow to set WF-BATCH, System is requiring Dialog type of user (WF-BATCH is System type in both 10.0 and 10.1)

alessandr0
Active Contributor
0 Kudos

Sergey,

that's correct. In order to debug, WF-BATCH must be of type dialog. Should actually be the same in 10.1 (at least in my system it is). Temporarily changing the user type shouldn't cause any issue.

Regards, Alessandro