To install the Enterprise Integration Server manually:
-
Copy the following files from the ...\Adapters\Hyland folder of your OnBase build:
-
Hyland.Integrations.Adapter.dll
-
Hyland.Types.dll
-
Hyland.Diagnostics.dll
-
- Paste these files in a location on the server functioning as the Enterprise Integration Server.
-
Open a command prompt and navigate to the following path:
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools
- At the command prompt, type gacutil / “[path to the Hyland.Integrations.Adapter.dll]”.
- Press Enter.
- A message displays stating, “Assembly successfully added to the cache”.
-
Navigate to the following path:
C:\Windows\Microsoft.NET\assembly\GAC_MSIL
- Ensure that this path includes a folder named Hyland.Integrations.Adapter.
- Register Hyland.Types.dll and Hyland.Diagnostics.dll.
-
Navigate to the following path:
C:\Windows\assembly\GAC_MSIL
- Ensure that this path includes Hyland.Types.dll and Hyland.Diagnostics.dll.
- Open the server's machine.config file that is located at C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config.
-
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.
-
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
- Locate the </bindingElementExtensions> tag.
-
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
- Locate the </bindingExtensions> tag.
-
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
- Locate the </client> tag.
-
Add the following after this tag:
<endpoint binding="hylandAdapterBinding" contract="IMetadataExchange" name="hyland" />
- Save and close the server's machine.config file.
- 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.