EMF
- Fix errors when running QA steps due to generated datasets having stored table names longer than 63 characters
- Fix errors when downloading exported datasets containing non-ASCII characters
CoST
- Add 2019 through 2022 to the Cost Year menu in the Control Measure Manager
- Correct the implementation of Equation Type 13 so that O&M costs are calculated using total emissions instead of the emissions reduction
Upgrading from v4.2.1
Download the necessary update files
Control measure database updates
New server WAR file
New client JAR files
emf-client.jar
epa-commons-0.7.jar
Database updates
Before starting, shut down the Tomcat server.
Update stored procedures:
\i cost_equations_v2.sql
EMF server updates
Copy the new emf.war into the Tomcat webapps directory.
Update the EMF version in the database:
UPDATE emf.properties SET value = 'v4.3 - 04/04/2024' WHERE name = 'EMF-version';
Client updates
Copy the new emf-client.jar file into the EMF client directory.
Copy the new epa-commons.jar file into the EMF/lib client directory.
Finishing up
Once all updates are complete, start the Tomcat server.