Skip to main content
Skip table of contents

Connections and Models

You are looking at an older version of the documentation. The latest version is found here.

SYSADMIN.Connections

This table supplies information on dynamic connections.

Column Name

Type

Description

fullName

string

Full connection name
namestringConnection name
jndiNamestringJNDI name
templatestringTranslator name (e.g. postgresql, mysql, etc.)
propertiesstringConnection properties in the CSV format (e.g. host=localhost, port=5432, db=test_tables, user-name=user1, password=pass1)
failedbooleanFlag to signal failed/not failed state of the connection
connectionUrlstringConnection URL (e.g. jdbc:postgresql://localhost:5432/test_tables)
driverNamestringName of the driver (e.g. org.postgresql)
driverClassstringName of the driver class (e.g. org.postgresql.Driver)
userNamestringUsername
archivestringArchive file used by the resource adapter
classNamestringClass name
configPropertiesstringAdditional configuration properties
creationDatetimestampTimestamp and time when the connection was created
lastModifiedDatetimestampTimestamp when the connection was last modified
creatorstringUser who created the connection
modifierstringUser who last modified the connection
encryptedPropertiesstringEncrypted properties

SYSADMIN.DataSources

This table supplies information on dynamic models.

Column Name

Type

Description

name

string

Model name
translatorstringTranslator name (e.g. postgresql, mysql, etc.)
modelPropertiesstringProperties for the model (e.g. importer.useFullSchemaName=false, import.schemaPattern=public)
translatorPropertiesstringProperties for the translator (e.g. UseStreamingResults=true)
schema_textclobDDL script for creating the schema
failedbooleanFlag to signal failed/not failed state of the data source
creationDatetimestampTimestamp when the data source was created
lastModifiedDatetimestampTimestamp when the data source was last modified
creatorstringUser who created the data source
modifierstringUser who modified the data source
encryptedModelPropertiesstringEncrypted model properties
encryptedTranslatorPropertiesstringEncrypted translator properties

SYSADMIN.CliTemplates

This table supplies information on JBoss CLI templates.

Column Name

Type

Description

id

biginteger

Template ID
namestringTemplate name
createScriptstringCLI script which creates a data source/resource adapter
dropScriptstringCLI script which removes a data source/resource adapter
creationDatetimestampTemplate creation date
lastModifiedDatetimestampTemplate last modification date
creatorstringName of the user who created the template
modifierstringName of the user who last modified the template
hiddenPropsstringComma-separated list of properties that will be stored encrypted

SYSADMIN.ModularConnectors

This table supplies information about modular connectors available on the server.

Column NameTypeDescription
namestringName of the modular connector required by the deployModularConnector procedure
deployedbooleanFlag indicating if the modular connector is deployed

SYSADMIN.Translators

This table is used by the license generator to validate the data sources provided in the allowedDatasources property.

Column NameTypeDescription
namestringTranslator name
javaClassstringTranslator java class

SYSADMIN.SmtpConfiguration

This table holds SMTP settings.

Column Name

Type

Description

host

string

SMTP server hostname/address
portintegerSMTP server port
sslbooleanTRUE if the SMTP server requires SSL
starttlsboolean TRUE if the SMTP server requires TLS
usernamestringUsername to connect to SMTP server if required
passwordtimestampPassword to connect to SMTP server if required
fromAddrstringAddress to be used as 'from' address
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.