Sybase ASE (Adaptive Server Enterprise)
This article outlines the integration with the Sybase ASE (Adaptive Server Enterprise) connector, enabling metadata management through features such as crawling, profiling, querying, data preview, and automatic and manual lineage building. The connector extracts metadata for schemas, tables, views, columns, procedures, functions, triggers, indexes, and relationships.
The connector establishes connectivity to Sybase ASE using the jTDS JDBC driver. It authenticates using a service account configured with the required database credentials and permissions to access system catalog tables for metadata extraction and user tables and views for profiling, data preview, and lineage source code retrieval.

Overview
Connector Details
Connector Category
RDBMS
OvalEdge Release Supported
Release6.3.4 and later
Connectivity
[How the connection is established with Sybase ASE (Adaptive Server Enterprise)]
JDBC Driver
Connector Features
Crawling
✅
Profiling
✅
Query Sheet
✅
Data Preview
✅
Auto Lineage
✅
Manual Lineage
✅
Secure Authentication via Credential Manager
✅
Data Quality
❌
DAM (Data Access Management)
❌
Bridge
✅
Metadata Mapping
The following objects are crawled from Sybase ASE (Adaptive Server Enterprise) and mapped to the corresponding UI assets.
Schema
Schema name
Schema
Databases
Schema
Schema
Schema comment
Source Description
Databases
Schema
Table
Table Name
Table
Tables
table
Table
Table Type
Type
Tables
table
Table
Table Comments
Source Description
Descriptions
Source Description
Columns
Column Name
Column
Table Columns
-
Columns
Data Type
Column Type
Table Columns
-
Columns
Description
Source Description
Table Columns
-
Columns
Ordinal Position
Column Position
Table Columns
-
Columns
Length
Data Type Size
Table Columns
-
Views
View Name
View
Tables
view
Views
text
View Query
Views
View
Procedures
ROUTINE_NAME
Name
Procedures
-
Procedures
DESCRIPTION
Source Description
Descriptions
-
Procedures
ROUTINE_DEFINITION
Procedure
Procedures
-
Functions
ROUTINE_NAME
Name
Functions
-
Functions
ROUTINE_DEFINITION
Function
Functions
-
Functions
DESCRIPTION
Source Description
Descriptions
-
Triggers
Trigger Name
Name
Triggers
-
Triggers
Trigger Definition
Trigger Data
Triggers
-
Triggers
Trigger Type
Type
Triggers
-
keys
Keys
-
-
-
Indexes
Index name
Index
Indexes
Index
Indexes
If unique
Yes /No
Indexes
Index
Set up a Connection
Prerequisites
The prerequisites to establish a connection:
Whitelisting Ports
Make sure that inbound port “5000” is whitelisted to enable successful connectivity with the Sybase ASE.
The default port number for Sybase ASE is 5000. If a different port is used, ensure that the updated port number is specified during connection setup, the port is whitelisted, and communication between the system and Sybase ASE is properly established.
Service Account User Permissions
It is recommended to use a separate service account to establish the connection to the data source, configured with the following minimum set of permissions.
👨💻 Who can provide these permissions? The Sybase ASE (Adaptive Server Enterprise) administrator grants these permissions, since users may not have sufficient access to assign them.
Crawling
Schema
sysusers
Select
Crawling & Profiling
Tables & Views
sysobjects, sysusers
Select
Crawling & Profiling
Table Columns
sysobjects, syscolumns, systypes
Select
Crawling
Foreign Keys / Relationships
sysreferences, sysobjects, syscolumns
Select
Crawling
Indexes
sysindexes, sysindexkeys, syscolumns, sysobjects
Select
Crawling & Lineage Building
Views (Source Code)
sysobjects, syscomments
Select
Crawling & Lineage Building
Stored Procedures & Functions (Source Code)
sysobjects, syscomments
Select
Crawling
Triggers (Source Code)
sysobjects, syscomments
Select
Profiling
User Tables / Views (Data)
Target user tables and views
Select
The connector requires SELECT permission on the listed SAP ASE system tables to retrieve metadata required for schema discovery, object crawling, relationship extraction, index extraction, and source code retrieval.
SELECT permission on the target user tables and views is required to perform profiling operations, including row count, data preview, sample data retrieval, and column statistics.
Lineage building for views, stored procedures, and functions requires access to the object definitions stored in the syscomments system table.
Connection Configuration Steps
Users must have the Connector Creator role to configure a new connection.
Log into OvalEdge, go to Administration > Connectors, click + (New Connector), search for Sybase ASE (Adaptive Server Enterprise), and enter the required parameters.
Fields marked with an asterisk (*) are mandatory for establishing a connection.
Connector Type
By default, "SAP ASE (Adaptive Server Enterprise)" is displayed as the selected connector type.
Credential Manager*
Select the desired credentials manager from the drop-down list. Relevant parameters will be displayed based on the selection.
Supported Credential Managers:
OE Credential Manager
AWS Secrets Manager
HashiCorp
Azure Key Vault
For more details, click here.
License Add-On
Select the Auto Lineage Add-On checkbox to build data lineage automatically.
For more details, click here.
Connector Name*
Enter a unique name for the Sybase ASE (Adaptive Server Enterprise) connection
(Example: "Sybase ASE (Adaptive Server Enterprise)_Prod").
Connector Environment
Select the environment (Example: PROD, STG) configured for the connector.
For more details, click here.
Connector Description
Enter the description related to the connector.
Server*
Enter the Sybase server hostname or IP address of the target data source (Example: sybase.example.com or 192.xxx.xx.20).
Port*
By default, the port number for Sybase ASE (Adaptive Server Enterprise), "5000" is auto-populated. If required, the port number can be modified as per the custom port number that is configured for Sybase ASE (Adaptive Server Enterprise).
Database*
Enter the name of the Sybase database to which the service account user has access.
Driver*
By default, the Sybase JDBC driver details are auto-populated and cannot be modified. The connector uses the jTDS driver to establish the connection.
Username*
Enter the service account username configured to access the Sybase database. Ensure that the account has the required permissions to access the database metadata and data.
Password*
Enter the password associated with the configured service account user.
Connection String
Configure the connection string for the Oracle database:
Automatic mode: The system generates a connection string based on the provided credentials.
Manual mode: Enter a valid connection string manually.
Replace placeholders with actual database details.
{sid} refers to the database name.
Plugin Server
Enter the server’s name when running as a plugin server.
Plugin Port
Enter the port number on which the plugin is running.
Default Governance Roles
Default Governance Roles*
Select the appropriate users or teams for each governance role from the drop-down list. All users and teams configured in OvalEdge Security are displayed for selection.
Admin Roles
Admin Roles*
Select one or more users from the drop-down list for Integration Admin and Security & Governance Admin. All users configured in OvalEdge Security are available for selection.
No of Archive Objects
No Of Archive Objects*
This shows the number of recent metadata changes to a dataset at the source. By default, it is off. To enable it, toggle the Archive button and specify the number of objects to archive.
Example: Setting it to 4 retrieves the last four changes, displayed in the 'Version' column of the 'Metadata Changes' module.
Bridge
Select Bridge*
If applicable, select the bridge from the drop-down list.
The drop-down list displays all active bridges configured in OvalEdge. These bridges enable communication between data sources and OvalEdge without altering firewall rules.
After entering all connection details, the following actions can be performed:
Click Validate to verify the connection.
Click Save to store the connection for future use.
Click Save & Configure to apply additional settings before saving.
The saved connection will appear on the Connectors home page.
Manage Connector Operations
Crawl/Profile
To perform crawl and profile operations, users must be assigned the Integration Admin role.
The Crawl/Profile button allows users to select one or more schemas for crawling and profiling.
Navigate to the Connectors page and click Crawl/Profile.
Select the schemas to crawl.
The Crawl option is selected by default. To perform both operations, select the Crawl & Profile radio button.
Click Run to collect metadata from the connected source and load it into the Data Catalog.
After a successful crawl, the information appears in the Data Catalog > Databases tab.
The Schedule checkbox allows automated crawling for a selected timeframe, from a minute to a year.
Click the Schedule checkbox to enable the Select Period drop-down.
Select a time period for the operation from the drop-down menu.
Click Schedule to initiate metadata collection from the connected source.
The system will automatically execute the selected operation (Crawl or Crawl & Profile) at the scheduled time.
Other Operations
The Connectors page provides a centralized view of all configured connectors and their health status.
Managing connectors includes:
Connectors Health: Displays the current status of each connector, with a green icon for active connections and a red icon for inactive connections, helping monitor connectivity to data sources.
Viewing: Click the Eye icon next to the connector name to view connector details, including databases, tables, columns, and codes.
Nine Dots Menu Options:
To view, edit, validate, build lineage, configure, or delete connectors, click on the Nine Dots menu.
Edit Connector: Update and revalidate the data source.
Validate Connector: Check the integrity of the connection.
Settings: Modify connector settings.
Crawler: Configure data extraction.
Profiler: Customize data profiling rules and methods.
Access Instructions: Add notes on how data can be accessed.
Business Glossary Settings: Manage term associations at the connector level.
Lineage: Select server dialects for parsing and setting connector priority for table lineage.
Others: Configure notification recipients for metadata changes.
Build Lineage: Automatically build data lineage using source code parsing.
Delete Connector: Remove a connector with confirmation.
For more details on connector settings, click here.
Connectivity Troubleshooting
If incorrect parameters are entered, error messages may appear. Ensure all inputs are accurate to resolve these issues. If issues persist, contact the assigned support team.
1
JZ00L: Login failed / Login failed for user
Description: This error occurs when the supplied username or password is incorrect, the account is locked or expired, or the authentication configuration is invalid.
Resolution:
Verify the username and password by connecting through a SQL client such as isql or DBeaver.
Ensure the login account exists, is unlocked, and the password has not expired.
Confirm that the login has access to the target database.
2
JZ006: Caught IOException: java.net.ConnectException: Connection refused
Description: This error indicates that the application cannot establish a connection to the Sybase server because the host or port is incorrect, the database service is unavailable, or network traffic is blocked.
Resolution:
Verify that the server name and port number are correct.
Check network connectivity using tools such as telnet or nc.
Ensure the Sybase server is running and firewall rules allow the connection.
3
JZ006: Caught IOException: java.net.SocketTimeoutException: Read timed out
Description: This error occurs when the database server does not respond within the configured timeout period due to network latency, heavy server load, or unstable connectivity.
Resolution:
Increase the connection or socket timeout value.
Verify network latency and stability between the application and database server.
Review database server performance and firewall idle timeout settings.
4
UnknownHostException
Description: This error indicates that the configured hostname cannot be resolved to an IP address from the application server.Resolution:• Verify the hostname is entered correctly.• Validate DNS resolution using tools such as nslookup or dig.• Use the server IP address temporarily or update the DNS configuration if required.
5
No suitable driver / ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver
Description: This error occurs when the required Sybase JDBC driver is unavailable, or the configured driver class is incorrect.
Resolution:
Ensure the Sybase-compatible JDBC driver is available in the application classpath.
Verify that the configured driver class and JDBC URL are correct.
Restart the application after updating the driver configuration.
6
JZ0C0: Connection is already closed / Stale pooled connection errors
Description: This error occurs when the connection pool attempts to reuse database connections that have already been closed due to database or network interruptions.
Resolution:
Enable connection validation before reusing pooled connections.
Configure appropriate connection idle timeout and maximum lifetime settings.
Enable connection keepalive to prevent stale connections.
7
Database '' not found / Cannot open database requested by login
Description: This error occurs when the specified database does not exist or the login account does not have permission to access it.
Resolution:
Verify that the database name is correct.
Ensure the login is mapped to the specified database.
Grant the required database access permissions if necessary.
8
Permission denied while metadata crawl (tables/views/procedures)
Description: This error occurs when the service account can connect to the database but lacks sufficient permissions to access system catalog tables or database objects required for metadata extraction.
Resolution:
Grant the required SELECT permissions on the necessary system catalog tables.
Verify metadata access using the same service account.
Use a service account with appropriate metadata access privileges.
9
SSL/TLS handshake failures (handshake_failure, certificate path errors)
Description: This error occurs due to SSL/TLS configuration issues such as untrusted certificates, protocol mismatches, or certificate validation failures.
Resolution:
Import the required certificate chain into the application's truststore.
Verify that the client and server use compatible TLS versions and cipher suites.
Ensure the certificate hostname matches the configured server name.
10
Intermittent failures only from the application node
Description: This error indicates that connectivity issues exist only from the application environment due to network policies, firewall rules, proxies, or security group restrictions.
Resolution:
Compare firewall, proxy, and security group settings between working and failing environments.
Test database connectivity directly from the application server.
Work with the network team to review routing rules and connection logs.
Copyright © 2025, OvalEdge LLC, Peachtree Corners GA USA
Was this helpful?

