Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Forum Posts

Error while updating table

Hello Team,I was trying to disregard a pending approval on Hanarule with an enhanced query job.here's what I put in the job. SELECT '0' AS HANARULE__SENTFORAPPROVAL, h.hanarulekey as HANARULE__PRIMARYKEY from HANARULE h where h.hanarulekey=418;and Wh...

Joon_0-1700535808539.png
Joon by Regular Contributor II
  • 459 Views
  • 4 replies
  • 0 kudos

Resolved! Does SFTP Connector supports Windows as Target?

Team,I want to check if the SFTP connector supports windows as Target to download the files, if we configure the windows machine as SFTP server?Use case:We are basically trying to migrate disconnected application integration from existing IGA system ...

sk by All-Star
  • 1121 Views
  • 4 replies
  • 0 kudos

Resolved! Provision Group and Membership from Saviynt into AD

Hi,We're running a test in our patner instance sanbox, We'd like to provision groups from Saviynt to our AD.So far this has been successful with Creating Users in our Saviynt DB from the UI & via file based method and provisioned it into our AD. This...

Rho by New Contributor III
  • 515 Views
  • 2 replies
  • 0 kudos

org.quartz.threadPool.threadCount

Hi All,This is a two part question. The following article suggests that maximum value for org.quartz.threadPool.threadCount can be set to 20. https://forums.saviynt.com/t5/general-discussions/provisioning-wsretry-thread-count/m-p/2817#M9551) In our e...

PRana by New Contributor
  • 372 Views
  • 2 replies
  • 0 kudos

SAP CUA based ECC System has certain Accounts in Saviynt that suddenly show-up as Active.

There is a scenario where SAP ECC System onboarded in Saviynt (CUA Enabled), 1K accounts which are actually user-lock=64 but keep showing up as "Active" in SaviyntThe accounts have been suspended manually in Saviynt side but keep getting re-activated...

Triggerchain Job questions

I have some questions about the triggerchain Job we're using for our customer.Context: We have an OpenLDAP access import and account import along with other jobs in the triggerchain Job. The OpenLDAP access import takes about 55min to fully run and i...

Caesrob_0-1698047552216.png Caesrob_1-1698047585065.png
Caesrob by Regular Contributor
  • 265 Views
  • 1 replies
  • 0 kudos

How to do uncorrelation of bulk accounts

Hi Team,Is there any way to do uncorrelation of accounts in bulk as we have few invalid accounts imported from target and inactivated already those accounts, but still those accounts are correlated with users. Now we want to uncorrelate/remove those ...

Rajesh_IAM by Regular Contributor
  • 510 Views
  • 3 replies
  • 0 kudos

Resolved! AD HomeDirectory Mapping

I am trying map the homeDirectory and getting an error. What is the proper way to map the homeDirectory "homeDirectory": "\\C:\Users\${user.systemUserName}\OneDrive - Availity, L.L.C"

cdavis2 by Regular Contributor
  • 630 Views
  • 4 replies
  • 0 kudos

Resolved! Subsequent job execution

Is there a way in which we can schedule jobs to run back to back to back as soon as the previous job has been completed? Or can we only schedule on timestamp?

Caesrob by Regular Contributor
  • 512 Views
  • 2 replies
  • 0 kudos

Creating bulk request using file upload

I am trying to create bulk request using file upload API "uploadSchemaFile", I can see the selected file is uploaded after the API is called but the requests are not generating after this.I tried starting BulkRequestsJob but it didn't make any differ...

Anurag by Regular Contributor
  • 1308 Views
  • 9 replies
  • 0 kudos

Resolved! External Jar Job failing in Saviynt

Hello,We have made an external Jar Job which pulls groups and accounts from a resultset of an analytics query of entitlements which have been made in Saviynt through the API but are not yet provisioned to AD.The external Jar Job then creates a new cr...

Caesrob_0-1697006404323.png
Caesrob by Regular Contributor
  • 398 Views
  • 1 replies
  • 0 kudos

Azure Access Import Job is failing with "Incorrect string value: '\xF0\x9D\x97\x96\xF0\x9D."

Hi Team,We are observing one issue after upgrading into latest version in 5.5Spx .Azure Access import job is failing with below error :Incorrect string value: '\xF0\x9D\x97\x96\xF0\x9D...' for column 'DESCRIPTION' at row 1 . We tried to check in the ...

AravindK by Regular Contributor
  • 483 Views
  • 2 replies
  • 0 kudos

Split file imported by sftp

Dear All,I'm receiving one file containing accounts and entitlement via sftp. I'm able to get it but I don't know how to import account and entitlement from the same csv file via the 2 jobs: SchemaAccountImport and EntitlementValueImportJob ?Before w...

QNeumayer by New Contributor
  • 379 Views
  • 2 replies
  • 0 kudos

Accounts do not get synced during re-conciliation with Saviynt after being removed from the target

Hi Team,We observed that the accounts for users that were removed from SAP (target application) were not synced in Saviynt for ECP SAP systems, and the accounts are still active in Saviynt.We checked the logs and found that it shows that 1229 account...

ssingh16_0-1695409586827.png
ssingh16 by New Contributor III
  • 638 Views
  • 4 replies
  • 0 kudos

Resolved! PII not erased

Hello everyone.I would like to ask you about PII elimination.I am currently trying to create Analytics and Job to erase PII but without success.When I look at Analytics History, Action is still Open, so I suspect that setting Default_Action_For_Analy...

JohnDoe_0-1696220917665.png JohnDoe_1-1696220921088.png
JohnDoe by Regular Contributor
  • 542 Views
  • 2 replies
  • 0 kudos

Problems with Access Import from SuccessFactors

When we try to import access from SuccessFactors in our Saviynt production environment, the job runs for around 2.5 hours, then just disappears. In the job history, there is no end date afterwards and no other details about the job that has run.We ha...

TimoR by New Contributor III
  • 351 Views
  • 1 replies
  • 0 kudos

Resolved! Updating attribute in Users table

Hi Team,I have requirement to update certain attributes (Displayname/Manager) in Users table according to some conditions. In older version I used "Customquery" job to update attributes in Users table.However, in the recent version (v23.8) the new "E...

Shreya47 by New Contributor III
  • 1023 Views
  • 3 replies
  • 0 kudos

Resolved! Advanced query in WSRETRY Job

Hi,There is a requirement to exclude certain applications from wsretry job and run them separately.So used below query and it worked fine in nonprod:and at.ENDPOINT not in(5,10,15,20) or at.TASKTYPE in(9)Added 'or' condition as also wanted to process...

About Execute Extension Queries

In EIC v23.1, I use "Execute Extension Queries **DEPRECATED** (CUSTOMQUERYJOB)" job type.But, this job type is mentioned as *DEPRECATED* and I don' see this job type in v23.7.How can I use Execute Extension Queries job in latest version?

KK by Regular Contributor
  • 724 Views
  • 5 replies
  • 0 kudos

Resolved! Differences between Provisioning Job (WSRETRYJOB) and Single Instance Provisioning Job (WSBlockingRe

Hello.Let me ask you a question about Provisioning Job (WSRETRYJOB) and Single Instance Provisioning Job (WSBlockingRetryJob).① I don't understand the difference between them in the description.Can you tell me the difference between them and why enab...

JohnDoe by Regular Contributor
  • 505 Views
  • 1 replies
  • 0 kudos

Resolved! unable to assign SAV role to users

Hi All,We are trying to assign default  ROLE_SAV_ENDUSER as Sav Role to users. We have tried configuring it in Connection level in AD in both DEFAULT_USER_ROLE attribute and Default SAV Role, also in JOB configuration we have given  Add SAV Role, not...

sairamya15 by New Contributor III
  • 714 Views
  • 6 replies
  • 0 kudos

Pausing jobs

Hi, This is with reference to EIC PROD deployment. As per new EIC prod, if we have an option to Pause all jobs and not individual jobs.  Is there a way to pause one job at a time? EIC URL: Saviynt Security Manager Login (saviyntcloud.com)   Thanks S...

nsapna_0-1692782037035.png
nsapna by Regular Contributor
  • 768 Views
  • 6 replies
  • 0 kudos

Scheduling An Import Job Query

Hello Team,There is a requirement that an authoritative source reconciliation job be scheduled to pick up updates from the last 7 days.As per the current configuration, we have defined CP5 in the security system to pick up updates for 24 hours only.W...

Akumar00 by New Contributor
  • 1139 Views
  • 16 replies
  • 0 kudos

Custom query job deprecation

Currenlty we are on saviynt version 23.5 and we are planning to go_Live with 23.7 version. We don't have our PROD environment ready, so I have a question -  As from the release notes of 23.7 version, Custom query job will get deprecated. We have some...

TAR by New Contributor
  • 500 Views
  • 3 replies
  • 0 kudos