Installation Considerations for Microsoft Windows Server - Connector for use with SAP ArchiveLink - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Essential - Standard - Premier

Connector for use with SAP ArchiveLink

Platform
OnBase
Product
Connector for use with SAP ArchiveLink
Release
Foundation 23.1
License
Essential
Standard
Premier

As a best practice, administrators must take into account the identity of the user running the IIS worker thread. The machine account places restrictions on the asp.net worker process that make it incompatible with certain web server applications that must access non-local disk groups. For this reason, the asp.net worker process must run as a secondary identity to ensure access to these disk groups. Windows Server applications pools offer an excellent solution for running asp.net applications as secondary identities.

To create an application pool:

  1. Open Internet Information Services (IIS) Manager.
  2. Expand the tree so that the Application Pools node is displayed.
  3. Right-click Application Pools and select Add Application Pool.
  4. Enter ArchiveLink in the Name field in the Add Application Pool dialog box.
  5. Click OK.

    To configure the content server virtual directory:

  6. Right-click the application pools icon and select Advanced Settings.
  7. In Recycling, remove any undesired asp.net worker process recycling.
  8. In Process Model, select Identity and click .
  9. The Application Identity Pool dialog box is displayed, select Custom account.
  10. Click Set.
  11. Enter an appropriate username and password for the application identity. This user should have administrative rights to the local machine and be a member of the Local Admin group. This user should also have read rights to access the OnBase database and the OnBase disk groups for all documents to be used with the Connector for use with SAP ArchiveLink.
    Note:

    If the defaultAppPool setting in the applicationHost.config file has been set to true, this user must also be a member of the IIS_USRS group.

  12. Click OK when finished.

    The new application pool can now be applied to the content server virtual directory created with the previous steps. To apply the application pool to the content server virtual directory:

  13. Right-click on the virtual directory you have created.
  14. Select Basic Settings.
  15. Click Select.
  16. Select the new application pool from the Application pool drop-down list.
  17. Click OK.