Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Required?false
Position?20
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

Title

-Title <String>
Specifies the caption of the JOC Cockpit icon in the Dashboard view of the GUI.

Required?false
Position?21
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

SecurityLevel

-SecurityLevel <String>

Required?false
Position?22
Default valuelow
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

DBMSConfig

-DBMSConfig <String[]> Specifies one of the security levels that are applied to digitally sign scheduling objects such as workflows during deployment:

* low (default): use of a common signing key for all JOC Cockpit user accounts.
* medium: use of an individual signing key per JOC Cockpit user account.
* high: use of an individual signing key per account that is stored outside of JOC Cockpit.

When using the security levels medium or high then users have to manage a Certificate Authority
to create and to sign certificates and have to import certificates to JOC Cockpit.

Required?false
Position?2322
Default valuelow
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

DBMSDriver

DBMSConfig

-DBMSConfig <String[]>
Specifies the path to a hibernate.cfg.xml file that holds credentials and details for the database connection.
Check the 'JS7 - Database' article for details and examples.

When using the H2 DBMS then the shortcut -DBMSConfig 'H2' can be used and no Hibernate configuration file is required.

Required?false
Position?23
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

DBMSDriver

-DBMSDriver <String[]>
The JS7 ships with JDBC Drivers for a number of DBMS such as MariaDB, MySQL, Oracle, PostgreSQL.
For other DBMS such as SQL Server and H2 users have to download the JDBC Driver .jar file from the DBMS vendor's site.

See the 'JS7 - Database' article for versions of JDBC Drivers that ship with JS7. -DBMSDriver <String[]>

Required?false
Position?24
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

DBMSInit

-DBMSInit <String[]>
Specifies the point in time when objects such as tables are created in the database:

* byInstaller (default): at the point in time of installation
* byJoc: on each start-up JOC Cockpit will check if database objects have to be updated
* off: users create database objects from a database client

Required?false
Position?25
Default valuebyInstaller
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...