Ga naar hoofdinhoud

Databron-vereisten

Verbindingseisen per ondersteund brontype.

Databases

BronVereisten
MySQLHost · Port · Database name · Username · Password
DB2Host · Port · Database name · Username · Password
SQL ServerHost · Port · Database name · Username · Password
Azure SQL DatabaseHost · Port · Database name · Username · Password
OracleHost · Port · Service name · Username · Password
PostgreSQLHost · Port · Database name · Username · Password
SnowflakeAccount name · Username · Password · Database · Warehouse · Role (optioneel)

Azure

Azure Blob Storage

Vereist een SAS-token (aanmaken via het storage-account → Security + Networking → Shared Access Signature).

  • Account name · Container name · SAS token

SharePoint

Vooraf: registreer een app in Azure AD, maak een client secret, sla App ID + secret op in Azure Key Vault (in je resource group), en voeg de app toe aan de SharePoint-site/Teams-team via .../_layouts/15/appinv.aspx met permissie:

<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="FullControl" />
</AppPermissionRequests>
  • SharePoint site URL · AD tenant name · Postfix · AD tenant ID · Application ID / Service principal ID · Application secret / Service principal key

File

File Server

  • Host / bestandspad op de integration runtime · Username · Password

(Lokale bestanden laden? Zie troubleshooting-EnableLocalMachineAccess.)

Services & Apps

BronVereistenSetup
MondayURL · API tokenAPI-token aanmaken (Monday-docs).
AFASURL · API tokenVia de AFAS app-connector.
Exact OnlineExact-apps voor dev én prodRedirect-URL instellen volgens de aanwijzingen in de webapp.
SimplicateDomain name · Authentication key · Authentication secretAPI-key + secret in Simplicate.
SalesForceEnvironment URL · Client ID · Client secretConsumer ID/secret uit de App Manager.
SAC (SAP Analytics Cloud)URL · Authentication URL · Client ID · Client secretOAuth-client opzetten in SAC.
OneStream (preview)URL · Client ID · Client secret · Access token URL · ApplicationPreview — kan instabiel zijn.
PowerBITenant ID · Client ID · Client secretVoor unified models / dashboards.

Generieke protocollen

OData

  • URL · Authentication type (Basic vereist username + password) · HTTP headers

OData OAuth

  • URL · Body URL · Client ID · Client secret · Access token URL · Scope · Grant Type ("Authorization Code" vereist een refresh token)

RestService

  • API specification URL · Base URL · Pagination type (Body URL / Offset / Paging / OffsetPage hebben elk eigen velden) · Authentication type (Basic = user+pass; OAuth2ClientCredential = token endpoint, client ID+secret, scope, resource) · optionele extra headers

REST-bronnen ondersteunen OpenAPI: bij een openapi.json/swagger.json kies je endpoints visueel in de frontend.