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 unzip 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/net6.0/aras.eventhandlingframework.plugin/1.0.0/lib/net6.0/Aras.EventHandlingFramework.dll</name>- Restart IIS.
Import the Aras Event Handling Framework package with the Package Import Export Utilities. (For more information using this tool, please see the Aras Innovator - Package Import Export Utilities documentation.)
- You will need to enable the “Super User” login to perform this step.
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 27
- Description = Aras Event Handling Framework 27
- Manifest File Path = The manifest is found in the unzipped patch folder in
\Aras Event Handling Framework 27 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.