Application Integration - Software AG Hosted Environment : Integration Cloud : Accounts : Adding or Editing Accounts : Account Configuration
Account Configuration
Secure File Transfer Protocol (SFTP)
The SSH File Transfer Protocol (SFTP) is a network protocol that is based on the Secure Shell protocol (SSH). SFTP facilitates secure file access, file transfer, and file management over any reliable data stream. The Secure File Transfer Protocol (SFTP) Application downloads files from or uploads files to an SFTP-enabled server using the secure file transport channel.
You can configure Integration Cloud to connect to an SFTP server to perform the following tasks using the SFTP protocol:
*Transfer files between Integration Cloud and the SFTP server. You can get a file from the SFTP server or upload a file to the SFTP server.
*Access files in the SFTP server. You can view the directories and files in the SFTP server and also view their permissions and ownership information.
*Manage directories or files in the SFTP server. You can create, rename, or delete files or directories in the SFTP server. You can also change the permissions or ownership of files in the SFTP server.
For this parameter...
Specify...
Host Name or IP Address
The host name or IP address of the SFTP server.
Port Number
The port number of the SFTP server. The port number must be within the range of 1 and 65535 (inclusive). Default is 22.
Host Public Key
The public key of the SFTP server. Select Auto Retrieve if you want Integration Cloud to automatically retrieve the public key of the SFTP server. Select Upload if you have the public key of the SFTP server. Integration Cloud will use the uploaded public key.
Finger Print
The SFTP server’s host public key fingerprint. Before establishing a connection, the SFTP server sends an encrypted fingerprint of its host public keys to ensure that the SFTP connection will be exchanging data with the correct server. This field is visible only after you have established a connection to an SFTP server. Save the fingerprint information locally. This enables you to check the fingerprint information against the data you have saved every time you establish a new connection.
User Name
The user name for the SFTP user account.
Authentication Type
The type of authentication that Integration Cloud uses to authenticate itself to the SFTP server. Client authentication can be either by password or by public and private keys.
Select...
To...
Password
Use password authentication. If you are using password authentication, enter the password for the specified user to connect to the SFTP server.
Public Key
Authenticate Integration Cloud by using public and private keys. To use this authentication type, the SFTP server and Integration Cloud must each have access to their own private key and each other's public key.
Private Key
If you selected Public Key as the authentication type, select the private key file of the specified SFTP user.
PassPhrase
If you selected Public Key as the authentication type and if the private key you specified requires a passphrase, enter the passphrase for the private key file of the specified user.
Advanced Options
Maximum Retries
The number of times Integration Cloud attempts to connect to the SFTP server. The maximum allowed value is 6. The minimum allowed value is 1. Default is 6 retries.
Connection TimeOut (seconds)
The amount of time (measured in seconds) Integration Cloud waits for a response from the SFTP server before timing out and terminating the request. Default is 0, which indicates that the session will never time out.
Session Timeout (minutes)
The number of minutes you want Integration Cloud to wait before terminating an idle session. The session timeout value must be within the range of 10 and 60. Default is 30.
Preferred Key Exchange Algorithms
The algorithms that Integration Cloud presents to the SFTP server for key exchange. You can specify the order in which Integration Cloud presents the algorithms to the SFTP server by moving the available algorithms up or down by clicking Move Up or Move Down. The SFTP server has its own set of preferred algorithms configured. At the time of key exchange, one of the algorithms supported by both Integration Cloud and the SFTP server will be chosen.
Compression
Whether or not to compress the data to reduce the amount of data that is transmitted. Integration Cloud supports compression using the compression algorithm zlib. You can use compression only if the SFTP server that you are connecting to supports compression.
Select...
To...
None
Not compress the data.
zlib
Compress the data that is transmitted between the SFTP server and Integration Cloud.
Compression Level
The compression level to use if you selected the compression algorithm zlib in the Compression field. The minimum allowed value is 1 (fast, less compression) and the maximum allowed value is 9 (slow, most compression). Default is 6.
File Transfer Protocol (FTP/FTPS)
The File Transfer Protocol (FTP/FTPS) Application can download files from or upload files to an FTP-enabled server.
Note:  
See this video on how to create an Account for an FTP Application and test the connection.
Field
Description
Host
Host name or IP address or the domain name of the FTP server.
Port
FTP port defined on the FTP server.
User
Valid user name on the FTP server.
Password
Password of the FTP user.
SSL Configuration - Select this option for secured FTP connection.
Secure Data
Select True to secure the data channel.
Select False if you do not want to secure the data channel.
Keystore Alias
Alias to the keystore that contains the private key used to connect to the host securely. You can also add a new Keystore from this field.
Note:  
Users who have the Administer permission under Settings > Access Profiles > Administrative Permissions > Functional Controls > Advanced Security can add, edit, and delete Keystores.
Key Alias
Alias to the key in the keystore that contains the private key used to connect to the host securely. The key must be in the keystore specified in the Keystore Alias field.
Truststore Alias
The alias for the truststore, which contains the trusted root of a certificate or signing authority (CA). You can also add a new Truststore from this field.
Note:  
Users who have the Administer permission under Settings > Access Profiles > Administrative Permissions > Functional Controls > Advanced Security can add, edit, and delete Truststores.
Custom SOAP Application
The Custom SOAP Application enables you to access third party Web Services hosted in the cloud or on-premise environment.
Field
Description
Protocol
The protocol to use for the port (HTTP or HTTPS). If you select HTTPS, the Keystore Alias and Key Alias fields appear.
Host
Host name or IP address of the server on which the Web Service resides.
Port
An active HTTP or HTTPS type listener port defined on the host server specified in the Host field.
Port Binding
The specific bind address to which to bind this port.
User
User name used to authenticate the consumer at the HTTP or HTTPS transport level on the host server.
Password
The password used to authenticate the consumer on the host server.
Keystore Alias
Alias to the keystore that contains the private key used to connect to the Web Service host securely. This field applies to the HTTPS transport type only. You can also add a new Keystore from this field.
Note:  
Users who have the Administer permission under Settings > Access Profiles > Administrative Permissions > Functional Controls > Advanced Security can add, edit, and delete Keystores.
Key Alias
Alias to the key in the keystore that contains the private key used to connect to the Web Service host securely. The key must be in the keystore specified in the Keystore Alias field. This field applies to the HTTPS transport type only.
Show Advanced Options - WS-Security properties are used by the SOAP processor to provide security information in the WS-Security header of the SOAP message.
Security Credentials
User Name
Name to include with the Username Token, if the Web Service's security policy requires one.
Password
The password to include with the UsernameToken (must be plain text).
Keystore / Truststore
Keystore Alias
The alias for the keystore, which contains private keys and certificates associated with those private keys. You can also add a new Keystore from this field.
Note:  
Users who have the Administer permission under Settings > Access Profiles > Administrative Permissions > Functional Controls > Advanced Security can add, edit, and delete Keystores.
Key Alias
The text identifier for the private key associated with the Keystore Alias.
Truststore Alias
The alias for the truststore, which contains the trusted root of a certificate or signing authority (CA). You can also add a new Truststore from this field.
Note:  
Users who have the Administer permission under Settings > Access Profiles > Administrative Permissions > Functional Controls > Advanced Security can add, edit, and delete Truststores.
Partner Certificate Alias
The file that contains the partner's self-signed certificate. You can also add a new Partner Certificate from this field.
Note:  
Users who have the Administer permission under Settings > Access Profiles > Administrative Permissions > Functional Controls > Advanced Security can add, edit, and delete Partner Certificates.
Timestamp
Timestamp Precision
Whether the timestamp placed in the Timestamp element of the security header of an outbound message is precise to seconds or milliseconds. If the precision is set to milliseconds, the timestamp format yyyy-MM-dd'T'HH:mm:ss:SSS'Z' is used. If the precision is set to seconds, the timestamp format yyyy-MM-dd'T'HH:mm:ss'Z' is used.
Timestamp TTL
The time-to-live value for an outbound message in seconds. This value is used to set the expiry time in the Timestamp element of outbound messages. The timestamp precision value is used only when WS-Security is implemented through a WS-Policy.
Timestamp Max Skew
The maximum number of seconds that the Web Services client and host clocks can differ so that the timestamp expiry validation does not fail. The timestamp precision value is used only when WS-Security is implemented through a WS-Policy. The inbound SOAP message is validated only if the creation timestamp of the message is less than the sum of the timestamp maximum skew value and the current system clock time.
Alfabet
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. This is the native provider endpoint target for the Account configuration. The URL depends on where the required instance of Alfabet is installed. It is possible to either include or omit the endpoint suffix “/Alfabet/api/vXX” in the URL. For example, both these options are equivalent:
*https://myalfabet.com
*https://myalfabet.com/Alfabet/api/v1
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Authorization Token
The Alfabet Authorization Token as defined in the web.config file of the Alfabet Web Application on the server side, under the <alfaSection> element.
Note:  
See the Authorization chapter in the Alfabet Interface for RESTful Web Services reference manual for required configurations in the server side for Alfabet and for details about the different authorization modes.
Google Apps Admin
The Google Apps Admin Application is a Beta candidate.
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://www.googleapis.com/admin.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Consumer ID
The Consumer Key issued by the Service Provider and used by the consumer to identify itself to the Service Provider.
Consumer Secret
A secret used by the Consumer to establish ownership of the Consumer Key.
Access Token
Access Token received from the application.
Refresh Token
A token used by the client to obtain a new access token without involving the resource owner.
Refresh URL
This is the provider specific URL to refresh an Access Token.
Example: https://www.googleapis.com/oauth2/v4/token.
Google Calendar
The Google Calendar Application is a Beta candidate.
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://www.googleapis.com/calendar/v3.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Consumer ID
The Consumer Key issued by the Service Provider and used by the consumer to identify itself to the Service Provider.
Consumer Secret
A secret used by the Consumer to establish ownership of the Consumer Key.
Access Token
Access Token received from the application.
Refresh Token
A token used by the client to obtain a new access token without involving the resource owner.
Refresh URL
This is the provider specific URL to refresh an Access Token. Example: https://www.googleapis.com/oauth2/v4/token
Google Contacts
The Google Contacts Application is a Beta candidate.
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://www.google.com/m8/feeds.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Consumer ID
The Consumer Key issued by the Service Provider and used by the consumer to identify itself to the Service Provider.
Consumer Secret
A secret used by the Consumer to establish ownership of the Consumer Key.
Access Token
Access Token received from the application.
Refresh Token
A token used by the client to obtain a new access token without involving the resource owner.
Refresh URL
This is the provider specific URL to refresh an Access Token. Example: https://www.googleapis.com/oauth2/v4/token.
Google Drive
The Google Drive Application is a Beta candidate.
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://www.googleapis.com.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Consumer ID
The Consumer Key issued by the Service Provider and used by the consumer to identify itself to the Service Provider.
Consumer Secret
A secret used by the Consumer to establish ownership of the Consumer Key.
Access Token
Access Token received from the application.
Refresh Token
A token used by the client to obtain a new access token without involving the resource owner.
Refresh URL
This is the provider specific URL to refresh an Access Token. Example: https://www.googleapis.com/oauth2/v4/token.
Google Cloud Pub/Sub
The Google Cloud Pub/Sub Application is a Beta candidate.
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://pubsub.googleapis.com.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Consumer ID
The Consumer Key issued by the Service Provider and used by the consumer to identify itself to the Service Provider.
Consumer Secret
A secret used by the Consumer to establish ownership of the Consumer Key.
Access Token
Access Token received from the application.
Refresh Token
A token used by the client to obtain a new access token without involving the resource owner.
Refresh URL
This is the provider specific URL to refresh an Access Token. Example: https://www.googleapis.com/oauth2/v4/token.
Google Sheets
The Google Sheets Application is a Beta candidate.
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://sheets.googleapis.com.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Consumer ID
The Consumer Key issued by the Service Provider and used by the consumer to identify itself to the Service Provider.
Consumer Secret
A secret used by the Consumer to establish ownership of the Consumer Key.
Access Token
Access Token received from the application.
Refresh Token
A token used by the client to obtain a new access token without involving the resource owner.
Refresh URL
This is the provider specific URL to refresh an Access Token. Example: https://www.googleapis.com/oauth2/v4/token.
CloudStreams Connector for NetSuiteTM
The CloudStreams Connector for NetSuiteTM Application is a Beta candidate.
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. This is the native provider endpoint target for the Account configuration. You may need to specify the correct URL for your exact instance, for example: https://webservices.na1.netsuite.com/services/NetSuitePort_2013_2, where na1 is the instance name.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Email
The user email account that the connection will use to connect to the SaaS provider.
Password
The password of the user email account.
Authorization Type
The type of HTTP authorization scheme to use for the connection. The CloudStreams Connector for NetSuiteTM supports HTTP Basic authentication.
Account
Specify the account number issued to you by NetSuiteTM.
Role
Specify the role with which you want to execute the web services, for example, Administrator.
Amazon Simple Notification Service (SNS)
Field
Description
Server URL
The endpoint to connect with AWS SNS. Prefix the endpoint with https://, for example, https://sns.(Region).amazonaws.com. This is the native provider endpoint target for the Account configuration.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Access Key
Access Key obtained from AWS Identity and Access Management (IAM) Console. This is a username. It is an alphanumeric text string that uniquely identifies the user who owns the account. No two accounts can have the same Access Key.
Secret Key
Secret key obtained from AWS Identity and Access Management (IAM) Console. This key plays the role of a password. It is called secret because it is assumed to be known only by the owner. When you type the secret key, it is displayed as an asterisk or dots.
Region
An area specific value. The region is different for different users.
Signing Algorithm
Explicitly select the signing algorithm, for example, HMAC-SHA1 Signatures used to sign the message.
Amazon Simple Queue Service (SQS)
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://sqs.us-east-1.amazonaws.com/.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Access Key
This is a username. It is an alphanumeric text string that uniquely identifies the user who owns the account. No two accounts can have the same Access Key.
Secret Key
This key plays the role of a password. It is called secret because it is assumed to be known only by the owner. When you type the secret key, it is displayed as an asterisk or dots.
Region
An area specific value.
Signing Algorithm
Explicitly select the signing algorithm, for example, HMAC-SHA1 Signatures used to sign the message.
Amazon Simple Storage Service (S3)
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://s3.amazonaws.com/.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Access Key
This is a username. It is an alphanumeric text string that uniquely identifies the user who owns the account. No two accounts can have the same Access Key.
Secret Key
This key plays the role of a password. It is called secret because it is assumed to be known only by the owner. When you type the secret key, it is displayed as an asterisk or dots.
Region
An area specific value.
Signing Algorithm
Explicitly select the signing algorithm, for example, HMAC-SHA1 Signatures used to sign the message.
Marketo
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. For example, the end point URL is of the format: https://<instance>.mktorest.com. Replace <instance> with your actual Marketo instance.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Consumer ID
The Consumer Key issued by the Service Provider and used by the consumer to identify itself to the Service Provider.
Consumer Secret
A secret used by the Consumer to establish ownership of the Consumer Key.
Access Token
Access Token received from the application.
Refresh Token
A token used by the client to obtain a new access token without involving the resource owner.
Refresh URL
This is the provider specific URL to refresh an Access Token.
Microsoft Dynamics CRM
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. For example, the end point URL is of the format: https://<organization>.api.crm.dynamics.com/XRMServices/2011/Organization.svc, where <organization> must be replaced with your actual Microsoft Dynamics CRM organization.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
User Name
This is the user account name on the SaaS provider that the Account will use to connect to the SaaS provider. The Account will use this credential to connect to the SaaS provider.
Password
Provide a password for the user name to initiate communication with the SaaS provider.
Salesforce Bulk Data Loader
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://login.salesforce.com/services/Soap/u/31.0.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Username
This is the user account name on the SaaS provider that the Account will use to connect to the SaaS provider.
Password
The password for the user name provided in the Username field. When you access Salesforce.com from outside your company’s trusted networks, you must add a security token (provided by Salesforce) to your password. For more information about logging on Salesforce.com, see the Salesforce.com documentation.
Authorization Type
The type of HTTP authorization scheme to use for the connection. If you select none, no additional authorization scheme will be executed at run time. For example, when you specify a Username and Password, but do not specify a value for the Authorization Type, the user credentials are not inserted into an Authorization header. If you enter the username and password, then set the authorization type as basic. Basic refers to HTTP Basic Authentication. This option can be used if the Application requires or supports HTTP Basic authentication using a username and password.
Default: none
Salesforce CRM
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://login.salesforce.com/services/Soap/u/31.0.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Username
This is the user account name on the SaaS provider that the Account will use to connect to the SaaS provider.
Password
The password for the user name provided in the Username field. When you access Salesforce.com from outside your company’s trusted networks, you must add a security token (provided by Salesforce) to your password. For more information about logging on Salesforce.com, see the Salesforce.com documentation.
Authorization Type
The type of HTTP authorization scheme to use for the connection. If you select none, no additional authorization scheme will be executed at run time. For example, when you specify a Username and Password, but do not specify a value for the Authorization Type, the user credentials are not inserted into an Authorization header. If you enter the username and password, then set the authorization type as basic. Basic refers to HTTP Basic Authentication. This option can be used if the Application requires or supports HTTP Basic authentication using a username and password.
Default: none
SAP Cloud for Customer(C4C) OData v2.0
The SAP Cloud for Customer(C4C) OData v2.0 Application is a Beta candidate.
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. This is the OData service endpoint to initiate communication with the SAP C4C OData provider
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Username
This is the user account name on the SAP C4C OData provider that the Account will use to connect to the SaaS provider. The Account will use this credential to connect to the SaaS provider.
Password
Provide the password for the user name provided in the Username field to initiate communication with the SaaS provider.
Authorization Type
The type of HTTP authorization scheme to use for the connection. If you select none, no additional authorization scheme will be executed at run time. For example, when you specify a Username and Password, and also select none, you do not specify a value for the Authorization Type, so the user credentials are not inserted into an Authorization header. If you enter the Username and Password, then set the authorization type as basic. Basic refers to HTTP Basic Authentication. This option can be used if the Application requires or supports HTTP Basic authentication using a username and password.
Metadata Caching
Select this option if you want the SAP C4C Application to cache the backend metadata. Caching of the metadata significantly increases the performance of a request sent through SAP C4C. By default, the cache will be refreshed every 12 hours. It is recommended to enable the metadata cache to increase the performance.
Use CSRF Token
To prevent cross site request forgery, SAP C4C protects its resources by using a CSRF token. Select this option if you want Integration Cloud to use the CSRF token key, received in the response from SAP C4C, to perform any state changing requests on SAP C4C. By default, the CSRF token is enabled by the SAP C4C back end. Therefore you must enable this option particularly when the entity state changing operation is invoked.
ServiceNow Enterprise Service Management
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://<instance_name>.service-now.com, where <instance_name> represents the actual instance name.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Username
This is the user account name on the SaaS provider that the Account will use to connect to the SaaS provider.
Password
Provide a password for the user name provided in the Username field to initiate communication with the SaaS provider.
Authorization Type
The type of HTTP authorization scheme to use for the connection. If you select none, no additional authorization scheme will be executed at run time. For example, when you specify a Username and Password, but do not specify a value for the Authorization Type, the user credentials are not inserted into an Authorization header. If you enter the username and password, then set the authorization type as basic. Basic refers to HTTP Basic Authentication. This option can be used if the Application requires or supports HTTP Basic authentication using a username and password.
Default: none
StrikeIron Contact Verification
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://ws.strikeiron.com/StrikeIron.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Username
This is the user account name on the SaaS provider that the Account will use to connect to the SaaS provider. The Account will use this credential to connect to the SaaS provider.
Password
Provide a password for the user name provided in the Username field to initiate communication with the SaaS provider.
Authorization Type
The type of HTTP authorization scheme to use for the connection. If you select none, no additional authorization scheme will be executed at run time. For example, when you specify a Username and Password, but do not specify a value for the Authorization Type, the user credentials are not inserted into an Authorization header. If you enter the username and password, then set the authorization type as basic. Basic refers to HTTP Basic Authentication. This option can be used if the Application requires or supports HTTP Basic authentication using a username and password.
Default: none
SuccessFactors HCM
Field
Description
Server URL
Provide the login endpoint to initiate communication with the SaaS provider. Example: https://api.successfactors.com/sfapi/v1/soap
https://<instance_name>.successfactors.com
Where <instance_name> represents the actual instance name.
Connection TimeOut
The number of milliseconds a connection waits before canceling its attempt to connect to the resource. If you specify 0, the connection waits indefinitely. Specify a value other than 0 to avoid using a socket with no timeout. Default: 30000 ms.
Connection Retry Count
The number of times Integration Cloud should attempt to initialize the connection at startup if the initial attempt fails.
Integration Cloud retries to establish a connection when an I/O error occurs while sending the request message to the backend. If an I/O error occurs when Integration Cloud is reading a response back from the backend, it will retry only if the Retry on Response Failure option is selected.
Default: 1
Retry on Response Failure
Whether Integration Cloud should attempt to resend the request when the response has failed, even though the request was sent successfully. Select this option if you want to re-establish the connection.
Username
This is the user account name on the SaaS provider that the Account will use to connect to the SaaS provider. The Account will use this credential to connect to the SaaS provider.
Password
Provide a password for the user name to initiate communication with the SaaS provider.
Authorization Type
The type of HTTP authorization scheme to use for the Account. The SuccessFactors Application does not use Authorization headers.
If you specify none, no additional authorization scheme will be executed at run time.
If you specify a Company ID, Username, and Password, but do not specify a value for Authorization Type, the user credentials are not inserted into an Authorization header. If you enter the username and password, then set the authorization type as basic. Basic refers to HTTP Basic Authentication. This option can be used if the Application requires or supports HTTP Basic authentication using a username and password.
Default: none
Company ID
The companyID that SuccessFactors provided, when your company registered with them.
FTP Predefined Operations
SFTP Predefined Operations
Adding Custom SOAP Applications
Advanced Security
Adding or Editing Accounts
Copyright © 2015- 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback