Preflight checks for SAP ASE
Before running the SAP ASE crawler, run preflight checks to perform necessary technical validations.
Before running the SAP ASE crawler, you can run preflight checks to perform the necessary technical validations. The following preflight checks are completed:
Connectivity check
Verifies that Atlan can connect to your SAP ASE server and checks the server version.
✅ Connected to SAP ASE server '$serverName'
❌ Connection failed: $error
If the server version is below 16.0, the check passes with a warning that user-defined functions (Function assets) aren't available.
Schemas check
Verifies that the include and exclude filters match at least one schema across the in-scope databases.
✅ Found $schemaCount schemas across $databaseCount database(s) matching the filter
❌ The filter matched no schemas — nothing would be crawled
A SELECT permission denied (ASE error 229) failure means the Atlan user can't read the system catalogs in one of the in-scope databases - check the setup steps.
Tables check
Counts the tables that match the include and exclude filters across the in-scope databases.
✅ Found $tableCount tables matching the filter
⚠️ Skipped — no schemas matched
See also
- Crawl SAP ASE: Run the crawler after preflight checks pass
- Set up SAP ASE: Configure connection and authentication