Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Failed to Connect or Import Okta Data: Cannot get property 'statusAndThresholdConfig' on null object

aainte
New Contributor
New Contributor

Our okta import job started failing no changes has been made. getting the Error - Failed to Connect or Import Okta Data :
Cannot get property 'statusAndThresholdConfig' on
null object

side note: we currently upgraded to 24.5 not sure if there is a correlation.  is anyone seeing similar issue? any guidance is greatly appreciated.

18 REPLIES 18

NM
Honored Contributor III
Honored Contributor III

Hi @aainte if the issue started happening after upgrade then raise a ticket for them same.


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

rushikeshvartak
All-Star
All-Star

Please share connection config screenshot.


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

aainte
New Contributor
New Contributor

@NM it started a little before the upgrade. i don't think it has to do with the upgrade. 

aainte
New Contributor
New Contributor

@rushikeshvartak here is the screenshots of our connection which is the out of the box okta connector. the funny thing is we have test environment same config, and the import job is working there. 

aainte_0-1727979907321.png

aainte_1-1727979915653.png

 

aainte_2-1727979922421.png

 

NM
Honored Contributor III
Honored Contributor III

@aainte share logs


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

aainte
New Contributor
New Contributor

@NM here is the logs:

aainte_0-1727981727108.png

 

aainte
New Contributor
New Contributor

@NM the job failure response 

 

aainte_1-1727981796028.png

 

 

What is connector type?


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

aainte
New Contributor
New Contributor

This is the okta out of the box connector to import accounts and groups

Did you added STATUS_THRESHOLD_CONFIG in connector


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

aainte
New Contributor
New Contributor

@rushikeshvartak, yes, it's part of the screen shots of the connector i shared here

Remove config and retry


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

aainte
New Contributor
New Contributor

@rushikeshvartak  tried your suggestion. removed the config and retried. still get the same error. restarted the app and still getting the same error 

  • Raise support ticket as this issue occurred after upgrade 

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

sealchan
Saviynt Employee
Saviynt Employee

I've noticed that your configuration USERFIELDMAPPINGS and APPACCOUNTFIELDMAPPINGS conforms to the documented configuration for v2022...but those configuration formats have changed in later versions:

v2022

https://docs.saviyntcloud.com/bundle/Okta-v2022x/page/Content/Creating-an-integration.htm

v2024

https://docs.saviyntcloud.com/bundle/Okta-v24x/page/Content/Creating-an-integration.htm#Creating4

USERFIELDMAPPINGS
This, like ACCOUNTFIELDMAPPINGS is a comma-delimited list which you have but your USERFIELDMAPPINGS ends with a semicolon. Try removing the semicolon

APPACOUNTFIELDMAPPING
This field is now a JSON. You still have it as a comma-delimited list

Chris Chandler
Engineer, Support Operations
Security+

Comma works just validated.

@aainte  - You need to put account mapping on new line each one

rushikeshvartak_0-1728496878876.png

rushikeshvartak_1-1728496907014.png

 

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

aainte
New Contributor
New Contributor

Thank you all for the support. @sealchan suggestion was the solution. 

aainte
New Contributor
New Contributor

the AppAccountFieldMapping was the issue. removing it fixed the job. going forward we are going to make it json format.