Skip to content

Decisions and information required

Gather the following information before beginning the installation:

  • Server name and Windows login details for the FastStats Server
  • Email server, SMTP, port, username, and login details for email services
  • Server name and Windows login details for the SQL Server
  • Admin login details for SQL Server (you will be adding tables)—decide on the Orbit database name; OB_Global is recommended as a default for shared environments
  • Orbit, Config, and Web Service database names, and the FastStats user details for SQL Server

Example connection strings

Example connection strings:

Text Only
user id=[userid];password=[password];initial catalog=WS_[System_name];data source=[server_Name];pooling=true;max pool size=10000;
user id=[userid];password=[password];initial catalog=FS_Config;data source=[server_Name];pooling=true;max pool size=10000;
user id=[userid];password=[password];initial catalog=OB_Global;data source=[server_Name];pooling=true;max pool size=10000;
  • The URL and/or DNS name you want to use for Orbit

Note

Follow the Checklist and refer to the relevant section of this guide if you run into problems.