Hi All,
We are in the process of integrating our PostgreSQL JDBC application into SailPoint IdentityIQ (IIQ). While we are able to successfully connect from the SailPoint server to Host.amazonaws.com using the command line telnet(the database is hosted on the cloud), we are encountering an error when performing a test connection through the SailPoint IIQ interface.
The error message is as follows:
[ConnectorException] [Error details] The server encountered an unexpected error while contacting the target system during the test configuration operation. Please check the logs. FATAL: invalid value for parameter "TimeZone": "CST"
To address this issue, we attempted to update the database URL by appending ?options=-c%20TimeZone=UTC (e.g., jdbc:postgresql://HostName.amazonaws.com:port/DBName?options=-c%20TimeZone=UTC), but the error persists.
For reference, the Telnet connection test from the command line was successful:
asadmin@c366xnmiiq:~> telnet a206583-jewf-qa-pg-cluster-us-east-1-inst.cknrhwxiarxd.us-east-1.rds.amazonaws.com 5432
Trying 10.210.48.113...
Connected to a206583-jewf-qa-pg-cluster-us-east-1-inst.cknrhwxiarxd.us-east-1.rds.amazonaws.com.
Could anyone provide guidance on resolving this issue? Your assistance would be greatly appreciated.