Versions Compared

Key

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

This instruction will only work with TFS4JIRA Self-Hosted 10 or higher.

When TFS4JIRA Self-hosted is newly setup, users may choose to use SQL express database instead of the default SQL Compact Edition database. This article explains how to setup and start using SQL express database with TFS4JIRA.

...

View file
nameempty_db_t4j_10.sql

SQL EXPRESS 2019 installation

...

Info

This manual operates on the default user credentials used in TFS4JIRA (provided out of the box). Users may choose to setup different user credentials, especially password that will be used by the application. Here are the password locations that must be corrected:

  1. empty_db.sql script

    Image RemovedImage Added
  2. web.config, <connectionString> section for "SyncProfileContextExpressConnection" 

    Image RemovedImage Added

Info

Users may choose to run the scripts provided below using SQL Server Management Studio (SMSS) instead of SQLCMD commands.

...