Configuring the Server - Integration for Esri - English - Foundation 22.1 - OnBase - external

Integration for Esri

Platform
OnBase
Product
Integration for Esri
Release
Foundation 22.1
License

In order to configure the server hosting your web mapping application to use the Public Access module, you must perform the following tasks:

  1. Open the Public Access web.config file using a text editor such as Notepad.
  2. In the Hyland.Web.PublicAccess section, modify the user and password properties as required. Specify the user name and password of a valid OnBase account to restrict user's access to documents using that user's permissions.
    For example:
    <user value="GISPublicUsers" password="MyPassword"/>
    In this example, users will be able to retrieve and view any documents that can be accessed by the OnBase user GISPublicUsers.
  3. In the Hyland.Web.PublicAccess section, set the datasource property to your OnBase database.
    For example:
    <datasource value="MyDataSource" />
  4. In the appSettings section, set the EncryptDocID property to false.
  5. Save and close the Public Access web.config file.
  6. Open the OnBase GIS Service web.config file using a text editor such as Notepad.
  7. Set the ViewerURL property to the PublicAccessProvider.ashx URL of your solution's Public Access (for example, http://localhost/PAV12/PublicAccessProvider.ashx).
  8. Set the SecureDocId property to false.
  9. Save and close the OnBase GIS Service web.config file.