Skip to main content
Version: 3

Service

PROXY SETTINGS​

abpm.transportProxy​

DescriptionOption 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 Valuefalse
Possible Valuestrue/false
Selection CriteriaSet 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​

DescriptionSpecifies the IP address of the proxy server.
Default Value192.168.1.129
Possible ValuesSpecify the IP address of the proxy Server
Selection CriteriaThis property is applicable only when abpm.transportProxy is set to true.

abpm.transportProxyHttpPort​

DescriptionHTTP port used by the proxy server.
Default Value8082
Possible ValuesDepends on proxy server configuration.
Selection CriteriaSpecify the HTTP port, which is used by the proxy server.

abpm.transportProxyFtpPort​

DescriptionFTP port used by the proxy server.
Default Value21
Possible ValuesDepends on proxy server configuration.
Selection CriteriaSpecify the FTP port, which is used by the proxy server.

abpm.transportHttpNonProxyFtpPort​

DescriptionAddresses of the hosts for which you want to bypass the proxy
Default Value192.168.1.99
Possible ValuesIP addresses of the all the hosts, each separated by a comma
Selection CriteriaSpecify the IP addresses of all hosts for which you want to bypass the proxy server.

WEB SERVICE CONFIGURATION​

abpm.webservice.consumer.wsdlparser.iswsdl4j​

DescriptionOption to select the WSDL parser, either WSDL4j or EasyWSDL, used by Web Service consumer.
Default Valuefalse
Possible Valuestrue/false
Selection CriteriaThis 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​

DescriptionOption to select the WSDL parser, either WSDL4j or EasyWSDL, used by Web Service provider.
Default Valuefalse
Possible Valuestrue/false
Selection CriteriaIf 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
CommentsUse WSDL parser WSDL4J for Web Service Provider (else use EasyWSDL)

abpm.webservice.consumer.wsengine.isaxis​

DescriptionOption to select the Web Service engine, either Axis or Metro, used by Web Service Consumer.
Default Valuefalse
Possible Valuestrue/false
Selection CriteriaThis 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​

DescriptionOption to select the Web Service engine, either Axis or Metro, used by Web Service Provider.
Default Valuefalse
Possible Valuestrue/false
Selection CriteriaThis 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​

DescriptionName/IP address of host where Adeptia Connect is running
Default Valuelocalhost
Possible Valueslocalhost/IP address/hostname
Selection CriteriaAddress 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​

DescriptionThe default HTTP port on which any Web Service is published.
Default Value8080
Possible ValuesAny 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 CriteriaSpecifies 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​

DescriptionThe default HTTPs port on which any Web Service is published.
Default Value8443
Possible ValuesAny 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 CriteriaSpecifies 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​

DescriptionKey store path used by web server for web service SSL configuration.
Default Value./etc/truststore/cacerts
Possible ValuesAny accessible location on local system
Selection CriteriaDepends on the directory on which the key store has been created.
CommentsUse 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​

DescriptionOption to enable web service stack trace logging in WS Fault
Default Valuefalse
Possible Valuestrue/false
CommentsThis property is applicable only when Metro is used as Web Service engine.

abpm.webservice.metro.security.dumpmessages​

DescriptionOption to web service security dumpMessages for web service request and response
Default Valuefalse
Possible Valuestrue/false

com.sun.xml.ws.transport.http.HttpAdapter.dump​

DescriptionOption to enable logging of the incoming HTTP requests and responses in web service provider
Default Valuefalse
Possible Valuestrue/false

com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump​

DescriptionOption to enable logging of the incoming HTTP requests and responses in web service consumer
Default Valuefalse
Possible Valuestrue/false

abpm.webservice.rest.jersey.dumpmessages​

DescriptionOption to enable logging of the REST web service consumer request and response (applicable for Jersey engine only)
Default Valuefalse
Possible Valuestrue/false

abpm.webservice.metro.httpclient.streaming.chunksize​

DescriptionOption to enable streaming of a HTTP request body without internal buffering.
Default Value2048
Possible ValuesNA
CommentsTo disable put 0 or negative value, otherwise provide value in bytes.

abpm.webservice.metro.mtom.threshold.value​

DescriptionIf 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 Value1024
Possible ValuesNA

abpm.webservice.consumer.wsengine.rest.isjersey​

DescriptionUse Jersey engine for REST webservice calls
Default Valuetrue
Possible Valuestrue/false

abpm.webservice.consumer.hostNameVerificationEnabled​

DescriptionDo not allow HTTPS connection if the URL's hostname and the server's identification host name mismatch
Default Valuetrue
Possible Valuestrue/false

SSL CONFIGURATION​

javax.net.ssl.trustStore​

DescriptionSpecifies the SSL Truststore Path
Default Valueetc/truststore/cacerts

javax.net.ssl.trustStoreType​

DescriptionSpecifies SSL Truststore Type
Default ValueJKS

javax.net.ssl.trustStorePassword​

DescriptionSpecifies SSL Truststore Password
Default ValueNA

javax.net.ssl.keyStore​

DescriptionSpecifies SSL Keystore Path
Default Valueetc/jetty/adeptiaBPM.keystore

javax.net.ssl.keyStoreType​

DescriptionSpecifies SSL Keystore Type
Default ValueJKS

javax.net.ssl.keyStorePassword​

DescriptionSpecifies SSL Keystore Password
Default ValueNA

DATA SECURITY​

abpm.data.pgp.encryption.chunkSize​

DescriptionThe chuck size (in bytes) to use while encrypting data size of 1 GB or more
Default Value65536
Possible VaulesPositive Number between 8 to 9223372036854775807
CommentsIf an invalid value is given, then default value will be used.

BUSINESS CALENDAR​

org.quartz.scheduler.bCalendar​

DescriptionSpecifies list of holidays of year
Default Value01/15/2007,02/19/2007,05/28/2007,07/4/2007,09/3/2007,10/8/2007,11/22/2007,12/25/2007NA
Possible ValuesAny date in mm/dd/yyyy format
CommentsThese 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​

DescriptionDenotes the time (in seconds) that the driver will wait to connect to the database.
Default Value60

SCHEMA PROPERTY​

abpm.schema.excel.poi.dynamicDateFormat​

DescriptionExcel Dynamic Date Format For Non-Streaming Mode and Possible Values are:- default and dd/MM/yyyy (other date formats also supported)
Default Value
Possible ValuesDate in M/DD/YYYY

abpm.schemashowfieldcount​

DescriptionIndicates the maximum number of fields to be displayed in Text, Advanced Text, and Advanced Positional Schema
Default Value200
Possible ValuesAny Positive Integer
Selection CriteriaSpecifies 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​

DescriptionConfigures the maximum number of fields to be displayed in Text, Advanced Text, and Advanced Positional Schema
Default ValueYes
Possible ValuesYes/No
Selection CriteriaThis 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​

DescriptionDefault minimum inflate ratio rate(%) for xlxs files
Default Value1

abpm.connect.jsonschema.retainSpecialCharacters​

DescriptionRetains the special characters entered in comma separated format. For example, \n,\r.
Possible ValuesOne or more special characters, for example, \n,\r.

abpm.schema.excel.poi.maxByteArray.size​

DescriptionThe maximum number of bytes that should be allocated while processing the excel file.
Default Value100000000

abpm.schema.excel.enableNumericFormatting​

DescriptionSet 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 valuefalse.
Possible Valuestrue, false

MAIL EVENT​

abpm.mailEvent.mailProcessConcurrency​

DescriptionDefines the maximum number of concurrent emails that can be processed by a mail event at a time
Default Value0
Possible ValuesAny positive integer. It should be based on a number of concurrent connections that the mail server is using.
Selection CriteriaEnter 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​

DescriptionSets the number of retries when a 'MailBox in Use' error occurs
Default Value0
Possible ValuesAny positive integer. It should be based on the mail server that you are using.
Selection CriteriaSpecifies 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​

DescriptionSets the sleep time (in milliseconds) before a retry takes plac when a 'Mailbox in Use' error occurs
Default Value0
Possible ValuesAny positive integer. It should be based on the mail server that you are using.
Selection CriteriaSpecifies 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​

DescriptionOption to create any non-existing parent directory on target location (for Secured FTP Target and LAN File Target activity using VFS option)
Default Valueyes
Possible ValuesYes/No

EVENT​

abpm.event.concurrency​

DescriptionMaximum number of files that will be processed by an event in each polling frequency
Default Value-1
Possible ValuesAny positive integer. 0 indicates an infinite number of files.

EVENT METADATA​

abpm.eventMetadata.retainTime​

DescriptionMaximum number of days to keep the files in the metadata
Default Value30
Possible ValuesAny positive integer.

abpm.eventMetadata.cleanupCronExpression​

DescriptionTime (in cron expression) when the cleanup runs
Default Value0 0 3 * * ? (means 3 AM)
Possible ValuesCron Expression