Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  •  Determine Hardware Requirements
    •  Database Server
    •  Application Server
    •  Workstations
       
  •  Determine Application Deployment Method
    •  Workstation Install
    •  Citrix / Remote Desktop / Terminal Services
       
  •  Determine Software Requirements
    •  SQL Server 2008+
    •  Windows Server 2012
    •  Citrix / Remote Desktop / Terminal Services
       
  •  Order Hardware
  •  Order Software

  •  Configure Hardware
  •  Configure Software
    •  Setup Windows Servers
    •  Setup SQL Server
    •  Setup Command Shell Access in SQL for AR Import Receivables to work.

      -- To allow advanced options to be changed.

      EXEC sp_configure 'show advanced options', 1

      GO

      -- To update the currently configured value for advanced options.

      RECONFIGURE

      GO

      -- To enable the feature.

      EXEC sp_configure 'xp_cmdshell', 1

      GO

      -- To update the currently configured value for this feature.

      RECONFIGURE

      GO

    •  Setup Deployment Method

...

Aeros System Setup

Access Control

  •  Determine Authentication Method (Active Directory or Direct)
  •  Configure ERPConnections.xml
  •  Login to Aeros
  •  Setup Users
  •  Setup User GroupsAssign Users to User Groups

...

  •  Setup GL Account Format
    If the Division # length is only 2 characters, after creating the format, you will need to run the following SQL Statement:
    UPDATE GLStructure SET glsseg2length = 2
     
  •  Setup Companies
  •  Run SQL to workaround Company Master bug (
    Jira Legacy
    serverjira.rcm.culturatech.com JIRA
    serverId9d395f28-7110-3e09-a064-46c1f4565f20
    keyERP-2160
    ):
    UPDATE Company SET tempno = 0, tempapsnegno = 0, temparsnegno = 0, tempnegno = 0, apspmntbatchno = 0, gljebatchno = 0, gltempno = 0, apvoucherapproval = 0, arsbankdepno = 0

  •  Setup Units of Measure
  •  Setup Divisions
  •  Give Users Access to Divisions (User Profile)

...