Interject Financials - Epicor - Update Manager
Estimated reading time: 5 minutesInterject Financials - Epicor Enterprise
Latest Version 1.7.5
Depending on which version of Interject Financials you're running, there are different update and rollback scripts. Before updating or rolling back a version, follow the procedure below. Once you know the version you're currently running, click on the appropriate dropdown below for the update release notes, the correct scripts for updating and rolling back versions, as well as procedures for running those scripts.
To Check for Your Current Version
After the inital install, applying an update, or performing a rollback, you can confirm that your version is correct by:
- Going to the Report Library
- Opening the Configuration Manager
- Checking the Database Version in the upper right of the report
Click Your Version Below for Release Notes and Update Scripts
Update for Previous Install: from1.6.9-1.7.4to1.7.5_Update.Interject_Reporting.SQL |
---|
There are currently no rollback scripts available for 1.7.5* |
Update for Previous Install: from1.4.3-1.5.3to1.5.4_Update.Interject_Reporting.SQL |
---|
Rollback to 1.5.3: from1.5..4to1.5.0_Rollback.Interject_Reporting.SQL |
Rollback to 1.5.2: from1.5..4to1.5.0_Rollback.Interject_Reporting.SQL |
Rollback to 1.4.3: from1.5..4to1.4.3_Rollback.Interject_Reporting.SQL |
Current Version Notes
Interject for Financials - Current Version 1.7.5 | |
---|---|
Features | Bugs Fixed |
|
|
Updating
Whenever an update of Interject for Financials is released, an update script must be run on your server. With each new update, the initial install script located on the Technical Install page will be updated. If you initally installed the most current version listed above, you will not need to run the Update Script. If you orginally installed a version older than the most current, take the following steps to update your implementation.
To Upgrade
In SQL Management Studio, run the script labeled Update for Previous Install at the top of this page.
Run [Interject_SetupScript1_Security], as shown below, to re-enable security.
EXEC [Custom].[Interject_SetupScript1_Security] @MasterEpicorDatabase = '<Epicor Controlling Database Name>' ,@CertificatePassword = 'myPassword1234'
Rolling Back One Version
The following steps must be taken to roll back one version. Note that this will only roll to the previous version.
To Roll Back
In SQL Management Studio, run the script labeled Rollback to 1.3.1 at the top of this page.
Run [Interject_SetupScript1_Security], as shown below, to re-enable security.
EXEC [Custom].[Interject_SetupScript1_Security] @MasterEpicorDatabase = '<Epicor Controlling Database Name>' ,@CertificatePassword = 'myPassword1234'