Hi,
When doing provisioing , throwing null pointer exception error.
Hi @kani ,
Do you have any Beforeprovisioning rules attached to your source ?
Hi @osumane,
No there are no rules attached to this source
Hi @kani,
Welcome back to the community.
Looking at your provisioning request, I can see this is a CREATE account operation for a test user with multiple attribute assignments. Is the NPE shown for all operations and users while provisioning? The java.lang.NullPointerException suggests the issue is likely with one of the attribute values being processed. According to Snowflake REST API only username is required for creation. However the connector might be build to expect other values.
I see Add password: Unknown - this is suspicious. Try adding a static value for it like “pa$$word”.
Add roles: RDGDP_SUPPORT_RL - verify this role actually exists in your Snowflake instance**.**
Add default_warehouse: test and Add default_role: Public.Confirm both “test” warehouse and “Public” role exist and are accessible by the account used in source configuration.
Hi amar,
I will try the recommendation.
Meanwhile - I tried to create the account in the snowflake itself with the minimum attributes it is working fine there. The account got created successfully. I’m trying to replicate the same in the sailpoint.
Hi amar,
When i created the snowflake it is created successfully. Will SailPoint except different attributes than snowflakes?.
Hi Kanibharathi,
Glad to hear the account is getting created, was the creation done from Postman or Snowflake UI? Please share screenshots of latest error and Snowflake source configuration if you see fit.
Hi Kanibharathi,
What I see common in both errors is the unknown value for password. As you confirm the account/credentials is able to create account in Snowflake perhaps try adding a static value for password attribute in Create Account provisioning policy: -
Good luck
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.