Easily find issues by searching: #<Issue ID>
Example: #1832
Easily find members by searching in: <username>, <first name> and <last name>.
Example: Search smith, will return results smith and adamsmith
Aqua Data Studio / nhilam |
Follow
827
|
Registering Servers
All of these launches the Register Server dialog, which lets you fill in the properties of the server you are attempting to connect to. The properties of any registered server can be viewed and altered by right-clicking on a server in the Schema Browser and selecting "Server Properties." There are defaults set for the different RDBMSes within the Register Server Dialog, depending on the database vendor and version chosen. In most cases it is good to use these defaults. There is some variation in how different database types are registered and it is important to have the correct drivers. For more information on drivers see the "JDBC Drivers" section. It is possible to register servers by using a configuration copied from another user. The servers from a copied configuration will populate the schema browser, but passwords will have to be entered within the properties of each one. Passwords do not copy when configurations are duplicated. See the "Application: Settings" section for more information on sharing and portability of Aqua Data Studio configurations. Each section below offers specific notes for the different database types.
|
|
Register Oracle Server - If you have any issues connecting to your Oracle instance, make sure that you can ping your server with ’tnsping’. Also, make sure you have the correct JDBC driver if you are connecting through OCI libraries. (Drivers) Aqua Data Studio also allows you to connect to Oracle RAC and Oracle Connection Manager by entering into "Host" value: Oracle Connection Manager Examples: Oracle RAC Examples: |
|
Register DB2 Server - Before connecting to your server, make sure you have the appropriate driver for your DB2 version and fixpack. | |
Register Informix Server - Informix registrations should be straight forward. | |
Register Microsoft SQL Server - SQL Server registrations should be straight forward. Connecting and Use with MS SQL Server Debugger (Microsoft SQL Server 2005) - The Advanced Tab requires entering Domain, Username and Password when connecting to SQL Server 2005 for debugging. If your SQL Server is not part of a domain, enter its IP address as the domain. When registering an SQL Server for use with the MS SQL Server Debugger it is important to set the security on the server itself to allow for the debugger’s connection. On the server hosting SQL Server 2005, the following must be set correctly to allow for debugging.
|
|
Register PostgreSQL Server - 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 ADS to connect to the PostgreSQL server. | |
Register MySQL Server - Before connecting to MySQL you will need to GRANT access to your user and machine. Because the MySQL JDBC driver uses TCP/IP sockets instead of Unix Domain Sockets, the security manager in MySQL server will use the HOSTS table to determine whether or not the connection should be allowed. To grant your user access use this syntax: "GRANT ALL PRIVILEGES ON [dbname].* to ’[user]’@’[hostname]’ identified by ’[password]’" to generate and execute an SQL command. | |
Register Sybase Server - Sybase registrations should be straight forward, although you should make sure your Sybase server has had the Sybase sql_serverXX.sql meta data script applied to it as documented in your Sybase documentation. This script is usually applied during installation by default. | |
Register Sybase Anywhere Server - Sybase Anywhere registrations should be straight forward. | |
Register Sybase IQ Server - Sybase IQ registrations should be straight forward. | |
Register Apache Derby - Apache Derby registrations should be straight forward. | |
Register Generic JDBC & ODBC Server - When registering a server using the Generic-JDBC connection type, make sure you specify the location of the driver which you will be using, with the correct URL and driver name. When registering a Generic-ODBC connection make sure that an ODBC datasource has already been created for use. |
About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017