- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
The connection attempt failed.
Hi , I am new in Postgres world.
I have installed EDB Postgres 11, and installed additional tools.
I cannot the DB's using EDB-PSQL, however when attempting to connect using EDB-PLUS, I get The connection attempt failed.
edb*Plus: Release 11 (Build 37.0.0)
Copyright (c) 2008-2018, EnterpriseDB Corporation. All rights reserved.
SQL> connect enterprisedb/###############
The connection attempt failed.
SQL> connect enterprisedb/##############@localhost:5444/edb
The connection attempt failed.
SQL>
I will greatly appreciate your assistance.
Archived Discussions
Effective March 31st, we will no longer engage on PostgresRocks.
How to engage with us further?
- Thought Leadership: EDB Blogs
- Tips and Tricks: Postgres Tutorials
- Customer Support: Create a Case Please note: Only customers with an active EDB support subscription and support portal authorization can create support ticket
- Engage on Stackoverflow While engaging on Stackoverflow tag the question with EDB or EnterpriseDB.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: The connection attempt failed.
I was able to connect :
SQL> connect
User: enterprisedb
Enter Password:
Connected to EnterpriseDB 11.5.12 (localhost:5444/edb) AS enterprisedb
SQL> select * from dept;
DEPTNO DNAME LOC
------ -------------- -------------
10 ACCOUNTING NEW YORK
20 RESEARCH DALLAS
30 SALES CHICAGO
40 OPERATIONS BOSTON
SQL>