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.
- Added a caching clear placeholder.
- Rebuilt the BatchJob page to resolve installation specific issues.
- 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.
- 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.
- 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.
- 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.
- The LogManager has been updated to clear only itself across the entirety of EASYProcess 5.1.
- 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.
- The group job dropdown selection while adding a batch job has been removed from the page.
- 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.
- 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.
- 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.
- The view store does not always get cleared on change. Added a loop to clear out all remaining values on clear.
- Added an IgnoreSSLVerification flag to the view.
- The End Of File and NextStartIndex values are not being calculated correctly for the CreateServiceNodeFromDatabase service. Reworked the logic for determining each value.
- 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.