Skip to Content
0
Aug 03, 2022 at 07:40 AM

Runtime error during repo job scheduling in SAP IAG

706 Views

Hello,

We are trying to check a use case of submitting an access request in SAP IAG in order to provision ARIBA users with the required access. For this scenario, we have tried to integrate IAG, ARIBA and IAS where:

IAG - is utilized for user provisioning

ARIBA - cloud app where the actual user data exist and can be synced up to IAG & IAS

IAS - Authentication service which is enabled to check the user authenticity/validity

After performing the required configurations in all the three platforms, we have the below tasks done to check the data sync-up status.

1. User details synced from ARIBA to IAG using job scheduler in IAG

2. ARIBA user information is uploaded to IAS

3. Repository sync job ran via job scheduler in IAG so as to further submit an access request for a specific user

When the highlighted repo job is checked for the logs, we found the below error. Can someone throw some light on the same and share the insights on how this issue can be taken off?

Error - Runtime error occurred: while trying to invoke the method java.lang.String.length() of a null object loaded from local variable 'str'

Thanks