User Guide > Map Connectors > Types of Connections > Application Connections
Was this helpful?
Application Connections
The following are the application type of connections:
Native API Connections
For some connectors, a third-party API is needed to make a connection. If the full API has been compiled in the connector, nothing further is required. With certain APIs, however, you must install a client on the integration platform and a server (typically a SQL engine) must be reachable for the connection to be established before you can work with a map or process.
Batch Response File
Batch response files are generated by connectors that have the BatchResponse property. These will be the SaaS connectors (Salesforce, SalesLogix, MSCRM, etc.) as well as the DMS connectors (which includes some SaaS, but also non-SaaS connectors).
A batch response file contains a group of entries for each target object in a batch operation. Each action in the operation generates a batch response entry. These entries often provide detailed information that can you use for troubleshooting.
The batch response file is XML-based and enables other XML components to read and process it. You may use batch response files in process steps and their response information in message objects and files. The URI for a response file supports macros, so you can configure the file independently of the process.
The standard batch response schema for update actions contains information shown in the following tables.
results:result Element Results, Errors, Fields
Description
returnCode
Integration framework return code
errorDescription
Integration framework error message
errorSeverity
Integration framework severity code
objectContainerName
Name of application table/entity
objectID
ObjectID generated by application
updateOperation
Operation performed in insert/update/delete actions
 
results:result:nativeErrors:nativeError Element Results, Errors, Fields
Description
errorCode
Application error code
errorDescription
Application error description
errorSeverity
Application error severity code
 
results:result:fields:field Element Results, Errors, Fields
Description
fieldName
Name of field
fieldValue
Value of field
 
ComonentInfo Element Results, Errors, Fields
Description
returnCode
Integration framework return code
responseFileCreationDate
Date the component created the file
componentName
Name of the component that produced the file
componentVersion
Version of the component that produced the file
Last modified date: 02/09/2024