Difference between revisions of "Installing PARS Connect"

From PARS
Jump to navigationJump to search
(Redirected page to Service pack)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:topology.png|thumb|The PARS Connect network topology]]
+
#REDIRECT[[Service pack]]
 
 
There are two versions of PARS: PARS Connect & PARS .Net. PARS Connect is web-based and accessible via a web browser, meaning PARS Connect does not need to be installed on workstations and potentially can be accessed offsite. PARS .Net is only available on machines onto which it has been deployed using an msi file. <br> <br>
 
 
 
In either case, installation is performed on the IIS server. To install PARS on your web server, the server will need the following components installed: <br> <br>
 
 
 
*SIMS .Net Workstation
 
*<u>[[IIS|IIS (version 7 or higher)]]</u>
 
*Microsoft .Net Framework (version 4.0 or higher) <br> <br>
 
 
 
=Installation=
 
 
 
Download the latest PARS service pack from our website, [http://www.tascsoftware.co.uk/web/support/_downloads.aspx www.tascsoftware.co.uk] and run it on the IIS server. A window will open - follow the instructions below to install PARS. <br> <br>
 
 
 
==Prerequisites==
 
 
 
This tab will check that you have the required prerequisites in order to install or update PARS. Also note that this '''must''' be performed on the IIS server. Before clicking "Next", check that both prerequisites have ticks next to them. If both of the prerequisites have ticks next to them, then you can move on to the next step of the installer. To do this, click the "Next" button at the bottom right of the window. Otherwise, install the missing components then rerun the PARS installer. <br> <br>
 
 
 
[[Image:prequisites.jpg|800px]] <br> <br>
 
 
 
==Database==
 
 
 
At this stage the installer will check the connection to the SIMS database. If the installer cannot find your SIMS database, you will need to find out why then resolve the issue before running the PARS installer. <br> <br>
 
 
 
[[Image:database.jpg|800px]] <br> <br>
 
 
 
Click "Next" at the bottom-right of the window if you want to move to the next window, or stage of the installation/update. For anything else, don't click "Next". You can also click "Previous" if you want to look at any of the previous windows. <br> <br>
 
 
 
===Installation===
 
 
 
If you are installing PARS you will be asked for your SQL System Administrator (sa) password. <br> <br>
 
 
 
[[Image:sapwd.jpg]] <br> <br>
 
 
 
Enter your SQL sa password then click "Connect". <br> <br>
 
 
 
===Updating===
 
 
 
If you are updating PARS and you have recently migrated your server, you may be asked for your SA password. If you have not recently migrated your server and you are being asked to provide an SA password '''when updating PARS''' then do not proceed any further and contact our [[Help:Contents|helpdesk]] immediately. <br> <br>
 
 
 
==Application==
 
 
 
We recommend installing PARS as a new website. However if you do not know where to install the files for the PARS website, you can use the Default Web Site instead. <br> <br>
 
 
 
[[Image:application01.jpg|800px]] <br> <br>
 
 
 
===Installation===
 
 
 
You will see "Default Web Site" and "Create new website", as well as the names of any other websites hosted by this IIS server. None of these should have an asterix (*) after their names, as this would indicate PARS is already installed. '''If there is an asterix after any of the websites' names, contact our [[Help:Contents|helpdesk]].''' <br> <br>
 
 
 
===Updating PARS===
 
 
 
You will see a list of websites here, one of which should have an asterix (*) after its name. This is the website you should select. '''If you cannot see a website with an asterix (*) after its name, please contact our [[Help:Contents|helpdesk]].''' <br> <br>
 
 
 
==Session State==
 
 
 
This tab gives options for handling the session state of logged in users. '''If you are unsure of which option you need to select, or do not know the pros and cons of each option, then you should choose the top option.''' <br> <br>
 
 
 
[[Image:sessionstate.jpg|800px]] <br> <br>
 
 
 
==Commit==
 
 
 
As long as there are no errors, you will not see this tab. The installer will skip past this tab and perform all of the steps for you. <br> <br>
 
 
 
[[Image:commit01.jpg|800px]] <br> <br>
 
 
 
==Auxiliary==
 
 
 
You can click the "Details" button if you want to see your PARS Connect URL. Otherwise, click the "Finish" button to complete the PARS installation. <br> <br>
 
 
 
If you are server farming, you can click the "Details" button to mark this server as either the main server in the group, or a secondary server. <br> <br>
 
 
 
[[Image:auxiliary01.jpg|800px]] <br> <br>
 
 
 
=Extras=
 
 
 
==CAPTCHA==
 
 
 
If you wish you can set a [http://en.wikipedia.org/wiki/Captcha CAPTCHA] which will be required for users to log in to PARS Connect. To enable this, find the web.config file on the IIS server (by default it is found in c:\inetpub\wwwroot\pars) and open the file in Notepad. Find the lines of text below and make sure that "value" is set to "On". <br> <br>
 
 
 
<setting name="CAPTCHA" serializeAs="String">
 
  <value>On</value>
 
</setting>
 
 
 
==PINS==
 
 
 
Each user can be assigned a temporary PIN that is required along with their password in order to log in. The PIN is valid for 5 minutes after it is issued and is send to a person's email address or as an SMS message when a person tries to log in. To enable this, find the web.config file on the IIS server (by default it is found in c:\inetpub\wwwroot\pars) and open the file in Notepad. Find the lines of text below and make sure that "value" is set to "On". <br> <br>
 
 
 
<setting name="PINS" serializeAs="String">
 
  <value>On</value>
 
</setting>
 
[[Category:Technical]]
 
[[Category:Configuration]]
 

Latest revision as of 17:17, 8 July 2014

Redirect to: