Difference between revisions of "Connect.ini"

From PARS
Jump to navigationJump to search
(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:...")
 
Line 25: Line 25:
 
[[Category:Troubleshooting]]
 
[[Category:Troubleshooting]]
 
[[Category:Technical]]
 
[[Category:Technical]]
 +
[[Category:Misc]]

Revision as of 08:31, 7 July 2016

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..