Issues fixed in OpenEdge 12.2.13
- Last Updated: September 9, 2024
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Released on Nov 8, 2023.
Click here for a list of known issues.
The following table lists issues fixed in this release:
| Component | Issue Number | Description |
|---|---|---|
| Build System/ Install/ PASOE | OCTA-51550 |
Progress OpenEdge 11.7 PowerShell scripts signatures are not signed. |
| DataServers | OCTA-55954 |
CONNECT statement does not accept accentuated letters for the -U and -P parameter |
| DataServers | OCTA-53617 |
Creating a new MS SQL login on an UTF-8 database using the MS SQL dataserver STORED-PROCEDURE functionality, generate an MS SQL login with corrupted characters on the accentuated characters |
| DataServers | OCTA-53314 |
INDEXED-REPOSITION optimization enabled ABL query, trying to fetch a timestamp field value by connecting to Oracle database using Oracle DataServer and that query execution fails with error message “SYSTEM ERROR: Unable to convert foreign database date. Error=3 (1466) on newly added TIMESTAMP field on oracle“. |
| DataServers | OCTA-52764 |
When using the Oracle DataServer, ABL query using INDEXED-REPOSITION, the query returns fewer records than a corresponding query without INDEXED-REPOSITION. |
| DB | OCTA-56678 |
Windows sometimes crashes in utTMtimeGet with invalid data. |
| DB | OCTA-53268 |
Replication Agent sometimes being prevented from starting after a successful transition failover |
| DB | OCTA-48746 |
Broker crash on startup if started under some Linux GUI console terminal |
| Install | OCTA-55150 |
Appbuilder can not be started after upgrading from OpenEdge 12.2.11 to 12.2.12 update |
| Lang | OCTA-54450 |
Adding DATETIME or DATETIME-TZ EXTENT to an array using BUFFER-VALUE causes crash |
| Lang | OCTA-53935 |
READ-JSON on a DATASET fails with error 15360 when an empty nested temp-table exists, and it is not a child in a data-relation or parent-id-relation with the parent temp-table. |
| Lang | OCTA-52740 | The PROFILER:WRITE-DATA() method crashes the session when profiling a class with a class type name (package name plus class name) exceeding approximately 140 characters in length. |
| Lang | OCTA-47546 |
The WINDOW-RESIZED event is incorrectly generated when an ABL window embedded in a .NET form is realized. |
| Lang | OCTA-30789 |
While running an OS-COMMAND in PAS for OpenEdge, you may get error: "Error running OS-COMMAND status 6 errno 22". |
| OEAG | OCTA-55228 |
The APIs to determine what groups/roles a particular user belongs to on Linux have been made more efficient. The original API would traverse the entire group list to determine if the user was a member. This could lead to serious performance issues in those enterprises that have a large number of groups. Since the original code was written, Linux has provided new APIs that perform this function more efficiently. |
| OEM | OCTA-54768 |
Unable to create detail database report for scripted databases in OpenEdge Management |
| OEM | OCTA-52221 |
Enabling JMX for a PASOE instance through OEM will cause the startup of the PASOE instance to fail. |
| PASOE | OCTA-57078 |
webspeed return the wrong status 200 in 12.2 instead of the expected status 302 |
| PASOE | OCTA-55064 |
In PAS for OpenEdge, Oerealm authentication there is a one second delay observed after upgrading to Windows 2019. |
| PASOE | OCTA-54901 | PASOE does not support UTF-16 encoding through SOAP web services. |
| PASOE | OCTA-54503 | Excessive performance issue observed when sending a large dataset from PASOE to a Client |
| PASOE | OCTA-49865 |
Terminating an ABL Session in a PASOE agent after an asynchronous STOP event has interrupted a SOAP Out request to an external service may cause a thread in the PASOE agent process to crash and generate a protrace when the ABL Session is shut down. |
| PASOE | OCTA-46783 | The shell script fails to run on PASOE when echo command is included. The shell script runs without problems from console and the 4GL procedure also runs and executes the script as expected from the Client. |