Connect.ini

From PARS
Revision as of 12:56, 28 April 2014 by Admin (talk | contribs) (Created page with "The Connect.ini file is a text file used by both SIMS and PARS to locate the SIMS database. Connect.ini files are found in two locations: 2) The local SIMS folder (usually C:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The Connect.ini file is a text file used by both SIMS and PARS to locate the SIMS database. Connect.ini files are found in two locations:

2) The local SIMS folder (usually C:\Program Files\SIMS\SIMS .net)
3) The shared SIMS directory (often S:\SIMS)

The text in the file may look like this:

[SIMSConnection]
ServerName=myServer\sims
DatabaseName=SIMS

or it could redirect to the location of another Connect.ini file:

[SIMSConnection]
REDIRECT=S:\SIMS

If automatic logins are needed, this line should be added to the shared SIMS Connect.ini:

ConnectionType=TrustedAuto

The file can also contain other information that is not relevant to PARS.

In the event that the servername or database name is wrong or has changed, the file can be edited via a text editor such as Notepad..