Known issues in OpenEdge 12.5
- Last Updated: September 9, 2024
- 1 minute read
- OpenEdge
- Documentation
Click here for a list of the fixed issues.
The following table lists the release notes for this release:
| Component | Issue Number | Description |
|---|---|---|
| ABLTOOLS | OCTA-42847 | Two new methods have been added to the IWebRequest interface: GetRawEntity() and GetTypedEntity(). Any classes that implement this interface must implement these methods. |
| ABLTOOLS | OCTA-41901 | If a test method expects a Progress.Lang.AppError to be returned, then in cases where the code being tested did not return such an error, the test (incorrectly) passed prior to this fix. |
| ABLTOOLS | OCTA-41881 | If a test procedure (test case) is somehow deleted while it is running individual Test-annotated internal procedures, then the test case and its Before-annotated lifecycle procedures are re-run before running the next test procedure. |
| Lang | OCTA-43322 | Deployment of the OpenEdge 12.5 java open client requires an additional .jar file. Ensure that <OpenEdge Installation>/java/ehnlog.jar is included in build, test, and deployment environments for java open client. This is a new jar file previously not required. You can find the full list of required .jar files in the documentation at: https://docs.progress.com/bundle/openedge-java-open-clients/page/Java-Open-Client-Runtime-package.html. |
| Lang | OCTA-43706 | An ABL Application might terminate, when user defined function is used along with Single Table Server-Side Aggregate Function (SSA). Single Table Server-Side Aggregate functions are COUNT, AVERAGE and TOTAL. |
| PDSOE | OCTA-43655 | Starting with OpenEdge 12.5, the Progress Developer Studio for OpenEdge (PDSOE) has been enhanced with a model to provide a better developer user experience for tools like find references, content assists, and intelligent compilation. This new model performs an initialization process when a project gets created. For an existing project, a one-time initialization happens automatically. Afterward, PDSOE keeps the project up to date incrementally as your code changes. |
| PDSOE | OCTA-41945 | The profiler statistics are disabled in Progress Developer Studio for OpenEdge(PDSOE) by default to reduce the profiling overhead. Due to this change, the following information will not be visible in the profiler view for a profiling session, |
| Security | OCTA-43677 | When there are multiple OpenEdge 12.5 installations on a single Linux 64 machine with at least one installation being registered with External Security Administration Manager (ESAM) by executing initdlc script but not all installations registered because some installations have not run the initdlc script. If after the ESAM is installed, the default policy is changed to “OESEC_POL_QUALIFIED_BLOCK_ACCESS, then applications from other installations where initdlc was not run and are not registered with ESAM might terminate if they attempt to use an invalid DLC path. This can disrupt operations in installations that have not been registered to the ESAM. |