1. create a user called something like jonzzz ( I used jonppp as you can see below ). See attached for what should be checked in the General and Database Access tabs of the CREATE user GUI.
Here's a "Script Object to Window As..." for the user so you can see its permissions
resource queue required -- using default resource queue "pg_default"
3. Once you see the user in the Security node of the schema browser, create a server registration to Greenplum with this user's credentials.
4. When you click ok in the Greenplum server registration dialog to complete the creation of the server connection for ADStudio, you receive the following
|
41 KB
|
32 KB
|
148 KB
|
209 KB
|
44 KB
The only user I've ever been able to connect to Greenplum with via a server registration is the user
dba
Whereas, I can create users in Postgresql via the create user gui, then use that user within a server registration inside Aqua Data Studio to connect.
page 36 of the Greenplum Admin Guide
host database role CIDR-address authentication-method
local database role authentication-method
page 36 of the Greenplum Admin Guide
host database role CIDR-address authentication-method
local database role authentication-method
I was trying to reply and asking you to take a look Chapter 6: Configuring Client Authentication of Administrator Guide, but you found out answer yourself. I noticed this problem while working on the implementation of the User Dialog, but I don't have access to the machine where Greenplum Server is hosted, hence, I could not provide more further information.
I was trying to reply and asking you to take a look Chapter 6: Configuring Client Authentication of Administrator Guide, but you found out answer yourself. I noticed this problem while working on the implementation of the User Dialog, but I don't have access to the machine where Greenplum Server is hosted, hence, I could not provide more further information.
Issue #8007 |
Closed |
Invalid |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
The only user I've ever been able to connect to Greenplum with via a server registration is the user
dba
Whereas, I can create users in Postgresql via the create user gui, then use that user within a server registration inside Aqua Data Studio to connect.