Not able to connect New Project with template from Git Repository

Version of Origam in use: 7179

Initial conditions:

  1. I have a local database
  2. I have a git template link

Steps to reproduce:

  1. I open Architect and choose File> New Project
  2. I choose the template “From Git Repository…”
  3. I fulfill all necessary information and press Run.

Expected result:
The process of creating new Project will start without errors and will be finished without errors (the New Project will be created included the local database).

Current result:

  1. At the beginning of the proces an error appears, but it continues.
    obrazek

  2. After few steps the proces is not finished and an error appears.

  3. No New Project is created.

========================================
New Project Failed
Invalid object name 'dbo.BusinessPartner'.
========================================
Invalid object name 'dbo.BusinessPartner'.
------------------------------------------
========================================
Stack trace
========================================
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
at Origam.DA.Service.AbstractSqlDataService.ExecuteUpdate(String command, String transactionId)
at Origam.DA.Service.AbstractSqlDataService.CreateFirstNewWebUser(QueryParameterCollection parameters)
at Origam.ProjectAutomation.Builders.NewUserBuilder.Execute(Project project)
at Origam.ProjectAutomation.ProjectBuilder.Create(Project project)
at OrigamArchitect.NewProjectWizard.PageReview_Commit(Object sender, WizardPageConfirmEventArgs e)
===============================================
====== ORIGAM System Information
===============================================
Local Time: 2021-04-28T16:37:08.7036470+02:00
XSLT Date: 2021-04-28T00:00:00.0000000+02:00
Model Repository Information
===============================================
Model Format Version: 5.0.0
Loaded Packages (Model Version/Deployed Version)
===============================================
Model not loaded.
Activated Features
===============================================
Model not loaded.
Computer Information
===============================================
Current Directory: C:\WINDOWS\System32
OS Version: Microsoft Windows NT 6.2.9200.0
Product Version: 0.0.0.7177
CLR Version: 4.0.30319.42000
System.data.dll Version: 4.8.4270.0 built by: NET48REL1LAST_C
Current Culture: English (United States)
Current Input Language: České
Memory Working Set: 267866112
System Directory: C:\WINDOWS\system32
Executable Path: C:\Program Files (x86)\ORIGAM\ORIGAM Architect (master)\OrigamArchitect.exe
Application Data Path: C:\Users\bartk\AppData\Roaming
Startup Path: C:\Program Files (x86)\ORIGAM\ORIGAM Architect (master)
Authentication Information
===============================================
Profile Provider: Error loading profile provider. Object reference not set to an instance of an object.
Profile Provider: None
Role Information
===============================================
The following exception occured while loading Authorization:
Object reference not set to an instance of an object.
Resource Management Information
===============================================
Could not get resource information. The following error occured:
Object reference not set to an instance of an object.
===============================================
====== Service Information
===============================================

Model is not loaded. Services are not available.

It seems that mandatory tables were not created in the database. Is the package from the template project connected to Root Menu package?

Is your template publicly accessible so we could have a look at it?