PostgreSQL Database integration with simplifier
-
Naga Vyshnavi SimhadriHas successfully completed the online course Basics (100)11 months ago #42173
I created a service in online platform that is aiven ,after creation of service it provides the information like host, port, database name, username, password, CA certificate. So now i am using those details in simplifier PostgreSQL connector and “username ,password” as login method then i am getting this error::
“message”: “FATAL: no pg_hba.conf entry for host \”103.80.52.1\”, user \”avnadmin\”, database \”defaultdb\”, no encryption”,
“success”: falsewhen i am trying to use certificate as login method then i am getting this error::
{
“message”: “The login-method certificate: [Unknown (15): PostGresDemoNewCert] associated to connector: [PostgresConnectorCURDOperations] is not usable due to the status: [Created].”,
“success”: false,
“details”: {
“connector”: “PostgresConnectorCURDOperations”,
“certificateType”: “login-method”,
“certificate”: “Unknown (15): PostGresDemoNewCert”,
“status”: “CREATED”,
“statusPretty”: “Created”
}
}Armin WinklerHas successfully completed the online course IntroductionHas successfully completed the online course Intermediate (200)Has successfully completed the online course Advanced (300)Has successfully completed the online course Basics (100)9 months ago #43314::Hi Simhadri,
for this question I would like to ask you to create a support ticket in our portal and state the name of the customer and the use case / application you need this question answered for so we can provide you further help based on an existing Enabling budget with us. The error message you get seems to be PostgreSQL-specific, so I would recommend you to check the respective documentation for PostgreSQL first to ensure that your database is set up properly and can be accessed by the Simplifier server without any problems, before you go ahead and try to create a connector in Simplifier for it. Unfortunately, we can’t provide support for third-party software / services here in this forum, thank you for your understanding.
Kind regards,
Armin
You must be logged in to reply to this topic.