> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/connectors/connector-repositories/rdbms/sap-successfactors.md).

# SAP SuccessFactors

This article outlines the integration with the SAP SuccessFactors connector, enabling streamlined metadata management through features such as crawling, manual lineage, profiling, sample profiling, and data preview. The connector extracts metadata from SAP SuccessFactors OData entities and their attributes, providing comprehensive visibility into metadata stored in the SAP SuccessFactors environment.

The connector establishes connectivity through the SAP SuccessFactors OData REST APIs and supports both Basic Authentication (API Key) and OAuth 2.0 authentication methods. It authenticates using a dedicated SAP SuccessFactors service account with the required API permissions to validate the connection, crawl metadata, perform profiling, retrieve sample data, and execute related connector operations.

![](https://1813356899-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhTnkoJQml0pok9awFDhx%2Fuploads%2FXxy0p9G87jBDTFfBq8qQ%2Funknown.png?alt=media\&token=cda49fa3-54e3-4da8-af47-6dcb0be18e3e)

## Overview

### Connector Details

| Connector Category                                                                     | RDBMS                |
| -------------------------------------------------------------------------------------- | -------------------- |
| OvalEdge Release Supported                                                             | Release6.x and later |
| <p>Connectivity</p><p>\[How the connection is established with SAP SuccessFactors]</p> | REST APIs            |

### Connector Features

| Feature                                      | Availability |
| -------------------------------------------- | :----------: |
| Crawling                                     |       ✅      |
| Delta Crawling                               |       ❌      |
| Profiling                                    |       ✅      |
| Sample 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 SAP SuccessFactors and mapped to the corresponding UI assets.

<table><thead><tr><th width="166.3333740234375">SAP SuccessFactors Object</th><th width="154.3333740234375">SAP SuccessFactors Attribute</th><th>OvalEdge Attribute</th><th>OvalEdge Category</th><th>OvalEdge Type</th></tr></thead><tbody><tr><td>OData EdmEntitySet</td><td>EntitySet name</td><td>Table name</td><td>Tables</td><td>Table</td></tr><tr><td>OData EdmEntitySet</td><td>EntitySet Text</td><td>Table comment</td><td>Tables</td><td>Table</td></tr><tr><td>Columns</td><td>property name</td><td>Column name</td><td>Columns</td><td>Column</td></tr><tr><td>Columns</td><td>EDM type</td><td>Column Type</td><td>Columns</td><td>Column</td></tr><tr><td>Columns</td><td>length</td><td>Column length</td><td>Columns</td><td>Column</td></tr></tbody></table>

## Set up a Connection

### Prerequisites

The prerequisites to establish a connection:

### **Service Account User Permissions**

{% hint style="info" %}
Important: Use a dedicated service account to establish the connection to the data source, configured with the following minimum set of permissions.
{% endhint %}

{% hint style="info" %}
👨‍💻 Who can provide these permissions? The SAP SuccessFactors administrator grants these permissions, as standard accounts may not have the required access to assign them independently.
{% endhint %}

| Operations                                                         | HTTP Method                      | API Request                                                                        | Header             |
| ------------------------------------------------------------------ | -------------------------------- | ---------------------------------------------------------------------------------- | ------------------ |
| <p>Validate credentials</p><p>Authentication — Basic (API Key)</p> | GET                              | {server}/odata/v2                                                                  | APIKey: {password} |
| Authentication — OAuth 2.0                                         | <p>POST</p><p>POST</p><p>GET</p> | <p>{server}/oauth/idp</p><p>{server}/oauth/token</p><p>{server}/oauth/validate</p> | <p><br>-</p>       |
| List Tables                                                        | GET                              | {server}/odata/v2/$metadata                                                        | APIKey or Bearer   |
| List columns                                                       | GET                              | {server}/odata/v2/{table}/$metadata (×2 calls)                                     | Header auth        |
| Data preview                                                       | GET                              | .../{table}/$metadata                                                              | Header auth        |
| Data preview                                                       | GET                              | .../{table}?$select={cols}&$top={limit}                                            | Header auth        |
| Row count                                                          | GET                              | {server}/odata/v2/{table}/$count                                                   | Header auth        |
| Column profiling                                                   | GET                              | .../{table}/$metadata                                                              | Header auth        |
| Column profiling                                                   | GET                              | .../{table}?$select={col}                                                          | Header auth        |
| Sample profiling                                                   | GET                              | .../{table}/$metadata                                                              | Header auth        |
| Sample profiling                                                   | GET                              | .../{cols}&$top={sampleSize}                                                       | Header auth        |

### Connection Configuration Steps

{% hint style="info" %}
Important: Users must have the Connector Creator role to configure a new connection.
{% endhint %}

1. Log in to OvalEdge, go to Administration > Connectors, click + (New Connector), search for SAP SuccessFactors, and complete the required parameters.

{% hint style="info" %}
Fields marked with an asterisk (\*) are mandatory for establishing a connection.
{% endhint %}

<table><thead><tr><th width="218">Field Name</th><th>Description</th></tr></thead><tbody><tr><td>Connector Type</td><td>By default, "SAP SuccessFactors" is displayed as the selected connector type.</td></tr><tr><td>Authentication</td><td><p></p><p>The following three types of authentication are supported for SAP SuccessFactors:</p><ul><li>Basic Authentication</li><li>Oauth2.0</li></ul></td></tr></tbody></table>

{% tabs %}
{% tab title="Basic Authentication" %}

| Credential Manager\*  | <p>Select the desired credential manager from the drop-down list. Relevant parameters will be displayed based on the selection.</p><p>Supported Credential Managers:</p><ul><li>Database</li><li>HashiCorp</li><li>AWS Secrets Manager</li><li>Azure Key Vault</li></ul><p>For more details, click <a href="https://docs.ovaledge.com/connectors/additional-requirements/credential-manager-configuration">here</a>.</p> |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Connector Name\*      | <p>Enter a unique name for the SAP SuccessFactors connection              </p><p>(Example: "SAPSuccessFactors\_Prod").</p>                                                                                                                                                                                                                                                                                               |
| Connector Environment | <p>Select the environment (Example: PROD, STG) configured for the connector.</p><p></p><p>For more details, click <a href="https://docs.ovaledge.com/connectors/introduction-to-connectors/setup-and-connectivity/prerequisites#connector-environment">here</a>.</p>                                                                                                                                                     |
| Connector Description | Enter the description related to the connector.                                                                                                                                                                                                                                                                                                                                                                          |
| Server\*              | Enter the IP address or hostname of the SAP SuccessFactors server that the connector uses to establish the connection to the data source.                                                                                                                                                                                                                                                                                |
| API Key\*             | Enter the API key configured for the SAP SuccessFactors environment.                                                                                                                                                                                                                                                                                                                                                     |
| Proxy Enabled\*       | Select Yes to route the connection through a configured proxy, or No to connect directly without a proxy.                                                                                                                                                                                                                                                                                                                |
| {% endtab %}          |                                                                                                                                                                                                                                                                                                                                                                                                                          |

{% tab title="Oauth2.0" %}

| Credential Manager\*  | <p>Select the desired credential manager from the drop-down list. Relevant parameters will be displayed based on the selection.</p><p>Supported Credential Managers:</p><ul><li>Database</li><li>HashiCorp</li><li>AWS Secrets Manager</li><li>Azure Key Vault</li></ul><p>For more details, click <a href="https://docs.ovaledge.com/connectors/additional-requirements/credential-manager-configuration">here</a>.</p> |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Connector Name\*      | <p>Enter a unique name for the SAP SuccessFactors connection              </p><p>(Example: "SAPSuccessFactors\_Prod").</p>                                                                                                                                                                                                                                                                                               |
| Connector Environment | <p>Select the environment (Example: PROD, STG) configured for the connector.</p><p></p><p>For more details, click <a href="https://docs.ovaledge.com/connectors/introduction-to-connectors/setup-and-connectivity/prerequisites#connector-environment">here</a>.</p>                                                                                                                                                     |
| Connector Description | Enter the description related to the connector.                                                                                                                                                                                                                                                                                                                                                                          |
| Server\*              | Enter the IP address or hostname of the SAP SuccessFactors server that the connector uses to establish the connection to the data source.                                                                                                                                                                                                                                                                                |
| Client id\*           | Enter the configured Client ID for the SAP SuccessFactors application.                                                                                                                                                                                                                                                                                                                                                   |
| Username\*            | Enter the username of the SAP SuccessFactors account that OvalEdge uses to authenticate and access the SuccessFactors environment.                                                                                                                                                                                                                                                                                       |
| Token URL\*           | Enter the configured Token URL used to authenticate with the SAP SuccessFactors application.                                                                                                                                                                                                                                                                                                                             |
| Certificate Path\*    | Enter the path to the configured certificate file used to establish a secure connection with the SAP SuccessFactors application.                                                                                                                                                                                                                                                                                         |
| Company ID\*          | Enter the configured Company ID associated with the SAP SuccessFactors tenant that OvalEdge will connect to.                                                                                                                                                                                                                                                                                                             |
| Proxy Enabled\*       | Select Yes to route the connection through a configured proxy, or No to connect directly without a proxy.                                                                                                                                                                                                                                                                                                                |
| {% endtab %}          |                                                                                                                                                                                                                                                                                                                                                                                                                          |
| {% endtabs %}         |                                                                                                                                                                                                                                                                                                                                                                                                                          |

**Default Governance Roles**

<table data-header-hidden><thead><tr><th width="218"></th><th></th></tr></thead><tbody><tr><td>Default Governance Roles*</td><td>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.</td></tr></tbody></table>

**Admin Roles**

<table data-header-hidden><thead><tr><th width="219.333251953125"></th><th></th></tr></thead><tbody><tr><td>Admin Roles*</td><td>Select one or more users from the drop-down list for Integration Admin and Security &#x26; Governance Admin. All users configured in OvalEdge Security are available for selection.</td></tr></tbody></table>

**No of Archive Objects**

<table data-header-hidden><thead><tr><th width="219.333251953125"></th><th></th></tr></thead><tbody><tr><td>No Of Archive Objects*</td><td><p>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.</p><p>Example: Setting it to 4 retrieves the last four changes, displayed in the 'Version' column of the 'Metadata Changes' module.</p></td></tr></tbody></table>

**Bridge**

<table data-header-hidden><thead><tr><th width="219.3333740234375"></th><th></th></tr></thead><tbody><tr><td>Select Bridge*</td><td><p>If applicable, select the bridge from the drop-down list.</p><p>The drop-down list displays all active bridges configured in OvalEdge. These bridges enable communication between data sources and OvalEdge without altering firewall rules.</p></td></tr></tbody></table>

2. After entering all connection details, the following actions can be performed:
   1. Click **Validate** to verify the connection.
   2. Click **Save** to store the connection for future use.
   3. Click **Save & Configure** to apply additional settings before saving.
3. The saved connection will appear on the Connectors home page.

## Manage Connector Operations

### Crawl/Profile

{% hint style="info" %}
Important: To perform crawl and profile operations, users must be assigned the Integration Admin role.
{% endhint %}

The **Crawl/Profile** button allows users to select one or more data objects for crawling and profiling.&#x20;

1. Navigate to the Connectors page and click **Crawl/Profile**.
2. Select the data objects to crawl.
3. The **Crawl** option is selected by default. Click the **Crawl & Profile** radio button to enable both operations.
4. Click **Run** to collect metadata from the connected source and load it into the **Data Catalog**.
5. After a successful crawl, the information appears in the **Data Catalog > Databases** tab.

The **Schedule** checkbox allows automated crawling and profiling at defined intervals, from a minute to a year.

1. Click the **Schedule** checkbox to enable the **Select Period** drop-down.
2. Select a time period for the operation from the drop-down menu.
3. Click **Schedule** to initiate metadata collection from the connected source.
4. The system will automatically execute the selected operation (**Crawl** or **Crawl & Profile**) at the scheduled time.

### Other Operations

The Connectors page in OvalEdge provides a centralized view of all configured connectors, including 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 Tables and Columns.&#x20;

**Nine Dots Menu Options:**

To view, edit, validate, 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.
* **Delete Connector**: Remove a connector with confirmation.

For more details on connector settings, click [here](https://docs.ovaledge.com/connectors/introduction-to-connectors/setup-and-connectivity/connector-settings).

### 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.

<table><thead><tr><th width="85">S.No.</th><th width="251">Error Message(s)</th><th>Error Description &#x26; Resolution</th></tr></thead><tbody><tr><td>1</td><td>Failed to authenticate with SAP SuccessFactors: Invalid credentials passed! </td><td><p>Error Description:<br>The SAP SuccessFactors connector validation fails because the provided API credentials are invalid. This issue typically occurs when an incorrect API key is configured, or the authentication details do not match the target SAP SuccessFactors environment.</p><p></p><p>Resolution:</p><ul><li>Verify that the configured API key is correct and active.</li><li>Ensure that the SAP SuccessFactors server endpoint URL is correct.</li><li>Confirm that the SAP SuccessFactors OData v2 API is enabled for the configured environment.</li><li>Validate that the API credentials have the required permissions to access the SAP SuccessFactors APIs.</li><li>Update the connector configuration with valid credentials and retry the connection validation.</li></ul><p><br></p></td></tr><tr><td>2</td><td>Failed to get access token: {message} </td><td><p>Error Description:<br>The SAP SuccessFactors connector validation fails because the OAuth authentication process could not obtain an access token. This issue typically occurs due to incorrect OAuth configuration or a failed SAML token exchange.</p><p></p><p>Resolution:</p><ul><li>Verify that the Client ID is correct and active.</li><li>Ensure that the User ID and Company ID are valid.</li><li>Confirm that the Token URL is correct and accessible.</li><li>Validate that the configured certificate is valid, not expired, and matches the certificate configured in SAP SuccessFactors.</li><li>Ensure that the OAuth client is configured with the required permissions.</li><li>Retry the connection after updating the OAuth configuration.</li></ul><p><br></p></td></tr><tr><td>3</td><td>Bearer Token is Blank </td><td><p>Error Description:<br>The SAP SuccessFactors connector validation fails because the authentication service did not return an access token. As a result, the connector cannot authenticate and establish a connection to the SAP SuccessFactors environment.</p><p></p><p>Resolution:</p><ul><li>Verify that the OAuth client ID and client secret are correctly configured.</li><li>Ensure that the OAuth client registration in SAP SuccessFactors is valid and active.</li><li>Validate that the SAML assertion is correctly generated and has not expired.</li><li>Confirm that the token endpoint is accessible and returns a valid access_token.</li><li>Review the connector configuration for any incorrect authentication settings.</li><li>Retry the connection after correcting the OAuth configuration and SAML assertion.</li></ul></td></tr><tr><td>4</td><td>Failed in creating the SAML Assertion </td><td><p>Error Description:<br>The SAP SuccessFactors connector fails to create the SAML assertion required for authentication because the OAuth identity provider (IdP) request could not be completed. This issue is typically caused by an invalid certificate, private key, token URL, or incorrect client registration in SAP SuccessFactors.</p><p></p><p>Resolution:</p><ul><li>Verify that the configured certificate and private key are valid and correctly configured.</li><li>Ensure that the OAuth Token URL is correct and accessible.</li><li>Confirm that the OAuth client is properly registered in SAP SuccessFactors.</li><li>Validate that the client ID, client credentials, and authentication settings are correctly configured.</li><li>Review the getOauthResponse method logs for additional error details.</li><li>Retry the connection after correcting the authentication configuration.</li></ul></td></tr><tr><td>5</td><td>Private Key Not starting with BEGIN ENCRYPTED/END ENCRYPTED </td><td><p>Error Description:<br>The SAP SuccessFactors connector validation fails because the provided certificate file does not contain a valid encrypted private key. The certificate is in an unsupported or incorrect format.</p><p></p><p>Resolution:</p><ul><li>Verify that the uploaded certificate file is in the PEM format.</li><li>Ensure that the certificate contains a valid encrypted private key enclosed between -----BEGIN ENCRYPTED PRIVATE KEY----- and -----END ENCRYPTED PRIVATE KEY-----.</li><li>Confirm that the correct certificate file is being used for the connector configuration.</li><li>Replace the certificate with a valid .pem file containing the encrypted private key if necessary.</li><li>Retry the connection after updating the certificate file.</li></ul></td></tr><tr><td>6</td><td>Certificate path is Empty Please Provide the Certificate.pem path </td><td><p>Error Description:<br>The SAP SuccessFactors connector validation fails because the certificate file path required for OAuth authentication is not configured. As a result, the connector cannot load the certificate needed to establish a secure connection.</p><p></p><p>Resolution:</p><ul><li>Specify a valid path to the Certificate.pem file in the connector configuration.</li><li>Ensure that the certificate file exists at the configured location and is accessible to the application.</li><li>Verify that the configured certificate is valid and corresponds to the SAP SuccessFactors OAuth configuration.</li><li>Confirm that the application has the required permissions to read the certificate file.</li><li>Retry the connection validation after configuring the certificate path.</li></ul></td></tr><tr><td>7</td><td>ERROR_GETTING_REMOTE_TABLES </td><td><p>Error Description:<br>The SAP SuccessFactors connector failed to retrieve the list of remote tables because the OData $metadata request could not be completed or the returned metadata could not be parsed. As a result, the connector cannot discover the available objects.</p><p></p><p>Resolution:</p><ul><li>Verify that the SAP SuccessFactors OData API endpoint is accessible.</li><li>Ensure that the configured user has permission to access the OData $metadata endpoint.</li><li>Confirm that the $metadata endpoint returns a valid EDM XML response.</li><li>Validate that the service URL and authentication credentials are correct.</li><li>Review the OData service response for errors or invalid metadata definitions.</li><li>Retry the connection after resolving the OData API or metadata issues.</li></ul></td></tr><tr><td>8</td><td>Response failed for table {table} {message} </td><td><p>Error Description:<br>The SAP SuccessFactors connector failed to retrieve metadata for the specified table because the request returned an unsuccessful response. This issue is typically caused by insufficient entity-level permissions or an invalid table (entity) name.</p><p></p><p>Resolution:</p><ul><li>Verify that the specified table (entity) name is valid and exists in the SAP SuccessFactors instance.</li><li>Ensure that the configured user has the required entity-level permissions to access the table.</li><li>Confirm that the SAP SuccessFactors API user is assigned the appropriate roles and permissions.</li><li>Validate that the OData service is accessible and the entity is available through the configured endpoint.</li><li>Retry the operation after updating the table name or access permissions.</li></ul></td></tr><tr><td>9</td><td>ERROR_GETTING_FIRST_N_ROWS </td><td><p>Error Description:<br>The SAP SuccessFactors connector failed to retrieve the first set of records from the selected entity. This issue typically occurs because the data feed request failed due to unsupported query parameters or insufficient read permissions.</p><p></p><p>Resolution:</p><ul><li>Verify that the selected SAP SuccessFactors entity supports the $select and $top query parameters.</li><li>Ensure that the configured user has read permission for the target entity.</li><li>Validate that the entity is accessible through the SAP SuccessFactors OData API.</li><li>Review the connector configuration and confirm that the entity name and query parameters are correct.</li><li>Retry the operation after updating the permissions or using a supported entity configuration.</li></ul></td></tr><tr><td>10</td><td>Error in getRowcount / ERROR_GETTING_ROW_COUNT </td><td><p>Error Description:<br>The SAP SuccessFactors connector failed to retrieve the row count for the requested entity. This issue typically occurs when the entity does not support the $count operation or when the configured user does not have sufficient permissions to access the entity.</p><p></p><p>Resolution:</p><ul><li>Verify that the SAP SuccessFactors entity supports the $count operation.</li><li>Ensure that the configured API user has the required permissions to access the entity.</li><li>Confirm that the entity name and endpoint are valid and accessible.</li><li>Validate that the API credentials and authentication settings are correct.</li><li>Retry the operation after updating the entity configuration or access permissions.</li></ul></td></tr><tr><td>11</td><td>ERROR_GETTING_SQL_PROFILE_RESULTS </td><td><p>Error Description:<br>The SAP SuccessFactors connector failed while retrieving SQL profiling results. This issue may occur due to profiling API failures, incorrect column type mapping, row count inconsistencies, or temporary resource issues with DuckDB during profile generation.</p><p></p><p>Resolution:</p><ul><li>Verify that the profiling API is accessible and functioning correctly.</li><li>Validate that the source table contains valid data and confirm the row count.</li><li>Check that the source column data types are correctly mapped during profiling.</li><li>Ensure that sufficient temporary disk space and memory are available for DuckDB operations.</li><li>Review the application logs for errors related to getSqlProfileResults to identify the root cause.</li><li>Retry the profiling operation after resolving any data mapping or resource issues.</li></ul></td></tr><tr><td>12</td><td>Repeated 403 during crawl/profile </td><td><p>Error Description:<br>The SAP SuccessFactors crawl or profiling operation fails because the bearer token used for authentication has expired. As a result, the connector cannot authenticate API requests and receives repeated HTTP 403 (Forbidden) responses.</p><p></p><p>Resolution:</p><ul><li>Verify that the OAuth client configuration is correct.</li><li>Ensure that the client ID, client secret, and authentication endpoint are valid.</li><li>Confirm that the connector can generate a new bearer token successfully.</li><li>Check whether the OAuth credentials have expired, been revoked, or changed.</li><li>Retry the crawl or profiling operation after validating the OAuth client configuration.</li><li>If the issue persists, review the authentication logs for token generation failures.</li></ul></td></tr><tr><td>13</td><td>Requests hang / time out </td><td><p>Error Description:<br>The SAP SuccessFactors connector request does not complete within the configured timeout period. This issue typically occurs when the SAP SuccessFactors API is responding slowly or when network or proxy connectivity delays prevent the request from completing.</p><p></p><p>Resolution:</p><ul><li>Verify that the SAP SuccessFactors API is available and responding within an acceptable time.</li><li>Check network connectivity between the OvalEdge application and the SAP SuccessFactors environment.</li><li>Validate that any configured proxy server is reachable and not introducing connection delays.</li><li>Review firewall and network settings that may affect API communication.</li><li>Note that the connector uses a 120-second connection timeout, a 240-second read timeout, and 5 automatic retry attempts before the request fails.</li><li>Retry the operation after resolving API performance or network connectivity issues.</li></ul></td></tr><tr><td>14</td><td>Relationships enabled but none crawled </td><td><p>Error Description:<br>Relationship crawling is enabled for the SAP SuccessFactors connector, but no relationships are retrieved because relationship extraction is not supported by the connector.</p><p></p><p>Resolution:</p><ul><li>Verify that relationship crawling is enabled only if relationship extraction is required.</li><li>Confirm that the SAP SuccessFactors connector does not currently support relationship crawling.</li><li>Ignore this message if metadata crawling completes successfully, as it is expected behavior.</li><li>Review the connector configuration to ensure other crawling options are configured correctly.</li><li>Contact OvalEdge Support if relationship crawling support is required in a future release.</li></ul></td></tr></tbody></table>

### FAQs

<details>

<summary>Why is no lineage generated for the SAP SuccessFactors connector?</summary>

The SAP SuccessFactors connector does not support automatic, table-level, or column-level lineage generation. As a result, no lineage is generated for assets crawled through this connector.

</details>

<details>

<summary>Relationships are enabled, but no relationships were crawled.</summary>

This behavior is expected. The SAP SuccessFactors connector does not support automatic table or column lineage, so relationship metadata is not generated during crawling.

</details>

***

&#x20; Copyright © 2026, OvalEdge LLC, Peachtree Corners, GA, USA


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ovaledge.com/connectors/connector-repositories/rdbms/sap-successfactors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
