Difference between revisions of "Installing PARS Connect"

From PARS
Jump to navigationJump to search
(Redirected page to Service pack)
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:topology.png|thumb|The PARS Connect network topology]]
+
#REDIRECT[[Service pack]]
 
 
PARS Connect is a web based version of PARS .net. Installation is performed on one or more webservers on which the webpages are hosted and can be accessed from client machines via a web browser. <br> <br>
 
 
To install PARS Connect on the webserver, you will need the following installed on your IIS server: <br> <br>
 
 
 
*SIMS .net
 
*IIS (version 7 or higher)
 
*Microsoft .Net Framework (version 4.0 or higher)
 
 
 
=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. 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.
 
 
 
===Installation===
 
 
 
If you are installing PARS you will be asked for your System Administrator (sa) password. <br> <br>
 
 
 
[[Image:sapwd.jpg]] <br> <br>
 
 
 
Enter your sa password then click "Connect". You will then see a window asking you to confirm that you wish to perform a new install. Click Yes. <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==
 
 
 
Generally we would recommend installing PARS under the Default Web Site, but you can create a new website if you feel this would be more suitable. None of the websites should have an asterix after their name; if they do, please contact our [[Help:Contents|helpdesk]]. <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: