Shared Properties
This file stores system-level properties to be shared among all Platform components. Each property is placed on a separate line in the following format:
key = value
The table below lists all available properties and their default values. A few important properties to note:
- The
HostName
property defaults tolocalhost:8080
To use a different host name or port, adjust this property accordingly, or your server will not start.
Access the Shared Properties tab from the Application Switcher > System Console > System.
From the Application Switcher > System Console > System > Shared Properties > General > Platform define, modify or view the below properties
Platform Property | Description |
---|---|
HostName
|
Host name of your master server. Default for Tomcat: Default for PAS: To use HTTPS for access, the default port numbers are
Note: This property
appears as a Platform property for a Platform instance that has no licensing
information and needs a restart. For a licensed Platform instance, the
HostName appears in the Control Panel > General > License and Usage
|
TitleTemplate
|
The template for a page's title. Can be overridden by ISV partners. See
Creating and managing customer tenants for more
information. Default: |
DefaultLangCode
|
ISO language code used by default (when no language selection is made or
available) Default: |
DefaultDateFormat
|
Index of date/time format used when no selection is made or available, use
a type supported by Platform Default: US date/time format |
TimeZones
|
A comma-separated list of time zones. If required, add to
this list any TimeZone IDs which are a part of TimeZone.getAvailableIDs() . Default:
|
Encodings
|
Encoding support for comma-separated list files. Default: |
CustWeight
|
The coefficient to be used in a formula to calculate load on a particular
production server (only used in multi-server edition). Defaults to 3 . |
HazelcastBackupCount
|
The number of synchronous backup copies made for master/prod data cache entries across other members of the master/prod cluster members. Maximum value for this map can be set to 3. Set this to zero if performance is a priority and no backup is required. Default: |
HazelcastGlobalBackupCount
|
The number of synchronous backup copies made for global cache entries across other members of the global cluster members. Maximum value for this map can be set to 6. Set this to zero if performance is a priority and no backup is required. Default: |
CustomClassFilter
|
You can use custom Java objects (available on CLASSPATH) in Platform formulas. This property lets you specify the classes to allow in formulas. Specify a RegEx expression that matches classes you want to allow. For example, if you want to use a variable of the type java.util.ArrayList(), you would include the entry CustomClassFilter=java.util.ArrayList. See http://www.w3schools.com/jsref/jsref_obj_regexp.asp for more information about RegEx expressions. |
JSOptimizationLevel
|
Optimization makes the compiler attempt to improve the
performance and/or code size at the expense of compilation time and possibly the
ability to debug the program. Simple data and type flow analysis is performed to determine which JavaScript variables can be allocated to Java VM registers, and which variables are used only as Numbers. Local common sub-expressions are collapsed (currently this only happens for property lookup, but in the future more expressions may be optimized). All local variables and parameters are allocated to Java VM registers. Function call targets are speculatively pre-cached (based on the name used in the source) so that dispatching can be direct, pending runtime confirmation of the actual target. Arguments are passed as Object/Number pairs to reduce conversion overhead. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino/Optimization for detailed information. |
UnloadCustAfterMins
|
Unloads the customer from the cache after period of time (in minutes) Default: |
CloudType
|
When set to AWS the
cloud instance type information is retrieved and displyed in System Console > Servers Tab . Note: You should set the value to AWS only if Platform is deployed on AWS.Default: When set to |
From the System Console > System > Shared Properties > General > Add/Remove Features define, modify or view the below properties.
Add/Remove Features | Description |
---|---|
AllowAdminLessTenant
|
When set to true , this
property enables tenants without administrative users. Does not apply to the
master tenant.Default: |
GettingStartedEnabled
|
When set to false , this
property makes the Getting Started
component unavailable in the page editor. Note that if any of your pages use the Getting Started component, you must manually remove the component and save the page using the page editor for the Getting Started component. Default:
|
SupportCorticonService
|
Support managing Corticon service integration in Platform.
When set to false , the service is not
supported. Default value is true . |
SupportHDP
|
Support for managing Hybrid Data Pipeline objects in
Platform. When set to false , the service is
not supported. Default value is true . |
SupportOEService
|
Support for managing OpenEdge service objects in Platform.
When set to false , the service is not
supported. Default value is true . |
SupportRemoteDatabase
|
Support for external tables in a remote database that is
not used as the Platform database. When set to false , the service is not supported.Default value is true |
SupportProgressDataCatalog
|
Support for managing Progress Data Catalog for
Telerik/Mobile app integration. When set to false , the service is not supported. Default value is true . |
AllowMultipleRestSessions
|
When set to true , this
property enables multiple REST API sessions per user. That is, Platform can
create multiple concurrent sessions for the same user and process the REST API
calls from all the sessions. Default: |
IsPDFAnnotationEnabled
|
When set to true , the Enable
PDF Annotation checkbox associated with the File
Upload field is visible to enable the PDF editor function on the
PDF files.Default: |
AppInstallOverridesChanges
|
At customer tenant creation, controls whether conflicting
application changes will be ignored or will override the existing component. The
Customer record contains a list of
applications that Platform will install automatically. These applications are
installed in the order in which they appear in that list. If an application
contains a component that already exists, this property determines whether
conflicting changes will be applied(true ) or
ignored (false ). Additive changes are always
applied. For more information, see Installing applications in new tenants automatically. Default: |
SkipEmails
|
Do not send email messages; dump them on standard output
instead. Use this option for the development version when no outbound email is
available. Default: false |
EmailSettingsOverrideAtCustomer
|
When set to true , this
property enables you to set up a custom email server for your tenant. This
property makes available Email Server
Settings in the Administration
setup page. Default: |
CheckLoginURL
|
Enables system health check and sends status emails to
Platform admin if health check fails. If set to false, the system health check is disabled. Default: Platform server code pings itself on its login URL, periodically, to monitor the system's health. That is, it checks the accessibility of the login page. For this, you must ensure that the router component’s external URL is accessible from master component and firewall/network settings are configured to allow this health check. |
SysRepGeneration
|
Generates a usage report for all the customers. If unchecked, user's data
is not collected. Default: |
IsAsposeDocParserEnabled
|
Enables you to use Aspose Parser for all Word documents
with doc extension. This shared property is accessible only if aspose jars are available in the Rollbase lib directory. Default: See Working with customer records for more information. |
IsAsposeDocxParserEnabled
|
Enables you to use Aspose Parser for all Word documents
with docx extension. This shared property is accessible only if aspose jars are available in the Rollbase lib directory.Default: See Working with customer records for more information. |
IsMaxStorageCheckEnabled
|
Checks for the storage used by the customer(s) against
the maximum storage allotted on performing Update Usage
Stats operation. This restricts further file uploads if the
storage limit exceeds the maximum storage allotted. Default:
|
ShowPaginationControlAtTop
|
Shows a pagination control in the List View at the top for all tenants. As this property is managed by the System Administrator, if enabled, all the Tenant Administrators and USERS cannot disable this property at their instance. Default:
|
LoadOnlyOnDedicatedServer
|
Enables the customer(s) to be loaded only on a dedicated production server. Default:
|
IsGitEnabled
|
Enables you to configure GIT options in the Control Panel and Preferences section. Default:
|
UseGraalJS
|
Enable/Disable Graal JS engine in the Platform. This is a boolean (checkbox) property.
|
From the System Console > System > Shared Properties > General > Security define, modify or view the below properties
From the System Console > System > Shared Properties > General > System Jobs define, modify or view the below properties
From the System Console > System > Shared Properties > General > Email define, modify or view the below properties
Email Property | Description |
---|---|
AdminEmail
|
Email address of the first administrator user created during installation Default: None (must be specified prior to installation) |
AutoReplyAddress
|
Email address used as reply-to when no other address is provided Default: same value as |
EmergencyAddress
|
Email address to receive emergency notifications when an system component
is unavailable, number of threads or database connections exceeds a threshold,
or another serious error occurs. Default: copied from
|
MailTimeoutSec
|
The number of seconds before Platform gives up when
trying to connect to the mail server. This property is only valid for SMTP and
Gmail. The value will be ignored for Exchange. Default:
|
EmailEncodings
|
Determines the supported email encodings. Its value is a comma-separated
list of encodings with the default encoding as the first item in the list.
Defaults to UTF-8,ISO-8859-1,US-ASCII , with
UTF-8 as the default encoding. To override
the default, set the value to a comma-separated list of encodings with the
encoding you want as the default as the first item in the list, for example,
ISO-8859-1,UTF-8,US-ASCII . |
From the System Console > System > Shared Properties > General > Search define, modify or view the below properties
Search Property | Description |
---|---|
MaxSearches
|
Maximum number of conditions to be used in a Detailed Search component. Default: |
MaxSearchResults
|
Max number of search results to bring back for a single
full text search. Default: |
MaxClauseCount
|
Maximum number of clauses permitted per lucene search
query. Default: |
UseZipSearch
|
Enable search by distance from ZIP/postal code. Enabling
this setting requires that RB_ZIP_CODES table be populated with actual data -
not supplied with Private Cloud Default: |
IndexChangeSyncDelaySecs
|
Max time (in seconds) between an index change and it
being visible for search. Default: |
LockTimeoutSec
|
Timeout, in seconds, to obtain a lock for index writing. Default: |
RAMBufferMB
|
Size of RAM buffer, in MB, for indexing operations. Default: |
CloseAfterMin
|
Remove metadata from cache if it is not being used for
specified number of minutes. Default: |
ElasticBulkIndexSize
|
Number of records processed in each batch within an
elastic server. This shared property is not applicable for lucene based search
engine. Default: |
ElasticRequestConfigTimeout
|
Sets socketTimeout and
MaxRetryTimeoutMillis of communication
with the elastic server. See https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/_timeouts.html for more information on Timeouts.Default: |
ElasticAnalyzerSplitTokenRegex
|
Holds the regex to split the text fields whenever:
Default: |
ElasticIndexAllFields
|
When enabled, non-indexable fields are also indexed on the elastic server. Default: |
IncludeAppContextInSearchResults
|
When enabled, includes application specific context for the data in the search results. Default: |
From the System Console > System > Shared Properties > General > Log define, modify or view the below properties.
Log Property | Description |
---|---|
EnableCustomLogging
|
When enabled, logging preferences can be configured by MASTER and TENANT administrators. See Logging Preferences for more details. Default: |
LogFormat
|
The log4j format for
log messages.Default: |
LogFileSize
|
Maximum size of particular log file, such as main.log .Default: |
MaxBackupIndex
|
Determines how many backup files are kept before the
oldest is erased. Default: |
From the System Console > System > Shared Properties > General > Database define, modify or view the below properties.
Database Property | Description |
---|---|
HDP_URL
|
Specifies the Hybrid Data Pipeline URL where all objects
of type Hybrid Data reside. You can enable HDP integration on the provision of
HDP URL in the formats mentioned below: Default URL for Non-SSL: jdbc:datadirect:ddhybrid://<host>:<port>;hybridDataPipelineDataSource =<datasourcename>;encryptionMethod=noEncryption Default URL for SSL: jdbc:datadirect:ddcloud://<host>:<port>;hybridDataPipelineDataSource =<datasourcename>;encryptionMethod=SSL;TrustStore= <ddcloudTrustStore_jksfilelocation> |
SQLSpecialChars
|
A comma-separated list of SQL special characters of your
database. Infinite Blue recommends that you verify and add any special characters in this property before generating SQL queries for external objects. Default: All the terms identified by SQL as a special character. |
SQLKeywords
|
It is a comma-separated SQL keywords of your database. Infinite Blue recommends that you verify and add any reserved keywords in this property before generating SQL queries for external objects. Default: All the terms identified by SQL as a keyword. |
SQLBlacklistFunctions_MySQL
|
List of blacklisted MySQL Database functions that need to be restricted via SQL queries from Platform. The list can be extended and reduced by editing this shared property. Note : The function names must be specified as comma separated values, and no parentheses '()' must be used. Default values: collation, database, current_user, current_role, system_user, and session_user. Example: 'connection_id()' can be blacklisted by specifying it as connection_id in the list. |
SQLBlacklistFunctions_MSSQL
|
List of blacklisted SQL Server Database functions that need to be restricted via SQL queries from Platform. The list can be extended and reduced by editing this shared property. Note : The function names must be specified as comma separated values, and no parentheses '()' must be used. Default values: host_name, host_id, system_user, user_name, user_id, and original_db_name. Example: 'connection_id()' can be blacklisted by specifying it as connection_id in the list. |
SQLBlacklistFunctions_POSTGRE
|
List of blacklisted POSTGRE Database functions that need to be restricted via SQL queries from Platform. The list can be extended and reduced by editing this shared property. Note : The function names must be specified as comma separated values, and no parentheses '()' must be used. Default values: current_database, current_query, current_user, and session_user Example: 'connection_id()' can be blacklisted by specifying it as connection_id in the list. |
From the System Console > System > Shared Properties > General > Usage Analytics define, modify or view the below properties.
Usage Analytics Property | Description |
---|---|
AnalyticsLogEnabled
|
Creates an analytics log file at the default location:
<TOMCAT_HOME>/rollbase/logIt also prints additional information like Client IP ,
User Name , Customer ID , Customer Type ,
etc., around specific flows like Login ,
CREATE_CUSTOMER REST API , CLIENT_API_USAGE , METADATA
SEARCH , ALL_OBJECTS SEARCH ,
SPECIFIC_OBJECT SEARCH etc. You can set this to true or false .Default: |
From the System Console > System > Shared Properties > General > API define, modify or view the below properties.
API Property | Description |
---|---|
UseISODateFormatInRESTJSON
|
Enables all the REST API requests with JSON output
format to return the date or date/time values in ISO format. You can set this to
true or false .Default: For example:
|
UseISODateFormatInRESTXMLQuery
|
Enables all the REST SELECT query API requests with
XML output format to return the date or date/time values in ISO
format. You can set this to true or false .Default: For example:
|
WhiteListForServerSideRESTV2
|
Enable users to add end points which are accessible by Server-Side API - rbv_api.invokeSystemRESTV2(). Users can add in two patterns category name and full endpoint url. Users can also add white listing endpoints on a new line. For example:
|
From the System Console > System > Shared Properties > Customize > User Interface define, modify or view the below properties.
User Interface Property | Description |
---|---|
EnableNUIForAll
|
Switches all tenants/customers to the new UI. The new UI is not enabled for all tenants/customers by default. If an administrator wants to enable the new UI for all tenants/customers, this property must be added from Administration Set up > Preferences. Default: |
DefaultUIBlueprint
|
Default UI blueprint use for Application during
Application creation or for old Applications Blueprint is not set. There are two
types of Blueprint Platform support, Modern Blueprint and Vertical Blueprint.
You can set this to true or false .Default: |
DisableNUIBanner
|
Disable Banners shows for all evaluation users who had
enabled NewUI support. Default: |
PacificUIDisabled
|
Disable Pacific theme UI from setup pages, classic UI and
from Page designer. Default: |
PdfFontFamily
|
Add and configure more fonts to support different
languages (For eg- Droid Sans Fallback for Chinese). You can update the value of
'PdfFontFamily' field with desired fonts in Setup
Home > Administration Setup > Preferences. If a preferred
font value is specified, it will be used to generate the pdf. Alternatively, if
a preferred font value is not specified, then the value of the shared property
will be used. The font-family mentioned in this field is considered as the defualt font. Lato, Helvetica, Arial, Tahoma and sans-serif are available as default fonts. |
IncludeShortCutIcons
|
Check this option to include Fav, Touch & Tile icons
for Desktop, Android & iOS touch devices. These icons will be displayed when
user adds Platform pages as Add to Desktop, Add to Home , Add to Favorites, Add
to Bookmarks, Pin to Start Menu (Windows 10). By default, this option is
disabled. When you enable the Note: As the name implies, the dimension for the icons (
width X height ) is suffixed to the icon name. Private cloud customers
must design the icons according to the dimension of the icon name to
ensure for a good quality image when Platform pages are added as
mentioned above.
|
MSTileIconBGColor
|
Microsoft Tiles color for Windows 10 and Windows phone.
This shared property is applicable only when the IncludeShortCutIcons shared property option is enabled. Provide
the value in a hexa-decimal format. Default value: |
MaxRecordsInSelector
|
Configure the maximum number of records for selection based on the
business need. The configured changes will be reflected in the ListView, Grid
Control, Multi-select pick-list, record attach, ListView filters, Custom report
filter fields of the New, Edit, Mass update, Quick Create and Status change
pages. Default number of records configured:
Minimum number of records that can be configured:
Maximum number of records that can be
configured: |
BootStrapVersion
|
Choose a default bootstrap version for Platform
Application Pages. This bootstrap version can be changed at the application
level in the App Setting Page. Default value: |
ShowAttachButtonForGridControl
|
On enabling this shared property, Attach and Detach buttons are displayed in grid control. You can then
select and deselect the records from the related object. Default: |
EnableUIConsoleLog
|
On enabling this shared property, debug messages are
logged in the browser console. Default: |
EnableApplicationCustomScript
|
On enabling this shared property, the application pages display the custom script/HTML. Default: |
ShowNewBetaUITryoutLink
|
On enabling this shared property, the application pages display the Try New Beta UI toggle. Default: |
EnableFusionTheme |
When set to true, charts and gauges are rendered in fusion theme. If set to false, no theme is applied. Default : |
EnableQuickFiltering
|
When set to true, enables the users to instantly filters the data using the fields in the list view of application runtime page. Default : |
EnableAjaxFormSubmit
|
When set to true, enables submit object form page (Object Create/Edit, Mass Update, and Status Change) using Ajax. When set to false, normal HTML form submit is invoked and the page is reloaded. Default : |
From the System Console > System > Shared Properties > Customize > HTML Editor define, modify or view the below properties.
HTML Editor Property | Description |
---|---|
HideHtmlEditorMenu
|
When set to true , this property hides the
HTML editor menu bar. Default: |
HtmlEditorButtonRow1
|
Specifies the shortcut options of the first toolbar row (of the HTML
editor) and its formatting. When this property is not set, this toolbar is
disabled. Default:
|
HtmlEditorButtonRow2
|
Specifies the shortcut options of the second toolbar row (of the HTML
editor) and its formatting. When this property is not set, this toolbar is
disabled. Default: <blank> |
From the System Console > System > Shared Properties > Customize > Images define, modify or view the below properties.
Images Property | Description |
---|---|
ImageWidthFormFactorLaptop
|
This property is applicable only when customer enables
Dynamic Image resize Settings from the Preferences page.
When a user uploads image for ImageUpload field, Platform
generates various images for different devices on demand. This property applies
to laptop or higher resolution devices. This property is expressed in pixels
unit. Default: |
ImageWidthFormFactorMobile
|
This property applicable only when a customer enables
Dynamic Image resize Settings from the Preferences page.
When a user uploads image for ImageUpload field, Platform
generates various images for different devices. In this property, you can
provide image size as pixel value in number format for smart phones. Default:
|
ImageWidthFormFactorTab
|
This property is applicable only when a customer enables
Dynamic Image resize Settings from the Preferences page.
When a user uploads an image for ImageUpload field,
Platform generates various images for different devices. In this property, you
can provide image size as pixel value in number format for Tablets. Default:
|
ImageWidthThumbnail
|
This property applicable only when customer enables
Dynamic Image resize Settings from the Preferences page.
Platform generates a thumbnail image for the uploaded image to render it in
ListView Grid column. You can provide the size of
image as pixel value in number format. Default:
|
From the System Console > System > Shared Properties > Customize > CDN define, modify or view the below properties.
CDN Property | Description |
---|---|
UseCdnForNewUI
|
To enable CDN support in the NewUI and portal pages. When
this property is enabled, user should provide a valid URL for KendoCdn,
BootstrapCdn, FontAwesomeCdn, LatoFontCdn properties. Default:
|
BootstrapCdn
|
CDN URL to load Bootstrap library files. This is
applicable only when user enable UseCdnForNewUI property. Default:
|
KendoCdn
|
CDN URL to load kendo library files. This is applicable
only when user enable UseCdnForNewUI property. Default:
|
FontAwesomeCdn
|
CDN URL to load FontAwesome files. This is applicable
only when user enable UseCdnForNewUI property. Default:
|
LatoFontCdn
|
Google font URL to load Lato font css file. This is
applicable only when user enable UseCdnForNewUI property. Default:
|
List of CDN Servers
As long as the CDN URL follows the expected pattern, you should be able to use it without any problems. The typical pattern is a base url followed by a version and then followed by the library name.
See CDN Support for more information.
Here's a list of tested CDNs:
Lato Font
http://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin,latin-ext
Kendo
Kendo CDN - http://docs.telerik.com/kendo-ui/intro/installation/cdn-service
The minified versions of all JavaScript files are available at:
- https://kendo.cdn.telerik.com/VERSION/js/FILENAME.min.js
- https://kendo.cdn.telerik.com/VERSION/styles/FILENAME.min.css
Bootstrap
MaxCDN:
- https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css
- https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js
Cloudflare:
- https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css
- https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js
jsDelivr
- https://cdn.jsdelivr.net/bootstrap/3.3.7/js/bootstrap.min.js
- https://cdn.jsdelivr.net/bootstrap/3.3.7/css/bootstrap.min.css
JQuery
- https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js
- https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js
- https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css
MaxCDN
CloudFlare
- https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js
- https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.js
jsDelivr
- https://cdn.jsdelivr.net/jquery/1.12.4/jquery.min.js
- https://cdn.jsdelivr.net/jquery.ui/1.11.4/jquery-ui.min.js
Microsoft
- http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js
- http://ajax.aspnetcdn.com/ajax/jquery.ui/1.12.1/jquery-ui.min.js
Yandex:https://yastatic.net/jquery/1.12.3/jquery.min.js
FontAwesome
MaxCDN:https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
CloudFlare:https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css
jsDelivr:https://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css
From the System Console > System > Shared Properties > Customize > White Label define, modify or view the below properties.
White Label Property | Description |
---|---|
SystemName
|
In the Platform Private Cloud evaluation version, this
property sets the link displayed in the upper-left corner of each page.
Typically, this link is set to navigate to your web site. In the Platform Private Cloud licensed version, this property is configured in license.xml file. Default: |
WebSiteURL
|
URL to root of your web site Default:
http://HostName or https://HostName. The default value depends
on the protocol decided based on Note: The WebSiteHTTP and WebSiteHTTPS shared properties have been
replaced by the WebSiteURL shared
property. Therefore, you must now use WebSiteURL for usecases such as redirecting to a website,
custom header/footer link, and powered by button in portals.
|
Copyright
|
Copyright string displayed on the bottom of each page. Default: None |
ForumURL
|
URL to forum page; if not set, the Platform Forum menu is not available in the
Platform menu. Default: None |
LinkPrivacy
|
Link to the Privacy
Statement page on your website to be rendered at the bottom of
each page Default: None (no link is rendered in this case) |
LinkSecurity
|
Link to the Security
Statement page on your website to be rendered at the bottom of
each page Default: None (no link is rendered in this case) |
LinkTerms
|
Link to the Terms of
Service page on your website to be rendered at the bottom of each
page Default: None (no link is rendered in this case) |
ServiceAgreement
|
Link to the Service Agreement page on
your website to be rendered at the bottom of each page Default: None (no link is rendered in this case) |
MarketplaceFreeTrialURL
|
Specifies the URL of the page to which a user is redirected if the user clicks "Free Trial" for an app on the Marketplace. Further instructions to install the app are available on that page. |
MarketplaceURL
|
Specifies the URL for the Marketplace homepage, which is
installed separately. To enable the Marketplace, specify
If this property is commented out or if there is no value, the Platform Application Directory is enabled and Marketplace is disabled for your tenant. For information about publishing and distributing applications to Platform Application Directory and Marketplace, see Publishing and distributing applications. Default: Note: Starting
with Platform 4.0, in Platform Private Cloud, Marketplace is provided as an alternative to Application Directory. The new Marketplace
provides more features and a better user experience for publishing and
distributing applications. |
SupportTicketURL
|
Specifies the URL of the Support Tickets link in the footer of your Platform instance.
Comment-out the property to hide the Support
Tickets link. When left blank, the Support Tickets link navigates to a Infinite Blue Platform support
page where users can raise a support ticket for the master tenant to
acknowledge. Default: <blank> |
SupportURL
|
Specifies the URL of the Support link in the footer of your Platform instance.
Typically, you direct your users to a Web page where they can get product
support. Default: https://support.infiniteblue.com |
SubscribeNowURL
|
URL to be invoked when a user clicks Buy Now (this button is displayed in the banner
for trial customers) Default: None (Buy Now will redirect to the support portal if this setting is not filled) |
From the System Console > System > Shared Properties > Customize > Documentation & Help define, modify or view the below properties.
Documentation & Help Property | Description |
---|---|
NewOnlineHelpBaseUrl
|
Specifies the base URL that will be appended to context-sensitive Learn More links in the UI for users. If you change this URL, you must also supply content in WebWorks Reverb Help format (with context IDs), or the links will not work. |
UseDocxHelp
|
The property used to hide/show the Learn
Morelinks throughout the product. Default:
|
ShowHelpTips
|
When set to false , this property hides
all the help tips and the Help Me button
in the footer of your Platform instance. Default: |
CreateNewAppVideoURL
|
Specifies the URL to a user assistance video on how to create an
application using Platform quick create wizard. Default: https://www.youtube.com/watch?v=wGUAQjj7BQg The Platform Getting Started page contains a link to this video. To substitute your own video, you should supply a valid URL to an embeddable video. |
CustomizeAppVideoURL
|
Specifies the URL to a user assistance video on how to customize an
application using Platform. Default: https://www.youtube.com/watch?v=Y00amCl0W3E The Platform Getting Started page contains a link to this video. To substitute your own video, you should supply a valid URL to an embeddable video. |
NavAppVideoURL
|
Video URL that explains how to customize the Platform application. |
FastTrackPage
|
Specifies the URL to the Platform Fast Track page which contains the Quick Start tutorial, companion videos, and online help links. |
ShareYouAppVideoURL
|
Specifies the URL to a user assistance video on how to expose a Platform
application to end users. Default: https://www.youtube.com/watch?v=aavOhyiAdZ0 The Platform Getting Started page contains a link to this video. To substitute your own video, you should supply a valid URL to an embeddable video. |
VideosWebinarsURL
|
Specifies the URL to Platform webinars and videos. The Platform Getting Started page contains a link to this video. To substitute your own video, you should supply a valid URL to an embeddable video. |
From the System Console > System > Shared Properties > Limits > System define, modify or view the below properties.
From the System Console > System > Shared Properties > Limits > Views & Charts define, modify or view the below properties.
Views & Charts Property | Description |
---|---|
MaxChartCols
|
Maximum number of columns displayed in charts Default: |
MaxFilters
|
Max number of filters for views. Default: |
MaxFormulaSize
|
Maximum size (in characters) of parsed formula. This size
is checked before sending formula to JavaScript Engine. Default: |
MaxListTotals
|
Maximum number of columns with totals in views and
reports
Default: |
MaxQueryLength
|
Maximum number of characters in a query sent to Query API
Default: |
MaxReqsInQuery
|
Maximum number of records which can be fetched by SQL
query Default: |
From the System Console > System > Shared Properties > Limits > Import & Export define, modify or view the below properties.
From the System Console > System > Shared Properties > Limits > Backup & Restore define, modify or view the below properties.
Backup & Restore Property | Description |
---|---|
MaxSystemBackups
|
Max number of system backup files to keep per customer.
The system will delete older files if this number is exceeded. Default:
|
MaxBackupsPerMonth
|
Maximum number of times a backup activity can be performed by a customer
tenant per month. For information on using this property, see Backup and restore. Default:
|
StorageUsageLimitForBkp
|
Storage usage limit (in MB) of a full backup. For information on using this
property, see Backup and restore.
Default:20 |
From the System Console > System > Shared Properties > Limits > Triggers define, modify or view the below properties.
From the System Console > System > Shared Properties > Limits > HTTP Client define, modify or view the below properties.
HTTP Client Property | Description |
---|---|
HTTPConnectTimeOut
|
The default socket timeout in milliseconds which is the
timeout for waiting for data in a given request. A timeout value of zero is
interpreted as an infinite timeout. Default value 15
seconds . |
HTTPReadTimeOut
|
Specifies the length of the HTTP read timeout, in milliseconds, in Platform
triggers. If this property is not present, its value is interpreted as 0, which
means an indefinite timeout value. Default:
Note: This
property is not applicable if you are running Platform in Apache. You will
have to directly configure keep-alive settings in Apache. |
InternalCommsHTTPTimeOut
|
Defines the socket timeout in milliseconds, which is the
timeout for waiting for data or, put differently, a maximum period inactivity
between two consecutive data packets in a socket. Default value 60
mins and is applicable to Internal component
communications. |
InternalCommsMaxConnections
|
Maximum number of client connections in the pool to
service connection requests from multiple execution threads. Default value
2000 and is applicable to Internal component
communications. |
InternalCommsMaxPerRoute
|
Maximum number of client connections in the pool per
route to service connection requests from multiple execution threads. This is a restartable shared property to configure as necessary. Default value200 and is applicable to Internal
component communications. |
ProxyCommsMaxConnections
|
Maximum number of client connections in the pool to
service connection requests from multiple execution threads. This is a restartable shared property to configure as necessary. Default value200 and is applicable to REST, SOAP, WSDL
& JSDO servlet communications. |
ProxyCommsMaxPerRoute
|
Maximum number of client connections in the pool per
route to service connection requests from multiple execution threads. This is a restartable shared property to configure as necessary. Default value100 and is applicable to REST, SOAP, WSDL
& JSDO servlet communications. |
ProxyCommsHTTPTimeOut
|
Defines the socket timeout in milliseconds, which is the
timeout for waiting for data or, put differently, a maximum period inactivity
between two consecutive data packets in a socket. This is a restartable shared property to configure as necessary. Default value60 mins and is applicable to REST, SOAP, WSDL
& JSDO servlet communications. |
From the System Console > System > Shared Properties > Limits > Database define, modify or view the below properties.
Database Property | Description |
---|---|
HDP_ConnIdleTimeInMins
|
Specifies the duration in minutes until which an existing
Hybrid Data Pipeline connection can stay idle. If a connection is found idle for
the specified duration, a new connection is created and used.The property takes
values between one to five.
This is a restartable shared property to configure as necessary. Default: |
HDP_ConnPoolSize
|
Specifies the number of connections to be cached and
reused in order to avoid creating new connections to the datasources in Hybrid
Data Pipeline (HDP) frequently. The property takes values between two to ten.
This is a restartable shared property to configure as necessary. Default: |
MaxAlarmConnections
|
The system will send a message to admin if number of database connections
exceeds this value Default: |
MaxConnections
|
Maximum number of database connections in each connection pool. Default: |
MinConnections
|
Number of database connections initially created in each connection pool.
Default: |
MaxNotUsedConnTimeMins
|
Maximum time (in minutes) allowed database connection in a pool to be idle.
The connection will be closed after that amount of time has elapsed. Default: |
MaxInUseConnTimeMins
|
Maximum time (in minutes) allowed for a database connection to be in use.
The connection will be forced to close after the amount of time elapses.. Default: |
MaxConnLifetimeMins
|
Maximum connection lifetime before closure (in minutes) Default: |
MaxTransactionTime
|
Maximum time in minutes to allow a database transaction to run (will be
rolled back after that) Default: |
MaxIntgFields
|
Maximum number of BIGINT fields. Default:
|
MaxStrFields
|
Maximum number of VARCHAR(100) fields (in MySQL
notation). Default: |
MaxDateFields
|
Maximum number of DATETIME fields. Default:
|
MaxDblFields
|
Maximum number of DECIMAL(20,8) fields Default:
|
MaxTxtFields
|
Maximum number of LONGTEXT fields Default:
|
MaxDbLongStrLength
|
Maximum size (in chars) of long text fields (CLOBs) to be
stored in the database Default: |
From the System Console > System > Shared Properties > Limits > Email define, modify or view the below properties.
Email Property | Description |
---|---|
MaxAttachmentSizeKB
|
Maximum size of email attachment in KB Default: |
MaxEmailAttachments
|
Maximum number of email attachments. Default: |
MaxEmailBodyKB
|
Maximum size of email message body in KB Default: |
From Administration > Setup Home > Administration Setup > Authentication > Authentication Type > Password > Next define, modify or view the below Master Tenant Authentication properties.
Master Tenant Authentication Property | Description |
---|---|
SecurityLevel
|
Specifies the security level for the master tenant. See
Setting and changing security levels for more
information about security levels. Default: |
ExpirationPolicy
|
The number of days after which a user's password expires
on the master tenant. You can leave this setting blank if you want to keep the
password from expiry. Default: |
From Administration > Setup Home > Administration Setup > Account Settings define, modify or view the below Master Tenant properties.
Master Tenant Property | Description |
---|---|
MasterAdditionalLangCode
|
Specifies a list of comma-separated language codes (based
on ISO 631-1) for the Platform Master tenant. Setting this property ensures that
the Master tenant supports full language translation to the additional language
from the default base language (English). For more information about language
support, refer Language support. Default: None (must be specified prior to server start up) |
MasterCloudStorageType
|
Indicates the cloud storage type for master Tenant such
as - Infinite Blue Platform Storage, Amazon S3, S3 Compatible Storage, or Microsoft Azure. As an alternative
to local storage, you (an ISV or a Private Cloud user) can purchase and enable a
third-party cloud storage (Amazon S3, S3 Compatible Storage, or Microsoft Azure) for your customer
tenants. Cloud storage is used on a tenant by tenant basis Default: |
MasterCloudStorageDir
|
The S3 bucket to use for this customer tenant. For
Microsoft Azure, this will be empty. Default:
|
MasterCloudStorageUser
|
The Access Key ID assigned to your AWS account or the
name of your Azure account. Default: |
MasterCloudStoragePassword
|
The Secret Access Key associated with the Access Key ID
for AWS or the Account Key for your Azure account. Default:
|