Known issues in OpenEdge 12.6
- 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-43408 |
A new class - OpenEdge.Core.Util.LeakCheck - was added to support internal testing. This class parses AVM log files (PASOE agent logs and LOG-MANAGER logs) and determines whether there are any memory leaks, and reports on the objects that are considered leaking. It does so by reading DYNOBJECTS log lines. |
| ADE | OCTA-44335 |
In the batch mode incremental dump, the DUMP_INC_INDEXMODE variable was introduced to mimic the interactive incremental dump behavior of the GUI tool. |
| DB | OCTA-47484 |
On Windows only, the database utility files that support converting your OpenEdge database from a version 10 release are provided differently than in the past. You use these utilities in the situation where you have already removed OpenEdge 10.x from your system and did not truncate the BI to prepare your database for the convert. These files contain utilities to let you do so. |
| Lang | OCTA-40710 |
Starting in OpenEdge 12.6, if a wait-state is active and a .NET form is displayed as a dialog box with the ShowDialog method, the controls on the dialog box will not be enabled. The application will appear to be frozen. You must cancel the wait-state with SESSION:SET-WAIT-STATE(““) before displaying the .NET form. |
| Lang | OCTA-3985 |
The case sensitive option of temp-table fields used in a where clause was not honored for dynamic queries. Static queries using case sensitive temp-table fields properly honored the case sensitive option. |
| Lang | OCTA-3887 |
When you get a lock conflict in a batch environment, such that the error message is written to a file, you did not get any of the information that you can get from either of these other two scenarios:
Now you will get that same data in the error message that is written to a log. The old error is this: |
| PDSOE | OCTA-48089 |
Progress Developer Studio for OpenEdge has a new welcome page that contains links to some useful web resources. The default in-built web browser in PDSOE (or, Eclipse) is internet explorer that cannot be changed for the welcome page web resources and it isn’t compatible with the OpenEdge CVP and OpenEdge Community. |
| PDSOE | OCTA-48791 |
If the rcode folder of a project A is added to the propath of another project B, then compiling any file whose rcode is already generated may fail in Progress Developer Studio for OpenEdge with the exception “Problems encountered while deleting resources.” |
| Security | OCTA-48787 |
External Security Administration Manager (ESAM) is installed by default along with OpenEdge 12.6. One of the ESAM goal is to make sure OpenEdge executables are launched from a trusted source path. Limitation of ESAM is that, administrators will not have an option to configure ESAM such that, it allows executing OpenEdge binaries from paths other than the OpenEdge installation path, which is commonly referred as DLC. |