Service
PROXY SETTINGS
abpm.transportProxy
| Description | Option to enable the use of a proxy server when Adeptia Connect needs to connect to any source or target location such as HTTP Server or FTP Server. |
|---|---|
| Default Value | false |
| Possible Values | true/false |
| Selection Criteria | Set this property to true, to enable Adeptia Connect to use the proxy server to connect to any source or target such as FTP Server or Mail Server etc. |
abpm.transportProxyHost
| Description | Specifies the IP address of the proxy server. |
|---|---|
| Default Value | 192.168.1.129 |
| Possible Values | Specify the IP address of the proxy Server |
| Selection Criteria | This property is applicable only when abpm.transportProxy is set to true. |
abpm.transportProxyHttpPort
| Description | HTTP port used by the proxy server. |
|---|---|
| Default Value | 8082 |
| Possible Values | Depends on proxy server configuration. |
| Selection Criteria | Specify the HTTP port, which is used by the proxy server. |
abpm.transportProxyFtpPort
| Description | FTP port used by the proxy server. |
|---|---|
| Default Value | 21 |
| Possible Values | Depends on proxy server configuration. |
| Selection Criteria | Specify the FTP port, which is used by the proxy server. |
abpm.transportHttpNonProxyFtpPort
| Description | Addresses of the hosts for which you want to bypass the proxy |
|---|---|
| Default Value | 192.168.1.99 |
| Possible Values | IP addresses of the all the hosts, each separated by a comma |
| Selection Criteria | Specify the IP addresses of all hosts for which you want to bypass the proxy server. |
WEB SERVICE CONFIGURATION
abpm.webservice.consumer.wsdlparser.iswsdl4j
| Description | Option to select the WSDL parser, either WSDL4j or EasyWSDL, used by Web Service consumer. |
|---|---|
| Default Value | false |
| Possible Values | true/false |
| Selection Criteria | This property specifies the WSDL parser used by WS Consumer. If it is set as false, then EasyWSDL parser is used. If it is set as true then WSDL4j is used. |
abpm.webservice.provider.wsdlparser.iswsdl4j
| Description | Option to select the WSDL parser, either WSDL4j or EasyWSDL, used by Web Service provider. |
|---|---|
| Default Value | false |
| Possible Values | true/false |
| Selection Criteria | If you want to use the old WSDL parser then set true value If you want to use the new EasyWSDL parser then set false value |
| Comments | Use WSDL parser WSDL4J for Web Service Provider (else use EasyWSDL) |
abpm.webservice.consumer.wsengine.isaxis
| Description | Option to select the Web Service engine, either Axis or Metro, used by Web Service Consumer. |
|---|---|
| Default Value | false |
| Possible Values | true/false |
| Selection Criteria | This property specifies the WSDL engine used by WS Consumer. If it is set as false, then Metro is used. If it is set as true then Axis is used. It is recommended to use Metro engine. |
abpm.webservice.provider.wsengine.isaxis
| Description | Option to select the Web Service engine, either Axis or Metro, used by Web Service Provider. |
|---|---|
| Default Value | false |
| Possible Values | true/false |
| Selection Criteria | This property specifies the WSDL engine used by WS Provider. If it is set as false, then Metro is used. If it is set as true, then Axis is used. It is recommended to use Metro engine. |
abpm.webservice.host
| Description | Name/IP address of host where Adeptia Connect is running |
|---|---|
| Default Value | localhost |
| Possible Values | localhost/IP address/hostname |
| Selection Criteria | Address specified here is used in the URL of the Web Service, which is published in the Adeptia Connect. It is always recommended to use the IP address of the host. |
abpm.webservice.port
| Description | The default HTTP port on which any Web Service is published. |
|---|---|
| Default Value | 8080 |
| Possible Values | Any port, which is available. If you change the value of port here, you must put the same value in jetty while adding SSLSelectChannelSelector for jetty. |
| Selection Criteria | Specifies the default HTTP port, on which any Web Service is published. You can also choose the port while creating the Web Service Provider activity. |
abpm.webservice.sPort
| Description | The default HTTPs port on which any Web Service is published. |
|---|---|
| Default Value | 8443 |
| Possible Values | Any port, which is available and can be used as a secure port. If you change the value of port here, you must put the same value in jetty while adding SSLSelectChannelSelector for jetty. |
| Selection Criteria | Specifies the default HTTPs port, on which any Web Service is published. You can also choose the port while creating the Web Service Provider activity. |
abpm.webservice.serverKeyStorePath
| Description | Key store path used by web server for web service SSL configuration. |
|---|---|
| Default Value | ./etc/truststore/cacerts |
| Possible Values | Any accessible location on local system |
| Selection Criteria | Depends on the directory on which the key store has been created. |
| Comments | Use the default value that has the pre-created key store. In case you want to generate a key store, just copy that into the default location. If you have pre-created key store just use the absolute path of this key store as the property value |
com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace
| Description | Option to enable web service stack trace logging in WS Fault |
|---|---|
| Default Value | false |
| Possible Values | true/false |
| Comments | This property is applicable only when Metro is used as Web Service engine. |
abpm.webservice.metro.security.dumpmessages
| Description | Option to web service security dumpMessages for web service request and response |
|---|---|
| Default Value | false |
| Possible Values | true/false |
com.sun.xml.ws.transport.http.HttpAdapter.dump
| Description | Option to enable logging of the incoming HTTP requests and responses in web service provider |
|---|---|
| Default Value | false |
| Possible Values | true/false |
com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump
| Description | Option to enable logging of the incoming HTTP requests and responses in web service consumer |
|---|---|
| Default Value | false |
| Possible Values | true/false |
abpm.webservice.rest.jersey.dumpmessages
| Description | Option to enable logging of the REST web service consumer request and response (applicable for Jersey engine only) |
|---|---|
| Default Value | false |
| Possible Values | true/false |
abpm.webservice.metro.httpclient.streaming.chunksize
| Description | Option to enable streaming of a HTTP request body without internal buffering. |
|---|---|
| Default Value | 2048 |
| Possible Values | NA |
| Comments | To disable put 0 or negative value, otherwise provide value in bytes. |
abpm.webservice.metro.mtom.threshold.value
| Description | If an attachment is smaller than the size (in bytes) specified in threshold, the system will simply inline the binary data as base64 binary instead of making it an attachment |
|---|---|
| Default Value | 1024 |
| Possible Values | NA |
abpm.webservice.consumer.wsengine.rest.isjersey
| Description | Use Jersey engine for REST webservice calls |
|---|---|
| Default Value | true |
| Possible Values | true/false |
abpm.webservice.consumer.hostNameVerificationEnabled
| Description | Do not allow HTTPS connection if the URL's hostname and the server's identification host name mismatch |
|---|---|
| Default Value | true |
| Possible Values | true/false |
SSL CONFIGURATION
javax.net.ssl.trustStore
| Description | Specifies the SSL Truststore Path |
|---|---|
| Default Value | etc/truststore/cacerts |
javax.net.ssl.trustStoreType
| Description | Specifies SSL Truststore Type |
|---|---|
| Default Value | JKS |
javax.net.ssl.trustStorePassword
| Description | Specifies SSL Truststore Password |
|---|---|
| Default Value | NA |
javax.net.ssl.keyStore
| Description | Specifies SSL Keystore Path |
|---|---|
| Default Value | etc/jetty/adeptiaBPM.keystore |
javax.net.ssl.keyStoreType
| Description | Specifies SSL Keystore Type |
|---|---|
| Default Value | JKS |
javax.net.ssl.keyStorePassword
| Description | Specifies SSL Keystore Password |
|---|---|
| Default Value | NA |
DATA SECURITY
abpm.data.pgp.encryption.chunkSize
| Description | The chuck size (in bytes) to use while encrypting data size of 1 GB or more |
|---|---|
| Default Value | 65536 |
| Possible Vaules | Positive Number between 8 to 9223372036854775807 |
| Comments | If an invalid value is given, then default value will be used. |
BUSINESS CALENDAR
org.quartz.scheduler.bCalendar
| Description | Specifies list of holidays of year |
|---|---|
| Default Value | 01/15/2007,02/19/2007,05/28/2007,07/4/2007,09/3/2007,10/8/2007,11/22/2007,12/25/2007NA |
| Possible Values | Any date in mm/dd/yyyy format |
| Comments | These days are assumed as holidays in Adeptia Connect calendar. If a Calendar Event is scheduled to be fired on Business Days, the process will not be fired on days specified in this property. |
DATABASE CONNECTION
abpm.database.connectionWaitTime
| Description | Denotes the time (in seconds) that the driver will wait to connect to the database. |
|---|---|
| Default Value | 60 |
SCHEMA PROPERTY
abpm.schema.excel.poi.dynamicDateFormat
| Description | Excel Dynamic Date Format For Non-Streaming Mode and Possible Values are:- default and dd/MM/yyyy (other date formats also supported) |
|---|---|
| Default Value | |
| Possible Values | Date in M/DD/YYYY |
abpm.schemashowfieldcount
| Description | Indicates the maximum number of fields to be displayed in Text, Advanced Text, and Advanced Positional Schema |
|---|---|
| Default Value | 200 |
| Possible Values | Any Positive Integer |
| Selection Criteria | Specifies the maximum number of fields to be displayed when any of the following schemas is opened in an edit mode: • Text Schema • Advanced Text Schema • Advanced Positional Schema If any of the above schemas is opened in an edit mode and has more fields than the specified record, then a message is displayed. |
abpm.schemaIgnoreBlankLine
| Description | Configures the maximum number of fields to be displayed in Text, Advanced Text, and Advanced Positional Schema |
|---|---|
| Default Value | Yes |
| Possible Values | Yes/No |
| Selection Criteria | This property specifies the maximum number of fields to be displayed when any of the following schemas is opened in edit mode: • Text Schema • Advanced Text Schema • Advanced Positional Schema In case any of the above schemas is opened in edit mode and it has more than the specified record then a message is displayed. |
abpm.schema.excel.poi.zipsecurefile.mininflateratio
| Description | Default minimum inflate ratio rate(%) for xlxs files |
|---|---|
| Default Value | 1 |
abpm.connect.jsonschema.retainSpecialCharacters
| Description | Retains the special characters entered in comma separated format. For example, \n,\r. |
|---|---|
| Possible Values | One or more special characters, for example, \n,\r. |
abpm.schema.excel.poi.maxByteArray.size
| Description | The maximum number of bytes that should be allocated while processing the excel file. |
|---|---|
| Default Value | 100000000 |
abpm.schema.excel.enableNumericFormatting
| Description | Set this to true to fetch numeric values with commas and decimals from the source as display values in the source Excel file and format them with two decimal places in the Excel output. |
|---|---|
| Default value | false. |
| Possible Values | true, false |
MAIL EVENT
abpm.mailEvent.mailProcessConcurrency
| Description | Defines the maximum number of concurrent emails that can be processed by a mail event at a time |
|---|---|
| Default Value | 0 |
| Possible Values | Any positive integer. It should be based on a number of concurrent connections that the mail server is using. |
| Selection Criteria | Enter the maximum number of concurrent emails that can be processed at a time by mail event. By default, this value is 0, which means there is no limit to the number of emails that can be processed by a mail event. This property is applicable for all mail events that you have in your Adeptia Connect. If you want to define this number specifically on one email event, you can define it in Advanced properties of mail event. |
abpm.mailEvent.retry
| Description | Sets the number of retries when a 'MailBox in Use' error occurs |
|---|---|
| Default Value | 0 |
| Possible Values | Any positive integer. It should be based on the mail server that you are using. |
| Selection Criteria | Specifies the number of times a mail source, mail event, and mail polling activity will retry on 'Mailbox in Use' error before it aborts. By default, the value is 0 indicates no retries. |
abpm.mailEvent.sleepTime
| Description | Sets the sleep time (in milliseconds) before a retry takes plac when a 'Mailbox in Use' error occurs |
|---|---|
| Default Value | 0 |
| Possible Values | Any positive integer. It should be based on the mail server that you are using. |
| Selection Criteria | Specifies the time interval (in milliseconds) between two retries for 'Mailbox in Use' error. By default, this value is 0 implies that time interval is 2 seconds. This property is applicable if the abpm.mailEvent.retry property is greater than 0. |
TARGET PROPERTY
abpm.target.createFolder
| Description | Option to create any non-existing parent directory on target location (for Secured FTP Target and LAN File Target activity using VFS option) |
|---|---|
| Default Value | yes |
| Possible Values | Yes/No |
EVENT
abpm.event.concurrency
| Description | Maximum number of files that will be processed by an event in each polling frequency |
|---|---|
| Default Value | -1 |
| Possible Values | Any positive integer. 0 indicates an infinite number of files. |
EVENT METADATA
abpm.eventMetadata.retainTime
| Description | Maximum number of days to keep the files in the metadata |
|---|---|
| Default Value | 30 |
| Possible Values | Any positive integer. |
abpm.eventMetadata.cleanupCronExpression
| Description | Time (in cron expression) when the cleanup runs |
|---|---|
| Default Value | 0 0 3 * * ? (means 3 AM) |
| Possible Values | Cron Expression |