Moorgate 1.4.1044.1304 is available for download from the Twenty57 website. Here's what it includes:
- Moorgate now installs on Windows 10/IIS 10
- More readable messages when an error occurs during install and if the install fails you can select to view the log file directly from the msi. All install information is logged there to help investigate what when wrong
- Remove and Rollback functionality has been separated out from the Capturer Role into a new role Remove Data
- The Manager Role still has the Remove Data functionality
- All existing users with the Capturer Role are assigned to the Remove Data role by default
- Recons now match to the 6th decimal place and Balancing entries are created accordingly
- This only applies to new balancing entries and recons, existing ones will still be to 3 decimal places
- Update to the stored procedure Rpt_ConsolidatedReportStandard to use the Internal Batch Closing Balance rather than calculating it
- Ensure data integrity is maintained when a user has 2 tabs open at the same time
- At some point Moorgate will refresh to show the same account on both tabs
- Working in different accounts in different tabs or windows is not supported
- Test Oracle Import Definition now works correctly. You will need to add the following settings to your config files
- appSettings section of the web.config file: <add key="OracleImporterURL" value="tcp://localhost:8090/OracleImporter" />
- services section of the ProcessService.exe.config file: <wellknown type="Twenty57.Moorgate.API.OracleImporterProxy, Twenty57.Moorgate.API" mode="SingleCall" objectUri="OracleImporter" />
- Oracle Stored procedures are now supported for all Import Definitions. See the Help site for more information on how to configure this
- The release notes have been moved to a page (Release Notes) in this blog. The Release notes link under the Help Menu will direct you to this page
Thank you to Ashish, Shivkant and Jai for the dev work