Manual Installation - Enterprise Integration Server - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - Standard - external - Standard - Premier

Enterprise Integration Server

Platform
OnBase
Product
Enterprise Integration Server
Release
Foundation 23.1
License
Standard
Premier

To install the Enterprise Integration Server manually:

  1. Copy the following files from the ...\Adapters\Hyland folder of your OnBase build:
    • Hyland.Integrations.Adapter.dll

    • Hyland.Types.dll

    • Hyland.Diagnostics.dll

  2. Paste these files in a location on the server functioning as the Enterprise Integration Server.
  3. Open a command prompt and navigate to the following path:
    C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools
  4. At the command prompt, type gacutil / “[path to the Hyland.Integrations.Adapter.dll]”.
  5. Press Enter.
  6. A message displays stating, “Assembly successfully added to the cache”.
  7. Navigate to the following path:
    C:\Windows\Microsoft.NET\assembly\GAC_MSIL
  8. Ensure that this path includes a folder named Hyland.Integrations.Adapter.
  9. Register Hyland.Types.dll and Hyland.Diagnostics.dll.
  10. Navigate to the following path:
    C:\Windows\assembly\GAC_MSIL
  11. Ensure that this path includes Hyland.Types.dll and Hyland.Diagnostics.dll.
  12. Open the server's machine.config file that is located at C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config.
  13. If you will only be using outbound operations, proceed to step 15.
    If you will be using outbound and inbound operations, locate the </behaviorExtensions> tag.
  14. Add the following before this tag:
    <add name="hylandInboundAction" type="HylandInboundActionElement, Hyland.Integrations.Adapter, Version=VersionNum, Culture=neutral, PublicKeyToken=4d0e72674968f529" />
    Note:

    Replace VersionNum with the current version of the adapter being installed. For example: 16.0.0.0

  15. Locate the </bindingElementExtensions> tag.
  16. Add the following before this tag:
    <add name="hylandAdapter" type="Hyland.Integrations.Adapter.HylandAdapterBindingElementExtensionElement,Hyland.Integrations.Adapter, Version=VersionNum, Culture=neutral, PublicKeyToken=4d0e72674968f529" />
    Note:

    Replace VersionNum with the current version of the adapter being installed. For example: 16.0.0.0

  17. Locate the </bindingExtensions> tag.
  18. Add the following before this tag:
    <add name="hylandAdapterBinding" type="Hyland.Integrations.Adapter.HylandAdapterBindingCollectionElement,Hyland.Integrations.Adapter, Version=VersionNum, Culture=neutral, PublicKeyToken=4d0e72674968f529" />
    Note:

    Replace VersionNum with the current version of the adapter being installed. For example: 16.0.0.0

  19. Locate the </client> tag.
  20. Add the following after this tag:
    <endpoint binding="hylandAdapterBinding" contract="IMetadataExchange" name="hyland" />
  21. Save and close the server's machine.config file.
  22. If you are installing the Enterprise Integration Server on a 64-bit operating system, repeat steps 12 through 21 for the machine.config file that is located at C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config.