...
Note |
---|
If your Aptify 5.0 folder is somewhere different than the default C:\Program Files\Aptify 5.0 make sure to change that in the Command Prompt script before executing in the area underlined below. So sc create AptifyObjectRepositoryService binPath= "C:\Program Files\Aptify 5.0\Services\Object Repository\AptifyObjectRepositoryService.exe" DisplayName= "Aptify Object Repository Service" start= auto |
...
- You'll need to setup an Aptify user to run the App Server.
If you do not have a user already setup for this, you can create a new user or update an existing user to have the proper permissions. - This user needs to have the Administrators and Application Servers security groups applied. Otherwise, it can use an End User license. Tie this user to an Employee record on the final step of the wizard.
- Navigate to the Application Servers service under the Process Pipeline application. Create a new record.
Under Name, you can enter whatever you'd like to identify this application server record. Under Server Name, enter the Server Name and specific SQL instance if applicable. Note The Server Name field displays the server name as it appears on the network and the server that has the application server service running on it.
For example, in the below given screenshot, this targets the default instance of the APTIFYDEV server . If I needed to target an instance named SQL2019, I would put APTIFYDEV\SQL2019 as the ServerName.which is the Aptify Development Server in this instance.Info If using the Consulting-built Async Processor X, you will have two additional fields. - Select Process Untargeted Runs if you wish this application server to pick up open jobs
- Enter your choice for ServiceName. It can be "AptifyAsyncProcessor" by default, or, if setting up backup async processes, something like "AptifyAsyncBackup1." Make a note of what you choose as it'll be used later. (Note, it must be unique per server, e,g, you cannot have two services named AptifyAsyncService on the same server, but you could have an AptifyAsyncService on two separate servers)
- On the Account Information tab, enter in the username and password (including domain) of the Aptify User who will be running this Async service. This should either previously have been setup or setup in Instructions 1→4 above.
- On the Account Information tab, enter the Account Name and Account Password (including domain) of the Aptify User who will be running this Async service. This should either previously have been setup or setup in Instructions 1→4 as given above.
- Make a note of the Application Server ID record that was created.
...