When SQL Server and IIS are the same machine - syncsort_capacity_management - 12 - 12.40

Syncsort Capacity Management Installation Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort
Product
Syncsort Capacity Management
Version
12.40
Language
English
Product name
Syncsort Capacity Management
Title
Syncsort Capacity Management Installation Guide
Topic type
How Do I
Copyright
2023
First publish date
1985

When the Portal and SQL Server are on the same machine, by default, the web application uses the Applica­tionPoolIdentity when accessing SQL Server. (This is a system account which has been specifically created for IIS).

Therefore, we need to grant IIS APPPOOL\<virtual directory name> (which is the detail application pool of the Portal web application) access to the SQL Server. For example: IIS APPPOOL\SyncsortCapacityManagementPortal if you chose the default virtual directory name during installation.

Note: When adding this user to SQL Server do not click Search. If a search is executed, it will resolve to an account of ServerName\AppPool Name, which will not work.

For further information, see: https://learn.microsoft.com