Saturday, June 26, 2021

SQL Developer: MY SQL Connection Error - The server time zone value 'CDT' is unrecognized

Status : Failure -Test failed: The server time zone value 'CDT' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support 



Add the following string after the port number

/?serverTimezone=CDT#


You can change 'CDT' in the string to the timezone that you recieved in the error.

Wednesday, June 9, 2021

SailPoint IIQDA Import Error: org.apache.http.conn.ConnectTimeoutException

 


This error is due to incorrect URL in XXX.target.properties file.

The URL should exactly like: %%ECLIPSE_URL%%=http\://192.168.61.102\:8080/identityiq

Replace with your IP and Host

Sunday, June 6, 2021

SailPoint IdentityIQ: Hide 'Add New Entitlement' button from 'Entitlement Catalog'


  •  This post lists the steps to hide the 'Add New Entitlement' button from 'Entitlement Catalog'


  • Navigate to SAILPOINT_HOME/scripts/sailpoint/web/define

e.g. /u01/sailpoint/tomcat/apache-tomcat-8.5.65/webapps/identityiq/scripts/sailpoint/web/define

  • Open file 'accountGroupGrid.js' and comment the line "toolbar.push(SailPoint.Define.Grid.Group.getNewGroupButton());" 

  • Save file and restart server


Explore this file and also other js files at this location for similar UI customization.