Trouvez facilement les événement en recherchant : #<ID d'Événement>
Exemple: #1832
Trouver facilement des membres en cherchant dans: <nomutilisateur>, <prénom> et <nom>.
Exemple: La recherche Smith , retournera le résultat Smith et adamsmith
Aqua Data Studio / nhilam |
Suivre
827
|
If you have issues connecting to your PostgreSQL server, make sure that you have started your PostgreSQL postmaster with the ’-i’ option which enables TCP/IP connections.
TCP/IP connections are required for Aqua Data Studio to connect to the PostgreSQL server.
Tab Coloring
To Identify Server Environments, whether it is a Production, Development or Test, use Tab Coloring feature:
Using the Keyboard combination "CTRL + SHIFT + P", you may quickly access Server Properties and edit Tab Coloring options.
Edit the Server Properties, to use FILTER options for a Server in Aqua Data Studio:
Features
Using the drop-down at the top of the Filter Tab, quickly change your Schema or Folder View.
Filter Examples:
If your intention is to show only the tables that start with XXPKD, then you'll need to change your main filter to "Exclude All", and secondary filter to "+XXPKD*". Note the "+" in front of the XXPKD pattern. Also, note that the filter pattern is case sensitive.
The filter shown below is set to exclude all databases except those that start with "aq". This is similar to the above example where all schemas, except the XXPKD schema, are excluded. Then, there is an "Object Folder" filter on the Tables folder, which excludes everything except those that start with "forum".
Edit the Server Properties to use Advanced Properties in Aqua Data Studio:
With options in Advanced properties of a Server, you can:
Using the drop-down at the bottom of the Advanced Tab, quickly change your Object Display in the Server Browser.
Edit the Drivers Properties to use Driver Parameters in Aqua Data Studio:
With options in Driver properties of a Server, you can edit/view the:
To use SSL in Aqua Data Studio, you must add the option"?ssl=true" in the "Driver Parameters:" in the Driver Tab of a Server Registration.
To enable SSL for PostgreSQL the user must import an SSLcertificate into the keystore of the Java Virtual Machine that is being used to run Aqua Data Studio.
Create a quick self-signed certificate using the following OpenSSLcommand:
openssl req -new -text -out server.req
Fill out the information that openssl asks for. The challengepassword can be left blank. The program will generate a key that ispassphrase protected; it will not accept a passphrase that is lessthan four characters long. To remove the passphrase (as you must ifyou want automatic start-up of the server), run the commands
openssl rsa -in privkey.pem -out server.key rm privkey.pem
Enter the old passphrase to unlock the existing key. Now do
openssl req -x509 -in server.req -text -key server.key -out server.crt chmod og-rwx server.key
to turn the certificate into a self-signed certificate and copythe key and certificate to the data directory of the server. Nowconvert the server.crt to a format java can import on theclient:
openssl x509 -in server.crt -out server.crt.der -outform der
Now import the cert into the java keystore:
keytool -keystore [your java home here]/lib/security/cacerts -alias [any name for cert desired] -import -file server.crt.der
enter the password for the cacerts keystore (default is’changeit’). Say yes to trust this cert.
Make sure your Aqua Data Studio instance knows which keystore touse for the SSL connection by adding to the startup script theparameter-Djavax.net.ssl.trustStore=\lib\security\cacerts
Windows: (Executable) - Modify the[ADS_INSTALL]\datastudio.ini
- Add to the file vmarg.2=-Djavax.net.ssl.trustStore=\lib\security\cacerts"
Windows: (Batch) - Modify the [ADS_INSTALL]\datastudio.bator datastudio-bundled.bat
- Last line should execute java with the parameter between"java" and "-cp" such as ...
"java -Djavax.net.ssl.trustStore=\lib\security\cacerts-cp"
OSX: - Modify /Aqua Data Studio/Contents/Info.plist
> ... > VMOptions > > -Djavax.net.ssl.trustStore=/Library/Java/Home/lib/security/cacerts > -Xmx256m > MainClass > com.aquafold.datastudio.DataStudio > ...
Unix: (Script)
- Last line should execute java with the parameter between"java" and "-cp" such as ...
"java -Djavax.net.ssl.trustStore=\lib\security\cacerts-cp"
Edit the Permissions in Server Properties in Aqua Data Studio:
With options in Permissions Tab of a Server, you can:
Edit Scripts in Server Properties in Aqua Data Studio:
With scripts in the Script Tab of a Server, you can:
Edit Shell Scripts in Server Properties in Aqua Data Studio:
With scripts in the FluidShell Tab of a Server, you can:
À Propos d'AquaClusters Politique de Confidentialité Assistance Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017