Known issues in OpenEdge 12.7
- 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-51063 |
Behavior Change: Processing of errors in a Business Entity now throws error object with multiple error messages. In previous versions, an object with only the first error message was being thrown. |
| ABLTOOLS | OCTA-49616 |
Use of the OEManager webapp is one of the primary recommendations for managing a PAS instance, though communication with the available RESTful API’s must be created from scratch if intending to use programmatic access. For this purpose the OpenEdge.ApplicationServer.Util.OEManagerConnection class was created to assist OOABL developers. Each instance of the class creates a reusable ABL HttpClient connection definition against the OEManager webapp deployed to a PAS instance. Once a connection is defined the class methods included in the class offer easy access to common actions and queries which may be encountered while managing an instance (all of which utilize substitutions of values for URI’s defined in a new OpenEdge.ApplicationServer.Util.OEManagerEndpoint class).
|
| AdminServer /Install | OCTA-52864 |
When installing OpenEdge 12.7 on a Windows system, you may see a ‘Cannot continue installation’ dialog box, requiring you to abort the installation. This issue occurs if OpenEdge 12.6 is running on the same Windows system. Libraries in use need to be updated during the OpenEdge 12.7 installation process. Please install 12.7 after you can safely shut down the running 12.6 application, and shut down any automatically started Windows services used by OpenEdge. For more information, refer the KB Article 01297178. |
| DB | OCTA-44216 |
Support for the smaller database block sizes, 1024 and 2048 kilobytes, is deprecated in OpenEdge 12.7. This applies to creating a new database and starting up existing databases.
|
| DB | OCTA-2881 |
Use the new parameter Host Name Aliasing (-hostnameAliasing) to allow a hostname alias or specific IP address for the Host Name (-H) instead of specifying the actual server hostname. |
| DB | OCTA-3130 |
If the database-request statement cache information for a client exceeds 256 bytes of shared memory, it is stored in a temporary file. You must specify a directory for these temporary files, and you may do so using PROMON, VST, or a startup parameter. Previously it was only allowed via PROMON.
|
| Lang | OCTA-48735 |
The parameters configured in the Java Open Client ParamArray class would not always be reset in a consistent manner. In some scenarios the configured parameters would be set to null, and in other cases, the parameters would be left alone, even if there were changes some of the OUTPUT or INPUT-OUTPUT parameter values. |
| Lang | OCTA-48101 |
Starting with OpenEdge 12.7, when an exception is thrown in .NET Open Client performing a request against the application server, the parameter configuration stored in the ParamArray object are no longer reset if the values remain unmodified from their original assignment prior to executing the application server request. |
| PASOE | OCTA-48957 |
In a scenario where HTTPS server configured with Client Authentication and the ABL Client (or) ABL Http Client is not sending the required client certificate then the expected error is “Connection failure for host <host> port <port> transport TCP. (9407)”. |