Skip to main content

Data Store Settings

Data Store settings holds the settings Cycle will use to connect to the data store. The data store is used to store execution results if the option for "Write results to data store" is enabled in Reporting Settings.

Data Store Settings

  1. Connection Type - Toggles between either a JDBC or MOCA database connection.
  2. Database Type - Additional detail for JDBC connections, specifies whether the database is DB2, MySQL, Oracle, or SQL Server.
  3. Database Name - Optional field for specifying a name for the database in the connection string.
  4. Server URL - URL for accessing the server, should include port information when relevant.
  5. Username - Username for accessing the database.
  6. Password - Password for accessing the database.
  7. Test Connection - Attempts to connect to the database using supplied connection information.
  8. Create Database Tables - Creates the database schema that Cycle will use to log execution information. User must have access to create tables in database.

More info on data store reporting