Questions tagged [sailpoint]

Use this tag to tag any questions related to Sailpoint or IIQ development or implementation or support question/

Sailpoint or IIQ is a Identity management system which is developed by Sailpoint and its one of the top most identity management solution used widely in world

This is the niche skill and has less of effective documentation so there will be lots of questions.

Use this tag to tag any questions related to Sailpoint or IIQ development or implementation or support question/

53 questions
0
votes
1 answer

unable to launch identity homepage through tomcat. not able to connect to mysql although able to connect through mysql workbench

I am a beginner to sailpoint and currently using identityiq and I am unable to connect to identityiq homepage. Probable reason is that my tomcat is unable to connect to Mysql server. MYSQL hosted on default port 3306. Tomcat on default port…
shashwat
  • 11
  • 1
  • 2
0
votes
1 answer

How to disable account of identity in Sailpoint via java API?

I am working on JDBC provisioning where create and delete operation is working fine. Now I am trying disable operation which is nothing but updating the status as disable in the db, which is also working fine but account is not getting disabled, it…
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
1 answer

Account Name showing ??? in Sailpoint instead of account Name

I am working on JDBC provisioning and even if provisioning is working fine i.e. record is getting inserted in database table, the account name is coming as ??? and account status coming as deleted. I already have provisioning policy in place and…
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
0
votes
2 answers

Using Slack SCIM API to provision users via SailPoint IIQ

I want to use SailPoint IIQ to provision and de-provision Slack users via Slack SCIM API. Slack SCIM API uses version 1.1. and uses Basic or OAuth for authentication. I have setup a Slack Enterprise account, generated the API key, and the SCIM API…
jahin07
  • 67
  • 1
  • 9
0
votes
3 answers

csv created by java code is writing all the data in the same row

This is a beanshell code , so a few things might look odd for a java developer. The emailFileAttachment function is a sailpoint API, a tool I am using. My problem is the data I am putting in my map is being put in a single line in excel file. And…
Diwas
  • 33
  • 1
  • 8
-1
votes
0 answers

Tomcat server restart using startup bat, getting illegal access exception

[enter image description here](https://i.stack.imgur.com/GHEXG.jpg)While starting tomcat server using startup.bat getting illegal access exception and here is the error snapshot. I tried to start the tomcat server but getting same error, changed…
-1
votes
1 answer

Convert numeric to datetime

I'm querying a SQL Server table that has this column: dateCreated(numeric(19, 0), null) It appears this is UNIX epoch time. I want to select everything from the table and convert the dateCreated column to something appropriate for a report extract.…
deskFan
  • 31
  • 1
  • 4
-2
votes
1 answer

How to read files from SFTP client without JSch

I'm trying to read a couple of files from SecureFTP client for run a daily report task: The file contents from both the files(.bck file format) looks like this in each…
D C
  • 41
  • 6
1 2 3
4