Weekly Upgrade Announcement 9/12/22

Read-only forum. Used to announce new releases of EASYProcess.

Locked
JustinVanRegenmorter
Posts: 517
Joined: August 26th, 2021, 9:56 am
Contact:

Weekly Upgrade Announcement 9/12/22

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday September 19th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2400 and RunTime Revision 1065. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM CST with an expected completion time of 12:30PM CST.

On Wednesday September 21st, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1065. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM with an expected completion time of 12:30PM CST.


DesignTime
Revision 2389 and RunTime Revision 1053: ParseCSV Enhancements
  • The ParseCSV service now allows the delimiter and qualifier to be specified.
Revision 2390: Caching Clear Placeholder
  • Added a caching clear placeholder.
Revision 2391: Rebuilt BatchJobs Page
  • Rebuilt the BatchJob page to resolve installation specific issues.
Revision 2393: MVC Page Checkout Fix
  • On some installations when a user checks out a page to a project it doesn't update the build data properly. Added in a force rebuild for pages on checkout.
Revision 2394 and RunTime Revision 1057: Control Property Array Fixes
  • The control property array's for the CheckBoxList, Dropdown, and RadioButtonList controls are failing to save and display the value in the property box. This has been resolved by adding in code to parse the array values.
  • The PreSelectValue property is also not selecting the correct record for the controls. Code has been added to check for passed in parameters.
Revision 2395 and RunTime Revision 1059 and ECC Revision 120: Where Clause LIKE Changes
  • The WhereClause has removed the likeleft, likeright, and likeexact operators in favor of using not like and like. Users can add the % character in the Value node to achieve desired results.
Revision 2396: Multi Service Clear Cache Fix
  • When editing the ECC timeout the cache is failing to clear for all servers. Logic has been added to grab all servers so all caches can get the new timeout values.
Revision 2397 and RunTime Revision 1061 and ECC Revision 121: LogManager Updates
  • The LogManager has been updated to clear only itself across the entirety of EASYProcess 5.1.
Revision 2398 and RunTime Revision 1062: Object Building Changes
  • Objects can now be build even if the canvas is in ReadOnly mode allowing users to rebuild objects in QA and PD if needed.
  • The "Build All" buttons on the Templates / Webpages / Widgets, Methods, and Workflows pages have been removed and replaced by a "Build All" button on the DeveloperWorkbench under the Quick Links section.
  • All build buttons will now show a message indicating that the building is finished along with a more explanatory message.
Revision 2399: BatchJob GroupJob Removal
  • The group job dropdown selection while adding a batch job has been removed from the page.
Revision 2400: Help Link Update
  • Updated the Help Link in the IDE header to point to the updated site.


RunTime
Revision 1054: Request File Compression Handling
  • Added error handling to the File Compression node on the Request service in the REST workshop.
Revision 1055: Log Connection Fix
  • The log connection records had the wrong database if the installation is using a logs database. Ran an update to set the correct logs database record.
Revision 1056: Logout Forwarding Fix
  • If the user gets logged out after the page times out then the user would get redirected to the login page and wouldn't be forwarded to the previous page on login. The user now stays on the same page, but just shows the login page so on login they are returned to the previous page.
Revision 1060: View Store Clearing Fix
  • The view store does not always get cleared on change. Added a loop to clear out all remaining values on clear.
Revision 1063: IgnoreSSLVerification Flag
  • Added an IgnoreSSLVerification flag to the view.
Revision 1064: CreateServiceNodeFromDatabase Fix
  • The End Of File and NextStartIndex values are not being calculated correctly for the CreateServiceNodeFromDatabase service. Reworked the logic for determining each value.
Revision 1065: BatchJob Log Records Change
  • BatchJob logs would have issues with holding large amounts of logs in the memory. The logs for Loops, Methods, and SubMethods inside of a BatchJob now get generated on each run to keep the memory clean.
word count: 734

Tags:
Locked