XenApp 7.6 Install – Part 1: Prepare SQL Server

This is part 1 in the Citrix XenApp 7.6 installation and configuration guide. In this article we go through the steps required to prepare the SQL server for the installation of the Citrix Site.

Quick Links

Here are the links to each of the articles that make up this series:

Step-by-Step Guide

Prior to creating a new Citrix XenApp 7.6 site, we need to configure the SQL Server. To do this, complete these steps:

1. Log into the SQL Server with administrator privileges and launch SQL Management Studio

Note: This documentation assumes you already have a SQL instance installed on a sepeate server

2. To create a new Citrix Site, we require a domain account that has the sysadmin Server Role on the SQL instance (as per the screenshot below)

To do this, follow these steps:

  1. From SQL Management Studio, expand the Security folder
  2. Right click on Logins and select New Login
  3. Create a SQL account using an existing Domain Account
  4. Click on Server Roles and assign the user the sysadmin role (as per the screenshot)
  5. Click OK to save the changes
  6. Use this account in the Create New Citrix Site wizard

Note: You must use a domain account to configure the SQL database when creating a new SQL site (i.e. SQL Authentication is not acceptable)

3. If you have the Windows Firewall enabled, then you will need to configure it to allow the XenApp to acccess it. To do this: Administrative Tools >> Windows Firewall with Advanced Security

4. Right click Inbound Rules and select New Rule

5. Select Port and click Next

6. From the Protocol and Ports screen, complete the following:

  1. Select TCP
  2. Select Specific Local Ports
  3. Enter 1433 (default SQL port)
  4. Click Next

7. Select Allow the Connection and then click Next

8. From the Profile screen, ensure all options are selected and then click Next

9. Enter a name for the rule and then click Finish to create the rule

10. The SQL Server has now been configured and we commence the Citrix Delivery Controller Installation

Up Next…

The next guide coming up in the series is: Citrix XenApp 7.6 Install Guide – Part 2: Delivery Controller, StoreFront, License Server Installation

Any questions or queries, then please let me know below.

Thanks
Luca

Comments

  1. My SQL Server is not Domain joined will that work? Or the best practice on this is the SQL Server must be Domain joined.

    1. Hi Arvin,

      You don’t need to join the SQL server to the domain. Either way should work. There isn’t really any best practise around domain joining the SQL server. It depends mainly on your circumstance and the reason around why you should or shouldn’t domain join.

      Thanks

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.