If you purchase MadCap Feedback Server (as opposed to the MadCap Feedback Hosting Service), you need to install the Feedback Server Admin on the Microsoft Windows machine that will be used to host your Feedback data. Provide the individual who is responsible for the installation with these instructions.
Note: In order for the email functionality to work properly, you will also need to install a third-party SMTP server if using Windows 7 and Vista.
When you purchase MadCap Feedback Server, you are issued two types of keys:
Feedback Server Key You will be issued one key. Use this key to activate MadCap Feedback Server Admin on the machine hosting the Feedback data.
On the same machine to be used for hosting the Feedback, complete the following steps.
How to install MadCap Feedback Server Admin and other components
Make sure that a supported version of SQL Server is installed. This can be installed on any machine accessible on your network. See Installing SQL Server.
Note: If you do not have SQL Server installed, you can download SQL Server Express for free from msdn.microsoft.com.
You can install IIS via the Manage Your Server dialog or via the Control Panel.
Note: When you log on to the IIS machine, the user name must have "admin rights." In addition, you must have "sysadmin permission" on the SQL Server itself.
Installing IIS Via the Manage Your Server Dialog:
Click Add or remove a role.
Click Enable ASP.NET and click Next.
Click Next.
Installing IIS Via the Control Panel:
Open the Control Panel. On many computers, you can do this by clicking Start>Control Panel.
Double-click Add or Remove Programs.
Click Add/Remove Windows Components.
In the list of components select Application Server and then click Details.
Click the check box next to Internet Information Services (IIS) to add a check mark.
After setup is complete, launch the application.
Note: If you did not perform one of the above steps, a dialog shows what is not yet installed (by displaying it in red text). If necessary, you can install ASP.NET from the dialog by clicking the button to the right of the red text.
Click the down arrow in the SQL Server field and select your SQL Server. You can select any SQL Server on your network. If the SQL instance that you would like to use does not appear in the list, you can type the IP address or the name of the machine.
Note: If you are connecting to an SQL Server on another machine, you must make sure that the machine running IIS and the machine running SQL Server are on the same domain. To verify this, you can right-click My Computer, then select Properties, then select the Computer Name tab.
Note: If your SQL instance does not appear in the SQL Server field, you may need to turn on the SQL Server Browser or manually type in the computer name/SQL Server instance name. To turn on the SQL Server Browser, do this: (1) Open the SQL Configuration manager; (2) select SQL Server Services in the left pane; (3) right-click SQL server browser and select Properties; (4) on the Service tab, select start mode to Automatic and click OK; (5) right-click the SQL Server Browser again, and select Start.
Note: If you experience connectivity issues, you can try entering the IP address for the SQL Server directly instead of selecting it from the drop-down list. When you do this, you need to replace only the computer name portion with the IP address (i.e., the part before the backslash).
(Optional) You can select a location for the database other than the default location provided. To do this, next to the Database Location field, click the Browse button. Then find and select the folder where you want the database to be stored.
Note: The Database Location field is unavailable if you are using a remote SQL Server. The default data directory of the SQL Server will be used instead.
Select the website where you want MadCap Feedback Server installed. If you have not set up a specific website for this purpose, use the default.
Note: This is an administrative preference. Your server (IIS) might be serving several websites and you need one to store the Feedback data. This drop-down simply lets you pick the website that you want to use.
(Optional) If the SQL Server is located on a machine different from the one where you are installing MadCap Feedback Server Admin, complete the authentication fields in the bottom part of the dialog. You might need to consult with your IT department to determine the user name and password. (This does not need to be the same user logged into the machine. This should be the designated "common user" for the Feedback Server communication to the SQL machine.)
What is meant by "common user"? When the SQL database is on the same machine as the Internet Information Services (IIS) and Feedback Server, Feedback Server will use a default anonymous login provided by Microsoft to communicate between the service and the database. The name of this default anonymous login varies between different versions of IIS. For example, in IIS 6 the login is "NT AUTHORITY\NETWORK SERVICE." When using SQL Server on a separate machine than the IIS machine, this anonymous user (which is defined on the IIS machine) would be denied access on the SQL machine. Therefore, a "common user" such as a domain user is needed for this back end communication. The "common user" can be any current domain user name or a specific user name set up for this purpose. If the SQL Server is on the same machine as the IIS machine, yet you require more control over the specific Windows user that is used to connect to the SQL Server from the Feedback Server, enable Manually set IIS authentication settings. This will allow you to specify a Windows user in the fields below.
Note: If the SQL Server is located on the same machine as the MadCap Feedback Server Admin, completing these fields is optional.
If you complete these fields, it is recommended that you use a password that does not expire. However, if necessary, you can later change an expired password via the Control Panel.
Click OK.
The installation is complete and the MadCap Feedback Server Admin opens with multiple tabs shown (Basic, Advanced, Maintenance). You can use these tabs to configure the admin and set up maintenance tasks. (The Maintenance tab is used only for SQL Server Express.) See Configuring the MadCap Feedback Server Admin.
Note: If the SQL Server is located on a different machine, this final step will (a) install two Web services on the IIS machine and (b) install the Feedback Server Database on the SQL Server machine.
Note: If the SQL Server and IIS are located on the same machine and you are using SQL Express, a Windows service will also be installed. The service handles the backing up of the database (configurable on the Maintenance tab of the Feedback Server Admin).
Note: The machine used to host the Feedback data can also be used to host the author’s online output. However, this is not mandatory. The author may publish the output elsewhere.
Note: If the SQL Server is located on a different machine and you have further questions, see FAQs—Connecting Feedback to a Remote SQL Server.
On the same machine to be used for hosting the Feedback, complete the following steps.
How to install MadCap Feedback Server Admin and other components
Make sure that a supported version of SQL Server is installed. This can be installed on any machine accessible on your network. See Installing SQL Server.
Note: If you do not have SQL Server installed, you can download SQL Server Express for free from msdn.microsoft.com.
Click Add roles.
After setup is complete, launch the application.
Note: If you did not perform one of the above steps, a dialog shows what is not yet installed (by displaying it in red text). If necessary, you can install ASP.NET from the dialog by clicking the button to the right of the red text.
Click the down arrow in the SQL Server field and select your SQL Server. You can select any SQL Server on your network. If the SQL instance that you would like to use does not appear in the list, you can type the IP address or the name of the machine.
Note: If you are connecting to an SQL Server on another machine, you must make sure that the machine running IIS and the machine running SQL Server are on the same domain. To verify this, you can right-click My Computer, then select Properties, then select the Computer Name tab.
Note: If your SQL instance does not appear in the SQL Server field, you may need to turn on the SQL Server Browser or manually type in the computer name/SQL Server instance name. To turn on the SQL Server Browser, do this: (1) Open the SQL Configuration manager; (2) select SQL Server Services in the left pane; (3) right-click SQL server browser and select Properties; (4) on the Service tab, select start mode to Automatic and click OK; (5) right-click the SQL Server Browser again, and select Start.
Note: If you experience connectivity issues, you can try entering the IP address for the SQL Server directly instead of selecting it from the drop-down list. When you do this, you need to replace only the computer name portion with the IP address (i.e., the part before the backslash).
(Optional) You can select a location for the database other than the default location provided. To do this, next to the Database Location field, click the Browse button. Then find and select the folder where you want the database to be stored.
Note: The Database Location field is unavailable if you are using a remote SQL Server. The default data directory of the SQL Server will be used instead.
Select the website where you want MadCap Feedback Server installed. If you have not set up a specific website for this purpose, use the default.
Note: This is an administrative preference. Your server (IIS) might be serving several websites and you need one to store the Feedback data. This drop-down simply lets you pick the website that you want to use.
(Optional) If the SQL Server is located on a machine different from the one where you are installing MadCap Feedback Server Admin, complete the authentication fields in the bottom part of the dialog. You might need to consult with your IT department to determine the user name and password. (This does not need to be the same user logged into the machine. This should be the designated "common user" for the Feedback Server communication to the SQL machine.)
What is meant by "common user"? When the SQL database is on the same machine as the Internet Information Services (IIS) and Feedback Server, Feedback Server will use a default anonymous login provided by Microsoft to communicate between the service and the database. The name of this default anonymous login varies between different versions of IIS. For example, in IIS 6 the login is "NT AUTHORITY\NETWORK SERVICE." When using SQL Server on a separate machine than the IIS machine, this anonymous user (which is defined on the IIS machine) would be denied access on the SQL machine. Therefore, a "common user" such as a domain user is needed for this back end communication. The "common user" can be any current domain user name or a specific user name set up for this purpose. If the SQL Server is on the same machine as the IIS machine, yet you require more control over the specific Windows user that is used to connect to the SQL Server from the Feedback Server, enable Manually set IIS authentication settings. This will allow you to specify a Windows user in the fields below.
Note: If the SQL Server is located on the same machine as the MadCap Feedback Server Admin, completing these fields is optional.
If you complete these fields, it is recommended that you use a password that does not expire. However, if necessary, you can later change an expired password via the Control Panel. Following are steps for doing this.
Click OK.
The installation is complete and the MadCap Feedback Server Admin opens with multiple tabs shown (Basic, Advanced, Maintenance). You can use these tabs to configure the admin and set up maintenance tasks. (The Maintenance tab is used only for SQL Server Express.) See Configuring the MadCap Feedback Server Admin.
Note: If the SQL Server is located on a different machine, this final step will (a) install two Web services on the IIS machine and (b) install the Feedback Server Database on the SQL Server machine.
Note: If the SQL Server and IIS are located on the same machine and you are using SQL Express, a Windows service will also be installed. The service handles the backing up of the database (configurable on the Maintenance tab of the Feedback Server Admin).
Note: The machine used to host the Feedback data can also be used to host the author’s online output. However, this is not mandatory. The author may publish the output elsewhere.
Note: If the SQL Server is located on a different machine and you have further questions, see FAQs—Connecting Feedback to a Remote SQL Server.
On the same machine to be used for hosting the Feedback, complete the following steps.
How to install MadCap Feedback Server Admin and other components
Make sure that a supported version of SQL Server is installed. This can be installed on any machine accessible on your network. See Installing SQL Server.
Note: If you do not have SQL Server installed, you can download SQL Server Express for free from msdn.microsoft.com.
Click OK.
After IIS is configured and installed the dialog closes automatically.
After setup is complete, launch the application.
Note: If you did not perform one of the above steps, a dialog shows what is not yet installed (by displaying it in red text). If necessary, you can install ASP.NET from the dialog by clicking the button to the right of the red text.
Click the down arrow in the SQL Server field and select your SQL Server. You can select any SQL Server on your network. If the SQL instance that you would like to use does not appear in the list, you can type the IP address or the name of the machine.
Note: If you are connecting to an SQL Server on another machine, you must make sure that the machine running IIS and the machine running SQL Server are on the same domain. To verify this, you can right-click My Computer, then select Properties, then select the Computer Name tab.
Note: If your SQL instance does not appear in the SQL Server field, you may need to turn on the SQL Server Browser or manually type in the computer name/SQL Server instance name. To turn on the SQL Server Browser, do this: (1) Open the SQL Configuration manager; (2) select SQL Server Services in the left pane; (3) right-click SQL server browser and select Properties; (4) on the Service tab, select start mode to Automatic and click OK; (5) right-click the SQL Server Browser again, and select Start.
Note: If you experience connectivity issues, you can try entering the IP address for the SQL Server directly instead of selecting it from the drop-down list. When you do this, you need to replace only the computer name portion with the IP address (i.e., the part before the backslash).
(Optional) You can select a location for the database other than the default location provided. To do this, next to the Database Location field, click the Browse button. Then find and select the folder where you want the database to be stored.
Note: The Database Location field is unavailable if you are using a remote SQL Server. The default data directory of the SQL Server will be used instead.
Select the website where you want MadCap Feedback Server installed. If you have not set up a specific website for this purpose, use the default.
Note: This is an administrative preference. Your server (IIS) might be serving several websites and you need one to store the Feedback data. This drop-down simply lets you pick the website that you want to use.
(Optional) If the SQL Server is located on a machine different from the one where you are installing MadCap Feedback Server Admin, complete the authentication fields in the bottom part of the dialog. You might need to consult with your IT department to determine the user name and password. (This does not need to be the same user logged into the machine. This should be the designated "common user" for the Feedback Server communication to the SQL machine.)
What is meant by "common user"? When the SQL database is on the same machine as the Internet Information Services (IIS) and Feedback Server, Feedback Server will use a default anonymous login provided by Microsoft to communicate between the service and the database. The name of this default anonymous login varies between different versions of IIS. For example, in IIS 6 the login is "NT AUTHORITY\NETWORK SERVICE." When using SQL Server on a separate machine than the IIS machine, this anonymous user (which is defined on the IIS machine) would be denied access on the SQL machine. Therefore, a "common user" such as a domain user is needed for this back end communication. The "common user" can be any current domain user name or a specific user name set up for this purpose. If the SQL Server is on the same machine as the IIS machine, yet you require more control over the specific Windows user that is used to connect to the SQL Server from the Feedback Server, enable Manually set IIS authentication settings. This will allow you to specify a Windows user in the fields below.
Note: If the SQL Server is located on the same machine as the MadCap Feedback Server Admin, completing these fields is optional.
If you complete these fields, it is recommended that you use a password that does not expire. However, if necessary, you can later change an expired password via the Control Panel. Following are steps for doing this.
Click OK.
The installation is complete and the MadCap Feedback Server Admin opens with multiple tabs shown (Basic, Advanced, Maintenance). You can use these tabs to configure the admin and set up maintenance tasks. (The Maintenance tab is used only for SQL Server Express.) See Configuring the MadCap Feedback Server Admin.
Note: If the SQL Server is located on a different machine, this final step will (a) install two Web services on the IIS machine and (b) install the Feedback Server Database on the SQL Server machine.
Note: If the SQL Server and IIS are located on the same machine and you are using SQL Express, a Windows service will also be installed. The service handles the backing up of the database (configurable on the Maintenance tab of the Feedback Server Admin).
Note: The machine used to host the Feedback data can also be used to host the author’s online output. However, this is not mandatory. The author may publish the output elsewhere.
Note: If the SQL Server is located on a different machine and you have further questions, see FAQs—Connecting Feedback to a Remote SQL Server.
On the same machine to be used for hosting the Feedback, complete the following steps.
How to install MadCap Feedback Server Admin and other components
Make sure that a supported version of SQL Server is installed. This can be installed on any machine accessible on your network. See Installing SQL Server.
Note: If you do not have SQL Server installed, you can download SQL Server Express for free from msdn.microsoft.com.
Note: When you log on to the IIS machine, the user name must have "admin rights." In addition, you must have "sysadmin permission" on the SQL Server itself (by default, administrators will usually have the correct permissions on the SQL Server).
Open the Control Panel. On many computers, you can do this by clicking Start>Control Panel.
Double-click Add or Remove Programs.
Click Add/Remove Windows Components.
In the list of components select Application Server and then click Details.
Click the check box next to Internet Information Services (IIS) to add a check mark.
After setup is complete, launch the application.
Note: If you did not perform one of the above steps, a dialog shows what is not yet installed (by displaying it in red text). If necessary, you can install ASP.NET from the dialog by clicking the button to the right of the red text.
Click the down arrow in the SQL Server field and select your SQL Server. You can select any SQL Server on your network. If the SQL instance that you would like to use does not appear in the list, you can type the IP address or the name of the machine.
Note: If you are connecting to an SQL Server on another machine, you must make sure that the machine running IIS and the machine running SQL Server are on the same domain. To verify this, you can right-click My Computer, then select Properties, then select the Computer Name tab.
Note: If your SQL instance does not appear in the SQL Server field, you may need to turn on the SQL Server Browser or manually type in the computer name/SQL Server instance name. To turn on the SQL Server Browser, do this: (1) Open the SQL Configuration manager; (2) select SQL Server Services in the left pane; (3) right-click SQL server browser and select Properties; (4) on the Service tab, select start mode to Automatic and click OK; (5) right-click the SQL Server Browser again, and select Start.
Note: If you experience connectivity issues, you can try entering the IP address for the SQL Server directly instead of selecting it from the drop-down list. When you do this, you need to replace only the computer name portion with the IP address (i.e., the part before the backslash).
(Optional) You can select a location for the database other than the default location provided. To do this, next to the Database Location field, click the Browse button. Then find and select the folder where you want the database to be stored.
Note: The Database Location field is unavailable if you are using a remote SQL Server. The default data directory of the SQL Server will be used instead.
Select the website where you want MadCap Feedback Server installed. If you have not set up a specific website for this purpose, use the default.
Note: This is an administrative preference. Your server (IIS) might be serving several websites and you need one to store the Feedback data. This drop-down simply lets you pick the website that you want to use.
(Optional) If the SQL Server is located on a machine different from the one where you are installing MadCap Feedback Server Admin, complete the authentication fields in the bottom part of the dialog. You might need to consult with your IT department to determine the user name and password. (This does not need to be the same user logged into the machine. This should be the designated "common user" for the Feedback Server communication to the SQL machine.)
What is meant by "common user"? When the SQL database is on the same machine as the Internet Information Services (IIS) and Feedback Server, Feedback Server will use a default anonymous login provided by Microsoft to communicate between the service and the database. The name of this default anonymous login varies between different versions of IIS. For example, in IIS 6 the login is "NT AUTHORITY\NETWORK SERVICE." When using SQL Server on a separate machine than the IIS machine, this anonymous user (which is defined on the IIS machine) would be denied access on the SQL machine. Therefore, a "common user" such as a domain user is needed for this back end communication. The "common user" can be any current domain user name or a specific user name set up for this purpose. If the SQL Server is on the same machine as the IIS machine, yet you require more control over the specific Windows user that is used to connect to the SQL Server from the Feedback Server, enable Manually set IIS authentication settings. This will allow you to specify a Windows user in the fields below.
Note: If the SQL Server is located on the same machine as the MadCap Feedback Server Admin, completing these fields is optional.
If you complete these fields, it is recommended that you use a password that does not expire. However, if necessary, you can later change an expired password via the Control Panel. Following are steps for doing this in Microsoft Windows XP.
Click OK.
The installation is complete and the MadCap Feedback Server Admin opens with multiple tabs shown (Basic, Advanced, Maintenance). You can use these tabs to configure the admin and set up maintenance tasks. (The Maintenance tab is used only for SQL Server Express.) See Configuring the MadCap Feedback Server Admin.
Note: If the SQL Server is located on a different machine, this final step will (a) install two Web services on the IIS machine and (b) install the Feedback Server Database on the SQL Server machine.
Note: If the SQL Server and IIS are located on the same machine and you are using SQL Express, a Windows service will also be installed. The service handles the backing up of the database (configurable on the Maintenance tab of the Feedback Server Admin).
Note: The machine used to host the Feedback data can also be used to host the author’s online output. However, this is not mandatory. The author may publish the output elsewhere.
Note: If the SQL Server is located on a different machine and you have further questions, see FAQs—Connecting Feedback to a Remote SQL Server.
On the same machine to be used for hosting the Feedback, complete the following steps.
How to install MadCap Feedback Server Admin and other components
Make sure that a supported version of SQL Server is installed. This can be installed on any machine accessible on your network. See Installing SQL Server.
Note: If you do not have SQL Server installed, you can download SQL Server Express for free from msdn.microsoft.com.
Home View:
Classic View:
Double-click Programs and Features.
Click OK.
After IIS is configured and installed the dialog closes automatically.
After setup is complete, launch the application.
Note: If you did not perform one of the above steps, a dialog shows what is not yet installed (by displaying it in red text). If necessary, you can install ASP.NET from the dialog by clicking the button to the right of the red text.
Click the down arrow in the SQL Server field and select your SQL Server. You can select any SQL Server on your network. If the SQL instance that you would like to use does not appear in the list, you can type the IP address or the name of the machine.
Note: If you are connecting to an SQL Server on another machine, you must make sure that the machine running IIS and the machine running SQL Server are on the same domain. To verify this, you can right-click My Computer, then select Properties, then select the Computer Name tab.
Note: If your SQL instance does not appear in the SQL Server field, you may need to turn on the SQL Server Browser or manually type in the computer name/SQL Server instance name. To turn on the SQL Server Browser, do this: (1) Open the SQL Configuration manager; (2) select SQL Server Services in the left pane; (3) right-click SQL server browser and select Properties; (4) on the Service tab, select start mode to Automatic and click OK; (5) right-click the SQL Server Browser again, and select Start.
Note: If you experience connectivity issues, you can try entering the IP address for the SQL Server directly instead of selecting it from the drop-down list. When you do this, you need to replace only the computer name portion with the IP address (i.e., the part before the backslash).
(Optional) You can select a location for the database other than the default location provided. To do this, next to the Database Location field, click the Browse button. Then find and select the folder where you want the database to be stored.
Note: The Database Location field is unavailable if you are using a remote SQL Server. The default data directory of the SQL Server will be used instead.
Select the website where you want MadCap Feedback Server installed. If you have not set up a specific website for this purpose, use the default.
Note: This is an administrative preference. Your server (IIS) might be serving several websites and you need one to store the Feedback data. This drop-down simply lets you pick the website that you want to use.
(Optional) If the SQL Server is located on a machine different from the one where you are installing MadCap Feedback Server Admin, complete the authentication fields in the bottom part of the dialog. You might need to consult with your IT department to determine the user name and password. (This does not need to be the same user logged into the machine. This should be the designated "common user" for the Feedback Server communication to the SQL machine.)
What is meant by "common user"? When the SQL database is on the same machine as the Internet Information Services (IIS) and Feedback Server, Feedback Server will use a default anonymous login provided by Microsoft to communicate between the service and the database. The name of this default anonymous login varies between different versions of IIS. For example, in IIS 6 the login is "NT AUTHORITY\NETWORK SERVICE." When using SQL Server on a separate machine than the IIS machine, this anonymous user (which is defined on the IIS machine) would be denied access on the SQL machine. Therefore, a "common user" such as a domain user is needed for this back end communication. The "common user" can be any current domain user name or a specific user name set up for this purpose. If the SQL Server is on the same machine as the IIS machine, yet you require more control over the specific Windows user that is used to connect to the SQL Server from the Feedback Server, enable Manually set IIS authentication settings. This will allow you to specify a Windows user in the fields below.
Note: If the SQL Server is located on the same machine as the MadCap Feedback Server Admin, completing these fields is optional.
If you complete these fields, it is recommended that you use a password that does not expire. However, if necessary, you can later change an expired password via the Control Panel. Following are steps for doing this.
Click OK.
The installation is complete and the MadCap Feedback Server Admin opens with multiple tabs shown (Basic, Advanced, Maintenance). You can use these tabs to configure the admin and set up maintenance tasks. (The Maintenance tab is used only for SQL Server Express.) See Configuring the MadCap Feedback Server Admin.
Note: If the SQL Server is located on a different machine, this final step will (a) install two Web services on the IIS machine and (b) install the Feedback Server Database on the SQL Server machine.
Note: If the SQL Server and IIS are located on the same machine and you are using SQL Express, a Windows service will also be installed. The service handles the backing up of the database (configurable on the Maintenance tab of the Feedback Server Admin).
Note: The machine used to host the Feedback data can also be used to host the author’s online output. However, this is not mandatory. The author may publish the output elsewhere.
Note: If the SQL Server is located on a different machine and you have further questions, see FAQs—Connecting Feedback to a Remote SQL Server.
After you install MadCap Feedback Server Admin and the other necessary services, you can open the admin at any time to configure and maintain the various settings. This includes the ability to test your settings, set up an SMTP server for various email notifications, specify redirection Web pages for end users who register, and schedule automatic backups of the database and transaction log. See Configuring the MadCap Feedback Server Admin.
PDF Downloads:
|
MadCap Software, Inc. 7777 Fay Avenue La Jolla, California 92037 Tollfree 1-888-MadCap1 Tel 858-320-0387 Fax 858-320-0338
For technical support: http://madcapsoftware.com/support/
Copyright 2011 MadCap Software |