Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

PROXY SETTINGS SAP Setting

...

Description

Option to enable the use of a proxy server when Adeptia Suite 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 Suite to enable Adeptia Connect to use the proxy server to connect to any source or target such as FTP Server or Mail Server etc.

...

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. EasyWSDL parser is upgraded parser and introduced in Adeptia Suite 6.0 version.

 

abpm.webservice.provider.wsdlparser.iswsdl4j

...

Description

Name/IP address of host where Adeptia Suite 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 SuiteConnect. It is always recommended to use the IP address of the host.

...

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 jettywhile 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.

...

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 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.

...

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 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

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

...

Description

The 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.

...

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 Suite 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.

...

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 SuiteConnect. If you want to define this number specifically on one email event, you can define it in Advanced properties of mail event.

...