On Monday December 5th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2470 and RunTime Revision 1134. 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 December 7th, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1136. 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 2463 & RunTime Revision 1125: ECC Data Size Default Change
- The ECC Data Size property default has been changed from 132 kb to 100 kb and added a new variable to the ECC configurations called Default Data Size to allow the default to be set per application.
- Service errors are failing to display the error asterisk in the logs on the service itself. A check for errors has been added inside the service and if there is a red asterisk will now display next to the service node in the logs.
- Ctrl-Clicking a selected service now deselects that service and when a service is selected Shift-Clicking a service will select all services in-between the two that it can reasonably find in a direct path.
- The WhereClause node is always blank in the preview XML when parent service nodes are selected. Added an if else for the unique WhereClause case for showing its XML.
- When in the lab's copy object widget if the copy application or project is changed then all objects are reselected. This has been resolved by changing all object selection to stay he same upon application/project change.
- Page descriptions and menu titles have been updated to give users more control. Now when adding and editing pages there is a new field for the Menu Description which will be returned in the GetMenuData service. The Description field has also been updated to be a text area to allow for better descriptions.
All existing pages have had their page titles, which is what was previously returned in the GetMenuData service, copied over to the new Menu Description column to preserve existing menus
- Using comma's in the saved name of a file was saving as it's encoded version. A line has been added to make sure that the saved name of a file is decoded when using a save file service.
RunTime
Revision 1126: ViewParameters Apostrophe Fix
- Sending an & character through a Query String to a ViewParameter fails to send it since the browser uses it to separate the parameters. Code has been added to properly encode and decode it so that the value can be in Query Strings.
- Multithreaded loops could get stuck in infinite loop when run loops of more than 400 records. Checks have been added and catching errors have been reworked in loops.
- Tweaked the connection instance setup for orchestrations.
- Binary Decisions logs are displaying their names as the id and the data inside it is escaped. Binary Decisions have also been sometimes returning the incorrect results. The logs have been changed to show just the name along with existing Binary Decisions name being updated to be the Name + Id and un escaped the data by converted the : character in the XSL to the _. The secondary cache for binary decisions has been removed as it is causing the incorrect results.