Difference between revisions of "ITrack/Setting Up ITrack"
From ISoft Wiki
< ITrack
Jump to navigationJump to search
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
== Server Side == | == Server Side == | ||
This section is specific to setting things up on the server side for a new customer. If its an existing customer that is moving to a new server, use [[ITrack/Migrating a server|Migrating a server]] | |||
This guide assumes they are running a Windows server. | |||
=== Do these things first === | |||
# Download and run the MySQL installer | |||
##{{ITrack Enterprise/MySQL version}} | |||
##{{ITrack Pro/MySQL version}} | |||
## {{ITrack AX/MySQL version}} | |||
# When the option appears, choose Non-transactional database | |||
# Be sure to uncheck the "Enable Strict Mode" option | |||
# Install SQLYog | |||
=== For Pro === | |||
If your setting up a Pro database run the following scripts from <svn>\ITrack\trunk\ITrackPro\Database\ | |||
# Clean Pro Database.sql | |||
# Reports.sql | |||
# Update.sql | |||
Also, run the sql script to insert model/mnfcrmod data for the type of yard your setting up (these scripts are in the "model - mnfcrmod data" directory). | |||
=== Enterprise === | |||
=== Presage === | |||
[[Internal:Presage/Creating_a_new_Presage_Database|Creating a new presage DB]] | |||
== Client Side == | == Client Side == | ||
this too | |||
*Note: If you want to run ITrack with a different configuration file, create a shortcut and change "Target" in its properties to have a '''-i configfile''' at the end (where configfile is the name of the new configuration file). Example: '''"C:\Program Files\ISoft Data Systems\ITrack Pro\itrack.exe" -i host2.ini''' | *Note: If you want to run ITrack with a different configuration file, create a shortcut and change "Target" in its properties to have a '''-i configfile''' at the end (where configfile is the name of the new configuration file). Example: '''"C:\Program Files\ISoft Data Systems\ITrack Pro\itrack.exe" -i host2.ini''' | ||
[[Category:ITrack]] | [[Category:ITrack]] |
Latest revision as of 10:29, 30 December 2016
Server Side
This section is specific to setting things up on the server side for a new customer. If its an existing customer that is moving to a new server, use Migrating a server This guide assumes they are running a Windows server.
Do these things first
- Download and run the MySQL installer
- Current MySQL version to use for Enterprise: 5.7.27 (Do not go higher than this version - Brian)
- Current MySQL version to use for Pro: 5.7.x
- Current MySQL version to use for AX: 5.6.14
- When the option appears, choose Non-transactional database
- Be sure to uncheck the "Enable Strict Mode" option
- Install SQLYog
For Pro
If your setting up a Pro database run the following scripts from <svn>\ITrack\trunk\ITrackPro\Database\
- Clean Pro Database.sql
- Reports.sql
- Update.sql
Also, run the sql script to insert model/mnfcrmod data for the type of yard your setting up (these scripts are in the "model - mnfcrmod data" directory).
Enterprise
Presage
Client Side
this too
- Note: If you want to run ITrack with a different configuration file, create a shortcut and change "Target" in its properties to have a -i configfile at the end (where configfile is the name of the new configuration file). Example: "C:\Program Files\ISoft Data Systems\ITrack Pro\itrack.exe" -i host2.ini