Troubleshooting / I Need Help with AgilePoint Installation |
If Orchard CMS installation fails when you are using the installation program, to install the Orchard CMS, do the procedure in this topic.
setup /SiteName:"[Site name]"/AdminUsername:Admin/AdminPassword:Password /DatabaseProvider:SQLServer/Recipe:"AgilePoint - Master" /DatabaseConnectionString:"Data Source=[database server name or address]; Initial Catalog=[database name]; Persist Security Info= True; Integrated Security=SSPI" /verbose:true
For this command, use the values in the table to replace the items in [brackets]. Brackets indicate variables. When you enter the command, do not use these brackets.
Parameter | Definition |
---|---|
SiteName |
|
AdminUsername |
|
AdminPassword |
|
DatabaseProvider |
|
Recipe |
|
DatabaseConnectionString |
|
Verbose |
|
INSERT INTO [database name].[dbo].[AgilePoint_Portal_Core_ShellSettingsRecord] ( [Name], [ConnectionString], [DataProvider], [Status], [CreatedOn], [LastModifiedOn] ) VALUES ( 'DEFAULTTENANT', 'Data Source=Demo-3; Initial Catalog=APDefaultTenantDB3; Persist Security Info=True; Integrated security=SSPI', 'Microsoft SQL Server', 'Active',getdate(),getdate() )
For this command, use the values in the table to replace the values in the VALUES clause. In this query string, in most cases the [brackets] represent variable names, but the variable values do not use brackets. The exception is the database name.
Field Name | Definition |
---|---|
database name |
|
Name |
|
ConnectionString |
|
DatabaseProvider |
|
Status |
|
CreatedOn / LastModifiedOn |
|