04/10/2023 12:48 AM
We are connecting "Guide Wire" application with SOAP connector. The API we are using to bring limited number of account is using a set timestamp as base of recon. so the accounts updated/created post that timestamp will be reconciled. We do not have any updatedate kind of timestamp coming from endpoint for individual accounts.
When we run the recon with newer timestamp, the accounts imported earlier are getting marked as "suspended from import". ( when we run the full import).
if I run the same with incremental import job, the job it self fails. Not getting enough information in the logs on why does it fail. ( Please note we do not have any field to be marked as incremental field.)
Could someone please suggest what way I should use.
As of now I am giving a constant for the base timestamp, I need to use some dynamic field in json to change the timestamp for last import time. I tried "ACCOUNTS_LAST_IMPORT_TIME", but same is not working.
Solved! Go to Solution.
04/10/2023 01:32 AM - edited 04/10/2023 01:32 AM
Hello @abhiupadhyay,
The SOAP connector does not currently support incremental import. The only import method available for the SOAP Connector at the moment is as follows:
SOAP |
|
|
Please feel free to raise an enhancement request in our idea portal at https://ideas.saviynt.com/ideas.
For ref:- https://docs.saviyntcloud.com/bundle/EIC-Connectors/page/Content/Saviynt-EIC-Connector-Usecases.htm
Thanks,
04/10/2023 04:21 AM
@sudeshjaiswal thanks for the detailed reply.
Is there a way I can stop "suspend from import" change for the accounts not coming in recon.
If that is possible, I can try creating a dynamic attribute for giving me last recon timestamp and run full recon (with filtered data).
04/11/2023 01:44 AM
You can use:
InactivateAccountsNotInFile: Specify true or false to instruct the connector to mark accounts that are not imported during import as inactive or SUSPENDED FROM IMPORT SERVICE. When set to true, accounts that are not imported during import are marked as inactive. The default value is false.
In STATUS_THRESHOLD_CONFIG json
04/11/2023 01:53 AM
@RakeshMG @sudeshjaiswal is there any option for not to take any action for accounts .. not coming from recon? I do not want to mark them inactive or "suspend from import". The endpoint here does not delete any data. I want to accommodate filtered recon with full recon query and do not want to change the status of any account that is not coming in recon.
04/11/2023 04:25 AM
No you have to select either of the option for status while import.