Manual Installation Option
The following steps outline the process of Manual Installation of the Aras Event Handling Framework:
- Download the Aras Event Handling Framework CD image from the Aras FTP site and extract the file on the local computer.
Copy the
\Files\Innovatorfolder to the root of your install directory, overwriting the existing \Innovator folder and all its contents.It is recommended that this step be performed by an administrator on the server.
- Go to Installed Innovator\Innovator\Server\ and open InnovatorServer.Plugins.json file.
Add the following:
{“Name": “Aras.EventHandlingFramework.Plugin”,“Enabled": true,“Options": {“EventsHandlingBackgroundServiceSettings": {“CycleDelayInSeconds": 5,“EventsProcessingSettings": {“EventsHandlingThreadsCount": 10,“EventsPullBatchSize": 100}}}}
s
- Go to “Installed Innovator\Innovator\Server\”, and open method-config.xml.
Add the following:
<name>$(binpath)/../Plugins/store/x64/net8.0/aras.eventhandlingframework.plugin/1.0.0/lib/net8.0/Aras.EventHandlingFramework.dll</name>- Restart IIS.
Use the Package Import Export Utilities to import the Aras Event Handling Framework package. (For more information about using this tool, please see the Aras Innovator—Package Import Export Utilities documentation.)
- Enable the Super User login.
Browse to the \PackageImportExportUtilities\Import\ folder and run the Import.exe file.
Enter the following information:
- Server = The connection URL for Aras Innovator
- Database = The target Aras Innovator database
- Username = root
- Password = Password for “root” login (Default is “innovator”)
- Target Release = EHF 39
- Description = Aras Event Handling Framework 39
- Manifest File Path = The manifest is found in the unzipped patch folder in
\Aras Event Handling Framework 39 CD Image\imports\imports.mf - Available for Import = Check all packages
- Type = Merge
- Mode = Thorough Mode
- Click the Import button.
- Disable the Super User login.
- Restart IIS.