Progress x Vista

180
Progress OpenEdge 10.1C Readme Ports: All Date: February 2008 -------------------------------- Copyright(c) 2008 Progress Software Corporation. All rights reserved. To access third party product licenses, go to the 'licenses' directory located in the OpenEdge installation directory. For example, go to C:/OpenEdge/licenses. Read these On-line Release Notes ================================ It is important to read these on-line release notes. They are the primary release notes. The hard-copy release notes supplement them, but do not replace them. The on-line release notes are on the distribution medium as two text files: * readme.wri, which is for Windows platforms * readme.pro, which is for UNIX platforms These readme files have identical content. In addition, the distribution medium includes the following HTML report files which list the issues addressed in this release - organized by version, issue number (CR ID), or product component. * oe-<release#>-version.htm (Lists fixed issues by Version) * oe-<release#>-issue.htm (Lists fixed issues by Issue Number) * oe-<release#>-component.htm (Lists fixed issues by Component) --------------------------------------- 1. ABL COMPSRV Internationalization Language Issues Object-oriented ABL ProDataSet Web Services client XML 2. Adapter for Sonic ESB Tools 3. Adapter for SonicMQ 4. ADE Tools and Runtime Auditing Policy Manager Data Dictionary Database Deployment GUI Rendering Icons Services Tools Translation Manager

Transcript of Progress x Vista

Page 1: Progress x Vista

Progress OpenEdge 10.1C Readme

Ports: AllDate: February 2008--------------------------------Copyright(c) 2008 Progress Software Corporation. All rights reserved. To access third party product licenses, go to the 'licenses' directory located in the OpenEdge installation directory. For example, go to C:/OpenEdge/licenses. Read these On-line Release Notes================================ It is important to read these on-line release notes. They are the primary release notes. The hard-copy release notes supplement them, but do not replace them. The on-line release notes are on the distribution medium as twotext files: * readme.wri, which is for Windows platforms * readme.pro, which is for UNIX platforms These readme files have identical content. In addition, the distribution medium includes the following HTML report files which list the issues addressed in this release - organized by version, issue number (CR ID), or product component. * oe-<release#>-version.htm (Lists fixed issues by Version) * oe-<release#>-issue.htm (Lists fixed issues by Issue Number) * oe-<release#>-component.htm (Lists fixed issues by Component) ---------------------------------------

1. ABLCOMPSRVInternationalizationLanguage IssuesObject-oriented ABLProDataSetWeb Services clientXML

2. Adapter for Sonic ESBTools

3. Adapter for SonicMQ4. ADE Tools and Runtime

Auditing Policy ManagerData DictionaryDatabaseDeploymentGUI RenderingIconsServicesToolsTranslation Manager

Page 2: Progress x Vista

Web Rendering5. AppServer

Broker6. AppServer Internet Adapter7. Database

AdministrationDatabase UtilitiesFailover ClustersRDBMS

8. DataServersDB2MS-SQLMS-SQL/ODBCORACLESybase

9. DiagnosticsGUI DebuggerOpenEdge Studio Debugger

10. DocumentationABLDatabaseElectronic DocumentationHelpInstallationInternationalizationWebClient

11. Graphical User InterfaceActiveX

12. InstallationInstallUninstall

13. Open ClientProxygenWeb Services Provider

14. OpenEdge ArchitectAppBuilder SupportDB NavigatorEditingProjectTemplate EngineTools for Business Logic

15. OpenEdge ReplicationAgentInstallationReplication

16. Porting17. Progress Explorer18. Security

SSLTools

19. SQLESQL92JDBC DriversODBC DriversServerSQL

20. TTYABL

21. Web Services Client22. WebClient

Page 3: Progress x Vista

23. WebSpeedSpeedScriptTools

24. DB Navigator

================================================ABL - ================================================

Note: OE00052051 Type: Known IssueShared library compilation style mismatch causes core dump---------------------------------RN#: 091A-00559===============Developers may experience a memory violation trying to call a function in a UNIXshared library if that function includes a parameter of type float and if thefile it's in was compiled "Kernighan and Ritchie" style. A K&R style declarationis one that does not include the data types in the parentheses of the functiondeclaration.

A way of getting around the problem is to write the ABL declaration of thefunction so that it specifies DOUBLE rather than FLOAT as the data type of theparameter(s) that are supposed to be floats. (It's theoretically possible thatthis problem could occur with BYTE and CHAR data types, but no problem has beenseen in testing. That is, ABL developers will probably NOT have this problemwith BYTE and CHAR types, though it's something to be alerted to.)

Note: OE00065854 Type: Known IssueDefault font of DECIMAL list-item-pairs COMBO-BOX---------------------------------In 9.1D, a DECIMAL combo-box with LIST-ITEM-PAIRS uses a fixed font, by default.In 9.1D07, a new command-line parameter "-combofont" changes the default font toa proportional font. If the combo-box has LIST- ITEMS set when it is realized,and is using the default font, it will initially display with a fixed font. Ifit subsequently changes to LIST-ITEM-PAIRS, the font will change from fixed toproportional, if using "-combofont".

As of 10.0A, the default font for a DECIMAL combo-box with LIST-ITEM-PAIRS isproportional. To change the default font back to the pre-9.1D07 fixed font, usethe command line parameter "-combofont fixed". If the combo-box has LIST-ITEMSset when it is realized, and is using the default font, it will initiallydisplay with a fixed font. Subsequently changing the combo-box toLIST-ITEM-PAIRS will change the font from fixed to proportional, unless using"-combofont fixed".

Note: OE00088745 Type: Behavior Change'TO' is no longer optional in DEFINE PARAMETER syntax---------------------------------The syntax for 'DEFINE PARAMETER parameter AS HANDLE [TO] data type' used withina DLL procedure or UNIX shared object procedure declaration (PROCEDURE ...EXTERNAL...:) has changed. 'TO' is no longer optional. Procedures that do notuse the 'TO' will no longer compile. This change was required in order tosupport array parameters of type 'HANDLE' in OpenEdge release 10.0A.

Note: OE00098599 Type: Behavior ChangeComparisons between DATE, DATETIME, and DATETIME-TZ are not allowed.---------------------------------You cannot do comparisons (EQ, LE, etc) between DATE, DATETIME, and DATETIME-TZfields or variables. Attempting to do so will produce the following error

Page 4: Progress x Vista

message: ** Incompatible data types in expression or assignment. (223)

Assignment and conversions between these data types is allowed.

Note: OE00104223 Type: Known IssueTo access large objects remotely, client and server must be 10.0B---------------------------------RN#: 100b-00145===============In OpenEdge Release 10.0A a bug in the client server protocol for the exchange of lobs resulted in the inability to exchange lobs between a client and a server on machines with different hardware architectures.The fix for this bug has resulted in an incompatibility between 10.0B and higherclients, and a 10.0A server for the exchange of large objects (BLOBs and CLOBs). In order to access large objects remotely both the client and server must be10.0B or higher. If the client and server are not both 10.0B, or higher, youwill get messages indicating a failure to update or retrieve a large object.

Note: OE00147006 Type: Behavior ChangeEnhancements to protrace for ABL stack trace---------------------------------Beginning with OpenEdge 10.1C, whenever the client generates a protrace file itincludes the ABL stack trace and the list of persistent procedures or classesthat are in memory, along with their handle IDs. The ABL stack trace and thelist of procedures is written after the C stack trace. This affects only ABLclients, including the AppServer and WebSpeed agents, since these are theprocesses which execute ABL code. Other OpenEdge processes, such as the databaseutilities and server processes, are not affected by this change.

For Windows, 10.1C also introduces a command line utility (proGetStack.bat) thatyou can run to instruct the OpenEdge process to generate the ABL stack trace andlist of persistent procedures and classes on demand. This is the syntax forproGetStack where <PID> is the ABL process ID:

proGetStack <PID>

For the sake of consistency the proGetStack script is provided on UNIX, whichexecutes 'kill -USR1'.

As an additional enhancement, the protrace file now includes a list of thestartup parameters that are in effect.

Note: OE00147330 Type: Behavior ChangeWindows Help (.hlp) Format is not supported on Vista Platform---------------------------------Microsoft does not include the WinHelp executable with Vista (seehttp://support.microsoft.com/kb/917607). Even though the SYSTEM-HELP statementsupports the .HLP format, this does not apply to Vista. If your OpenEdgeapplications will run on the Vista platform, your help must be in .CHM format,not .HLP format.

Note: OE00149133 Type: Behavior ChangeCRC check relaxed for r-code---------------------------------In previous OpenEdge versions, after a field is added to a table, any r-codecompiled against the old version of the table will not run, because the CRC inthe r-code is different from the CRC in the schema.

Page 5: Progress x Vista

For 10.1C, the CRC check is relaxed in some instances. If the change to a tableis a simple addition of one or more new fields, the old r-code will stillexecute, even though the CRCs no longer match. When the CRCs do not match, theAVM tests whether the fields of the table (specifically, their names, datatypes, extents, and logical field record positions) have changed since ther-code was compiled. If they have not changed, the old r-code should run. Onecase where it will not run is if one of the new fields has a logical fieldrecord position less than one of the old fields (in other words, a new field hasbeen inserted into the logical record position sequence).

Note: OE00151705 Type: Behavior ChangeERROR is raised when run time permissions prevent record read---------------------------------When running pre-compiled code and run time permissions prevent reading of arecord, an ERROR condition is raised, as opposed to a STOP condition.

Note: OE00164135 Type: Known IssueErrors raised on RETURN statement are not handled in a consistent manner---------------------------------When the RETURN statement is followed by an expression, it is possible that theexpression could result in an error condition. Using Structured Error Handlingit should be possible to CATCH these errors in the block in which the RETURNstatement appears. This works correctly if the error that occurs is anapplication error (AppError). However if the error that occurs is a systemerror (SysError) it does not get handled by a CATCH in the block in which theRETURN statement appears, but gets returned to the caller and handled there. The workaround for this issue is to use an intermediate program variable tostore the return value of the expression, and then use that variable in theRETURN statement.

Note: OE00164179 Type: Known IssueIF statement does not handle errors from built-in methods---------------------------------Prior to 10.1C, built-in ABL methods (such as the CONNECT method) that faileddid not raise the ERROR condition. In 10.1C with the introduction of StructuredError Handling, it is now possible for built-in methods to raise error when aCATCH block is present. Therefore, if a CATCH block is present, statements ofthe following form could potentially raise error.

IF hdl:built-in_method() THEN... ELSE...

In this case, if the built-in method fails, an appropriate CATCH will execute tohandle the error. However, it is also the case that the IF condition will beevaluated and the code block that corresponds to the branch that satisfies theIF condition (either IF or THEN) will execute prior to the CATCH block.

This is only the case with built-in methods when a CATCH block is present. Thisdoes not occur with methods in a user-defined class. To work around this use anintermediate program variable to store the return value from the built-inmethod.

================================================ABL - COMPSRV================================================

Note: OE00106742 Type: Behavior ChangeMinor R code version change when passing LONGCHARS as Parameters---------------------------------

Page 6: Progress x Vista

RN#: 100b-00147===============In 10.0B, and higher, LONGCHAR parameters are passed by value instead of byreference in order to provide the same behavior for LONGCHAR parameters asCHARACTER parameters. This improvement forced a minor r code version change onlyfor code that uses LONGCHAR parameters. This means that if you have r codecompiled with a 10.0A or 10.0A01 that contains LONGCHAR parameters you will needto recompile your code with a 10.0B or higher client in order to use this codewith a 10.0B or higher client or AppServer.

================================================ABL - Internationalization================================================

Note: OE00073374 Type: Known IssueThai (complex scripts) display in command prompt---------------------------------The Command Prompt or Console is not enabled for Thai (complex scripts) on anyversion of Windows NT. Progress testing proved that it is an issue also presenton Windows 2000. To be able to view Thai and complex scripts in an MS-DOSwindow, you can choose to:* Use the English promsgs when running the Windows NT or Windows 2000.* Use the Thai (or complex script) promsgs, but pipe the output of the commandto a file that can be read using any Windows editor.

Note: OE00106836 Type: Known IssueICU Collation strength IGNORE-SECONDARY not yet supported---------------------------------The documented ICU Collation strength, IGNORE-SECONDARY, is not yet supported.

Note: OE00124923 Type: Known IssueThai collation files in $DLC/prolang/tai---------------------------------There are two files for Thai collation.

The file $DLC/prolang/tai/thai-old.df contains the "THAI" collation for codepageTIS 620-2533. This collation assigns a single weight to each character forcase-sensitive and case-insensitive sorting. Although adequate for manyapplications, this collation does not follow Thai conventions for prefix vowelsor treatment of strings as collation units of multiple characters. Thiscollation was provided in Progress versions prior to 9.1A and 8.3C, and isprovided for backward compatibility.

The file $DLC/prolang/tai/thai.df contains the "BASIC" collation for TIS620-2533. This collation takes prefix vowels into account when sorting. It alsotreats strings as containing collation units of multiple characters.

Please contact Technical Support for more information.

Note: OE00125227 Type: Behavior ChangePasting Unicode text into GUI widgets might require font and codepage changes---------------------------------For the GUI client (prowin32.exe), text widgets such as editors and fill-ins areUnicode-enabled. If you enter characters into these widgets that are notsupported by the font in use or are not available in the -cpinternal codepage,the widget value might contain a question mark (?). For example, if the user were to copy a quoted string from another

Page 7: Progress x Vista

Unicode-enabled application, the double quotes copied might be U+201C andU+201D, the left and right double quotation marks respectively. When copyingthese into an OpenEdge editor, the quotation characters might not displaycorrectly in the editor, and might be converted to question mark (?) whenaccessing the value of the editor.

The default font OpenEdge uses for widgets is MS Sans Serif. MS Sans Serif doesnot provide a visual representation for these quotation characters. Changing theeditor's font to Courier New instead will allow the characters to displaycorrectly.

Many customers use ISO8859-1 as the -cpinternal codepage. The ISO8859-1 codepage does not contain these quotation characters, so they will be converted to "?" when accessing the value of the editor. Changing -cpinternal to1252 instead of ISO8859-1 will allow these characters to be displayed correctly.

You should set your font and -cpinternal codepage according to the characters you will be using in your application.

Prior to OE10, the GUI client used ANSI widgets. If non-ANSI characters were pasted to ANSI widgets, Windows would provide a conversion from these characters to ANSI characters. The characters were visually similar, but not the same.

Note: OE00126866 Type: Known IssueUsing EUDC requires codepage conversion changes---------------------------------Display and input of End User Define Characters (EUDC) is no longer seamless inOpenEdge 10. To convert your EUDC in their required codepage to UTF-8 you mustupdate the appropriate conversion table in convmap.cp. Please contact TechnicalSupport for more information.

Note: OE00127396 Type: Known IssueAmbiguous FIND WHERE BEGINS fails with ICU collation---------------------------------Using an ambiguous FIND WHERE BEGINS with an ICU collation will fail to find arecord. For example, assume the sports2000 database uses the ICU-UCA collation.This FIND statement fails to find a record:

FIND customer WHERE name BEGINS "m".

The workaround uses an unambiguous FIND. This statement returns "Match PointTennis", even though this is the only customer name beginning with "m":

FIND FIRST customer WHERE name BEGINS "m".

================================================ABL - Language Issues================================================

Note: OE00146645 Type: Behavior ChangeREFERENCE-ONLY and BEFORE-TABLE buffers cannot be BUFFER type parameters.---------------------------------The BUFFER parameter mechanism is incompatiible with REFERENCE-ONLY buffers andBEFORE-TABLE buffers. The use of them as a BUFFER type of parameter (as opposedto INPUT or OUTPUT) will cause a compiler error. Prior to OpenEdge 10.1C thecompiler did not raise error, leading to a run time crash. Instead of passingthe buffer, the buffer's table can be passed by-reference.

Page 8: Progress x Vista

Note: OE00147609 Type: Known IssueCAN-FIND X field-list problem---------------------------------RN#: 091D-00273===============The FIELDS clause in Progress 4GL does not guarantee the inclusion or exclusion of fields in any given query. The FIELDS clause exists for the sakeof improving performance by reducing the amount of network traffic. Progressmay require additional fields such as to accommodate a key values required by anindex. It is the responsibility of the developer to ensure that they do notreference fields in their 4GL that are missing from their FIELDS list. Normally,when this occurs a run-time error is returned to the user indicating that thefield is unavailable. However there are many times, such as for ProgressFUNCTIONS which carry the NO-ERROR attribute by default, where it is legitimate to satisfy function requirements using a field that is missing fromthe field list. Such instances equate the missing field to the UNKNOWN value(or a NULL for DataServers) in order to resolve any expression they are in. Toavoid this possibility, you must be diligent about what you decide to excludefrom your FIELDS clause.Another way to say it: The 4GL will try to detect the missing fields withrun-time errors when it can but there are various cases where it is legitimateto use a missing field in an expression. In such cases, the missing field willresolve to the UNKNOWN value (or native data source NULL) and the behavior ofyour FUNCTIONS may have results that reflect this transformation.

Note: OE00147610 Type: Behavior ChangeChanges to buffer-field INITIAL and DEFAULT-STRING attribute behavior---------------------------------The INITIAL and DEFAULT-STRING attributes of a buffer-field object handle havebeen modified to fix several bugs. In releases prior to 10.0B, the INITIAL andDEFAULT-STRING attributes were set as string values when the buffer-field objectwas created or defined. These values then remained constant for the life of thetemp-table. As of Release 10.0B, the settings of these attributes arere-calculated for each use. The main difference between the buffer-field INITIAL and DEFAULT-STRING attributes is that INITIAL contains formatting insertion characters(e.g., $,-,), etc.) and DEFAULT-STRING does not. Also, DEFAULT-STRING containsthe values "today", "now", or "unknown", rather than the corresponding currentdate, current time, or question mark (?), as does INITIAL. With the old behavior, if the date and decimal formats changed, this would causedate and decimal conversion errors when the INITIAL or DEFAULT-STRING attributeswere used in a different environment from the one used to define or create thetemp-table. With the new 10.0B and higher behavior, defining or creating a temp-table fieldsets a single binary internal value for the initial setting of both attributes.Then, each time you reference the INITIAL or DEFAULT-STRING attribute of abuffer-field, its appropriate string value is re-calculated so that it reflectsthe current NUMERIC-FORMAT, DATE-FORMAT, etc. properties of the session. In thisway, the attribute is usable in any environment without errors. CAUTION: With this new re-calculation functionality for INITIAL andDEFAULT-STRING, if you save these values somewhere and expect to use them later,you must decide what environment they need to be used in, and force the settingof that environment (using SESSION:DATE-FORMAT, etc.) just before you SAVE themand just before you RESTORE them. In the past, you may have forced the values by

Page 9: Progress x Vista

setting date and decimal formats before creating a temp-table. Now, that isunnecessary; instead, you must set the formats in which you want to save thevalues just before you save them, because they reflect the CURRENT environmentand not the environment in which the buffer-field was defined or created.

Note: OE00147611 Type: Known IssueIncompatibility issue between 32 bit r code and 64-bit r-code---------------------------------RN#: 101A-00355===============In Release 10.1A, 32-bit r-code only runs with the 32-bit product, and 64-bitr-code only runs with the 64-bit product. This change provides performancebenefits (such as very large memory) for the 64-bit product. However, it breaksthe portability of r-code between 32-bit and 64-bit platforms. If portabilitybetween platforms is more important than 64-bit performance, you can use theRelease 10.1A 32-bit product, which can run Release 10.0x 32-bit and 64-bitgenerated r-code as well as Release 10.1A 32-bit generated r-code. The Release10.1A 32-bit product can be installed and run on 64-bit hardware, but you willnot see the performance benefits of the 64-bit product. For more informationabout this change, see "OpenEdge Getting Started: New and Revised Features" and "OpenEdge Deployment: Managing 4GL Applications."

Note: OE00147774 Type: Behavior ChangeChange in temp-table default block size as of 10.1B---------------------------------With the changes made in Release 10.1B to provide support for expanded keys andtemp-tables, the default block size for temp-tables has also increased from a1KB block size to a 4KB block size on all platforms. If you are creating verysmall temp-tables, you might notice a performance degradation with this change.You can set the default block size for a temp-table using the Temporary TableDatabase Block Size (-tmpbsize) startup parameter. For example specifying"-tmpbsize 1" would create temp-tables with a 1KB block size.

Note: OE00147775 Type: Known IssueDynamic query with a RECID in a WHERE clause fails 10.1A client to 10.1B Server---------------------------------RN#: 101B-00086===============A dynamic query with a RECID in the WHERE clause from a 10.1A client and a 10.1Bor greater server will fail. This is due to the fact that 10.1B RECIDs are 64bit versus the 10.1A and previous RECIDs which are 32 bit. This is only aproblem with RECIDs which have been deprecated. A workaround to this is to useROWID or the buffer method FIND-BY-ROWID.

Note: OE00147778 Type: LimitationINT64 ActiveX support requires oleaut32.dll version 5.1.2600.2180 or later---------------------------------RN#: 101B-00126===============In order to have support for the INT64 datatype with ActiveX controls or ActiveXAutomation objects, C:\windows\system32\oleaut32.dll must be version5.1.2600.2180 or later. If you have an earlier version of oleaut32.dll and youtry to pass an INT64 datatype as a parameter to a COM object the results areunpredictable. It may cause an error. This is true even if it is an inputparameter and the number in the variable is within the 32-bit range. Therefore,if you do not have the correct version of oleaut32.dll, you should not use theINT64 data type with COM objects.

Page 10: Progress x Vista

================================================ABL - Object-oriented ABL================================================

Note: OE00145863 Type: Behavior ChangeXREF (ASCII) output for class members has changed---------------------------------With the introduction of STATIC members in classes for 10.1C, the XREF output ofall class members has been updated.

A new comma field has been added to the XREF output for all the members of aclass that can be STATIC. This includes the DATA-MEMBER, PROPERTY, METHOD, andCONSTRUCTOR reference types. This field is also added to the DESTRUCTORreference type, because it has the same format as the METHOD and CONSTRUCTORreference types. The new field is the second comma field, following the accessmode. The field always appears: if the reference is not STATIC, it is empty; ifit is STATIC, then STATIC appears in the field. The CONSTRUCTOR reference typealso has the modification that unlike all other references to methods,constructors, and the destructor, the STATIC constructor does not include anaccess mode after the CONSTRUCTOR reference.

This change means that all output for these reference types is different than inprior releases. This is true even if classes do not have STATIC members becausethe field always appears.

Note: OE00146307 Type: Known IssueTHIS-OBJECT does not work with PRIVATE members of a class---------------------------------ABL allows you to reference instance methods, variables, and properties of aclass using the THIS-OBJECT system reference. However, when you try to access aPRIVATE method, variable, or property using THIS-OBJECT, ABL currently generatesa compile-time error. The error message returned depends on the class memberthat you reference and the expression where the reference appears.

Note: OE00147785 Type: Known IssueCached class definitions may become stale---------------------------------During the development of an application that references user-defined classes,compilation results might not reflect changes to the class file made during thecurrent development session. For example, the compiler might not recognizechanges made to a referenced class, or it might not recognize changes made to asuper class in a hierarchy. This might happen especially if you run yourapplication and make changes in the same Procedure Editor session or the sameOpenEdge Runtime session within OpenEdge Architect. If you encounter thisproblem, the workaround is to restart the development session and remove anyr-code that has been generated for these classes.

Note: OE00147786 Type: Known IssueRecommended approach when compiling changes to a super class---------------------------------When you change a super class, you also must recompile all subclasses of thesuper class to ensure that all objects built from the super class inherit theupdated data or behavior. ABL, by itself, has no knowledge of these subclasses.So, you must keep track of them manually or by using configuration managementtools.

Note: OE00147787 Type: Known IssueAccessing PUBLIC data members using an object reference---------------------------------An application can access a PUBLIC data member prefixed with an object reference

Page 11: Progress x Vista

in the same places that an application can access an attribute of an ABLhandle-based object. An application can access a PUBLIC data member in anexpression, but it is invalid to use one where a simple program variable isrequired. For example, the following statement is invalid:

RUN myProg PERSISTENT SET myObjectRef:publicHandle.

You can rewrite this statement as:

RUN myProg PERSISTENT SET myLocalHandle. myObjectRef:publicHandle = myLocalHandle.

Note: OE00147788 Type: Known IssueBackward compatibility of class files with large public/protected areas---------------------------------Class files that have a public/protected field descriptor area greater than 32kilobytes and/or a public/protected text area greater than 32 kilobytes, andthat are compiled in Release 10.1B or later, will not run in Release 10.1A.

In 10.1A, both the public/protected field descriptor area (the area thatcontains view-as, label, format type, etc. information for temp-table fields andvariable data members of classes) and the public/protected text area (the areathat contains name information, e.g. for members of the class) are limited to 32kilobytes.

As of 10.1B, both of these areas for public/protected information have beenupdated to a limit of 2 gigabytes. This creates a backward compatibility issue.Class files with a large number of temp-table fields with metadata and/or alarge number of variables with metadata can cause the public/protected fieldinformation area to surpass 32KB. In addition, class files with a large numberof members and/or many members with long names can cause the public/protectedtext area to surpass 32KB. Thus in 10.1A, if you compile a class that has eitheror both areas greater than 32KB, the AVM will have a memory fault and dump core.If you compile the same class in 10.1B, and you attempt to run that r-code in10.1A, the AVM will have a memory fault and dump core trying to load the class.However, this same class compiles and runs in 10.1B or later.

A workaround to avoid breaking the 32KB limit for public/protected areas in10.1A is to spread the members out across the different files of a classhierarchy so that no one class file exceeds the limit.

Note: OE00147789 Type: Behavior ChangeArray parameters are strongly typed for all functions and methods---------------------------------As of Release 10.1B, strong (compile-time) type checking has been added forarray parameters of user-defined functions and class methods. This causes somecode that compiled prior to 10.1B not to compile in Release 10.1B or later.

Prior to 10.1B, strong type checking was not done when an argument passed to afunction or method parameter was an array. At compile time, this allowed anarray argument to be passed to a function or method parameter that was notdefined as an array data type (with an EXTENT). This resulted either in arun-time error when an array argument was passed to the function or methodparameter or in having the array argument coerced at run time to the data typedefined for the parameter.

Note: OE00147791 Type: Behavior ChangeStrongly typed parameters for functions and methods---------------------------------

Page 12: Progress x Vista

As of Release 10.1B, strong (compile-time) type checking has been added fortemp-table, ProDataSet, temp-table handle, and ProDataSet handle parameters ofuser-defined functions and class methods. This causes some code that compiledprior to 10.1B to not compile in Release 10.1B or later.

Prior to 10.1B, strong type checking was not done when an argument passed to afunction or method parameter was a temp-table, ProDataSet, temp-table handle, orProDataSet handle parameter. At compile time, this allowed a temp-table to bepassed to a function or method parameter that was defined as a ProDataSet, aProDataSet to be passed to a function or method parameter that was defined as atemp-table, a temp-table handle to be passed to a function or method parameterthat was defined as a ProDataSet handle, or a ProDataSet handle to be passed toa function or method parameter that was defined as a temp-table handle. However,each of these compiled instances resulted in a run-time error when the specifiedargument was passed to the specified function or method parameter.

Note: OE00147793 Type: Behavior ChangeABL functions that return INT64 may require some changes to class methods---------------------------------In Release 10.1A and earlier, the following functions returned INTEGER:CURRENT-VALUE, DYNAMIC-CURRENT-VALUE, DYNAMIC-NEXT-VALUE, ETIME,GET-POINTER-VALUE, GET-SIZE, INTERVAL, NEXT-VALUE, and SEEK. As of Release10.1B, these functions have been modified to return INT64, and any class methodsthat were defined in Release 10.1A with an INTEGER return value, and alsoreturned one of these functions, no longer compiles in Release 10.1B or later.You must either modify the method definition to return an INT64 or use an intermediate INTEGER variable to store the value of the function and return thatvariable from the method.

Note: OE00147794 Type: Behavior ChangeProcedures compiled against a 10.1A class will not run against a 10.1B or 10.1C---------------------------------If a procedure that instantiates a class is compiled in Release 10.1A against10.1A r-code for that class, it will not run against Release 10.1B or 10.1Cr-code for that class. Instead, the AVM raises an error message that the classcannot be instantiated because it has a PROTECTED constructor, even if it has aPUBLIC constructor or no explicitly defined constructor at all. To work aroundthis issue, make sure that the r-code for the procedure is running against thesame version of r-code to which the class is compiled.

Note: OE00147798 Type: Known IssueYou cannot override a method in 10.1B if the super class is compiled in 10.1A---------------------------------If a hierarchy exists in which a super class is compiled in Release 10.1A, aclass that inherits this class hierarchy cannot override methods in the superclass without recompiling the entire hierarchy. In other words, r-code generatedfor the super class in Release 10.1A must be removed or regenerated in Release10.1B or 10.1C in order to inherit that super class and override its methods inRelease 10.1B or 10.1C. Otherwise, ABL raises an error indicating that thecompiler cannot locate the method in the super class that the subclass isattempting to override.

Note: OE00147803 Type: Known IssueRETURN ERROR and DELETE OBJECT THIS-OBJECT in same constructor---------------------------------RN#: 101B-00124===============If a constructor contains both a RETURN ERROR statement following a DELETEOBJECT THIS-OBJECT statement unexpected behavior may occur. RETURN ERRORaccomplishes the same work as DELETE OBJECT THIS-OBJECT and additionally raises

Page 13: Progress x Vista

error on the NEW phrase. There is no benefit to using both statements and itis not recommended.

Note: OE00154242 Type: Behavior ChangePublic data members of ABL built-in classes have been changed to properties---------------------------------Internally, properties of ABL built-in classes were previously implemented asvariable data members. The internal implementation has now been changed to thatof a property. This change has no visible impact on user-defined classes. However, it does mean that there is slightly more overhead when you compile thefirst user-defined class in an ABL session. This overhead goes away for anyadditional user-defined class that you compile in the session.

Note: OE00160292 Type: Limitation10.1B UNIX r-code is sometimes incompatible with 10.1C---------------------------------Release 10.1B on UNIX contains method overloading signatures that have arun-time format that is incompatible with 10.1B on Windows. With Release 10.1C,this incompatibility between platforms has been fixed.

However, there continues to be an incompatibility between r-code on any 10.1Cplatform when run together with 10.1B UNIX r-code. So, you cannot compile or runcode from these two releases in the same ABL session.

Code that you compile on the same platform where you execute (either saved tor-code or as a session compilation) runs without any problems.

Also, there is no particular problem with running r-code in 10.1C that wasgenerated in Release 10.1A (which does not support method overloading).

The problem caused by the defective 10.1B UNIX r-code results in false negatives(mismatches) when ABL compares the signatures of overloaded methods. Therefore,when comparing overloaded method or constructor signatures between 10.1B UNIXand 10.1C-generated r-code, ABL commonly reports (incorrectly) that a method orconstructor is missing.

Note: OE00160501 Type: Known IssueRETURN NO-APPLY in a VOID method does not compile---------------------------------It is valid to use a class method as a callback routine for ProDatasets.However, the compiler does not allow you to use RETURN NO-APPLY in a VOIDmethod. If you use RETURN NO-APPLY, the compiler returns an error message to theeffect that VOID methods cannot return a value. As a result, you cannot abortthe behavior of an event handled by a callback method. For example, you cannotprevent the reading of a record during a ProDataSet FILL operation using aBEFORE-ROW-FILL event handler.

Note: OE00162023 Type: Behavior ChangeIt is invalid to define a class in the Progress namespace---------------------------------Beginning with Release 10.1C, it is illegal to define a class that has Progressas the first component of its package. Any attempt to define a class withProgress as the first component of the package, for exampleProgress.acme.object, generates a compile-time error.

================================================ABL - ProDataSet================================================

Page 14: Progress x Vista

Note: OE00162528 Type: Known IssueGET-CHANGES() get-parent-mode is not supported in datasets with recursion---------------------------------The get-parent-mode of the GET-CHANGES() method is not supported in ProDataSetswith a recursive relationship.

================================================ABL - Web Services client================================================

Note: OE00125506 Type: Behavior ChangeWSDL Analyzer no longer repeats complex elements---------------------------------Previously, when creating XML examples for parameters, the WSDL Analyzerrepeated elements containing complex content as necessary. For especiallycomplex values, this behavior could yield very long examples.

The WSDL Analyzer now records when it writes a complex element in the example.When the analyzer finds another occurrence of the element, it adds a comment tothe example referencing the first occurrence instead of repeating the contentsof the element for the new occurrence.

This behavior is similar to how the Analyzer adds comments that note when anelement appears recursively.

Note: OE00147860 Type: Known IssueXmethods web services used for demonstration in samples---------------------------------RN# 100A-20193==============This product and accompanying documentation contain references to the Weather -Temperature and StockQuotes XMethods Demo services provided by XMethods,Inc.(www.xmethods.net) Copyright 2003 XMethods, Inc. All rights reserved. Anyuse of these services by you shall be for demonstration purposes only.

Note: OE00147863 Type: LimitationSolaris 9 requires a patch for web service clients to work properly---------------------------------RN#:101B-00111==================The web service consumer may require a patch on Solaris 9. If, when calling a web service from OpenEdge you receive an error similar to: Could not open Dynamic Library:

/usr1/stat/progress/101b/dlc/lib/libprosoap.so (8013) DLL Error : ld.so.1: /usr1/stat/progress/101b/dlc/bin/_progres: fatal: libm.so.1: version `SUNW_1.1.1' not found (required by file /usr1/stat/progress/101b/dlc/lib/libprosoap.so) (8014) SOAP processor initialization error. Could not load prosoap.dll or libprosoap.so (11457)

You will need to apply a Sun Solaris patch 111722-04. This updates the C mathlibrary (libm.so).

Page 15: Progress x Vista

Note: OE00163960 Type: Behavior ChangeWeb Services Client Supports HP Itanium---------------------------------With the release of 10.1C, the web services client now supports HP-UX 11 on theItanium 64 bit platform.

================================================ABL - XML================================================

Note: OE00158228 Type: LimitationSAX-READER and X-DOCUMENT fail with basic HTTP authentication---------------------------------The XML processing methods in the ABL can not handle HTTP requests with basicauthentication (username & password embedded in URL). They fail to locate thefile.

These URLs take the form ofhttp://<username>:<password>@<host>/<path-to-xml-doc>

================================================Adapter for Sonic ESB - ================================================

Note: OE00148040 Type: Known IssueAdapters for Sonic ESB and Sonic MQ only install on Sonic-supported platforms---------------------------------The OpenEdge Adapter for SonicMQ and the OpenEdge Adapter for Sonic ESB can only be installed and run on OpenEdge-supported platforms also supported by the Sonic products.

The Adapters are not available on the following plaforms:

* 32-Bit SCO UnixWare V7.1.4* 64-Bit HP-UX V11.11 or V11.23 (PA-RISC)* 64-Bit Red Hat Enterprise AS V4.0 (POWER)* 64-Bit Sun Solaris V9 4/03

================================================Adapter for Sonic ESB - Tools================================================

Note: OE00159087 Type: LimitationSonic Workbench 7.5 doesn't know about .esboe invocation files---------------------------------Sonic Workbench 7.5 was released before support for the OpenEdge Adapter forSonic ESB using the Native Invocation method was available. Sonic has released a7.5.1 service pack that contains support for the Native Invocation .esboe filesas well as bug fixes. Progress Software Corporation recommends that you applythis service pack to your Sonic installation. If installing the service pack isnot possible, you can perform the following steps to configure Sonic Workbenchto recognize esboe invocation files.

From Sonic Workbench:

1. Select Window->Preferences2. Select General->Content Types from the tree view control

Page 16: Progress x Vista

3. Select ESB Command Content Type in the Content Types window4. Select the Add button and add a new file type for *.esboe

If you already see an entry for *.esboe, then you are using Sonic 7.5.1 or laterand you do not need to do anything.

================================================Adapter for SonicMQ - ================================================

Note: OE00094962 Type: Known IssueThe OpenEdge Adapter for SonicMQ does not support compression---------------------------------Network message compression of all types is not supported with the SonicMQAdapter.

================================================ADE Tools and Runtime - ================================================

Note: OE00108492 Type: Behavior ChangeGeneric comment deletion code removed from triggers---------------------------------Deletion triggers have been updated to not generically remove comments, securityallocation and multi-media records due to performance impact. A new ERWintrigger template db/af/erw/afercustrg.i has been provided that customers can useto re-generate their own triggers without the generic deletion code. Customerscan also update their triggers with specific code to do the deletion in such aspecific way that should not have any performance impact.

Note: OE00165303 Type: Known IssueADM2 to Dynamics ProTool Fails---------------------------------When migrating objects with the 'Register non-migrated static objects if theyare in the proper directory' toggle checked, an unrecoverable error is seen.This error places the program in an infinite loop and the AppBuilder must bekilled externally (through the Windows Task Manager).

The only known workaround for this is to patch the code. To do so, get theAdeuib code from PSDN. Open _convertadm2dynamics.w and search for'getClassCacheBuff'. Change this to 'getClassCacheBuffer' (add the 'er'), andcompile the file. Make sure to copy the r-code into the gui/adeuib directory.

================================================ADE Tools and Runtime - Auditing Policy Manager================================================

Note: OE00145766 Type: Behavior ChangeAudit Policy Maintenance tool now uses its own ADM2---------------------------------The APM tool's user interface for mantaining auditing policies uses the ADM2technology. Before Release 10.1C, the APM tool could potentially inheritcustomizations made to the ADM2 code by application developers. Starting withRelease 10.1C, the APM tool uses its own copy of the ADM2 code (code as of 10.1BFCS). Therefore, the APM tool no longer inherits any application specificfunctionality or customizations made to the ADM2.

Page 17: Progress x Vista

================================================ADE Tools and Runtime - Data Dictionary================================================

Note: OE00126947 Type: Behavior ChangeMandatory fields are not marked as NOT NULL during protoodbc---------------------------------When running a pro-to-odbc migration against a DB2 data source, fields marked as"mandatory" in the OpenEdge database were being created in generated SQL scriptand the foreign data source without the NOT NULL syntax. This leads to asituation where these fields are null capable in the foreign database.

To make DB2 consistent with the MS SQL Server and Oracle DataServers, theOpenEdge DataServer for ODBC will now set the NOT NULL constraint on SQL columnsderived from mandatory fields for DB2 data sources.

Note: OE00128377 Type: Behavior ChangeProper Naming Conventions for DB2---------------------------------In the DataServer for ODBC Guide, the "Defining a View to Use as a Buffer"section of the Programming Considerations chapter states that the namingconvention is "_BUFFER_buffername". However, for DB2 databases, the object namecannot start with the underscore character. Therefore, for DB2 databases, thenaming convention is "P_BUFFER_". This enables the schema pull to properlyrecognize the view as a buffer.

================================================ADE Tools and Runtime - Database================================================

Note: OE00022280 Type: Behavior ChangeSupport for auditing removed from Repository gst_audit table---------------------------------It is no longer possible to enable auditing for the Repository's gst_audit(GSTAD) table. This was removed to prevent infinite recursion.

================================================ADE Tools and Runtime - Deployment================================================

Note: OE00088123 Type: Known IssueNotes on using the Deploy Static Objects tool---------------------------------When deploying static objects using the Deploy Static Objects tool, please notethe following:

(i) The following extra directories need to be specified in the Deploy StaticObjects tool, in order for a standard Dynamics WebClient install to work: adeicon ry/img adm2/image

adeicon.pl can be used instead of the adeicon directory, but this must bemanually copied into the target directory. These image directories are notrequired for a server install (AppServer of Web).

Page 18: Progress x Vista

(ii) The file adm2/dyntreew.wrx must be manually copied into the targetdirectory, for WebClient installs.

(iii) adecomm.pl needs to be manually copied into the target directory for aWebClient install.

Note: OE00094085 Type: Behavior ChangeDataset import shows failed imports---------------------------------The Dataset Import tool shows failed ADO imports in 2 ways. First, theProcessing status message indicates that an error occurred. Secondly, the'Selected' browser continues to show the ADOs which failed to load (as opposedto prior behaviour, where the 'Selected' browser cleared in all circumstances).

Note: OE00116351 Type: Behavior ChangeStatic Object Deployment Tool - Option to generate source listing---------------------------------The Deploy Static Objects tool has the ability to produce a listing file of allthe files that are packaged into a deployment produced by the tool.

The listing file is specified in the UI before the deployment starts building.If no listing file is specified, then the listing will not be produced. Adefault value is provided by the tool, and is for a file called 'listing.log' inthe session's temporary directory.

The listing file consists of the following fields, tab-delimited:File nameRelative pathDeployment typeDesign-only flag

This functionality can be used to determine which files are required forcompilation on 64-bit platforms. A Dynamics client is only supported on Windows,which is a 32-bit platform, and customers may connect to an AppServer running ona 64-bit platform; in such a case the code would need to be compiled against the64-bit platform, and the listing file will give the ability to determine whichfiles are required.

Note: OE00129558 Type: Known Issue"overwrite existing data" flag should be removed from Dataset Import---------------------------------The "overwrite existing data" flag is deprecated and will be removed from the UIin a future release. It is ignored by the dataset export.

Note: OE00132914 Type: Behavior ChangeDCU enforces MinVersion with migrations---------------------------------If a setup XML file has migration setup types (defined by having amigration_source_branch session property with a non-blank value), then a checkis performed to ensure that the DB version sequence matches that of theMinimumVersion in the Database node of the setup_type. If these 2 versions don'tmatch an error is raised and a message shown.

This message is a new message and has a code of 'MSG_cannot_migrate', andappears in the shipped setup101B.xml. If customers have created their ownsetup.xml files, they need to add this message to all the setup types containedin those XML files.

Note: OE00149920 Type: Behavior Change

Page 19: Progress x Vista

Migrating to Progress Dynamics Release 10.1C---------------------------------Migrating to Release 10.1C:-------------------------------------------Before attempting any migration, convert the physical database to Release 10.1C,using the proutil command. PSC recommends making a backup at this time.

Before migrating to Release 10.1C, Progress Dynamics customers currently usingVersion 2.1B must upgrade to Version 2.1B02. The following steps are the onlysupported path to migrate a Version 2.1B Repository to OpenEdge 10.1C:- Ensure the Repository is upgraded to Version 2.1B02 (db version: 020030). Themigration does not work properly on earlier versions of the Repository.- Create a new shortcut for the Dynamics Configuration Utility (DCU), based onthe existing shortcut from the install.- Modify the -icfparam parameter in the target. ChangeDCUSETUPTYPE=ProgressSetup to DCUSETUPTYPE=Migrate21Setup. - Running the DCU from this shortcut upgrades the Repository from Version 2.1B02to Release 10.1C.

To migrate from Release 10.0B05 to Release 10.1C, follow these steps:- Ensure the Repository is upgraded to Release 10.0B05 (db version: 100005). Themigration does not work properly on earlier versions of the Repository.- Create a new shortcut for the Dynamics Configuration Utility (DCU), based onthe existing shortcut from the install.- Modify the -icfparam parameter in the target. ChangeDCUSETUPTYPE=ProgressSetup to DCUSETUPTYPE=Migrate100Setup. - Running the DCU from this shortcut upgrades the Repository from Release10.0B05 to Release 10.1C.

To migrate from Release 10.1A02 to Release 10.1C, follow these steps:- Ensure the Repository is upgraded to Release 10.1A02 (db version: 101002). Themigration does not work properly on earlier versions of the Repository.- Create a new shortcut for the Dynamics Configuration Utility (DCU), based onthe existing shortcut from the install.- Modify the -icfparam parameter in the target. ChangeDCUSETUPTYPE=ProgressSetup to DCUSETUPTYPE=Migrate101ASetup. - Running the DCU from this shortcut upgrades the Repository from Release10.1A02 to Release 10.1C.

To migrate from Release 10.1B03 to Release 10.1C, follow these steps:- Ensure the Repository is upgraded to Release 10.1B03 (db version: 101101). The migration does not work properly on earlier versions of the Repository.- Create a new shortcut for the Dynamics Configuration Utility (DCU), based onthe existing shortcut from the install.- Modify the -icfparam parameter in the target. ChangeDCUSETUPTYPE=ProgressSetup to DCUSETUPTYPE=Migrate101BSetup. - Running the DCU from this shortcut upgrades the Repository from Release10.1B03 to Release 10.1C.

================================================ADE Tools and Runtime - GUI Rendering================================================

Note: OE00003839 Type: Known IssueThe unsupported ToggleData link will be deprecated/removed---------------------------------The Repository defines a ToggleData link type. This can be seen in tools that

Page 20: Progress x Vista

lists the various link types, like the Container Builder. However, this linktype does not have any supported behavior and will be removed in a futurerelease.

Note: OE00014172 Type: Behavior ChangeChanges to support enabling of columns only when new---------------------------------SmartDataObjects and DataViews have a new UpdatableWhenNew property that canhave a comma-separated list of columns that can be updated only for new records.DataVisual objects support a corresponding new EnabledWhenNew property thatspecifies visual fields that only should be enabled in add or copy mode. TheDataVisual property inherits the value from the UpdateTarget by default, but canalso be set to a comma-separated list of fields.

Note: OE00020074 Type: LimitationPrint Preview and Export to Excel do not work when the data source is an SBO---------------------------------Print Preview and Export to Excel options available on various browse toolbars are not supported for visual objects whose data sources are SmartBusinessObjects. These options will do nothing when chosen.

Note: OE00020328 Type: Known IssueDynamics Find and Filter errors with Viewers built against SmartBusinessObjects---------------------------------A toolbar with actions, such as comments, auditing, find and filter, can belinked to a viewer. However, the find and filter actions do not work withViewers built against SmartBusinessObjects. Choosing the action will give errorsat runtime about ttschema records not being available.

Note: OE00022351 Type: Behavior ChangeRead-only SDO tables can be excluded from optimistic lock check---------------------------------The NoLockReadOnlyTables property can hold a comma-separated list of read-only(non-updatable) tables that are excluded from the optimistic lock check forchanges of the SDO. A value of 'ALL' means that all read-only tables areexcluded from the optimistic lock checking. Note that the read-only tablesdefined by this property remain NO-LOCKed during the entire SDO transaction.

Note: OE00022917 Type: Known IssueThe SmartInfo option displays some blank properties when Progress Dynamics runs---------------------------------The SmartInfo option of the Procedure Object Viewer PRO*Tool displays blankvalues for InstanceProperties and TranslatableProperties when Progress Dynamicsruns. This happens because these properties are defined as design-only in theRepository.

Note: OE00024747 Type: LimitationStatic data objects do not get initial value from Repository---------------------------------Static SDO proxies (<sdo>_cl) do not get the INITIAL-VALUE from the Repository'sEntityField DefaultValue at run time. The temp-table's INITIAL-VALUE attributeis a read-only attribute that is compiled into the SDO temp-table definitionfrom the SDO include.

Note: OE00025281 Type: Known IssueTable-IO links are not supported as pass-through links in dynamic frames---------------------------------Table-IO links are not created as pass-through links with dynamic frames. Thisresults in errors when a record is being updated (add, copy, cancel, save etc).

Page 21: Progress x Vista

Note: OE00059495 Type: Behavior ChangeRowObjUpd.ChangedFields is obsolete---------------------------------The RowObjUpd.ChangedFields that was used to figure out which fields to save inan SDO is obsolete and not used from version 10.0A. The SDO now figures outwhich fields to save to the database tables based on a comparison of thebefore-image and the changed record. The ChangedFields are not used in anylogic, except that there still is a call to bufferCollectChanges, which updatesthis field. This update is not reliable as it does not capture all changes andthe method will be deprecated in the future.

Note: OE00060333 Type: Known IssueNew records can be duplicated when reading new batch if added while batching---------------------------------If new records are created that sort higher than the last record in the currentbatch, the new record is duplicated when a batch includes the new record.

To prevent this, either ensure that the user is at the last batch when addingthe new records that will get key values that sort higher than the currentlylast record or avoid batching when such records can be created.

Note: OE00061359 Type: Known IssueWebSpeed detail program called from a WebSpeed report program hangs---------------------------------021b00253WebSpeed detail program called from a WebSpeed report program might hang whenthe Add button is used a second time or the Delete button is used.

If the detail program is used separately from the report program, the problem does not occur.

Note: OE00073126 Type: Behavior ChangeForeign values are now always applied when OpenOnInit is off---------------------------------Foreign values are now always applied on initialization. In previous versions,this did not happen when OpenOnInit was off. The ForeignValues would be added indataAvailable when the parent navigated or as soon as any request was issued tothe AppServer. But, a call to openQuery on a local connection could read alldata. If you actually want to read all data in a child SDO, then the link to thedata source should be removed.

Note: OE00087999 Type: Known IssueLoss of data when changing page while browse is in add---------------------------------100B00199When adding a new record in a browser in the following scenario, entered data islost or appended to the next record in the browser:

- The browser is the update source to an SDO- Not all required fields have been entered in the browser row- The user has selected a different page

Note: OE00088005 Type: Known IssueA single toolbar cannot switch navigation between SDOs and SBOs---------------------------------In a paged container where a SDO is the Data-source of a SBO, you cannot use asingle toolbar to navigate both the SDO and the SBO.

Note: OE00088184 Type: Limitation

Page 22: Progress x Vista

Static browsers/browsers in static windows don't get Repository column labels---------------------------------Browsers running in static windows linked to a static SDO on an AppServer willnot get the column-label from the Repository's EntityField. Instead, the browsergets the column-label from the database schema. This problem also applies to anystatic browser.

Note: OE00090907 Type: Behavior ChangeOptimistic lock works for deletetions---------------------------------The optimistic conflict check is now also done for deletions. Note that therecord is refreshed from server and can be deleted on next attempt.

The change was accomplished by changing fetchDBRowForUpdate (which not onlyfetches the record, but also performs the delete) to call compareDBrow.compareDbRow was previously called after fetchDBRowForUpdate had completed.Generally, these procedures are not intended for direct calls and localoverrides, but can have general application-specific customizations, which maybe affected by the change. The most important change of behavior is thatcompareDBRow now is called for deletes.

Note: OE00094575 Type: LimitationError 4054 (.. does not fit..) if ToolbarDrawDirection is "vertical"---------------------------------101A00009Dynamics layout manager does not handle toolbars where the ToolbarDrawDirectionis set to 'vertical'.

Note: OE00097274 Type: Known IssueUsing a SmartFilter to filter on a SmartBusinessObject can result in error 560---------------------------------Using a SmartFilter to filter on a SmartBusinessObject can result in error 560(entry out of range). If the filter is explicit style, the filter values areblank, and the combo operators are changed, then applying the filter can resultin error 560.

Note: OE00102889 Type: Behavior ChangeChanges in visual CTRL-PAGE-UP and CTRL-PAGE-DOWN processing---------------------------------The processAction, that the visual.i include defines as the target for thepaging events, has been fixed to ensure that these events always reach theenclosing container that is paged. Thus, these triggers now work forSmartDataFields and objects on SmartFrames. They also work with standard ADM2containers as the paging now is done by calling startPage directly, instead ofpublishing "selectPrevPage" or "selectNextPage", to which only the ProgressDynamics' folder subscribed.

Note: OE00102910 Type: Behavior ChangeRead only SDO tables can be specified to remain NO-LOCKed during transaction---------------------------------The NoLockReadOnlyTables property can hold a comma-separated list of read-only(non-updatable) tables that should remain NO-LOCKed during the transaction. Avalue of 'ALL' means that all read-only tables should remain NO-LOCKed. Notethat read-only tables defined by this property also are excluded from theoptimistic lock check of changes.

Page 23: Progress x Vista

Note: OE00104047 Type: LimitationCallerProcedure, CallerObject, and CallerWindow are not set in createObjects---------------------------------The Session Manager's launch in Progress Dynamics sets properties likeCallerProcedure, CallerObject, and CallerWindow in the launched container. Theseproperties are set before the container is initialized and can thus be used inan initializeObject override. However, they are not intended for use during theconstruction (the execution of the main block) of the container. The createObjects call is typically done as part of the construction. However,in previous releases, static non-window containers, like SmartFames andSmartDataViewers, did call createObjects from initializeObject allowing theseproperties to be used also in createObjects. Now, createObjects is called during the construction of almost all containers.If a createObject override uses these properties, it is unlikely to work. Anylogic referring to these properties in createObjects should be moved to aninitializeObject override instead. Moving this logic to initializeObject shouldnot cause any change in behaviour.

Note: OE00107082 Type: Behavior ChangeNew function added to EnableRules of tableio and browsetoolbar actions---------------------------------All actions that can update data now include a new canUpdate() function in theirEnableRule. The canUpdate() function was added to the datavisual class(adm2/datavis.p) to reflect whether the object can update data. The changeensures that the "Delete" action is disabled when there is no UpdateTarget. Thischange was added to all actions for consistency.

The toolbar.p initAction was changed to add the canUpdate() to the EnableRulefor "Add", "Copy", "Delete", and "Update".

The actions changed in the Progress Dynamic's Repository are: Category: Tableio. Actions: "Add", "Copy", "Delete", "FolderUpdate", and "Update" Category: other (for Browse* toolbars) Actions: "Add2", "Copy2", "Delete2", and "Modify".

Actions like "Save", "Reset", and "Undo" do not have the new function becausethey already have rules to ensure that they are never enabled until anappropriate action has been executed.

Note: OE00107469 Type: Known IssueSmartFrame objects stored with .w in object name may need two translations---------------------------------The object name for Title and Page Label translations for SmartFrames orSmartWindows that are launched from a static container is resolved from theprocedure:FILE-NAME without path and extension. SmartFrame objects that have the.w extension in their Repository object names may thus need two translations;One without the extension for usage in static containers and one with extensionfor dynamic containers.

Note: OE00107568 Type: Known IssueError messages for child SDO not returned when CLOB involved---------------------------------A detailed error message may not be returned to the client while adding a recordto a SmartDataObject under the following circumstances:

- the SDO is running on AppServer- the SDO contains large object fields- AutoCommit is false (commit is used to commit multiple updates at once)

Page 24: Progress x Vista

The client does receive an "update cancelled" message but should have a detailederror. The detailed error is written to the AppServer log file.

This situation is more likely to occur with an SDO that is part of aSmartBusinessObject.

Note: OE00107583 Type: Known IssueBrowser confused after add/copy when enabledfields missing in SDO---------------------------------Browser does not behave correctly with fields that have been removed from datasource

No error message is displayed when a dynamic browser is running against an SDOwhere one of the fields have been deleted after the window was built. The browsewill work seemingly well until one attempts an ADD or COPY. After this thebrowse looses track of the current record and the toolbar will not respond toCancel and possibly other actions.

Note: OE00108903 Type: Known IssueError message when recursively calling dynLookup maintenance window---------------------------------021b00110Error message 'Entry 2 is outside the range' when recursively callingmaintenance window

This error occurs if the user accesses the maintenance window from a dynamiclookup browse that was itself accessed from the maintenance window of anotherdynamic lookup browse.

Note: OE00109030 Type: Known IssueWindows closed while in WINDOW-MAXIMIZED are too big on next launch---------------------------------Objects that are closed while in WINDOW-MAXIMIZED state will be too big on thenext launch. This might cause parts of the window to be partially or completelyhidden (especially the bottom toolbar).

A work around is to implement the code in containr.p/initializeObject just afterRUN SUPER (or in customcontainr.p) that calls resizeWindow: ----- IF hContainerHandle:WINDOW-STATE = WINDOW-MAXIMIZED THEN RUN resizeWindow IN TARGET-PROCEDURE NO-ERROR.-------

Note: OE00109090 Type: Known IssueThe copy action of an SDO copies values to non-updatable fields---------------------------------The copy action of an SDO copies all values to the new record, including valuesof non-updatable fields. This could/would confuse the end-user since thenon-updatable fields obviously will not be saved.

Note: OE00109275 Type: Known IssueThe SmartDataBrowser sort profile is not used with SBO data-sources---------------------------------021b00127The sort profile saved for a SmartDataBrowser with a SmartBusinessObject as itsdata-source is not used upon restart.

Note: OE00109286 Type: Known Issue

Page 25: Progress x Vista

Translation tool does not include SmartDataBrowser search field---------------------------------021b00136The optional search field of a SmartDataBrowser doesn't show up in thetranslation window to allow you to add a translation.

Note: OE00110402 Type: Known IssueSetting of BaseQuery in initializeObject requires synchronization of QueryWhere---------------------------------If any other query manipulation has been done before changes to the BaseQueryare made, you need to synchronize QueryWhere and possibly the QueryString. Ifthe BaseQuery is set in an initializeObject override before SUPER, you mightalso need to synchronize QueryWhere in an SDO without any custom querymanipulation. The only cases where BaseQuery can be set without synchronizingthe QueryWhere are on the client (AsDivision = 'client') and in dynamic SDOs onthe server (AsDivision = 'server'). Static SDOs calls setOpenQuery, which callssetQueryWhere, from the main block (query.i) when connected to the database.Dynamic objects that are connected to the database will call prepareQuery fromcreateObjects.

Background: The BaseQuery is the design-time, fixed part of the query. It is part of theobject definition. The design philosophy is that runtime query manipulation canbe done without violating the integrity of this part of the expression.Consequently, the BaseQuery should not be changed after any query manipulationhas been done.However, it is quite common for applications to need to set this when an SDOinstance is launched. (For example, to filter data on department or company keybased on the userid.) Various examples and documentation have shown and stated that this can be donein an initializeObject override before the call to SUPER. In particular, olderdocumentation examples showed this being done with setOpenQuery, which alsosynchronizes the physical query by calling QueryWhere. This was a problem on aclient since setQueryWhere used to always prepare the physical query.setQueryWhere has since become more lightweight, but setOpenQuery still callsthe server and should still be avoided in an AppServer session.

Note: OE00110532 Type: Known IssuestripLookupfields is not used in the new lookup API---------------------------------The stripLookupfields API which is called on each display to figure out if theSmartDataFields can be resolved by the viewer's DataSource is not used in thenew lookup API.

Note: OE00110660 Type: Known IssueSBO delete that empties batch disables navigation---------------------------------Even when AutoCommit is "true", a row that is deleted from an SBO is notreplaced with data from the server. If all records in the batch are deleted,this means that the application appears empty with disabled viewers andnavigation actions. This has been reported as particularly problematic whenusing a very low RowsToBatch, such as 1, in the parent SDO. (Note that thenon-refresh behavior is expected when AutoCommit is set to false also when usingSDOs.)

Note: OE00111063 Type: Known IssueMasterFile attribute to be deprecated in future---------------------------------The MasterFile attribute will be deprecated in an upcoming release. It has beenreplaced by the RenderingProcedure attribute and is not in use by the framework.

Page 26: Progress x Vista

It is currently defined as a dynCombo attribute.

Note: OE00111440 Type: Known IssueHideOnInit has been changed to work also on objects on pages---------------------------------HideOnInit has been changed to work also on objects on pages other than thestart page. This allows containers dropped on a page in ADM to use DisableOnInittrue as a way to postpone visualization until viewed directly. This technique isoften used for SmartFilters on separate windows and the fix ensures that thefilter window will remain hidden until startFilter has been executed.

The container's notifyPage which manages the 'ViewObject' and 'HideObject'events of the page mechanism now checks HideOnInit when the notification is "viewObject" and does not pass the event on if the property is true. TheViewObject method has been changed to set HideOnInit off, so that the object canbe viewed by paging as soon as it has been viewed.

This means that an object with HideOnInit true no longer is viewed when the container changes page, until it receives a direct viewObject call. Since thisproperty previously was ignored on pages there is a potential risk that thisproperty has been set inadvertently and now cause objects to remain hidden whenthe page is initialized. Note that the property often is presented as "View"check-box in various Instance Property dialogs, so one check this on to turnHideOnInit off.

Note: OE00111488 Type: Known IssueSDO Cache does not include Auditing & Comments tick-information---------------------------------The data caching and data sharing support does not always cache auditing andcomment information. This information is retrieved only for certain instancesand would only be cached if the actual object that did the initial serverretrieval was set up to include this information. Data objects that retrievetheir data from the cache may thus be unable to show the correct tick-mark inthe toolbar if the initial server request did not include this information.

Note: OE00112018 Type: Known IssueSharing data object, browse and viewer out of sync showing data---------------------------------021b00152The current support for SharedData does not actively refresh viewers or browseviewports when data is changed by another DataObject. It is currently necessaryto scroll the record out of the viewport to refresh the browse and navigate toanother record and back to refresh a viewer. Note that a viewer on a hidden pagewill not refresh itself if it is on the same record as when it was hidden, so inthis case it does not help to navigate to another record and back in thebrowser.

Note: OE00112062 Type: LimitationDynCombo support for a DataObject as datasource does not include static SDO---------------------------------021b00105The option to define a DataSource for a DynCombo is not currently supported forstatic SDOs. This is mainly due to the fact that a generic proxy is used on theclient.

Note: OE00112320 Type: Known IssueBaseQuery must have NO-LOCK after WHERE---------------------------------Child SDOs will lose parent filter criteria if it's BaseQuery has the NO-LOCK

Page 27: Progress x Vista

option before the WHERE criteria. When two SmartDataObjects are linked in a parent/child relationship with orwithout a SmartBusinessObject, the child SDO may lose its filtering by theparent SDO. This used to happen if the child SDO was generated by the objectgenerator and follow joins was turned on. This generated a BaseQuery withNO-LOCKs before the join criteria and causes the ADM to add the foreignfieldcriteria to this query incorrectly. Opening and saving this SDO in the AppBuilder will alter the BaseQuery toput the NO-LOCKs after the join criteria as expected by the ADM.

Note: OE00112600 Type: Known IssueWidgets on static SmartDataBrowser are not enabled on dynamic containers---------------------------------When a static SmartDataBrowser contains other objects on its frame, thoseobjects are not enabled when the static SmartDataBrowser is run on a dynamiccontainer. When that static SmartDataBrowser is run on a static container,those objects are enabled.

Note: OE00112789 Type: Behavior ChangeFind and filter actions EnableRule have been extended to disable when no parent---------------------------------The "Find" and "Filter2" actions used on the various Browse* toolbars as wellas the standard adm2 "Filter" action are extended with a check for"RecordState=RecordAvailable,NoRecordAvailable" to ensure that these actions aredisabled when no parent is available as identified by the RecordState in thetarget being "NoRecordAvailableExt".

"Find", "Filter" and "Filter2" are changed in Dynamic's Repository while thetoolbar.p initAction is changed to add the rule to "Filter" for standard adm2.

Note: OE00112836 Type: Behavior ChangeassignNewValue w/ invalid values behaves different in new lookup API---------------------------------The old and new lookup APIs behave differently when passing invalid valueparameters to assignNewValue if the lookup key field is different from thelookup displayed field.

With the old API (pre-2.1B/10.0B02 behavior and 2.1B/10.0B02 behavior withkeep_old_api set to TRUE), passing an invalid key field value or an invaliddisplayed field value to assignNewValue displays blank in the lookup field whenassignNewValue is invoked. If changes to the record are saved, blank is storedin the record's key field.

With the new API (2.1B/10.0B02 default behavior), passing an invalid key fieldparameter displays blank in the lookup field when assignNewValue is invoked. Ifchanges to the record are saved, the previous value displays in the lookup fieldand the value is not changed in the record's key field. Passing an invaliddisplayed field parameter displays the invalid value in the lookup field whenassignNewValue is invoked. If changes to the record are saved, the previousvalue displays in the lookup field and the value is not changed in the record'skey field.

The behavior with both the old and new APIs is incorrect and requiresinvestigation to determine what the correct behavior should be.

Note: OE00113054 Type: Known IssueData Cache information about NumRecords is not reliable---------------------------------

Page 28: Progress x Vista

021b00144The Data Cache information about NumRecords is currently not reliably set forall cached objects.

Note: OE00113575 Type: Behavior ChangeDataObjects that use caching support query manipulation---------------------------------DataObjects that use caching now support client-side query manipulation andallow Progress Dynamics filter support and adm2's filter source to be used withcached SDOs.

Note that only criteria added with assignQuerySelection is applied to the cachedSDO on the client. The addQueryWhere and setQueryWhere methods have no effect onthe cached query.

Note: OE00115074 Type: Behavior ChangeChanges to how decimal values are manged in dynamic combos---------------------------------101A00003There were several problems in previous releases developing decimal dynamiccombos with default flag values that contain a numeric decimal point anddeploying with different numeric formats.

Default flag values were always stored in the format used during development. This prevented deployment to numeric formats other than the one used fordevelopment. Either errors displayed and no data displayed in the combo orincorrect data was stored in the repository for the <None> or <All> option.

With 2.1B01, 10.0B03 and 10.1A this has changed to store default flag valueswith American numeric format. They should be entered in the SmartDataFieldmaintenance tool using the session's format but the tool will replace thenumeric decimal point with a period in the stored value. At runtime, any storedperiods in the data are replaced with the current session's numeric decimalpoint.

A fix program runs as part of the DCU Upgrade to convert existing default flagvalues for decimal dynamic combos to American format. The DCU must run in theformat that was used to develop dynamic combos.

The fix program writes a message to the log file for each default flag value itattempts to convert. It writes a message when a value is converted successfullyor writes a message if the conversion fails. Review the DCU log file after theupgrade and manually correct any failures. Any failures that are not correctedmay not behave properly at runtime as the runtime has changed to attempt toconvert stored American formats to the format of the running session.

There are several Dynamics objects in the repository that store blank defaultflag value instance attributes and give messages in the log file. These are forthe cbSCMTool dynamic combo on the following viewer objects:

gsmsxgenviewvgsmsxotviewvgsmsxpmviewv

The messages for these objects are expected and you can ignore them.

Any dynamic combo instance attributes stored in static viewer code in yourapplication must be converted manually to American numeric format.

Page 29: Progress x Vista

Note: OE00116096 Type: Known IssueIndexInformation property only contains information for primary table(s)---------------------------------The IndexInformation property has been changed to only contain index informationfor the table(s) that are uniquely represented in one row in the SDO query. Thedefault table(s) are the EnabledTables or the first table for read-only SDOs.

The getIndexInfoTables function determines which tables' info is added to theproperty. This is not implemented as a property, but can be overridden ifdifferent behavior is needed. If you want the old behavior all data objects,then add a custom version that returns the value from getTables (all tables inthe query).

Note: OE00117794 Type: Behavior Changetvcontnr.p calcNewTreeSize, getCurrentTreeFrame, and treePackDone removed---------------------------------The following APIs are deprecated and removed from the source of the ADM2treeview container procedure tvcontr.p: calcNewTreeSize, getCurrentTreeFrame,and treePackDone.

Note: OE00118474 Type: Behavior Changedata.p: updateManualForeignFields deprecated---------------------------------The updateManualForeignFields procedure is DEPRECATED and has been removed fromdata.p. This procedure has been empty since version 9.1D (Progress Dynamics 1.0or 2.0).

Note: OE00121218 Type: Known IssueThe Export to Excel functionality removes leading zeros from character strings---------------------------------The Export to Excel functionality removes leading zeros from character strings.

Note: OE00122798 Type: Known IssueRelease Note Headline---------------------------------101A00173The SmartSelect DataSourcefilter is not supported in a SmartSelect that islinked to a DataView. The reason is that this property value is added to the datasource usingaddQueryWhere, which is a function that is not supported in the DataView,basically because the notion of a BaseQuery really (ideally) belongs in the dataaccess layer to which there is no direct access from the presentation layer.

This is not to say that the ability to specify a default filter from UIcomponents never will be supported, but "db-awareness" will not be supported inthe presentation layer and this filter was implemented to allow the samephysical datasource to provide data to logically different entities, somethingthat now should be handled in the data access layer.

Note: OE00123133 Type: Known IssueStatic browser with DataView query built by AppBuilder might cause empty browse---------------------------------For a static browser that is built against a ProDataSet, the AppBuilder definesthe query based on the selected fields. If the browser is linked to a Dataviewat runtime, the browser renders as empty when the static query and the DataViewquery are not an exact match. Usually, the problem can be fixed by changing thetables in the DataView's query or by manually editing the query in the staticbrowser so they have the exact same tables in the same order.The other

Page 30: Progress x Vista

alternative is to use a dynamic browser.

Note: OE00124494 Type: Behavior ChangeUndoChange action added to all tableio toolbars---------------------------------Beginning with version 10.1B all shipped toolbars and tableio bands contain anew UndoChange action. This action replaces the old Reset action as the defaultin these toolbars.

This constitutes a behavior change (label and accelerator) for existingapplications that use the shipped toolbars or bands, since the caption ischanged to "Undo" instead of "Reset" and the accelerator is changed to "CTRL-Z"from "ALT-R".

The new UndoChange action defines some of the translatable text needed for thecontext sensitive text in the admmsgs.i include, message number 97.

Customers that use the shipped toolbars or bands and want to remove the newaction and get the old one back need to customize the class or toolbar.Customers that already have specific toolbars might need changes either to beable to use the new action or to remove it. To remove (hide) the new UndoChange action and get Reset back in shipped toolbaror band:-------------------------------------------------------------------The Reset action is already present in the toolbar, so in order to make theReset into default, the UndoChange needs to be added to the comma-separatedHiddenActions property.

Existing customer toolbars--------------------------Existing customer toolbars may or may not get the new UndoChange action. If thetoolbar or menu is defined with the "Tableio" category or one of the tableiobands, then the action is added automatically. But, many toolbars add tableioactions specifically in initAction() or initMenu() overrides in order to controlthe order and add rules. The "UndoChange" will need to be added to these.

customized initAction---------------------Since the getTableioUndoNew may need to load the actions if it is called from avisual object before the toolbar is initialized, the toolbar initAction has beenchanged to setIsActionsLoaded(true). Overrides of initAction that do not callsuper must add the same call, using dynamic-function or the {set~ include.

Note: OE00124797 Type: Known IssueA temporary Dataview is needed to add a DynFilter in a separate window---------------------------------101A00174The Smart Filter Instance Property Dialog ability to start the datasourcedirectly when designing a Filter Window for pass-thru does not work forDataViews. The Dataview need to be added temporarily as a filter-target in thedesign window to be able to edit the Filter Instance Properties.

Note: OE00127604 Type: Behavior ChangeSome parameters in the Service Adapter's retrieveData are CHR(1) delimited---------------------------------In Release 10.1B, the parameters passed to the Service Adapter's retrieveDatachanged to using CHR(1) as delimiter instead of a semi-colon as in previousreleases. You should correct Service Adapter implementations to use the newdelimiter. If necessary, you can use the old delimiter by controlling the

Page 31: Progress x Vista

delimiter that used with a getRequestDelimiter() function, which returns thedelimiter value (single character) to the Service Adapter. The RequestDelimiterapplies to the following parameters: pcQueries, pcRequests, pcJoins,pcPositions, and the optional pcContext.

You can also override the delimiter for the comma-delimited paramters by addinga getTableDelimiter() function that returns the delimiter value. This applies tothe pcTables, pcBatchSizes, pcDatasetSources, pcPrevContext, and pcNextContextparameters. If you specify the same value for both variations, this might alsoavoid confusion caused by having to deal with different delimiters.

Note: OE00129294 Type: Behavior ChangeisObjQuoted function is deprecated---------------------------------The isObjQuoted functions in the ADM2 smart.p class and the Progress DynamicsSession Manager have been DEPRECATED. These functions were only used internallyby the fixQueryString, which was DEPRECATED in 10.1B.

Note: OE00131600 Type: Behavior ChangeProgress Dynamics Relogon and Session Reset options are deprecated---------------------------------The Relogon and Session Reset menu options are deprecated. They have beenremoved from all shipped menus. However, the underlying APIs are still in thecode for any user who has customized or extended these features.

Note: OE00134992 Type: Behavior ChangeService Adapter should support 'FIND' requests---------------------------------Release 10.1B introduced a new 'FIND' request type in the Service Adapter. Thisidentifies a request for a single unique record. The corresponding pcQueryrequest entry will have the WHERE expression without a 'FOR EACH'. This ispassed in the respective pcRequests and pcQueries table-delimited arrayparameters. A "FIND" request is very siimilar to a "FIRST" request and you canconvert the "FIND" request to a "FIRST" request. The difference between the new'FIND' request and a 'FIRST' request with NumRecords 1 is that the batch contextoutput parameters are ignored and don't need to be returned. The reason why itis issued as a separate request is to allow usage of faster single recordretrieval APIs in a Service Provider.

The request is for one row, but may need to retrieve a single record for morethan one table in order to include all tables in the view.

The "FIND" request is currently not mixed with other requests, but this isexpected to change in the future to support more complex requests and relations.

This request is currently only issued to retrieve missing related records aftera save of data that changed foreign key values to a non-reposition uniquerelation. It is expected to be extended to other requests, specifically therequest issued from refreshRow.

Note: OE00135094 Type: LimitationDynLookup limit on number of joins may vary on DataServers---------------------------------In Release 10.1C, the DynLookup supports a join with up to 18 tables instead of10. But, this limit might not apply when using a DataServer, because there alsois a limit decided by the size of the ROWIDs in the tables. The ROWIDs of thetables are added to an indexed RowIdent field and the ABL has a limit on thesize of an index.

Page 32: Progress x Vista

Starting with Release 10.1B, as long as -tmpbsize 4 (default) or larger is used,temp-tables use large index keys and can store up to 1970 characters. This meansthat, in theory, you can store and index up to 16 ROWIDs returned from MSSQLserver ( 16 * ( 116 + 1 ) - 1 = 1871 characters for rowids + separators). Thedifferent DataServers will return ROWIDs with different lengths, so the limitwill vary.

If this limit is an issue, then you can edit the af/app/afgettemp.p procedureand remove the following index definition. ----hTT:ADD-NEW-INDEX("idxRowIdent":U,FALSE,FALSE).hTT:ADD-INDEX-FIELD("idxRowIdent":U,"RowIdent":U,"asc":U).----

The index is used in certain reposition operations on the client. Removing ithas an affect on performance, but this might be unnoticeable or acceptable sincethe operation is done on the temp-table on the client.

Note: OE00135463 Type: Behavior ChangeChanges to instanceOf functionality due to support in non-Dynamics sessions---------------------------------The instanceOf function has been extended to also work for non-Progress Dynamicsapplications. This enables class type checks to be done transparently across thetwo framework variants in the cases where the ObjectType does not providesufficient separation. The ObjectType is still supported and still usedthroughout the ADM2 and the AppBuilder.

The instanceOf in ADM2 uses the super procedure hierarchy. It considers theclass name to be the super procedure name without the path and the .p extension.It is actually derived from the &ADMsuper preprocessor, which matches the superprocedure name in all shipped super procedures. Progress Dynamics uses theactual class names in the Repository.

The instanceOf function also allows transparent references to classes that havedifferent names in the two models, but really are the same class. For example,both instanceOf('containr') and instanceOf('container') can be usedtransparently in both environments. The following names can be usedinterchangeably:- Smart - Base (not likely to be used as all objects are of this type)- Combo - DynCombo- Lookup - DynLookup - Datavis - DataVisual- Containr - Container

Progress Dynamics has more classes than ADM2 and references to classes that donot exist in ADM2, like "dynSDO", return false in ADM2.

The instanceOf function still checks the ObjectType as a last resort. This isnot new behavior, but something that one should be aware of as there are classesin Progress Dynamics that have similar names to some of the ObjectTypes.InstanceOf checks with these names most likely still give the desired effectbecause Progress Dynamics names are based on the ADM2, but you should use somecaution. In particular, avoid using instanceOf to check for classes that beginswith "Smart", as these names typically are classes in Progress Dynamics andObjectTypes in Adm2.

Note: OE00146033 Type: Behavior ChangeContainer publishes "createObjects" from createObjects---------------------------------

Page 33: Progress x Vista

The ADM2 container now publishes "createObjects" from createObjects. Containedobjects can subscribe to this event to ensure that their createObjects are donebefore intializeObject is called.

In Release 10.1C, this applies to toolbars and containers, but any ADM2 objectcan now implement a createObjects method and add it to its ContainerSourceEventsin order to create constructs (widgets) or read Repository data beforeinitializeObject is called.

Note that the container class has always subscribed to this event and childcontainers in Progress Dynamics have always relied on this behavior to ensurethat all objects are created before resizing takes place.

However, this constitutes a behavior change for ADM2 non-window containers, likeSmartFrames and Viewers, since their static container typically did not publishthe "createObjects" event beforehand and their createObjects were called frominitializeObject.

If customized code should rely on this late call to createObjects, there arebasically two options to fix the problem:

1. Move the customization to initializeObject. This is the recommended solution.The assumption is that, if a customization fails when createObjects is calledbefore initialization, then the customization really belongs ininitializeObject.

2. Unsubscribe these containers from the "createObjects" event. You can do thisby adding the following code in the main block of the object. You could also addthis in containrcustom.i if it is general:

RUN modifyListProperty IN TARGET-PROCEDURE (TARGET-PROCEDURE, 'Remove':U, 'ContainerSourceEvents', 'createObjects').

In environments with Progress Dynamics, this logic also needs checks to avoidthat unsubscribing to the event which Progress Dynamics expects. For example,you could bypass the unsubscribe if getUseRepository is true.

Note: OE00153559 Type: Behavior ChangeDefault for DataView's SubmitParent can be set in Service Adapter---------------------------------The default value for the DataView's SubmitParent, which is applied when thisproperty is not overridden in the Instance Property Dialog, can now becontrolled by adding a getSubmitParent function in the Service Adapter.

Note: OE00160896 Type: Known IssueStatic SmartDataBrowse doesn't support column sorting---------------------------------The static SmartDataBrowse does not support column-sorting. The sorting of non-Progress Dynamics browsers currently has to be activated from the browsepop-up. But, even when this is enabled, the static browser only changes thedisplay of the column headers because the static SDB template does not have aSTART-SEARCH trigger.

To make sorting work in static SDBs, add the following in a START-SEARCHtrigger: RUN startSearch IN TARGET-PROCEDURE (INPUT SELF).

Page 34: Progress x Vista

You can add this trigger in the template to fix this for all future staticSmartDataBrowsers. Alternately, you can define this trigger in code, for examplein a browser custom super, and thus make it work for all existing staticbrowsers.

Note: OE00161453 Type: LimitationToolbar never creates a Band more than once per toolbar instance---------------------------------The toolbar creates only a single instance of each Band for a toolbar instance.However, the Repository allows multiple instances of the same Band on a toolbar.Before Release 10.1C, the toolbar created the multiple instances of the sameBand, but the second instance had no menu items. In Release 10.1C, the secondinstance of a Band is ignored completely.

Note: OE00162048 Type: Known IssueWidget-IDs on treeviews with recursive nodes---------------------------------Support of Widget-Ids for the launched objects of recursive treeview nodes isincomplete. Only the node itself (and not its children) appears in the runtimewidget-ID assignment tool.

Note: OE00165123 Type: Known IssueDynamics filter shows "none" in "index" when the SDO is not batching on server---------------------------------When the SDO is accessed through an AppServer connection and the 'Rows to batch'is OFF, the Progress Dynamics filter dialog shows "none" in the "index" columnfor all fields. As a result, the user gets a warning that they are trying tofilter on a non-indexed field even when the query would be able to use an index.

================================================ADE Tools and Runtime - Icons================================================

Note: OE00016261 Type: Known IssueRecord level transaction hooks must be implemented in the Data Logic Procedure---------------------------------A static SmartDataObject's record level transaction hooks; create*, write* anddelete*, must be implemented in the Data Logic Procedure. They will only firefrom the SDO if the SDO does not have any Data Logic Procedure.

================================================ADE Tools and Runtime - Services================================================

Note: OE00007067 Type: Behavior ChangeSimplified message alert-box---------------------------------Release 10.1C introduces a Simplified Message Dialog for Progress Dynamics. Formore information, see the "Application Development Environment (ADE) Addenda"Web paper in the product documentation.

Note: OE00106187 Type: Known IssueStatic smartDataFields (e.g. smartSelect) cannot be translated.---------------------------------SmartSelect objects are not presented for translation in the Translation windowat runtime.

The work around is to enter translations of SmartSelects in the Translation

Page 35: Progress x Vista

Control tool. The same naming convention as for Lookups is used. Widget Type hasto be specified as 'FILL-IN' and Widget Name has to be specified as 'fiLookup'in all cases. The Object Name has to be entered as <viewer-name>:<field-name>.

If the static SmartDataViewer containing the SmartSelect is used in astaticcontainer, the file name of the viewer, including the extension (.w), hasto be entered in the Object Name. If the viewer is used in a dynamiccontainer,the object name of the viewer, without any extension, has to beentered.

This is an example based on a viewer for the Warehouse table using a SmartSelect for the 'State' field. The file name of the viewer is 'warehousesdv.w'.

Translation for use in a static container:

Object Name: warehousesdv.w:stateWidget Type: Fill InWidget Name: fiLookup

Translation for use in a dynamic container:

Object Name: warehousesdv:stateWidget Type: Fill InWidget Name: fiLookup

Note: OE00108151 Type: Behavior ChangeInfo for all users sent to client---------------------------------When a user attempts to login in a client-AppServer configuration, the entirelist of users is sent from the AppServer back to the client. This may be anexpensive operation when there is a large number of users in the repository. Toreduce this overhead, adding the session property "abbreviatedUserTable" to allclient and AppServer session types and setting its value to "YES" will result inonly the user that is logging in having his data shipped across from theAppServer, thereby reducing the traffic.

Note: OE00123050 Type: Known IssueErrors when adding comment for dataview---------------------------------The following error is returned when attempting to save a comment for aDataview: BUFFER-FIELD RowUserProp was not found in buffer <dataset-buffer-name>.(7351)

There is no default support for Comments and Auditing when DataViews andprodatasets are used. The necessary server code has to be part of the ServerInterface implementation. This can be done in the current release, but wouldrequire that a RowUserPropfield is defined in the entity temp-table to store theinformation needed to trigger Auto Comment and show tick marks in the Dynamicstoolbar's Auditing and Comment actions. This is similar to how this is handledby the SDO, so using this field may make it easier to use existing ReposiotryManager APIs and reuse SDO code. But the information is stored in a proprietraryformat that will make it difficult to use outside of the ADM and difficult toFILL and thus prevent optimal performance. Future release may allow thisinformation to be stored in separate fields with appropriate names.

Note: OE00125984 Type: Behavior ChangeTranslated labels and widgets on same row but different column

Page 36: Progress x Vista

---------------------------------When translating static viewers where KeepChildPositions=Yes, translated labelswill now use the existing label's width only.

The translation of simple (LIST-ITEMS) combo-box labels is now supported fordynamic viewers.

When translating dynamic viewers with KeepChildPositions=Yes, the label moves tothe bottom (back) so that it doesn't overlay any widgets to its left. The label is not truncated, unless it is longer than the space available.

When translating static viewers, use the label's font rather than the widget'sfont to determine the width of the label.

Note: OE00126836 Type: Behavior ChangeStatic containers can use global translations for TAB and TITLE elements---------------------------------Static containers can use global translations for TAB and TITLE elements, aswell as named (container-specific) translations.

Note that the global translations are used on every window (for title) or everytab folder that has not been translated explicitly.

Note: OE00128539 Type: Behavior ChangeDynamics translated application: performance problems on login---------------------------------Support has been added for a session property called "cached_translations_only"which is set via the session definition (in the XML file and/or repository). Inthe absence of such a property in the session, the default is YES (thehistorical value). If cached_translations_only is false, then translations arenot retrieved at startup, but rather on demand when an object is translated.

================================================ADE Tools and Runtime - Tools================================================

Note: OE00021013 Type: Known Issuescm_checks_on in Security Control is not supported---------------------------------In Security Control there is a toggle for switching checks for the use of an SCM tool on and off. The use of this setting has not yet been implemented inall the places where it is relevant to check for this setting. In this releaseSCM functionality will always be enabled when the SCM tool (Roundtable) is inuse with Dynamics.

Note: OE00024983 Type: Known IssueFields hidden on DynView master layout in design mode if custom layout exists---------------------------------If a field on a master layout has its HIDDEN attribute set to TRUE, the field istypically displayed in the viewer in design mode. However, if a customizedlayout is made for the viewer, the hidden field is not displayed when the vieweris reopened. This is inconsistent with how fields are displayed when hidden inmaster layouts. If you need to modify a hidden field in this situation, use theROM tool. Do not modify the hidden field by using the 'List Objects' button tobring up the property sheet as this will remove the instance.

Note: OE00035615 Type: Known IssueNetscape Default HTTPS and SSL Support---------------------------------

Page 37: Progress x Vista

The AppBuilder uses two OCX controls for remote file management (RFM) forWebSpeed. One of these controls, CIHTTP v4.00.002, comes from Crescent.According to current Crescent FAQ documentation on their Web site, OCX controlsdo not work with a secured server.

Note: OE00045969 Type: Known IssueDouble Dot Path Notation Causes Failure---------------------------------When using Netscape WebServers with an NSAPI messenger, the WebServer mightgeneral protection fault if passed a .gif file location that uses a double dotpath notation that goes higher than the docroot, for example,..\msthemes\auto.gif.

To avoid this problem when using an NSAPI messenger, do not specify .gif filelocations using double dots if that notation goes higher than the docroot.

Note: OE00054706 Type: Known IssueSpecifying 20+ Fields in the Detail Wizard---------------------------------In the detail wizard, if you have chosen to display more than approximately 20fields, you sometimes get error 42 when you press the Preview button. You canresolve this by increasing the stack size startup parameter (-s) to 63 on theProvision startup command.

Note: OE00070627 Type: Known IssueToolbar object modifications are not updated in the Toolbar---------------------------------011A90108Toolbar data are cached on the client as soon as they have been read once from the server, so when actions, bands and/or toolbars are changed in the Toolbar and menu designer these changes will not always be reflected in new instances of toolbars. Running the Dynamic Launcher and checking the 'Destroy ADM super-procedures' option will ensure that toolbar data are refreshed. The other option is to restart the session.

Note: OE00086609 Type: Known IssueHTML after WSTag not sent if WSTag runs another WebSpeed object---------------------------------If a SpeedScript file contains a WSTag tag that runs another WebSpeedobject, the remaining HTML after the WSTag tag is not sent to the webbrowser.

Note: OE00088031 Type: Known IssueDataFields cut/copied then pasted are associated with RowObject---------------------------------When cutting or copying datafields from one dynamic viewer to another (builtfrom the same SDO), until the second viewer is saved and reopened, theAppBuilder shows the new fields as being associated with the rowobject tableinstead of the their actual database table.

Note: OE00088087 Type: Behavior ChangeColumn Editor adds fields at the end of the Field List.---------------------------------Before 10.1C, when you had calculated fields in the field list in the 'ColumnEditor', the new fields were added between the db-fields and calculated field ina random order. For browsers, the new calculated fields were added where thecursor was in the field list.Starting in 10.1C, for browsers and SmartDataObjects, all the fields are added

Page 38: Progress x Vista

at the end of the list.

Note: OE00093984 Type: Known IssueCopy-Paste in DynView is not keeping all the attributes of the widgets---------------------------------When copying widgets from a DynView to another DynView, some widget attributevalues are missed. For example, when a fill-in is copied, the values of theShowPopup and Label attributes are missed in the target DynView. This happensfor all attributes that are read from the Repository.

Note: OE00097484 Type: Known IssueClient cache viewer tool returns errors---------------------------------The client cache viewer tool no longer works when run against current version ofthe Repository API.

Note: OE00098133 Type: Known IssueError 560 Generating Objects From SDO---------------------------------Error 560 (Entry outside the range of list) is raised when the Object Generatoris used to create dynamic objects from a prebuilt SDO when the SDO has beencreated by the Object Generator, and has subsequently had other tables manuallyadded, and the product module has sublevels in the path.

Note: OE00103384 Type: Known IssueRTB: Problems when dyn object and super proc in different module---------------------------------When modifying a dynamic object where the dynamic object and its super procedurewere created in different product modules, the following error may occur:

The product module <product-module1> and the product module <product-module2>must be the same. (AF:110)

Note: OE00107793 Type: Known IssueDynamic Lookup maintenance window does not destroy its maintenenance SDO---------------------------------Dynamic Lookup maintenance window does not destroy its SDO and associated DataLogic Procedure

Whenever the maintenance window of the dynamic lookup is opened from the dynamiclookup browse, the system launches a new instance of the maintenance window'sSDO and it's associated DLP, however these objects are not destroyed uponclosing the maintenance window.

Note: OE00107875 Type: Known IssueCascading security allocations does not work for Data Security---------------------------------The option to cascade security allocations from a profile user does not work for Data security.

Note: OE00109408 Type: LimitationHelp cannot be mapped to static container run from the AppBuilder---------------------------------It is not possible to map help for a static container that has been run from theAppBuilder. The container must be run from the Dynamic Launcher to map help forit.

Note: OE00112732 Type: Behavior ChangeABL Generator tool: hook procedure lookup button removed---------------------------------

Page 39: Progress x Vista

The lookup button on the hook procedure button of the ABL generator tool hasbeen removed, since a relatively pathed filename can be specified. TheSYSTEM-DIALOG GET-FILE dialog cannot deal with relative paths well. The validityof the file specified is checked before generation takes place.

Note: OE00125258 Type: Known IssueModifying the label of a Dyn Lookup will override the label in its instances---------------------------------When modifying a Dynamic Lookup label in the master object, this new label iscascaded to the Dynamic Lookup instances overriding their label instances.

Note: OE00126918 Type: Behavior ChangeCustomising AppBuilder reading and writing to the Dynamics repository---------------------------------Include references to adeuib are not allowed in Progress Dynamics code, althoughcalls to adeuib procedures can be made. Some adeuib includes were erroneouslyadded to Dynamics source code. These have been removed as of Release 10.1C.

The AppBuilder uses a procedure, ry/prc/rydynsckrp.p, to read the informationthat it needs to edit dynamic objects. It writes data back into the Repositoryusing ry/prc/rygendynp.p. Prior to Release 10.1C, these procedures hadreferences to include files in the adeuib directory. Because the adeuib sourcecode is no longer shipped with the product, references like these made itimpossible to compile these procedures as released. The adeuib source code isstill available from PSDN.

As a result, the working code for reading and writing dynamic objects has beenmoved to adeuib/_dynsckr.p and adeuib/_gendyn.p, respectively. These proceduresare called from rydynsckrp.p and rygendynp.p. All of the calls that theAppBuilder makes to this functionality are still through rydynsckrp.p andrygendynp.p (and not the adeuib procedures). This allows customers who havecustomized rydynsckrp.p or rygendynp.p to keep their customizations.

The only way to extend rydynsckrp.p or rygendynp.p is to modify the code itself;there is no defined way to extend these procedures. Note that customizing theseprocedures is not recommended. Customers who have existing customizations shouldoverwrite rydynskcrp.p or rygendynp.p with their customized code. This codeshould be compared with the PSDN versions of _dynsckr.p or _gendyn.p todetermine what has changed.

Note: OE00147487 Type: Behavior Changesrc/adm and gui/adm directories removed from installation CD---------------------------------Starting in Release 10.1C, the adm directory, with the source code for ADM1, isremoved from the installation CD. The source code can be downloaded from theProgress website.

Note: OE00148338 Type: Known IssueInactive relations in Service Provider might disable Child DataView properties---------------------------------If the ProDataSet relationship's ACTIVE property is set to false (orRELATIONS-ACTIVE is false), the properties for child DataView objects might notbe enabled as expected in the AppBuilder.

There is currently a requirement that the ProDataSet active relations matchADM2's data links. But, even before the links are added, design time sessionsalso depend on this to ensure that the appropriate properties will be enabled inthe DataView instance properties sheet when defining a child DataView object.

Note: OE00159564 Type: Behavior Change

Page 40: Progress x Vista

Selected Field list appears blank in the Field Selector---------------------------------Before Release 10.1C, when the Field Selector is called from the Column Editor,all the selected fields in the Column Editor appear in the selected field list.This happens when building either browsers or SmartDataObjects.In Release 10.1C, the selected field list in the Field Selector appears blank,showing only the new selected fields to be added in the Coulmn Editor.

Note: OE00164519 Type: Known IssueAssignList property not generated in Object Generator with 'follow joins'---------------------------------If an SDO is generated using the Object Generator, and the 'Follow joins' toggleis checked, the AssignList property is not populated. This may result in runtimeerrors (error 560).

To work around this issue, open and save the SDO using the AppBuilder. This willcreate the AssignList property.

Note: OE00165330 Type: Known IssueUnchecking "'Retrieve and keep data for single parent only' fails in Dynamics---------------------------------The DataView 'Retrieve and keep data for single parent only' property cannot beunchecked again if it was previously saved as checked when editing ObjectProperties for an instance in the Container Builder. The problem is only presentwhen the properties are stored in the Repository and is not a problem in astatic container.

The problem can be fixed by deleting the underlying property from the instanceusing the ROM tool or by editing the value in code. Note that the actualproperty that stores this setting is DataIsFetched and the value of the propertyis opposite to the value shown in the screen.

Set DataIsFetched FALSE if you want to "Retrieve and keep data for single parentonly". This is shown as checked in the UI.

Set DataIsFetched ? (unknown) if you want default ProDataSet retrieval and youdo NOT want to "Retrieve and keep data for single parent only". This is thedefault value and is shown as unchecked in the UI.

The property should never be set to TRUE in the Repository or in code. Thereason is that this is a setting that only can be validated at runtime. Settingit to ? (unknown) is an indication that you WANT this behavior, but the finaldecision is done at runtime, as there are certain ADM2 configurations thatcannot use the default ProDataSet retrieval.

================================================ADE Tools and Runtime - Translation Manager================================================

Note: OE00102201 Type: Known IssueChanging the Tranman II Language combo may cause error (132)---------------------------------Changing the selected language on the Tranman Data Tab combo does notdisplay the correct translations after using the 'View', 'Sort' optionfrom the pull down Menu.

Double clicking on some rows may give the following error: ** This Translation already exists with Sequence number <number> InstanceNumber <number> Language Name "<language>". (132)

Page 41: Progress x Vista

Note: OE00116013 Type: Behavior ChangeImprovements to TranMan and Visual Translator phrase/word calculation---------------------------------Translation Manager and Visual Translator now calculate the number of phrasesand words for the statistics tab differently. Before Release 10.1C, the twotools used differing logic to handle these calculations. The improvements makethis process more uniform. Refined indexing and improved logic are likely toincrease the calculated number of words and unique words.

Note: OE00116025 Type: Behavior ChangeVisual Translator's Translations browse now displays MaxLength field---------------------------------The Translations browse now contains the MaxLength field (labeled "Length").This new column is sortable.

================================================ADE Tools and Runtime - Web Rendering================================================

Note: OE00040946 Type: LimitationAvoid changing Foreign Keys in Web Objects with joined queries---------------------------------When you use the Detail Wizard to create a Web object that contains a join, donot make the foreign key field updateable. If you change the value of theforeign key in a record, the next stateless request might not be able to findthat record.

When this happens, you get an error that the query could not reposition to thatrecord.

If your application needs the ability to update the value of the foreign key ina joined query, you must make sure that the list of ROWIDs in the"CurrentRowids" attribute contains ROWIDs of the newly joined table, instead ofthe originally-joined table.

Note: OE00135596 Type: Known IssueTwo undo/reset buttons on the Standardtoolbar---------------------------------The new UndoChange toolbar action is not supported in Dynamics Web.

By default, UndoChange replaces the Reset action in shipped toolbars and Tableiobands. When these toobars and bands are realized in the Web, the Reset buttonand menu item remain and function correctly. However, the UndoChange action mayalso be realized at runtime as a non-functioning button and menu item, labeled"Undo 1 (CTRL-Z)".

In order to suppress the UndoChange button and menu item, the UndoChange actioncan be set to Hidden, or added to the HiddenActions property, for the toolbar.For additional information, please see the note for the new UndoChange actionunder GUIRENDR / SmartToolbar in this document.

================================================AppServer - Broker================================================

Note: OE00157614 Type: Limitation

Page 42: Progress x Vista

IPv6 Appserver registers IPv4 address with NameServer---------------------------------An IPv6 AppServer may register an IPv4 address with the NameServer if theAppServer is deployed on a system where the host name is only associated with anIPv4 address and the default NameServer registration mode (Register-IP)mode isused.

There are two workarounds to this problem:

* Reconfigure the name resolution subsystem of the host to resolve the hostnameas an IPv6 address:

1. Define an IPv6 address associated with the hostname. 2. Configure the name resolution services (DNS, NIS, etc) to return theIPv6 address first. 3. In the ubroker.properties file, set jvmArgs for the AppServer toinclude "-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true"

* Change the registrationMode property of the AppServer to useRegister-Hostname, and configure the Hostname property with the desired IPv6host name or IP address.

================================================AppServer Internet Adapter - ================================================

Note: OE00158750 Type: Workaround64-bit AIA SSL to the AppServer use actual value for certStorepath not $DLC---------------------------------When connecting AIA to an AppServer using SSL on a 64-bit Unix platform, thecertStorePath in ubroker.properties must be set to the actual path value, not$DLC.

For example, instead of:

certStorePath=$DLC/certs/psccerts.jar

Replace $DLC with the actual path value:

certStorePath=/usr1/progress/101c/dlc

If $DLC is used then you will see following error:

Error on processConnectRq() : psc_b: Certificate unknownApplication server connect failure. (5468)

================================================Database - Administration================================================

Note: OE00041071 Type: WorkaroundUtilities to Aid in Database Conversion---------------------------------OpenEdge Release 10 includes database utilities from previous releases to assistyou in pre-conversion tasks if you have uninstalled your earlier installation. The following directories are included in your <install-dir>/bin directory:

Page 43: Progress x Vista

* 83dbutils * 91dbutils * 101dbutils The utilities in these directories allow you perform such tasks as truncatingyour BI file, converting a single-volume database to a multi-volume database, orperforming a backup. See the readme file in each directory for details on thespecific utilities available.

Note: OE00156483 Type: Known IssueUse unique minport and maxport range when starting a database using -ipver ipv6---------------------------------The OpenEdge Database servers TCP/IP implementation allows an IPv6 server and anIPv4 server to monitor the same port number. Therefore, when you start adatabase server for an IPv6 client/server configuration, specify a -minport and-maxport range that is different from your IPv4 database server.

================================================Database - Database Utilities================================================

Note: OE00070876 Type: Known IssuePROUTIL IDXFIX -silent is not silent---------------------------------Running PROUTIL IDXFIX with the -silent parameter does not suppress the displayof repetitive messages or prevent repetitive messages from being written to thelog file.

Note: OE00153465 Type: LimitationPROUTIL DUMPSPECIFIED limitations on descending indexes---------------------------------When using PROUTIL DUMPSPECIFIED, if you specify the AND operator to bracketyour dump criteria and your index is a descending index, edge conditions are notevaluated correctly. Records containing the field value equal to the GE or LEqualifier valued are not dumped when specified as follows:

* <field-name> GE <low-value> AND LT <high-value>* <field-name> GT <low-value> AND LE <high-value>

Note: OE00153473 Type: LimitationNegative integers are not supported by specified binary dump.---------------------------------Negative integers are not supported by the specified binary dump utility asinput parameters. You can dump all negative values by specifying a value rangeas "LT 0" for the column, but specifying any negative integer, such as "LT -1",fails. The specified binary dump utility cannot interpret command lines with a"-" negative sign in the input parameter on command line.

Note: OE00164163 Type: LimitationOnline IDXCHECK key order validation requires table locks during validation---------------------------------When using the IDXCHECK qualifier online, you can only validate key order(option 4) when tables are locked (option L) during the validation.

================================================Database - Failover Clusters================================================

Page 44: Progress x Vista

Note: OE00077124 Type: LimitationFailover clusters and multiple APWs---------------------------------Configurations where there are multiple APWs enabled may find that only one APWwill restart when fail over of a database resource occurs to the same node onwhich the failure has occurred.

Note: OE00077583 Type: Known IssueManually stopping an APW on MS Windows Server 2003 running Clusters---------------------------------When manually stopping a pagewriter on a Windows 2003 Server cluster (after aPROCLUSTER enable and PROCLUSTER start), the cluster administrator does notproperly show the updated (failed) status of the particular pagewriter.

Note: OE00083648 Type: LimitationClusters -- the hour might be incorrect in the db.Appserver.log file (AIX only)---------------------------------The hour position time value displayed in the db.Appserver.log file might beincorrect for some messages. This usually occurs when database relatedprocesses/ancillary processes that were enabled with the database are dead orkilled.

Note: OE00085049 Type: Known IssuePagewriter error message on PROCLUSTER start can be ignored---------------------------------When executing a PROCLUSTER start, and no pagewriters were specified in yourPROCLUSTER enable, a grep error message is displayed looking for the{db-name~Resources.cluster file. This file only exists if pagewriters arespecified during the PROCLUSTER enable. This error message is harmless and canbe ignored.

Note: OE00085074 Type: Known IssueFirst PROCLUSTER enable must complete---------------------------------The first database register, i.e. PROCLUSTER enable, must be allowed to completebefore issuing additional PROCLUSTER enable commands. This is to allow theproper registration of the Progress Cluster type (PRGS.clstr). Once thePRGS.clstr registration is complete, PROCLUSTER commands can be entered withoutany restrictions.

Note: OE00147497 Type: LimitationFailover Clusters -- limited multiple login brokers support---------------------------------Clusters has limited support for multiple login brokers (_mprsrv -m3). Secondarylogin brokers must be started as described in the documentation, or they willnot restart in the event of a failover.

Note: OE00147498 Type: MigratedFailover Clusters node ordering---------------------------------The node the cluster chooses to fail over to is a default preference Clustersaccepts from the cluster manager. If you want to tailor this, you must use youroperating system cluster management utilities. Clusters does not alter nodeordering.

Note: OE00147499 Type: MigratedFailover Clusters excluding nodes from fail over---------------------------------All clustered systems provide a means for disallowing hosts from hosting a

Page 45: Progress x Vista

resource. You must use your operating system cluster management utilities to dothis. Clusters does not provide a means to disallow a host.

Note: OE00147500 Type: MigratedWatch Dog should be enabled for Clusters---------------------------------When enabling a database for clusters using the PROCLUSTER enable command, theWatch Dog must always be enabled.

For example:procluster /usr/wrk/foo enable WDOG

Note: OE00147501 Type: MigratedFailover clusters helper processes that do not start on another machine---------------------------------If any of the helper (APW, BIW, or AIW) processes or the watchdog processspecified to start with a particular database fails, they will not be started onanother machine during a failover. They will produce an OFFLINE status.

Note: OE00147507 Type: MigratedClusters -- two databases using the same port (AIX only)---------------------------------A cluster-enabled database attempting to use a port currently in use fails tocome ONLINE because the port is already in use. The database retries theattempt to come ONLINE the number of times specified by the restart count. During the period of time that the retries occur, querying PROCLUSTER <dbname>isalive/looksalive or HACMP clfindres for status of resource group returnsALIVE/UP as the status. This is correct because there are other resources in theresource group that have been brought ONLINE at that time. After the databaseresource has unsuccessfully retried the specified number of times, the status ofthe resource group is updated to DOWN.

Note: OE00147509 Type: MigratedFailover Clusters Sun Cluster uses global devices---------------------------------Clusters only supports databases stored on global devices. The Sun Cluster usesglobal devices to provide cluster-wide, highly available access to any device ina cluster, from any node, without regard to where the device is physicallyattached. In general, if a node fails while providing access to a globaldevice, the Sun Cluster software automatically discovers another path to thedevice and redirects the access to that path. The local disks on each server arenot multi-ported, and thus are not highly available devices. Multi-portedglobal devices provide more than one path to a device. In the case of multi-hostdisks, because the disks are part of a disk device group hosted by more than onenode, the multi-host disks are made highly available.

Note: OE00147833 Type: MigratedClusters -- simultaneous enable of two different databases---------------------------------If you simultaneously execute a PROCLUSTER enable command for two databases, youget the following error for one of the databases:

Unable to synchronize cluster resources, Perform synchronization manually andidentify error cluster REGISTER command was UNSUCCESSFUL.

Though the cluster registration reported it was unsuccessful, both databases aresuccessfully registered and automatically brought online by the clustermanager/administration tools. To avoid this error message, disallow multiplecluster administrators from having access to the cluster administration at thesame time, and execute PROCLUSTER commands one at a time.

Page 46: Progress x Vista

Note: OE00147834 Type: Known IssueClusters -- startup fails when the database lock file is not removed (AIX only)---------------------------------If your database was shutdown in a way that did not remove the database lock(<dbname>.lk) file, the database may not be able to startup. Work around thisissue by adding the following script fragment to the beginning of your clustermaster start script, /etc/cluster/<resource_group>/MASTER.START: !/bin/ksh

# Replace <DBNAME> by the full path of the database without any extension. # eg. DBNAME="/usr3/testdb" DBNAME="<DBNAME>" LKFILE="$DBNAME.lk"

# a check to make sure that the database is not in use. CHECK_ALIVE=`proutil $DBNAME -C HOLDER` RETURN_CODE=$?

# a return code of 0 means that the database is not in use. if [ $RETURN_CODE -eq 0 ]; then rm -f $LKFILE

# continue with the body of the MASTER.START script here.

Note: OE00163001 Type: MigratedRestarting on the same node -- HPUX only---------------------------------A package that fails, attempts to switch to the next node on which it isconfigured to run. If you wish the package to restart on the node where thefailure occurred, you must use the MC/ServiceGuard cmmodpkg utility to re-enablethe package to run on that node. See your MC/ServiceGuard documentation fordetails regarding the syntax of this utility.

================================================Database - RDBMS================================================

Note: OE00059552 Type: Migrated32-bit and 64-bit Interactions on the same platform.---------------------------------The following describes the interactions between the 64-bit and 32-bit versionsof OpenEdge Release 10 on the same platform (operating system and architecture).

When you have both the 32-bit and 64-bit version of OpenEdge on one platform,both can access the same OpenEdge database. There is no need to convert or do adump and load. Shared memory however, is not supported in a mixed bit mode. Ifa 64-bit server is started against the database, 32-bit clients cannot connectusing shared memory. 32-bit clients can connect to the 64-bit server usingclient/server connections. The reverse is also true: if a 32-bit server isstarted against the database, 64-bit clients cannot connect using shared memory.The 64-bit clients will have to connect using client/server connections. Mixingof servers is also not supported. The database can only have 32-bit servers or64-bit servers running, never some of each.

This note applies to HP-UX on PA-RISC, Sun Solaris on SPARC, and IBM AIX onPOWER.

Page 47: Progress x Vista

Note: OE00164667 Type: Known Issue_Connect-IPAddress in the _Connect VST is not assigned a value---------------------------------The _Connect-IPAddress field of the _Connect VST is not assigned a value at thistime.

================================================DataServers - ================================================

Note: OE00071427 Type: LimitationNo support for IDENTITY fields---------------------------------The MS SQL Server DataServer has no specific support for MS SQL Server IDENTITYfields outside of its own use of IDENTITY fields to provide Progress RECIDfunctionality.

Note: OE00101888 Type: Limitationhpuxia64 platform is only supported with Oracle 10g---------------------------------The hpuxia64 platform is only supported with Oracle 10g. It is *not* supportedwith Oracle 9i or any earlier release of Oracle. When using the OracleDataServer with an Oracle 9i instance on the hpuxia64 platform, you may run intothe following error: "ORACLE failed to convert a number to a 4 bytes integer."

This error does not occur on any other supported platform, and does not occurwhen using an Oracle 10g instance.

Note: OE00147562 Type: Known IssueCompilers tested with OEBUILD---------------------------------The following compilers were used and tested with the OEBUILD utility inOpenEdge 10. While other versions and/or patch levels may work, it isrecommended that the same compiler version be used with OEBUILD where possible.

Solaris (32 & 64 bit): Compiler & version: Sun Forte 6 Update 2, C version 5.3 with patch 111679-10

AIX (32 & 64 bit): Compiler & version: IBM VisualAge 6 c/C++ C++ (June 2005 PTF)

HP-UX (32 & 64 bit): Compiler & version: HP C/ANSI C version 11.11.08 with patch PHSS_29484

Compaq (HP) Tru64: Compiler & version: Compaq (HP) C V6.5-011

Linux: Compiler & version: G++ version 2.96

Page 48: Progress x Vista

Microsoft Windows: Compiler & version: Visual Studio .Net 2003

Unixware: Compiler & version: Optimizing C Compilation System (CCS) 4.2 05/11/04 (uw714.bl3af)

HP Itanium: Compiler & version: HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003], with C++ Runtime Library patch PHSS_29659

Note: OE00157557 Type: Behavior ChangeChange in log format for 'dataserv.lg' log file---------------------------------In 10.1C for all DataServers, user will notice a change in the output format ofthe dataserv.lg log file. In versions prior to 10.1C, the dataserv.lg was logged directly from the DataServer code layer and was essentially free format as follows: 11:21:28 : Login to dataserver db as user nmanchal. (2689)11:21:28 : Completed connection startup; 5 secondary connections requested allgood.11:21:28 : MSS version: Microsoft SQL Server 08.00.0194 (4203)

The new output format is derived from changes in the DataServer layer that integrate the "Enhanced Logger" architecture which was first introduced in the OpenEdge product in 10.1A to standardize OpenEdge logging andlog formats. The new format looks like the following:

[08/01/22@11:30:38.985+2300] P-006908 T-011492 1 MSS -- Logging level set to= 2[08/01/22@11:30:38.985+2300] P-006908 T-011492 1 MSS -- Log entry typesactivated: DS.DEBUG[08/01/22@11:30:38.985+2300] P-006908 T-011492 1 MSS -- Login to dataserverdb as user nmanchal. (2689)[08/01/22@11:30:39.048+2300] P-006908 T-011492 1 MSS -- Completed connectionstartup; 5 secondary connections requested all good.[08/01/22@11:30:39.048+2300] P-006908 T-011492 1 MSS -- MSS version:Microsoft SQL Server 08.00.0194 (4203)

NOTE: New Enhanced Logger features are not fully implemented for DataServers in 10.1C. The only noticeable difference customers should encounter are the prefix format of written log messages as described above.All existing -Dsrv parameters available in earlier releases for setting logattributes continue to be available in 10.1C and are not affected by the newlogging infrastructure.

================================================DataServers - DB2================================================

Note: OE00164205 Type: Known IssueFunction sequence error with DB2 UDB v9.1 on Windows---------------------------------While pushing a Progress db to DB2 UDB v9.1 on Windows using the OpenEdge 10.1C

Page 49: Progress x Vista

ODBC Wire Protocol driver for DB2, the following error messages are generated. HY090: [Microsoft][ODBC Driver Manager] Invalid string or buffer lengthHY010: [Microsoft][ODBC Driver Manager] Function sequence error

================================================DataServers - MS-SQL================================================

Note: OE00146405 Type: Behavior ChangeChanges as part of Certifying SQL Server 2005---------------------------------Microsoft has done changes to the Query Optimizer in SQL Server 2005 to generatebetter and more appropriate query plans automatically when compared to earlierversions of SQL Server. However, a change in behavior is noticed in SQL Server2005 when compared to SQL Server 2000 for some lock contention scenarios underdefault server-side settings.

Changes have been incorporated in DataServer for MS SQL Server, as part of aneffort to provide consistent behavior to an application when used with a newerversion of SQL Server (SQL Server 2005). For the current release (10.1B02), thisfeature is leveraged only when used with SQL Server 2005.

Note: OE00151726 Type: Behavior ChangeSQL Server DataServers will now insert NULL value ("?") on creating new records---------------------------------SQL Server DataServers will now insert the NULL value if the ABL assigns theunknown value ("?") while creating new records.

Previously the DataServer for MS SQL Server stored the default value from theschema holder into the column instead of NULL when the ABL assigned the onlyunknown value and all other column assignments came from default values. Thiswas incorrect since the unknown value in the ABL should always be equated to aSQL NULL in the DataServer products when the user deliberately assigns suchvalue.

For example,A customer table with 3 fields - name, city and state.In the schema holder, the city and state columns have default values of'Bedford' and 'MA', respectively.

Based on the following ABL code

CREATE customer. ASSIGN name = "john". state = ?.

The above would previously have created a new customer record with

(name,city,state)

set to:

('john', 'Bedford', 'MA')

where "Bedford" and "MA" are default values in the schema image for "city" and"state" fields, respectively..

Now it takes the unknown value ('?') assigned to the "state" field and properly

Page 50: Progress x Vista

translates it into a NULL column. Therefore in the example provided, the newrecord would now be created as:

('john', 'Bedford', NULL)

Note: OE00163021 Type: LimitationCompatibility issues between 32-bit and 64-bit RECIDs---------------------------------As part of the effort to introduce 64-bit data addresses into the OpenEdgedatabase for Release 10.1B, the default implementation of PROGRESS_RECID in theDataServers for MS SQL Server and ODBC were changed to a 64-bit value. Inreleases prior to 10.1B, PROGRESS_RECID was a 32-bit value. This produced some PROGRESS_RECID incompatibilities for schema holders createdor maintained in OpenEdge 10.1B using the 10.1B Dictionary utilities. Theseincompatibilities also affect schema holders that were created and maintainedprior to 10.1B but are used in a 10.1B application environment or a schemaholder created or maintained by the 10.1B Dictionary that is now used in a 10.1Capplication environment.The incompatibilities are resolved in Release 10.1C and by a hot fix to patchlevel 10.1B03 by simply performing a schema pull from the Dictionary utilities.Therefore, if you are using or maintaining a schema holder from the OE 10.1BDictionary (prior to Release 10.1C and prior to the 10.1B hot fix) you will needto re-pull your server definitions into that schema holder using the 10.1B03 hotfix patch or 10.1C Dictionary utilities to avoid application conflicts with thePROGRESS_RECID.After re-pulling definitions into your schema holder using the 10.1B hot fix orusing 10.1C, you should encounter no further problems with PROGRESS_RECID.

Note: OE00163062 Type: LimitationNo support for IDENTITY fields---------------------------------The MS SQL Server DataServer does not have any specific support for MSSQL Server IDENTITY fields outside of its own use of IDENTITY fields toprovide Progress RECID functionality.

Note: OE00163063 Type: Behavior ChangeAvoid using SHARELOCK if possible---------------------------------The transaction isolation levels define the type of locks acquired onread operations. The default isolation level for MS SQL Server is Read-Committed. This isolation level typically puts some form of databasedependent SHARE LOCK on records, pages, and/or tables that it reads.Under this isolation level, only committed changes can be read fromexisting data. For simplicity and DataServer efficiency, Progress SoftwareCorporationrecommends that you avoid using the SHARELOCK if possible. TheDataServer for MS SQL Server can support the NO-LOCK condition in Progress withthehelp of -Dsrv connection parameter to set the isolation level to Read-Uncommitted as follows: "-Dsrv TXN_ISOLATION,1". This is a connection-levelswitchonly. SHARE-LOCK is treated like NO-LOCK at this isolation level. Therefore ifyou set Read-Uncommitted for your session, all non-EXCLUSIVE-LOCK statements(statements w/SHARE-LOCK, NO-LOCK, or unspecified statements) will perform asNOLOCK. In OpenEdge DataServer for MS SQL Server 2005, Read-Uncommitted is setas default isolation level for the DataServer applications. This change wouldcome into effect in the service pack 10.1B01. Currently for using SQL Server2005 with DataServer release 10.1B, it is required to explicitly set theisolation level to 1 (Read-Uncommitted) with the -Dsrv connection parameter, to

Page 51: Progress x Vista

ensure compatibility with prior releases of MS SQL Server. SQL Server 2005SNAPSHOT Isolation & OpenEdge---------------------------------------------The OpenEdge ABL is pessimistic and transactional (OLTP) in nature andfor the OpenEdge DataServer technology to emulate the NO-LOCK/EXCLUSIVE-LOCKlock types of the OpenEdge database; it uses the READ UNCOMMITTED isolationlevel to provide the best and most efficient match. SQL Server 2005 SNAPSHOTISOLATION (row versioning) provides an optimistic locking environment forread-intensive operations (OLAP). However, READ UNCOMMITTED isolation is stillrecommended for transaction-intensive (OLTP) applications due to the added loadimposed on the server running update transactions with snapshot isolation.The OpenEdge DataServer for MSS will function against a SNAPSHOT ISOLATION(row versioned) enabled MSS database but any OpenEdge ABL logic thatrelies on pessimistic lock management (for instance, conditions where theOpenEdgeclient might issue a "<table.field> is in use by USER ABC" message will beaffected and therefore alter application behavior. Conflict resolution is alsohandled differently between pessimistic and optimistic locking models and sodata integrity issues will also be of concern if SNAPSHOT ISOLATION is used withtheOpenEdge Dataserver technology. To obtain the best concurrency control andinter-transactional protection in your ABL applications, progress recommends notusing SNAPSHOT isolation. SNAPSHOT isolation, in effect, provides alternateimplementations of SERIALIZABLE and READ COMMITTED levels of isolation that useoptimistic locking to control concurrent access rather than pessimistic locking.Unless your OpenEdge ABL application requires one of these two isolation levels,Progressrecommends that customers consider neither transaction-level nor statement-levelSNAPSHOT isolation for their applications using the DataServer for MS SQLServer. WhileSNAPSHOT isolation can be used to emulate SERIALIZABLE and READ COMMITTEDisolation levels, progress also recommends not using SNAPSHOT isolation toacheive them.

================================================DataServers - MS-SQL/ODBC================================================

Note: OE00147564 Type: LimitationDataServers for MSS and ODBC data type support---------------------------------The DataServers for MSS and ODBC do not support any of the data types that arenew in OpenEdge Release 10 except for the INT64 data type which the OpenEdgeDataServers began supporting in OpenEdge Version 10.1B.

================================================DataServers - ORACLE================================================

Note: OE00147570 Type: WorkaroundChange to ORACLE genclntsh required for ORACLE 9.0.2 on Linux---------------------------------The ORACLE genclntsh file must be modified for proper operation of the ORACLEDataServer with ORACLE 9.0.2. Change the definition of LD to use gcc shared asfollows:

Sample of original content:

Page 52: Progress x Vista

---------------------------LD="ld -i -G -z text -L${ORACLE_HOME~/lib" shared library link commandLD="ld -shared -L${ORACLE_HOME~/lib" shared library link commandLD_RUNTIME="-R${ORACLE_HOME~/lib"LD_OPT="-Map ${MAPFILE~ -h ${CLNT_LIB~" name inserted into libraryLD_SELF_CONTAINED="-z defs"

Change to:----------LD="gcc -shared -L${ORACLE_HOME~/lib" shared library link commandLD_RUNTIME="-Xlinker -R${ORACLE_HOME~/lib"LD_OPT="-Xlinker -Map -Xlinker ${MAPFILE~ -Xlinker -h -Xlinker ${CLNT_LIB~" name inserted into libraryLD_OUT="-o ${LIB_DIR~/${CLNT_LIB~"output specificationLD_SELF_CONTAINED="-Xlinker -z -Xlinker defs"

Note: OE00147572 Type: Known IssueBuilding Oracle DataServer Executables---------------------------------For most UNIX platforms, the default client and DataServer executables are ableto locate and load Oracle's shared library. On the platforms where this is notthe case, you must build executables using the scripts in the <install-dir>/oebuild/make directory.

For OpenEdge Release 10, executables must be built on AIX, and may need to bebuilt on 32-bit HPUX.

Note: OE00147573 Type: Known IssueSymbolic link required for 32-bit AIX---------------------------------Proper functioning of the Oracle DataServer on 32-bit AIX requires a symboliclink for the Oracle client library as follows:

ln -s $ORACLE_HOME/lib/libclntsh.a /usr/lib/libclntsh.a

Note: OE00147574 Type: Known IssueError loading the Oracle DataServer on 32-bit HPUX---------------------------------For 32-bit HPUX, you may encounter the following error when starting the OracleDataServer:

/usr/lib/dld.sh: Cant shl_load() a library containing Thread Local Storage:

If you encounter this error, you must rebuild the DataServer executables usingthe scripts provided in the <install-dir>/oebuild/make directory.

Note: OE00147576 Type: Known IssueSymbolic link required for 64-bit AIX---------------------------------

Page 53: Progress x Vista

Proper functioning of the Oracle DataServer on 64-bit AIX requires a symboliclink for the Oracle client library as follows:

On AIX64:

ln s $ORACLE_HOME/lib/libclntsh.a /usr/lib/libclntsh.a

Note: OE00150026 Type: LimitationOracle support with HP 32-bit product is dropped---------------------------------The last Oracle client that supports HP 32-bit is Oracle 8 which no longer workswith OpenEdge starting with 10.1C. Any customer that needs to use Oracle on HPmust migrate to the HP 64-bit product. The HP 64-bit product works on allmodern HP PA-RISC hardware. Please contact your sale represntative if you needto make this platform version change.

Note: OE00162745 Type: Behavior ChangeCLOB support in Oracle DataServers---------------------------------Support for Unicode for the DataServer for Oracle begins in OpenEdge Version10.1C. The CLOB data type is also introduced in Release 10.1C for the specificpurpose of supporting the character widening that is possible in a Unicodeimplementation. Previously, data that exceeded the maximum size of a VARCHAR2data type (4000 bytes) was converted to a LONG data type when migrated to anOracle server. Since only one LONG data type is allowed per Oracle table, itwas anticipated that CLOB support would be needed in its place to handle largeamounts of character data in a Unicode database implementation.

The dictionary utility has been updated to migrate OpenEdge database CLOB datatypes to Oracle CLOB data types and to migrate OpenEdge CHARACTER data typesthat exceed Oracle's VARCHAR2 4000-byte maximum size into ORACLE CLOB datatypes. Oracle CLOBs are also pulled from the server into the OracleDataServer's Schema Image as CLOB types.

As there are code pages associated with OpenEdge CLOB data types, they will beset to match the code page defined to the Oracle schema holder. Thecolumn-level CLOB code pages in an Oracle schema image are not modifiable andwill always be set to match the schema holder code page even if the schemaholder code page is changed after the database is created.

Not all features of the CLOB data type made it into the 10.1C FCS Release.In particular the following two CLOB features are not supported in 10.1C:

1. Support for Oracle's Unicode CLOB data type (NCLOB) will be unavailable.

NOTES: Other Oracle Unicode character data types are supported in the Unicodeimplementation for the ORACLE DataServer.

Oracle implementations that define a Unicode database code page and define theirUnicode data to CLOB data types are supported in the 10.1C release.

2. Support for CLOB and LONGCHAR data types with stored procedures. Thisdeficiency includes the following subcategories:

A. Support for LONGCHAR data types as parameters to stored procedures.B. Support for a CLOB result set value in the "PROC-TEXT-BUFFER" record uponreturn from "SEND-SQL-STATEMENT" stored procedure execution.C. Support for CLOBs in result sets into a VIEW record format.

Page 54: Progress x Vista

D. Support for CLOBs in result sets using LOAD-RESULTS-INTO temp table recordformats.E: Support for CLOBs in result sets using LOAD-RESULTS-INTO with indeterminatetemp table handles and dynamic server type evaluation.

================================================DataServers - Sybase================================================

Note: OE00146413 Type: Limitation-Dsrv connection parameter set to AUTOCOMMIT,1 for OE 10.1C Sybase drivers---------------------------------OpenEdge 10.1C requires the -Drsv connection parameter set to AUTOCOMMIT,1 forall migration operations to and from the Sybase ASE v15.0 databases using theOpenEdge 10.1C Wire Protocol driver for Sybase.

================================================Diagnostics - GUI Debugger================================================

Note: OE00084657 Type: Known IssueWindow option leaves pointer in the wrong place---------------------------------The Debugger may not display the execution pointer in the correct location ifyou switch between source files by selecting a file from the Window menu. TheProgress client does, however, remember the correct execution pointer andcontinues application execution from the proper line.

Note: OE00084874 Type: Known IssueChanging the NAME attribute for a widget makes its attributes unavailable---------------------------------Changing the value of the NAME attribute for a widget (either programmaticallyor directly in the Debugger window) renders the widget unavailable for bothsetting a watch on the widget in the Watches pane and viewing the widget in theDataview dialog box.

Note: OE00085140 Type: Known IssueProgress process does not go away after leaving Debugger idle---------------------------------Running the Progress GUI (prowin32.exe) client on Windows 2000 / XP, you mayexperience a problem using the Debugger from the Procedure Editor. If you startthe Debugger and leave it for 5 minutes or more with no activity, the sessionmay remain running when you close the Procedure Editor. The window will nolonger be visible on the screen, but the process will appear in the TaskManager's process list. You can end the process from the Task Manager at thispoint.

Note: OE00085933 Type: Known IssueTemp-table variable appears twice in Temp Tables tab---------------------------------The Debugger may display a temp-table variable twice in the Temp Tables tab ofthe Variables pane. You may select either entry and use the Dataview option toexamine the temp-table variable data.

Note: OE00086290 Type: Known IssueSame variable name in more than one procedure does not edit correctly---------------------------------If you have two variables with the same name in two different procedures in the

Page 55: Progress x Vista

same call stack, the Debugger may confuse one with another when editing them.

Note: OE00087531 Type: Known IssueTemp-table name is not recognized as a watch in the Debugger---------------------------------The Debugger does not recognize static temp-table names as watches. A statictemp-table will display a value of "** Unavailable **" in the Watches pane. Youmay view a static temp-table in the Dataview by selecting "Dataview" from theDebug menu; enter the temp-table's name in the edit box and click the Fieldstab. You may also right-click on the temp-table in the Temp-tables tab of theVariables pane and select Dataview from the pop-up menu.

Note: OE00087682 Type: Known IssueCannot debug super procedures of SmartObjects---------------------------------If you open the Debugger in stand-alone mode, open a super-procedure, and setbreakpoints in the super-procedure, your breakpoints may no longer be set whenyou run the super-procedure from a calling program.

Note: OE00088433 Type: Known IssueInterrupt command does not work with AppServer---------------------------------While using the Debugger to debug a procedure running on an AppServer, if youuse the Interrupt command to try to get control back to the Debugger theAppServer will not notice the interrupt.

Note: OE00092523 Type: Known IssueLimits to walking a widget tree---------------------------------If you use the Debugger to repeatedly access the chaining attributes of chainedobjects (for example, NEXT-SIBLING), the resulting attribute chain may exceedthe maximum length that the Debugger can parse; approximately 400 characters. Atthis point the Debugger may report inaccurate or unusual attribute values.

Note: OE00096378 Type: Known IssueDebugger cannot display Chinese characters---------------------------------The Debugger cannot display Chinese characters in ABL source code or in thevalues of program variables, parameters, buffer fields, and so on.

================================================Diagnostics - OpenEdge Studio Debugger================================================

Note: OE00147578 Type: Known IssueRun proDebugEnable from within Proenv to enable debugging---------------------------------To enable Progress for debugging, run proDebugEnable -enable -all from theProenv window. If you double-click on the proDebugEnable file within<install-dir>\bin, a window will open and flash, but debugging will not beenabled.

================================================Documentation - ================================================

Note: OE00146970 Type: Known IssueMicrosoft Security Update may affect remote access of Online Help

Page 56: Progress x Vista

---------------------------------If you receive the following error when accessing the help remotely: "Action cancelled Internet Explorer was unable to link the web page yourequested. The page might be temporarily unavailable", see the MicrosoftKnowledge Base article titled: "Certain Web sites and HTML Help features may notwork after you install security update 896358 or security update 890175" locatedat http://support.microsoft.com/kb/892675/. The article describes the reasonsfor the issue and provides workarounds.

Note: OE00146971 Type: Known IssueOnline Help unavailable for editor's dialog boxes---------------------------------Online help for dialog boxes in the Procedure Editor is not available. The Helpbuttons on the dialog boxes do not work because the color-coding editor controlonly supports MicrosoftRTM WinHelp (.hlp) files and not MicrosoftRTM HTML(.chm) files.

================================================Documentation - ABL================================================

Note: OE00082677 Type: Behavior ChangePerformance of SETUSERID not completely documented---------------------------------In releases prior to 10.0A, when the permission fields in the schema werechanged, the database schema "time stamp" (which is a sequence) was notincremented. This value is what is stored in a local binary schema file and iswhat is used during connection to ascertain whether the local binary schema fileis up to date. Starting with 10.0A, the time-stamp is incremented when thepermission fields are changed (_File._Can-read, etc.) and thus invalidateexisting local binary schema files. So the developer needs to re-create them.(See the SAVE-CACHE statement in the ABL Reference.) This information is notthoroughly documented in the OpenEdge documentation.

Note: OE00112122 Type: Known IssueBrowse event documentation causing confusion---------------------------------In the "BROWSE widget" entry of the "ABL Reference" manual, the "Events" tablelists event categories that apply to different browse components, such as acolumn, cell, or the entire browse widget. For example, it indicates that"General direct manipulation events" apply to both the entire browse and asingle column of the browse. To identify the specific events that apply to eachcomponent, see the section in the "Events Reference" named for each eventcategory listed in this "Events" table (e.g., the "General direct manipulationevents" section).

Note: OE00116884 Type: Known IssueDefault locking for dynamic query methods not specified in documentation---------------------------------The default lock type for the QUERY-PREPARE( ) method and GET-*( ) methods(e.g., GET-FIRST( )) of the query handle is NO-LOCK.

Note: OE00129242 Type: Known IssueGET-STRING function description of <numbytes> is incorrect---------------------------------In the "GET-STRING( ) function" reference entry of the "ABL Reference" manual,the following statement appears in error as part of the description of the<numbytes> parameter:

Page 57: Progress x Vista

"If <position> plus <numbytes> is greater than the length of <source>, the AVMreturns the Unknown value (?)."

The statement is incorrect and should be ignored.

Note: OE00129717 Type: Known IssueInputs to the INTEGER and DECIMAL functions incorrectly specified---------------------------------In the "ABL Reference," the reference entries for the INTEGER and DECIMALfunctions state that they convert an expression of any data type to an integeror decimal, respectively. This is not true. For many data types (e.g., RAW,MEMPTR, LONGCHAR, or HANDLE), the conversion fails and raises a data-typecompatibility error.

Note: OE00131819 Type: Known IssueUse of database aliases with sequence operations not documented---------------------------------If you execute a basic ABL sequence function or statement (e.g., CURRENT-VALUE)for a database alias that you redefined for multiple databases, the alias willrefer to the first database associated with that alias. To invoke a sequencefunction or statement using an alias that you redefine for more than onedatabase, use the dynamic version of that sequence function or statement instead(e.g., DYNAMIC-CURRENT-VALUE).

Note: OE00146513 Type: Known IssueUSING statement does not validate package at compile time---------------------------------In the "ABL Reference" manual, a note in the "USING statement" reference entrystates the following: "During USING statement compilation, ABL validates that afile exists on PROPATH for a specified <object-type-name>, and that a directoryexists on PROPATH for a specified <package>." Beginning with 10.1C, ABL doescompile-time validation of an object type name only when it is first referenced,after all USING statements have been defined. USING statements are not validatedat compile time.

Note: OE00164030 Type: Known Issue"COMPILE statement" reference entry incorrectly specifies class files---------------------------------The "COMPILE statement" entry in the "ABL Reference" manual indicates that youspecify a class file for compilation by giving the object type name of the classor interface that the class file defines. This is incorrect. You must specify aclass file in the same way as a procedure file, using its operating systempathname.

================================================Documentation - Database================================================

Note: OE00164381 Type: Known IssueOnline help version of Database Administration Guide does not include IDXCHECK---------------------------------The Database Administration Utilities online help system does not includeinformation about using the IDXCHECK qualifier online. For information onextending the functionality of IDXCHECK by executing it when the database isonline, see the PDF version of "OpenEdge Data Management: DatabaseAdministration," available on the Documentation and Samples CD or on PSDN.

================================================

Page 58: Progress x Vista

Documentation - Electronic Documentation================================================

Note: OE00146978 Type: Known IssueSearch of PDF files for UNIX Platforms---------------------------------On UNIX platforms, the search index is not automatically attached to thedocumentation PDF files. To attach the index file so that you will have searchcapabilities, follow these steps: 1. From the Adobe Acrobat Reader, click on the Search icon. The Adobe AcrobatSearch dialog box appears. 2. In the Adobe Acrobat Search dialog box, click on the Index button and chooseAdd. 3. From the drop down list of files, select the oeidx.pdx file and choose OK.

================================================Documentation - Help================================================

Note: OE00146973 Type: Known IssueAccessing online help for CSSPIN ActiveX Control---------------------------------If you press F1 to get help on the CSSPIN ActiveX Control, you will get an errorindicating it cannot find the help file. To access the help for the CSSPINActiveX Control, do the following: 1. Select Start->Program->OpenEdge->Help. The OpenEdge Online Help fileappears. 2. In the left pane, double-click the ActiveX Control Help folder to expand it. Then, select the CSSpin Control help topic.

Note: OE00146975 Type: Known IssueAccessing online help for CSCOMBO ActiveX Control---------------------------------If you press F1 to get help on the CSCOMBO ActiveX Control, you will get anerror indicating it cannot find the help file. To access the help for theCSCOMBO ActiveX Control, do the following: 1. Select Start->Program->OpenEdge->Help. The OpenEdge Online Help fileappears. 2. In the left pane, double-click the ActiveX Control Help folder to expandit. Then, select the CSCombo Control help topic.

Note: OE00146976 Type: Known IssueNon-existing examples mentioned in online help for CSSPIN---------------------------------The CSSpin Active X Control Help file mentions the following example: Example Location Project File Form/Basic File SPINDEMO.VBP SPINDEMO.FRMThese example files do not exist.

================================================Documentation - Installation================================================

Note: OE00164844 Type: Known IssueUpdated ODBC Driver Info for Installation Guide---------------------------------The following information is relevant for the ODBC Driver for DataServers in

Page 59: Progress x Vista

Release 10.1C. This information supersedes information contained on pages 1-9through 1-10 of OpenEdge Getting Started: Installation and Configuration.

To use the DataServer for ODBC, Progress Software Corporation recommends thatyou use DataDirect branded Version 5.3. Use the DataDirect branded ODBC Driverwhen connecting to all ODBC data sources, the DB2 UDB Common Server, MS SQLServer Version 6.5 and earlier, and Sybase data sources.

The following driver files are used for Windows operating systems with OpenEdgeDataServer for ODBC:

All ODBC data sources:P1ASE23.DLLP1ASE23R.DLLP1DB223.DLLP1DB223R.DLLP1ICU23.DLLP1MSS23.DLLP1MSS21R.DLLP1CRYPTO23.dll.P1SSL23.dllIVP1.LIC

DB2 UDB Common Server:P1DB223.dllP1DB223R.dllIVP1.LIC

MS SQL Server 2000 Version 6.5 or earlier:P1MSSS23.dllP1MSSS23R.dllIVP1.LIC

Sybase:P1ASE23.dllP1ASE23R.dllIVP1.LIC

To use the DataServer for MS SQL Server, Progress Software Corporationrecommends that you use DataDirect branded Version 5.3. The following driverfiles are used for Windows operating systems with OpenEdge DataServer for MS SQLServer:

Microsoft SQL Server 2000 and later:P1MSSS23.dllP1MSSS23R.dllIVP1.LIC

Note: OE00164846 Type: Known IssueConfiguration Data to enable Unicode for MS SQL Server and Oracle DataServers---------------------------------The following configuration information is needed to enable Unicode forDataServer for MS SQL Server and DataServer for Oracle:

DataServer for MS SQL ServerEnabling Unicode in the DataServer for MS SQL Server: Support for Unicode data types is available in the 10.1C DataServer for MS SQLServer with the following minimum requirements:

Page 60: Progress x Vista

Configuration requirements - Microsoft SQL Server 2005 or later- DataDirect DirectConnect ODBC driver for MS SQL Server, Version 5.1 or later- OpenEdge ABL client, Release 10.1C or later- OpenEdge DataServer for MS SQL Server, Release 10.1C or later

DataServer for OracleEnabling Unicode in the DataServer for Oracle: Support for Unicode data types is available in the 10.1C DataServer for Oraclewith the following minimum requirements:

Configuration requirements: - Oracle Database 9i or later- OCI Client Libraries for ORACLE 9i or later- OpenEdge ABL client, Release 10.1C or later- OpenEdge DataServer for Oracle, Release 10.1C or later

Note: OE00165450 Type: LimitationNo 64-bit Windows---------------------------------In the Installation and Configuration manual, Chapter 7, "Working in theOpenEdge Environment in Windows", incorrectly states support for 64-bit Windowsapplications. 64-bit Windows is not supported by OpenEdge in this release. Inaddition, the architectural description of OpenEdge support for 64-bit Windowsdescribes a prototype; when supported in a future release, the finalimplementation will look different from the architecture described.

================================================Documentation - Internationalization================================================

Note: OE00157360 Type: Known IssueSimplified Chinese CP936 code pages supported---------------------------------All OpenEdge 10 releases support simplified Chinese CP936 code page even thoughit is not listed as a supported multi-byte code page in the "OpenEdgeDevelopment: Internationalization Guide" manual.

================================================Documentation - WebClient================================================

Note: OE00147867 Type: Known IssueUpdates to the Sample Application Instructions---------------------------------Both Appendix A and B of the "OpenEdge Deployment: Managing WebClientApplications" book direct you to edit certain .htm files and also to update theApplication Assembler project file (.wcp) by using the Assembler tool. Sincethese files are all copied from the CD, they will be read-only. Edit eachfile's properties to make it read/write before trying to edit it.

In addition, do not use Notepad to edit any .htm file. When the file is savedin Notepad, the tool changes the line terminator characters and may make thefile work improperly in the browser.

The instructions for setting up the AppServer Machine in section B.2 aredescribed for a Windows AppServer machine. If you are using Unix for theAppServer, you must do the equivalent operations. For example, you cannot run

Page 61: Progress x Vista

PRO*Tools but you can choose the Application Compiler from the Procedure EditorsTools menu.

In section B.3, step 4a directs you to edit the bootstrap.htm file from thesports2000 subdirectory of the web servers document root directory. This fileis not in the sports2000 subdirectory but can be found in the WebClientsubdirectory instead. Similarly section B.4, step 2, incorrectly points to thebootstrap.htm file in the sports2000 subdirectory. The directions for this stepshould read:

Open a Web browser (Internet Explorer or Netscape Version 4 or newer) and go tothe following URL:

http://%MYWEBSERVER%/webclient/bootstrap.htm

For example:

http://pctest/webclient/bootstrap.htm

================================================Graphical User Interface - ActiveX================================================

Note: OE00106808 Type: Known IssuePassing a CHARACTER array to a COM Object may fail with error 42---------------------------------The limit on the size of an array element that can be passed to a COM Object isincorrect. You may receive the following error message even if the size of theCHARACTER element is valid:

bfx: Field too large for a data item. Try to increase -s (42).

The workaround is to increase -s.

Note: OE00165099 Type: Known IssueCOM Events processing before first I/O blocking statement---------------------------------Prior to 10.1B02, any COM events that were firing before the first I/O blockingstatement (for example, WAIT-FOR) were being ignored. As of 10.1B02, these COMevents are now being processed. This means COM Event Procedures can executeduring the setup of a window that uses an ActiveX control, when previously theydid not execute. You should make sure any COM Event Procedures do not callRELEASE OBJECT on any COM-HANDLES that may still be in use during this setup.Not doing so will mean that a COM-HANDLE that is still in use will be released,and any subsequent reference to it will return a (5884) error.

The correct use of COM-HANDLES and when to call RELEASE OBJECT is documented in"OpenEdge Development: Programming Interfaces," available on the Documentationand Samples CD and on PSDN.

================================================Installation - ================================================

Note: OE00121569 Type: LimitationOpenEdge installation may install Sonic client and container code---------------------------------RN#: 101A-00291

Page 62: Progress x Vista

===============The OpenEdge installation program may install Sonic Software client andcontainer code depending on which products get installed. Because theinstallation program requires it run as ROOT on Unix, the Sonic Software codegets installed with those permission set. The OpenEdge installation programattempts to set the correct permissions for the Sonic code, but this fails onthe HPUX operating system. This will cause the Sonic ESB Container created byOpenEdge to fail when started unless it is started as ROOT. To resolve this, runthe command 'chmod -R o+w *' from $DLC/sonic as ROOT.

Note: OE00146967 Type: Known IssueShared Network install issue---------------------------------RN#: 101A-00239This is a Shared Network install (netsetup) issue only. If AnswerWorks 4.0 isalready installed on a server system prior to installing OpenEdge, theanswerworks install folder is not copied into the %DLC%\bin\3party to beavailable for a shared network install, and AnswerWorks 4.0 is not installed ona shared network client system.To ensure that the %DLC%\bin\3party\answerworks install folder exists for ashared network install, a user can either: 1. Prior to installing OpenEdge, delete the "C:\Program Files\CommonFiles\AnswerWorks 4.0" folder (if it exists), OR 2. After installing OpenEdge and the %DLC%\bin\3party\answerworks installfolder does not exist, copy the 3party\answerworks folder from the CDROM intothe %DLC%\bin\3party folder.

Note: OE00160856 Type: WorkaroundWebClient install on Vista requires elevated privileges---------------------------------To install WebClient on a Vista machine, you must start the OpenEdgeinstallation using the "Run-As Administrator" option. For example, if you wantto install WebClient by clicking a link from within Internet Explorer, then youmust first start Internet Explorer by right-clicking on the IE icon or Startmenu item and choosing the "Run-As Administrator" menu option.

Note: OE00163769 Type: WorkaroundUnknown Publisher message with a Netsetup Install---------------------------------After performing a Netsetup install on Windows the user may see an UnknownPublisher message when running any OpenEdge .EXE files from a network drive. Toresolve this issue, add the network drive share to the client's trusted zone.

To add the network drive to your trusted zone:

1. Open the Internet Options Dialog Box from an Internet Explorer session.2. Select the Security Tab.3. Select the Local Intranet icon from the zones shown.4. Click the Sites command button, which opens a Local Intranet Dialog Box.5. Click the Advanced command button, which opens a dialog box where you add and remove websites from your intranet.6. Add \\servername\ to the list of websites. Click Close, then OK to return tothe main Internet Options Dialog Box.

You may have to reboot the client for this to take effect.

================================================

Page 63: Progress x Vista

Installation - Install================================================

Note: OE00147494 Type: Known IssueInstallation of Failover Clusters -- Windows---------------------------------You must ensure there are no active instances of the Cluster Administratorutility prior to installation. To do this, use the Windows Task Manager to checkfor processes running the cluadmin.exe image. If a user associated with aninstance of the Cluster Administrator is not readily identifiable, theseprocesses can be forcefully terminated as follows:

1. Within Task Manager, select the cluadmin.exe process and press the EndProcess button.

2. Answer yes to the popup dialog asking if you really want to terminatethe process.

Failure to shut down all instances of the Cluster Administrator tool results ina partial installation and fails to properly register the resource andadministrator extension DLLs, causing cluster management to fail.

Note: OE00163889 Type: Known Issue.Net Framework not installed with unknown default language---------------------------------The OpenEdge Installer supplies the English version of .NET Framework only. Ifyou are installing OpenEdge on a non-English language machine and .NET isrequired, you must download and install the .NET Framework version for thespecific Operating System.

Note: OE00165220 Type: LimitationWindows 2003 Support requires Service Pack 2---------------------------------Due to a bug in the Windows Installer Program provided by Microsoft, basesupport for the Windows 2003 platform is Service Pack 2 for OpenEdge Release10.1C.

================================================Installation - Uninstall================================================

Note: OE00136088 Type: Known Issue10.0B uninstaller incorrectly removes PSC registry keys---------------------------------The 10.0B uninstaller removes registry keys needed by other OpenEdgeinstallations. This problem occurs when other versions of OpenEdge are installedin addition to 10.0B. The registry entries forHKLM\Software\PSC\Progress\<version> are removed; as a result, the AdminServerdoes not start. To resolve this issue, export the remaining keys beforeuninstalling.

================================================Open Client - Proxygen================================================

Note: OE00099231 Type: Known Issue.NET Proxy and Client application must use same .NET version---------------------------------

Page 64: Progress x Vista

RN#: 100A-20901 ==============The .NET Framework requires that the .NET proxy and .NET client application arebuilt using the same version of the .NET Framework. ProxyGen determines theversion of the .NET Framework to use by examining the Windows registry. Itselects the latest version of the framework installed on the system runningProxyGen. You can determine the version of the framework used by looking at thebottom of the log file output by ProxyGen during generation. You will see anentry similar to the following:

Compiling .NET proxies and creating .dll ...\\server\i_100b_nt\dlc\bin\PathFinder /csc C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc /t:library "/r:\C:\Progress\OpenEdge\dotnet\Progress.o4glrt.dll" /out:C:\DynTTest\AppServerCode\DynTTest\proxy\nsDynTT\DynTTAO.dll C:\DynTTest\AppServerCode\DynTTest\proxy\nsDynTT\DynTTAO.cs C:\ DynTTest\AppServerCode\DynTTest\proxy\nsDynTT\AssemblyInfo.cs

The text "v1.1.4322" above shows the version of the .NET framework used to buildthe proxy. In this case it was version 1.1. If you have more than one version of.NET installed on your system, you need to make sure that the client applicationis built using the same version of the framework that was used to generate theproxy. In the above example, you must build your client application usingversion 1.1. If you had wanted to build your client application using version1.0, you would need to customize the version of the framework used by ProxyGen.You can do this by specifying the full path to the 1.0 version of the C#compiler (csc.exe) and the XSD generator (xsd.exe) on your system on the .NETtab of the Generate dialog in ProxyGen. Select the Custom Compiler radio button and enter the required information. Forexample, enter the following Compiler Command:

C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\csc.exe

You need to use the path specific to the 1.0 installation on your machine. Thetext above shows the version of the .NET framework for 1.0. You need to changethis value to match the installation on your machine. You can determine thecorrect value by looking for the path in the File Explorer or by looking in theWindows registry at:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy\v1.0

and enter the following XSD Generator:

C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Bin\xsd.exe

For version 1.0, you can determine the correct value for the path by looking inthe Windows registry at:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\sdkInstallRoot For version 1.1, you need to look on the Windows registry at: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\sdkInstallRootv1.1

In both cases, you would append the value found in the Windows registry with"Bin\xsd.exe" to get the full path to the XSD Generator required by ProxyGen.Caution: If you try to run using a proxy built with one version of the frameworkand a client built using another version of the framework, you will get runtimeerrors including "Specified cast is not valid."

Note: OE00147594 Type: Known Issue

Page 65: Progress x Vista

Supporting localized messages for .NET client interfaces---------------------------------RN#: 100B-00137===============When ProxyGen builds a .NET proxy, it copies the required .NET runtime assemblies to the proxy generation output directory, but it does not copy anyProgress.Messages.resources.dll files. By default, Progress.Messages.dllprovides English as the default language resource. If you need to support adifferent language resource, you must manually copy the desired languageresource file from:

<OpenEdge_install_directory>\dotnet\deploy\strongnamed-signed or <OpenEdge_install_directory>\dotnet\deploy\signed

depending upon your generation option.

For example, if you want to support a French deployment for a signed-onlyenvironment, copy the fr directory from<OpenEdge_install_directory>\dotnet\deploy\signed to your proxy generationoutput directory.

Note: OE00151239 Type: Behavior ChangeR-code header versioned when ProDataSets or temp-tables have NAMESPACE-URI---------------------------------OpenEdge Release 10.1C made changes to the r-code header to better support XMLfeatures, including support for the ProDataSet and temp-table NAMESPACE-URIattribute as well as support for the XML-NODE-TYPE attribute on temp-tablefields.

To accommodate the new attributes, Release 10.1C adds a new element to ther-code header, a header version number, that is independent of the r-codeversion.

The AVM adds this new element to the r-code header only if the file contains aProDataSet or temp-table with the NAMESPACE-URI attribute. When this new elementis present, you cannot use the r-code file with ProxyGen from a previousrelease. Previous versions of ProxyGen will return an error.

================================================Open Client - Web Services Provider================================================

Note: OE00161041 Type: LimitationMultiple Dataset parameters and RPC Encoded Web Services with Axis java clients---------------------------------When defining multiple INPUT DATASET parameters for an OpenEdge web service thatuses RPC/Encoded SOAP messages, do not use the NAMESPACE-URI option in theDEFINE DATASET statements.

The Apache Axis Java client does not properly handle namepsace declarations whenit sends a SOAP request for an RPC/Encoded SOAP message. As a result, anincorrect message will be sent and the data will not be loaded into theProDataSet.

Axis may have similar issues with OUTPUT DATASET parameters. SOAP responses fromOpenEdge may not be properly deserialized.

Page 66: Progress x Vista

If the NAMESPACE-URI option is required, then either define the OpenEdge Webservice to use Document/Literal or RPC/Literal SOAP messages. Alternatively,avoid the issue by passing only one dataset in the Web service call.

================================================OpenEdge Architect - ================================================

Note: OE00153136 Type: Known IssueAdding a large number of linked resources to a project causes long delays---------------------------------If you add a linked folder with a large number of files to an existing project,the build process takes a long time to complete, even when no files are beingcompiled.

To workaround this issue, deselect Build Automatically on the Project menu.Turning off automatic building prevents the build process from looking forchanges to resources.

Note: OE00163016 Type: Known IssueRunning Check Syntax can start a build---------------------------------The Check Syntax command (Source->Check Syntax) can modify markers that appearin the Problems view. Since a change to a marker is considered a resourcechange, a build will be initiated. Any other resource change (such as saving thefile or performing another syntax check) must wait until the build completes.

================================================OpenEdge Architect - AppBuilder Support================================================

Note: OE00115709 Type: Known IssueAppBuilder not closed properly---------------------------------In OpenEdge Architect, when the AppBuilder is closed with open files, the filesare closed but the AppBuilder window remains as though only the files wereclosed.

Note: OE00160741 Type: Behavior ChangeRemoval of -noudfreturnerror parameter in OpenEdge Architect---------------------------------The -noudfreturnerror parameter is being removed since it is no longer requiredin the 10.1C release of OpenEdge Architect.

In the 10.1C Beta1 release, the -noudfreturnerror parameter was addedautomatically to the startup parameters of Dynamics projects. It was introducedto avoid errors with the new TRY and CATCH error handling.

================================================OpenEdge Architect - DB Navigator================================================

Note: OE00121639 Type: Known IssueSyntax error when creating Java trigger

Page 67: Progress x Vista

---------------------------------When you create a Java trigger in the SQL editor, you must add an additionalspace before the carriage return after each semicolon. Otherwise, a syntax errormay be displayed: 'syntax Error in SQL statement at or about "End". (10713)

Note: OE00163095 Type: Behavior ChangeDatabase connections available for import/export only after clicking OK---------------------------------After adding or modifying a database connection, you must click OK on thepreference page to make the connection available for import or export. Sinceclicking OK closes the preference page, you must return to the DatabaseConnections preference page to import or export the new or modified connection.

Note: OE00163896 Type: Known IssueMax Size value for CLOB/BLOB columns displays as 1 Gigabyte---------------------------------The Max Size value for CLOB/BLOB columns always displays as 1 Gigabyte in theEdit Column and Add Column wizards. The column is created with the correct size;the display is incorrect.

================================================OpenEdge Architect - Editing================================================

Note: OE00158584 Type: Known IssueEnablement rules ineffective on custom commands from earlier releases---------------------------------In earlier releases of OpenEdge Architect, menu or toolbar commands created withthe Customization Editor appear enabled even when the context is not valid. Inthe 10.1C release of OpenEdge Architect, enablement rules disable customcommands until a valid object is selected in the workbench window.

However, the enablement rules do not work for commands defined by theCustomization Editor in an earlier release. Such commands continue to appearenabled even though the context is invalid.

To correct this behavior, open the Customization Editor in the 10.1C release. Make a minor change to a custom command that was defined in an earlier release.(If necessary, you can undo the change later.) Save the command. Re-startOpenEdge Architect using the -clean parameter (Start>OpenEdge>OpenEdge ArchitectClean). The custom command now conforms to the enablement rules.

Note: OE00158843 Type: LimitationSave automatically before build does not work for include files---------------------------------Changes to an include file are not automatically recognized when you run the .pfile that calls it, even if the Eclipse preferences "Save automatically beforebuild" and "Build (if required) before launching" are enabled.

They will be be recognized if the calling .p file is changed.

Note: OE00160674 Type: Known IssueESB Annotation - Detail selection lost for nodes with no internal procedures---------------------------------When using the second page of the Add Annotation wizard to add ESB Detailannotations to selected files, checking the "Show Selected" option deselectsthose nodes that have no internal procedures or functions.

Note: OE00161179 Type: Workaround

Page 68: Progress x Vista

Smart indent does not work on insertion of CATCH/FINALLY block---------------------------------When you use Source> Surround With to insert a CATCH or FINALLY block, theinserted lines and the surrounded lines are not indented properly. UseSource>Correct Indentation or CTRL+I to apply the correct formatting.

Note: OE00161873 Type: LimitationPreprocessor and Include Reference statements are not indented---------------------------------The Correct Indentation command (Source> Correct Indentation or CTRL +I) doesnot adjust the indentation of Preprocessor statements, Include Referencestatements, and their associated comments.

Note: OE00161889 Type: Known IssueHelp appears for preprocessor instead of keyword---------------------------------In many cases, the wrong help displays when a keyword name matches apreprocessor name. Help for the preprocessor appears. For example, if you selectMESSAGE and press SHIFT+F2, you see help for the &MESSAGE preprocessordirective.

The same issue affects hover help and code-completion assistance.

Note: OE00162499 Type: WorkaroundKeyword-casing warning causes automatic build to start---------------------------------If the Eclipse Build Automatically option is enabled, a casing warning (causedby typing a keyword in a format that does not conform to your casing preference)inappropriately triggers a project build. This can be an inconvenience if thebuild process is lengthy. To avoid the problem, turn off the Build Automaticallyoption on the Project menu.

Note: OE00162967 Type: Known IssueProcedures and functions not sorted when added to structured .p or .w file---------------------------------In structured procedure files and .w files, code segments that you create byusing the Add Procedure and Add Function wizards are added at the beginning ofthe applicable section rather than being alphabetically sorted.

Note: OE00163088 Type: Known IssueEditing default annotation names causes problems---------------------------------Although the OpenEdge Architect Editor Annotations page allows you to edit thedefault annotations, changing their names can cause failures when yousubsequently try to add annotations. Default annotation names should not beedited.

Note: OE00163091 Type: Known IssueText between annotation and procedure name causes ESBOE generation to fail---------------------------------If a preprocessor directive, comment, or other text occurs between an ESBannotation and the procedure name, no ESBOE file is generated for thatprocedure. This condition results when you add ESB annotations to .w files.

Note: OE00163724 Type: Known IssueCasing preference is not applied to all events and methods---------------------------------OpenEdge Architect does not convert the case of all methods and events accordingto the user's selected casing preference. It does convert the case of all

Page 69: Progress x Vista

keywords.

Note: OE00163887 Type: Known IssueVariable names expand to table names---------------------------------With the preference to expand database tables and fields enabled, if a variablename matches the initial string of a table name in a connected database, the ABLEditor improperly expands the variable name to the table name.

Note: OE00163992 Type: Known IssueUsing Delete from Outline view may delete wrong code---------------------------------Using the Delete command from the Outline view context menu can result indeletion of the wrong code. The issue occurs when you perform a deletionimmediately after making another code change. For example, deleting two elementsin quick succession, or deleting an element immediately after making changes inthe ABL Editor, can cause the problem.

Note: OE00163995 Type: Known IssueHover help for some keywords is wrong or missing---------------------------------For certain keywords, the ABL Editor displays the wrong hover help or no help.

Note: OE00164065 Type: Known IssueAdd Procedure and Add Function commands add indented code blocks---------------------------------When you use the Add Procedure or Add Function command, the code block that theABL Editor generates is tab-indented. You can correct the indentation byselecting Source>Correct Indentation or by pressing CTRL+I.

Note: OE00164097 Type: Known IssueCheck Syntax may cause system editor to open---------------------------------If you open an ABL source file via Open With>System Editor, then perform asyntax check, and the file contains a compilation error, Eclipse attempts toopen a second instance of the file in the system editor instead of repositioningto the current open editor.

Note: OE00164104 Type: WorkaroundAuto-indent on paste sometimes gives undesirable results---------------------------------With the "Enable auto-indent on paste" option turned on, pasting code in the ABLEditor can result in erratic indentation. After pasting, you can selectSource>Correct Indentation or press Ctrl +I to fix the problem.

Note: OE00164340 Type: Known IssueOpen declaration might navigate to wrong declaration---------------------------------In a .p file that contains both a temp table field declaration and a functionof the same name, the Open Declaration command on a reference to that name in anindex navigates to the function declaration instead of to the field declaration.

Note: OE00164876 Type: Known IssueAdd Annotation wizard fails when include files are not in PROPATH---------------------------------If an ABL source file references include files that are not in a project'sPROPATH, the Add Annotation wizard fails and generates a NullException errror.Modify the project's PROPATH to avoid the error.

Page 70: Progress x Vista

================================================OpenEdge Architect - Project================================================

Note: OE00149365 Type: Known IssueBuild All and Build Project functionality---------------------------------The OpenEdge Architect builder does not track cross-file dependencies.Therefore, Build All and Build Project cause r-code to be recompiled only whenthe original source file is modified. These commands are available from theProject menu.

Note: OE00154761 Type: LimitationNot possible to cancel the run of a procedure from within OpenEdge Architect---------------------------------When you use the "Run" button to run an ABL procedure, the Progress view showsthe name of the running program with a red Cancel Operation button. Clickingthis button does not stop the program.

Note: OE00161854 Type: Behavior Changeadetran.pl is no longer in default PROPATH---------------------------------The adetran.pl procedure library was removed from the standard PROPATH librariesgroup and placed into its own group called Translation Manager Paths.

If your OpenEdge Architect project relies on adetran.pl , you must manually addit to the project's PROPATH.

Note: OE00163251 Type: Known IssueException errors caused by nonfunctioning database connections---------------------------------If you have a project with a nonfunctioning database connection, an exceptionmessage may be displayed when OpenEdge Architect starts and fails to connect.

To workaround the issue, delete any file ending in .txt in the.metadata/.plugin/com.openedge.pdt.text directory in your workspace.

================================================OpenEdge Architect - Template Engine================================================

Note: OE00159114 Type: Known IssueEnabling JET templates for OpenEdge Projects empties the bin directory---------------------------------When you add the Java and JET builders to an existing OpenEdge project using theJET Enablement for OpenEdge Project wizard, the Java builder clears the bindirectory of all contents when the wizard is finished. If your OpenEdge projectuses the bin directory in your project as a target for its builds, any r-code inthis directory will be deleted.

To workaround this issue, change the r-code build destination directory for yourOpenEdge project to a directory other than bin.

================================================OpenEdge Architect - Tools for Business Logic================================================

Page 71: Progress x Vista

Note: OE00159266 Type: Known IssueTools for Business Logic diagrams are not displayed properly if moved---------------------------------If a Tools for Business Logic diagram (.dgm) file is moved from the directory inwhich it was originally created, the diagram appears as a grey box when openedin the Component Designer, and the Outline view may not display any data.

To correct this issue, open the .dgm file in an XML editor or a text editor andcorrect the path information to the appModel.t4bl file that contains the modelinformation for the diagram. The paths can be relative to the .dgm file location(for example, "../appModel.t4bl"), or can be absolute Eclipse workspace paths(for example, "/<project name>/appModel.t4bl"). In some cases the .t4bl filecontains references to the diagram file itself; these paths to the .dgm filemust be corrected as well.

================================================OpenEdge Replication - ================================================

Note: OE00124758 Type: MigratedAdminServer is started before Replication is configured---------------------------------RN#101A-00351 ===============When installing OpenEdge Replication, the AdminServer starts before OpenEdgeReplication is added to the AdminServer property file. As a result, OpenEdgeReplication is not enabled until the next time the AdminServer is started. Toenable OpenEdge Replication, stop, then restart the AdminServer.

Note: OE00146535 Type: Known IssuePROUTIL DBRPR -f Is Not Supported in OpenEdge Replication---------------------------------PROUTIL DBRPR -f is not supported in OpenEdge Replication. Do not use thiscommand. If you do, unpredictable results may occur.

================================================OpenEdge Replication - Agent================================================

Note: OE00146527 Type: Known IssueProcessing if OpenEdge Replication Agent Failure Occurs---------------------------------If an OpenEdge Replication agent failure occurs (for example, if the rpagentprocess ends abnormally), the only way to restart the agent is to restart thetarget database. Under normal circumstances, the broker or watchdog processdynamically backs out active transactions for a process after that processunexpectedly ends. The dynamic backout process cannot be performed on behalf ofthe OpenEdge Replication agent because target database updates must always bedriven from the source database. Dynamic backout does, however, update thedatabase.

In the event of an unexpected OpenEdge Replication agent failure, dynamictransaction backout does not occur and the target database is left in aninconsistent state. This could cause ABL or SQL processes accessing thedatabase to end abnormally. After the target database is restarted andsynchronization is performed, all target database access should proceednormally.

Page 72: Progress x Vista

Note: OE00146536 Type: Known IssueIf First Agent Terminates While Two Agents Connect the Server Shuts Down---------------------------------In a two-agent scenario, if one Replication agent connects to the Replicationserver and then terminates while the server is connecting to the secondReplication agent, the Replication server terminates with an error-1.

Note: OE00164999 Type: Known IssueDo not perform an online backup of a target database undergoing transition---------------------------------Do not perform an online backup of a target database while it is beingtransitioned. The two activities can interfere with each other. The end resultdepends on which action finishes first, and cannot be precisely predicted, butyou could have a target database that is partially transitioned and unsable.

================================================OpenEdge Replication - Installation================================================

Note: OE00146525 Type: Known IssueRestart AdminServer to Enable OpenEdge Replication---------------------------------When you install OpenEdge Replication, the AdminServer is started beforeOpenEdge Replication is added to the AdminServer property files. This meansthat OpenEdge Replication will not be enabled until the next time theAdminServer is started. To enable OpenEdge Replication, simply stop theAdminServer and restart it.

================================================OpenEdge Replication - Replication================================================

Note: OE00146529 Type: Known IssueStartup Parameter -DBService is Case-Sensitive---------------------------------The -DBService startup parameter is case-sensitive. If you do not enter theparameter in the correct case, an error appears and indicates that the -Sparameter is missing.

Note: OE00146532 Type: Known IssueDo Not Enable a Quiet Point before Restart of the Replication Server---------------------------------If the Replication server crashes and you plan to restart it using the followingcommand:

DSRUTIL sdb -C restart server

where sdb is the name of your source database, do not enable a quiet point onthe source database before you restart the Replication server.

================================================Porting - ================================================

Note: OE00133982 Type: Known IssueProgress Explorer must "Run As Administrator" on Windows Vista---------------------------------

Page 73: Progress x Vista

On Windows Vista platforms, Progress Explorer fails to start when UAC is enabled(by default, UAC is enabled). To start Progress Explorer, select the ProgressExplorer shortcut, right-click and choose "Run As Administrator." Use thisprocedure when logged in as a normal user or as an administrator.

Note: OE00135242 Type: Known Issuefmconfig must be run as an elevated process on Vista---------------------------------FMCONFIG does not run properly on Windows Vista platforms unless it is startedas a "Run as Administrator" process. To run FMCONFIG with the correctpermissions, right click the shortcut and select "Run As Administrator." Or,from a command prompt window, right click and select "Run As Administrator."

Note: OE00152423 Type: WorkaroundUbroker cannot connect via shared memory to an unmanaged database---------------------------------When implementing session IDs on Windows Vista platforms, a ubroker may beunable to connect via shared memory to a served database; on Windows Vistaplatforms these session IDs are 0, the OpenEdge AdminServer also sets thesession ID to 0. When a user serves an unmanaged database (for example, from thecommand line and not through Progress Explorer) the process has a session ID of1.

To resolve this issue:-ensure that the database is started with Progress Explorer-or, restart the AdminServer with a user account

Note: OE00152834 Type: Known IssueOn Windows Vista platforms, sqlexp only works with a numeric port number---------------------------------On Windows Vista platforms, sqlexp can only connect to the database server ifthe port is numeric. For example, specify the port number as 4050 rather thanusing a service name like "mydbservice".

================================================Progress Explorer - ================================================

Note: OE00054808 Type: MigratedSpecifying Conversion Map in Progress Explorer Can Cause Database Startup Error---------------------------------RN#: 091A-00526===============When configuring a database in Progress Explorer use a fully qualified filespecification if setting the Conversion Map property. Failure to use a fullyqualified name for the Conversion Map property can result in errors whenstarting the database.

Note: OE00055523 Type: MigratedRapid Stop/Start of DB Gives Start Fail---------------------------------RN#: 091A-00507===============Using Progress Explorer, if you stop a running database and then immediatelyattempt to restart it, the database may fail to start. When a database isstopping Progress Explorer disables the ability to start the database. Theproblem is that there is a small timing window in which the Progress Explorerbelieves that a database has completely shutdown when it actually has not. In

Page 74: Progress x Vista

this timing window it is possible to attempt to restart the database before ithas completely shutdown. Hitting this window cause the database start to fail.If you encounter this problem a second attempt to start the database shouldsucceed.

Note: OE00056474 Type: MigratedNot Enough License Information---------------------------------RN#: 091B-00215===============The Progress Explorer "License Summary" dialog in some instances only displays asubset of the licensed Progress products available on the host where theAdminServer is running.

Note: OE00057063 Type: LimitationError 9173 Connecting Progress Explorer to AdminServer---------------------------------If you do not use NIS, and md5 passwords are enabled, Progress Explorer isunable to connect to an AdminServer running on Linux, even when the correctusername and password are provided.

In this instance, the Progress Explorer returns the following error:

Invalid username and/or password specification (9173).

Please see KnowledgeBase 19728 for the solution to this problem.

================================================Security - SSL================================================

Note: OE00105976 Type: Known IssueWhen 4GL client runs SSL AppServer, ignore the following log messages---------------------------------RN#: 100B-00101===============When a 4GL client is running an SSL AppServer request, and if the user has thelogging level at extend, ignore the following log messages:

* On Windows: Socket Failed: connection reset* On UNIX: socket closed prematurely

They do not highlight any negative behavior and will be present for allsuccessful (and probably unsuccessful) requests.

================================================Security - Tools================================================

Note: OE00147103 Type: Behavior ChangeBehavior change recording auditing events during index rebuild---------------------------------This bug fix changes the behavior of recording audit events during an indexrebuild.

Page 75: Progress x Vista

During index rebuild, the _index records for the indexes to be rebuilt are firstchanged to "inactive". After the rebuild is complete, they are changed to"active".

Before this fix, if there was a audit policy defined to record updates on _indexrecords for the indexes to be rebuilt, auditing recorded the change.

After this fix, the events are not recorded. The reason is, if the indexes arein a rebuild state, the indexes used to get auditing policies might be invalidand we can not get the schema and policy records needed to record the event.

================================================SQL - ================================================

Note: OE00046234 Type: MigratedStored procedure call must add {} to adhere to specification---------------------------------RN#: 101A-00342=================

With the new JDBC driver in 10.1a, it is necessary to call stored proceduresaccording to the JDBC specification, by surrounding the call with { and ~. Inthe previous type2 driver, we allowed a non-spec compliant method of calling astored procedure.

In the type 2 driver, cst = con.prepareCall("call myproc()");

In the type 4 driver in 10.1a, this call as is will produce the error "NoResultSet set was produced."

To follow the JDBC specification in the 10.1a driver, and avoid this error, theproper escape sequence must be used.

cst = con.prepareCall("{call myproc()~");

Note: OE00051287 Type: MigratedSetting the Year Offset for SQL---------------------------------RN#: 091A-00563===============In order to set the year offset (-yy parameter) you must use a property file instarting up the server.

Note: OE00056164 Type: MigratedQueries with LIKE predicate through ESQL---------------------------------RN#: 091A-00669===============If you are doing queries with a LIKE predicate through ESQL/C for SQL, thegenerated code is possibly incorrect. However, there is a simple fix.

If your existing code looks like:

EXEC SQL BEGIN DECLARE SECTION

Page 76: Progress x Vista

char searchfield[33]; EXEC SQL END DECLARE SECTION strncpy(searchfield, "sys%", sizeof(searchfield)); EXEC SQL DECLARE c2 cursor for select systables.tbl from sysprogress.systables where systables.tbl like :searchfield;

You will get the wrong rows (if any) returned. To fix this, change the first section to read:

EXEC SQL BEGIN DECLARE SECTION VARCHAR searchfield[33]; EXEC SQL END DECLARE SECTION

This change in behavior is the result of a change to the product to make it more closely conform to the ANSI SQL Standard with regards to the LIKE operator and its different behavior with CHAR and VARCHAR data.

Note: OE00058715 Type: MigratedSQL - UPDATE STATISTICS---------------------------------RN#: 091B-00231===============When running UPDATE STATISTICS against Progress 4GL databases, the wholetransaction will not be terminated with the fatal error "Column [column name] intable [table name] has value exceeding its max length or precision" any more ifthere is a longer-than-defined 4GL character field data value.

Instead, those records which have oversized values will be skipped and a relatedmessage will be generated and logged into the database's *.lg file as areference.

The message format looks like:

18:49:18 Progress/SQL Update Statistics:Table PUB."test" at Rowid 0000003747 hasColumn custid whose value exceeding its max length or precision

Note: OE00098617 Type: MigratedSQLExplorer will not output BLOB data---------------------------------RN#: 100A-20190===============SQLExplorer will not output BLOB data, since it is a simple ASCII output tool.If BLOB data is attempted to be retrieved via SQLExplorer, you may get an errorlike: "java.lang.OutOfMemoryError" in attempting to display BLOB data.

Note: OE00099948 Type: MigratedNo native support for TIMESTAMP WITH TIME ZONE in ODBC---------------------------------There is no native support for the TIMESTAMP WITH TIME ZONE data type in theODBCspecification. Therefore, this data type is returned as a character string.

Note: OE00124601 Type: MigratedStored procedure must register output parameters

Page 77: Progress x Vista

---------------------------------RN#: 101A-00343========================

In the type 4 JDBC driver in 10.1a, it is necessary to register OUT or INOUTparameters of a stored procedure call in accordance with the JDBC specification.

Failure to do so will result in the following error:NULL PointerException

You can register the output parameters with the registerOutParameter call:

//Preparing CallableStatement to call the procedure CallableStatement call = con.prepareCall ("{CALL proc0b(?)~");

// Registering the OUT parameter call.registerOutParameter(1, Types.TINYINT);

Note: OE00124603 Type: MigratedODBC servicename cannot be used in DSN---------------------------------When connecting via ODBC in Release 10.1, it is necessary to use the port numberin the connect DSN. Previously, OpenEdge allowed servicename and port in the 4.2driver for the 'port' of the connection DSN, however this is non-standard forthe DataDirect Wire Protocol drivers.

Note: OE00124605 Type: MigratedSQLExplorer only has character mode for Release 10.1A and later---------------------------------As of Release 10.1A, SQLExplorer can only be run in character mode.The GUI mode of SQLExplorer is not delivered due to JDBC3 specification changes.You can use the IDE DBNavigator or other GUI tools that conform to the JDBC3specification in the JDBC type 4 driver in 10.1A.

Character mode can be run from a 'proenv' window

sqlexp -S <port> <databasename>

Note: OE00124607 Type: MigratedLeading '(' paranthesis causes error---------------------------------RN#: 101A-00346========================In 10.1a, there exist a limitation in using the type4 JDBC driver.The statement with a leading parenthesis, "(select * from table1)", will producea no result set error. Merely removing the parenthesis will allow this tooperate properly select * from table1 will work.

Note: OE00145579 Type: Behavior ChangeChange in behavior regarding usage of select list "aliases" in SQL Statements---------------------------------

For some time, OESQL has supported an exetension to the ANSI standardthat allows the user to reference aliases defined in the SELECT listof a query in other places in the statement. Example:

Page 78: Progress x Vista

SELECT custnum, customer.state custstate, region FROM pub.customer, pub.stateWHERE pub.state = custstate;

The usage of "custstate" in the WHERE clause of the above statement isan example of how this extension may be used.

The behavior change that is being introduced to 10.1B01 and 10.1C isrelated to OESQL's behavior when there is a conflict between a selectlist alias and an actual database column. When this happens, OESQLwill always interpret the reference as the database column. Example:

SELECT substring (state, 1, 2) state, sum (balance)FROM pub.customerGROUP BY state;

In the above query, "state" is apparently ambiguous because it canrefer to either the DB column pub.customer.state, or the result of thesubstring scalar function in the select list. However, correctinterpretation of the ANSI standard (as well as compatability withother vendors and reporting tools) requires that "state" refersunambiguously to the database column.

The above query will group the result by the database column. This isa change in behavior from 10.1A and earlier, which would have groupedby the output of the substring function.

The same principle holds for apparently ambiguous references thatappear in WHERE, ON, and HAVING clauses.

The only exception to this rule is for the ORDER BY clause. Example:

SELECT substring (state, 1, 2) state, custnameFROM pub.customerORDER BY state;

In this example, the result would be ordered by the result of thesubstring function, since the ORDER BY should be thought of asoccuring outside of the query itself. There is no behavior change forthe this example, since this is already ANSI standard behavior.

Note: OE00147850 Type: Behavior ChangeLarge Address-Space Model is used for _sqlsrv2 image -- AIX only---------------------------------RN#: 091D-00278===============On AIX, the SQL Server executable image, _sqlsrv2, is now built using a LargeAddress-Space Model. This allows the _sqlsrv2 process to allocate more than256MB of data memory, the limit for processes not built with the Large DataModel. This increase in the allowed memory allocation is needed to allow each_sqlsrv2 image to execute up to 100 connections, each of which uses a defaultallocation of over 1MB for stack space, plus additional data allocated from heapstorage.

System Administrators should be aware of this change as soft and hard memorylimits, if set in the process environment, may prevent such Large Data Modelprocesses from running. If the SQL Server process should fail to run,examination of the process environment should be done, and the values adjusted

Page 79: Progress x Vista

accordingly to allow Large Data Model processes to run. Detailed information onLarge Program Support and adjusting process memory limits may be found in theAIX Large Program Support chapter of the General Programming Concepts document.

Note: OE00147852 Type: Known Issuedatetime_TZ with extents and ASCII dump and load---------------------------------RN#:101A-00376===============When defining a TIMESTAMP_TZ datatype AND the datatype has an extent value ( anarray of TIMESTAMP_TZ) via SQL, and dumping a .df file via the Data Dictionary,you will notice that the _Decimal value is 3, which is different than the_decimal value if defined through the 4GL. Workaround is to edit the .df,changing the 3 to 0, before loading the .df into another database.

Note: OE00147853 Type: Known IssueCLOB collation and ASCII dump and load---------------------------------RN#: 101A-00377===============When defining a CLOB and using the default collation through SQL, and dumpingthe schema definition via the Data Dictionary, the default collation of the CLOBwill be BASIC_S. and CLOB-TYPE 3. This will fail on the .df load.

Workaround is to edit the .df from BASIC_S to BASIC. If CLOB-TYPE is 3, modifyto CLOB-TYPE 2.

Note: OE00147854 Type: Known IssueMulti-DB Query Properties File---------------------------------RN#: 101B-00097===============On Windows, if you notice an error connecting to the auxiliary databases, eventhough the format of the properties files is correct, it may be necessary to addan extra blank line at the end of the properties file, or add a carriage returnafter the last entry (tag-value pair).

This issue does not apply to the Unix systems.

Note: OE00147855 Type: Known IssueMulti-DB Query - Codepage restriction---------------------------------RN#: 101B-00098===============All of the databases, primary and auxiliaries, need to have the same characterset codepage. Otherwise, no connection is established to the auxiliaries.

Note: OE00147857 Type: Known IssueImporting Data to MicroSoft Excel---------------------------------RN#: 101B-00128===============If you using Excel to import from OpenEdge10.1b and using the multi-db connectfeature via ODBC, it is recommended to use the menus "Data", "Import External

Page 80: Progress x Vista

Data", "Import Data". This path will allow you to choose from the multipledatabases/catalogs in the multi-db connect setup.

The alternate import path via menus "Data","Import External Data","New DatabaseQuery" can only deal with one database at a time.

================================================SQL - ESQL92================================================

Note: OE00156806 Type: Behavior ChangeSQL Utilities and ESQLC clients should enclose IPv6 addresses in brackets---------------------------------The SQLDump, SQLLOad, SQLSchema utilities and ESQLC clients should enclose IPv6addresses in brackets when they are specified on a connection URL. For example,when specifying the IPv6 address of localhost:

progress:T:[::1]:2800:mydb

Note: OE00159192 Type: LimitationESQLC clients can specify an IP protocol version using a parameter---------------------------------ESQLC clients will default to using the IPv4 protocol. The use of the IPv6protocol can be selected by using the -ipv6 parameter on the connection URL. The following is an example of a connection URL where the use the of IPv6protocol is desired:

progress:T:myhost:5000:mydb:[-ipv6]

The parameter is also available to use with connection URLs for the SQLDump,SQLoad, and SQLSChema utilities.

================================================SQL - JDBC Drivers================================================

Note: OE00164407 Type: Known Issue10.1C JDBC driver has problem with LOBs in 10.1B server---------------------------------The 10.1C JDBC driver causes failures with LOB columns when communicating to a10.1B server. The same 10.1C JDBC driver works correctly with a 10.1C server.

================================================SQL - ODBC Drivers================================================

Note: OE00147185 Type: WorkaroundError creating new data source from VS 2005---------------------------------You may encounter the following error when creating a new Data Source for anOpenEdge database created in the 64 bit environment using the .NET 2005 DBassistant or other similar client:

ERROR [HY000][DataDirect][ODBC Progress OpenEdge Wire Protocoldriver][OPENEDGE]procedure not found (7678)

Page 81: Progress x Vista

To resolve this error, issue the following command:

proutil <dbname> -C enablestoredproc

================================================SQL - Server================================================

Note: OE00119681 Type: Known IssueFetch Array size should not exceed 32K---------------------------------The value used when setting the ODBC and JDBC fetch array size should not exceed32K.

Note: OE00157404 Type: Behavior ChangeDatabase name specified by client must match the database name of the server---------------------------------The database name specified by a client must be the same database name that wasused to start the database server.

================================================SQL - SQL================================================

Note: OE00153600 Type: Known IssueSQL uses the Java compiler to compile the Java code for a CREATE---------------------------------RN#: 101A-00034================TRIGGER or CREATE PROCEDURE statement. If the Java compiler finds errors in thisJava source code, it outputs diagnostic information describing the errors.

A subset of the diagnostics is appended to the SQL-92 errormessage which is returned to the client.

The entire set of diagnostics is stored on the server, in the SQL server'sWRKDIR (working directory). If the owner of the stored procedure/trigger isOWNER, and the procedure/trigger name is XX, then all the diagnostics are in thefile named OWNER.XX.LST in the SQL server's WRKDIR (working directory).

The WRKDIR is identified by either the environment variable $WRKDIR, or on NT bythe registry entry WRKDIR under the registry key for the Progress softwareinstallation.

================================================TTY - ABL================================================

Note: OE00159276 Type: Known IssueDynamic browse scrolls when adding columns---------------------------------When using the character client _progres.exe, the data in a dynamic browse whichis visible and populated will scroll up one row when a column is added.

Page 82: Progress x Vista

================================================Web Services Client - ================================================

Note: OE00098708 Type: Known IssueSTOP attribute not set for Asynchronous Web Service invocation---------------------------------RN#100A-20194=============When the CANCEL-REQUESTS () method is invoked on a SERVER handle, allnon-complete asynchronous Web Server requests are cancelled. If an asynchronousrequest is currently running on a Web Server when CANCEL-REQUESTS () is invoked,the STOP attribute of the corresponding asynchronous request object should beset to TRUE. However, currently the CANCELLED attribute is set to TRUE.

Note: OE00100789 Type: Known IssueTime zone information lost for XML data types gMonth, gYear, gDay, gYearMonth,---------------------------------RN# 100B-00162==============The XML Schema data types gYearMonth, gYear, gMonthDay, gDay and gMonth mayinclude (optionally) time zone information. OpenEdge does not handle time zoneinformation correctly for these datatypes. Any time zone input from the ABL islost, as is any time zone information returned from a Web service for thesedatatypes. For example, "1953-10-4:00" becomes "1953-10". The one exception isthat Z, indicating Universal Time (UTC), will be retained (e.g., 1953-10Z willremain 1953-10Z).

Note: OE00102372 Type: Known IssueThe RESPONSE-HEADER callback in effect on an async call may be overwritten.---------------------------------RN# 100B-00163===============The following sequence of events will cause the wrong Response Header callbackprocedure to run:

1. Call SET-CALLBACK-PROCEDURE() to associate a response header callbackprocedure with a web service procedure handle

2. Call an operation asynchronously via the procedure handle,

3. Call SET-CALLBACK-PROCEDURE() again to associate a different response headercallback with the procedure handle before the response has been processed.

OpenEdge will invoke the 2nd response handler rather than the one that was ineffect when the operation was invoked. The correct behavior would be to invokethe response handler that was in effect when the operation was called.

(A slight variation on this is that clearing the response handler before thecall returns causes NO response handler to run.)

Note: OE00103414 Type: Known IssueData types defined in imported schemas are not seen by the WSDL Analyzer---------------------------------RN# 100B-00168==============When a WSDL document contains an XML Schema import element, the type and elementdefinitions of the imported schema are not seen by the analyzer. A messageindicating that a type or element definition could not be found will appear in

Page 83: Progress x Vista

the generated documentation.

To work around the problem, copy the xsd:schema elements (and their contents)from the imported schema document and paste them as children of the wsdl:typeselement of the WSDL document. Also comment out the xsd:import element in thexsd:schema element.

Double check namespace prefix definitions to ensure the prefixes in the copiedXML are properly defined and can be referenced by other parts of the WSDLdocument.

Note: OE00106200 Type: Behavior ChangeServices hyperlink in data types document can be wrong---------------------------------RN# 100B-00169==============If a WSDL document describes more than one service, the Service hyperlink in thegenerated data types document will load a single service document, rather thanthe index document which will list all services described by the WSDL.

This problem does not occur if only one service is described in the WSDL.

Note: OE00123804 Type: Known IssueMemory violation when connecting to a Web Service on AIX 5.3---------------------------------RN# 101A-00354====================================== In order to use WebServices on AIX 5.3 the minimum Operating Systemrequirement is AIX 5.3.04. You can find the version of AIX you arerunning using the oslevel -r command.

================================================WebClient - ================================================

Note: OE00066810 Type: MigratedAdditional Setup is Required on End-User Machine to Connect to AppServer---------------------------------This applies to SSL Web Servers that are secured using internally generatedcertificates.

The <WebClient Install-Dir>/certs directory contains a readme file that providesinstructions for running the mkhashfile.bat script to configure certificates onthe end-users machine. The $DLC environment variable must be set to <WebClientInstall-Dir> before running this script. If you are using internally generated certificates, you must provide instructions to your end-users on how to do this. In contrast, the Progress installation includes a set of publicly available andwell-known CA certificates, such as Verisign, in the <WebClientInstall-Dir>/certs directory. These certificates do not require any additionalconfiguration.

Note: OE00146960 Type: Known IssueThe WebClient install does not accurately calculate disk space required---------------------------------RN#: 101A-00041The WebClient install does not accurately calculate the amount of disk spacerequired on the client side to do the install. Prior to the install the user

Page 84: Progress x Vista

should probably have around 25 meg of available disk space. Some of this is fortemporary storage of installation files.

Note: OE00147866 Type: Known IssueUpgrading Windows Security package to run a WebClient application with SSL---------------------------------This note applies to an end-user installing and running a WebClient applicationover an SSL (https) connection. If the user gets the error "can't findrequested security package," that user may need to update the Microsoft WindowsSecurity package on that workstation. To determine if the user needs to updatethe Security package, have the user follow this procedure:

1) Run Microsoft Internet Explorer. 2) Select the Help -> About Internet Explorer menu item.3) Locate the Cipher Strenght field under the Version field. If the CipherStrength field displays zero (0), then the Security package for that workstationneeds to be updated. 4) Record the information shown in the Version field. You'll need it to get theright download from Microsoft.

To perform a Security package update, instruct the user to follow thisprocedure:

1) Go to the Microsoft Web site for Windows Internet Explorer Downloads:

http://www.microsoft.com/windows/ie/download

2) At the site, follow the instructions for downloading and installing the "HighEncryption Package". You can be do this from either Microsoft InternetExplorer or Netscape Navigator.

3) Select the Security package that corresponds to the version of Windowsinstalled on your computer:

* Select "Windows 2000 High Encryption Pack" for a Windows 2000 Professional orServer machine.

* Select "Internet Explorer High Encryption Pack" for all other Windowsversions.

4) After selecting one of these links, you go to the download page. Use theVersion information you recorded earlier to select the correct Security packageand then click the Download button.

5) Be sure to read and follow the "download and install instructions.".

NOTE: International users must go to the Internet Explorer Home web page andactivate the "International Sites" link. This allows a choice for the correctlanguage version of the Security package. From here, follow the links to the"High Encryption Pack" downloads.

Note: OE00147868 Type: Known IssueDo Not Use Notepad to Edit .htm Files---------------------------------Do not use Notepad to edit the webclient.htm file or bootstrap.htm file forcustomizing your application install. When Notepad saves the file, it changesthe line terminator characters and may make the file work improperly in thebrowser.

Page 85: Progress x Vista

Note: OE00147869 Type: Known IssueDLLs and EXEs That You May Have to Package with Your Application---------------------------------Be aware that there may be Progress-supplied DLLs or EXEs that are used by yourapplication that are not included in the end-user WebClient install. Strictlyspeaking, these DLLs and EXEs are not a part of ABL. For example, there aresome DLLS or EXEs only used during application installation. Other DLLS may berequired if the application uses procedures in the adecomm or adeshardirectories that indirectly use DLLs. Progress excludes them from the installto keep WebClient as small as possible and keep install time over the Internetas fast as possible. If you need any of these files to install or run yourapplication, include them in your application installation. Examples of thesefiles are listed below by category.

DLLs used by some procedures in adecomm/adeshar: dirsrch.dll fileinfo.dll proprint.dll

EXEs that could be used by your install:* ini2reg.exe* regsvr32.exe (A Microsoft tool usually, but not always, installed on a typicalPC)

Note: OE00148079 Type: Known IssueCodepage Issues with Strings Entered into the WebClient Assembler---------------------------------There are several strings entered into the WebClient Assembler that may be shownto the end-user when the application is installed. Notably, these are theVendor Name, Application Name, and End-User Description strings as well as thenames of application shortcuts. WebClient Assembler saves these strings in theapplication configuration file using the default codepage of the developmentmachine. If the application is installed on an end-user machine that has adifferent default codepage, some of these strings may contain strange orunreadable characters.

Note: OE00163255 Type: Known IssueMD5 Encryption Library Product Notice---------------------------------This product includes the RSA Data Security, Inc. MD5 Message-Digest Algorithm.Copyright (c)1991-2, RSA Data Security, Inc. Created 1991. All rights reserved.

================================================WebSpeed - SpeedScript================================================

Note: OE00063189 Type: Known IssueWebSpeed does not use cpstream for input---------------------------------The WebSpeed Agent must be run with cpinternal = cpstream. This value must matchthe setting of the Content-Type charset parameter in the HTML. If there is amismatch, data corruption could occur. The actual name of the charset used inthe HTML should be the IANA charset name, which may differ from the Progresscodepage name. See this webpage for a listing:

http://www.iana.org/assignments/character-sets.

The getmimecodepage() function can be used to get the IANA codepage name that

Page 86: Progress x Vista

corresponds to a Progress codepage name. It is found in$DLC/prolang/getmimecodepage.p, which includes usage information.

================================================WebSpeed - Tools================================================

Note: OE00096070 Type: Known IssueThe compileAll option in WebTools has a limitation of URL length of 4096 chars---------------------------------The compileAll option on AppManager in WebTools has a limitation of URL lengthbeing more than 4096 chars, depending of what web browser is being used. Try tolimit the size of the compiles, number of files if you run into this problem.

Note: OE00120838 Type: Known IssueThe HTML Report and Detail wizards column format doesn't work---------------------------------The HTML Report and Detail wizards column editor displays blank formatvalues and changing a format does not generate logic in the HTML to assignColumnFormat for the column.

Note: OE00160917 Type: Known IssueSyntax check of HTMLfile larger than 18KB hangs WebSpeed Workshop---------------------------------The web browser-based WebSpeed Workshop hangs when checking the syntax of anHTML file larger than 18KB using the Editor tool. Saving and compiling of thesame file works without a problem.

================================================DB Navigator - ================================================

Note: UNUM00000244 Type: MigratedDriver Class Name not automatically listed for OpenEdge driver---------------------------------If you open the Edit Driver dialog for the Progress OpenEdge JDBC Driver, selectthe Extra Class Path tab, and click List Drivers, the Driver Class Name field isnot refreshed with the correct name. If this occurs and you accidentally changeor remove the name, you must retype the correct Driver Class Name in the field(case-sensitive): com.ddtek.jdbc.openedge.OpenEdgeDriver

LIST OF ISSUES ADDRESSED IN THIS RELEASE:

================================================Adapter for SonicESB Other================================================Issue Number: OE00148723 Incorrect code page conversions for non-ASCII characters

The OpenEdge Adapter for Sonic ESB would incorrectly encode some non-ascii characters based on code-page settings of the Sonic container it was running in. This would produce incorrect character variables passed to an OpenEdge AppServer.

================================================Adapter for SonicESB Tools

Page 87: Progress x Vista

================================================Issue Number: OE00162011 jms/impl/session.p compiled under incompatible display env

When running session.p from the character client in windows the following error is returned: Program c:\dlc101c\jms\impl\session.r was compiled under another incompatible display environment. Cannot run without recompile. (4438) If the same file is run from GUI the error does not appear.

================================================Adapter for SonicMQ Client Connect================================================Issue Number: OE00152157 getMessagePartByID not getting TempTable part from multipart msg

getMessagePartByID does not get TempTable part from multipart msg

Issue Number: OE00162513 getSession function does not return the handle to the session

The getSession function does not return the handle to the session.

================================================Adapter for SonicMQ Other================================================Issue Number: OE00148161 ABL-JMS API: setConnectionFile fails with secure broker

The ABL-JMS setConnecitonFile does not read the username and password from the serialized java object (.sjo file). This results in conneciton failure if the broker is secure. To workaround the issue call the setUSer() and setPassword() ABL-JMS methods

Issue Number: OE00152724 OE Adapter 10.1B: Startup parameter '-ttmarshal 5' causes (7181)

The 4GL-JMS publish() or sendToQueue() methods will fail with the following error if the 'ttmarshall 5' client startup parameter is used: com.progress.open4gl.ProSQLException: Attempt to access data in incorrect order, or without calling next() (at column 5).

================================================ADE Tools and Runtime ADE Common Tools================================================Issue Number: OE00111352 CANCEL button of the SAVE-AS closes Editor Window

Clicking on the CANCEL button of the SAVE-AS dialog-box in the standalone Editor closes the window. This behavior is wrong, the CANCEL button in the SAVE-AS dialog should only close the dialog, and leave the Progress Editor opened.

Issue Number: OE00148170 User defined function '<function>' already defined (S/E 2676)

Page 88: Progress x Vista

A procedure which compiles/syntax checks successfully, fails with error 2676 when run: User defined function '<function>' already defined. Syntax checking the same procedure in the Procedure Editor does not result in errors.

Issue Number: OE00163760 adeuib/_adm-row.p not found (293) in 10.1C

In an effort to streamline the install some files were removed which were thought to be no longer referenced.

================================================ADE Tools and Runtime Data Dictionary================================================Issue Number: OE00112332 Data Admin Tool loads seq .df with equal Initial & Upper values

The Data Dictionary Administration Tool allows loading sequence from a .df files even if the Initial Value and the Upper Limit are the same which is not allowed with direct user interaction with Data Dictionary tool.

Issue Number: OE00125796 Replication Toolkit should not create triggers for SQL92 tables.

The Replication Toolkit Sample code was previously attempting to create 4GL trigger code for SQL92 tables. It should not create triggers for SQL92 tables.

Issue Number: OE00126947 Mandatory fields are not marked as NOT NULL during protoodbc

After running protoodbc to create database objects in UDB/400 using ODBC DataServer, the mandatory fields are not marked as NOT NULL in the generated SQL script. The result is that Progress mandatory fields are null capable in UDB/400.

Issue Number: OE00135025 Connection parameters are truncated when edit using TTY clients

When you run a character client to edit DataServer connection parameters that have been previously saved by a GUI client containing more than 4 lines, the parameters are truncated at the end of the 4th line when saved by the character client.

Issue Number: OE00136202 incrdump.e already has a conflicting use. (99)

When trying to create an incremental df for a database containing clobs and the clobs are in different areas, .e file is created but the message "incrdump.e already has a conflicting use. (99) " is displayed.

Issue Number: OE00147106 Invalid incremental df after field rename and creation

The incremental df may contain an invalid instruction after a field has been renamed and a new field has been added with the same name as the initial first field name.

Issue Number: OE00154917

Page 89: Progress x Vista

Dumping df needs POSITION awareness for binary load in Admn Tool

When dumping a df file from the Administration Tool, there is a field that mentions that POSITION is needed for .r Compatibility, but it is also needed for Binary Load compatibility and should state so.

Issue Number: OE00160201 oebuild _progres (orarx) causes error 560 accessing dictionary

If you try to run the Data Dictionary with an oebuild _progres (orarx), you will see instances of error 560.

Issue Number: OE00161408 Errors 12371 and 142 trying to load data for several tables

Errors 12371 and 142 trying to dump data or definitions, or load data if you selected many tables (not all).

Issue Number: OE00164229 MSS DS Delta SQL utility converts logical to int data type

MSS DataServer Delta SQL utility converts OE logical data type to "integer" data type in both .df and .sql file. The FOREIGN-TYPE in the .df should be "TINYINT" instead of "INTEGER". Also the .sql should have "tinyint" instead of "integer".

================================================ADE Tools and Runtime Deployment================================================Issue Number: OE00074425 Dataset Import gives already exists error

Dynamics dataset import gives 'record already exists' errors when you try to remove a selected file after modifying the input directory to be one logical level higher than it was followed by refetching the file list.

Issue Number: OE00094085 .edo errors generated while importing datasets are not displayed

The .edo errors if an error occurs while importing a dataset should be displayed rather than having to examine db/icf/dump subdirectory to see if such errors occured.

Issue Number: OE00117388 Dataset Export does not work with new defined datasets.

If you try to use an entity created for a deployment and select "Select Modified", the correct records are not selected because the obtainDataVersionRec function looks for data version records for the primary entity.

================================================ADE Tools and Runtime GUI Rendering================================================Issue Number: OE00073126 Foreign values not applied to joined SDOs when OpenOnInit is off

If an open query is run in a child SDO immediately after it has been initialized with OpenOnInit false the query opens all records. If the parent is repositioned then the correct records is seen in the child query.

Page 90: Progress x Vista

Issue Number: OE00075043 Duplicated Submenu Band items not displayed

The toolbar creates an empty submenu items for Bands that are defined more than once on the toolbar in the Repository. The submenu should either not be created or the actions should be added.

Issue Number: OE00082344 fieldcustom.p is missing

fieldcustom.p is missing from the src/adm2/custom diretory.

Issue Number: OE00088233 DataField Selection-list in Dynamic Viewer renders with HEIGHT 3

A DataField selection-list placed on a Dynamic Viewer renders with HEIGHT 3 at runtime.

Issue Number: OE00089121 The toolbar checks the rules for all cached actions for a link

The toolbar evaluates the rules for all cached actions for a particular link, not only those available in that particular toolbar instance. This behavior constitutes unnecesarry processing and serves no purpose at runtime. It does indirectly ensure that the linked target implements the expected link interface, but this check should in any case not be done at runtime. There are also cases where it would be simpler to only define the functions and/or properties referenced in the rules where they are needed.

Issue Number: OE00090907 SDO deletes using stale data

SDO's data used in delete*TransValidate can be stale - the data may have been changed by another user, but the delete will proceed. No error message or warning given and stale data will be used by the business logic, resulting in data corruption.

Issue Number: OE00091281 Gray space shown when toolbar is disabled

When the toolbar is disabled ('Use toolbar' option set to false) the toolbar's frame is still visualized showing a gray space in the window. The toolbar frame should not be visible at runtime when 'Use toolbar' is set to false.

Issue Number: OE00093073 SDB changes are saved without confirmation on close of window

If you close a window by clicking the X button and have unsaved changes in a SmartDataBrowser row, the changes are saved without any confirmation message.

Issue Number: OE00093265 Dynamic SDB:searchField label no changed

Whan changing the SearchField in a Dynamic SmartDataBrowser, the label of the SearchField fill-in is not changed.

Page 91: Progress x Vista

Issue Number: OE00096181 Dynamic lookup join has an artificial limit of 10 tables

When creating a dynamic lookup, the query that defines the lookup can only include up to 10 tables. It should be able to allow 18 tables, which is the physical limitation of the ABL query.

Issue Number: OE00102142 Formatting incorrect when CR in Excel Export

Carriage Return in character data is incorrectly formatted when exported to Excel.

Issue Number: OE00102567 RETURN trigger defined only for FILL-IN Widget in Dyn Prop sheet

RETURN trigger defined only for FILL-IN Widget in Dynamic Property sheet

Issue Number: OE00102889 CTRL-PAGE-UP / CTRL-PAGE-DOWN events not firing in lookup

CTRL-PAGE-UP / CTRL-PAGE-DOWN triggers does not change tabs when focus is in a dynamic lookup.

Issue Number: OE00103082 A child SDO is not notified when the parent saves data

An SDO does not notify child SDOs when data has been saved. This can cause visual objects attached to the child SDO to display incorrect data (and thus accept incorrect data as input) when the data accessed via the child SDO is updated by the parent SDO.

Issue Number: OE00104066 Dynamic SBO fails with multiple concurrent updates

When using a dynamic SBO to perform simultaneous updates to the SDO's that the SBO contains, changes to some of the fields can be lost because displayFields overwrites the changed values with the current values.

Issue Number: OE00105660 The removeLink API can only remove the last created custom link

When multiple similar custom links are added between smartObjects, the removeLink API can only remove the last one created.

Issue Number: OE00108044 Containers can get scrollbars when page is changed

Changing pages may cause scrollbars to appear in a container. This will happen if the container is resized to something smaller than it's original size as a result of the automatic resizing on page change.

Issue Number: OE00109086 Dynamics reports Field(s) have been changed when they haven't

Dynamics reports that "Field(s) have been changed by another user" when they have not. This is seen when character fields with arrays have data stored in the database with trailing spaces in them.

Page 92: Progress x Vista

Issue Number: OE00110402 setBaseQuery before SUPER in initializeObject has no effect

Changing the BaseQuery property before SUPER in initializeObject is fine to apply a filter to a dynamic SDO for a thin client. However, there are configurations where this has no effect, like when an SDO is used in a db-Bound session type. In this case it is necessary to push the changes to the QueryWhere or QueryString also.

Issue Number: OE00110522 assignWidgetValue of lookup blanks LookupComplete parameter

Calling assignWidgetValue to change the value of a lookup will fire LookupComplete, but the value of the parameter pcNewScreenValue is empty.

Issue Number: OE00111760 enable/disableWidget() should work with READ-ONLY for Editors

For all widget types except the EDITOR, enabling or disabling a widget should be a matter of setting the SENSITIVE attribute to respectively YES or NO. For the EDITOR widget however, enabling or disabling the widget should be a matter of setting the READ-ONLY attribute to respectively NO or YES, and it should always remain sensitive for scrolling.

Issue Number: OE00112093 afcalcpopd.w does not handle error 74 properly

afcalcpopd.w should handle error 74 with a Dynamics message

Issue Number: OE00112772 READ-ONLY editor widget on SmartWindow is editable at runtime

A simple READ-ONLY editor widget placed directly in a SmartWindow appears as editable when the window is initialized.

Issue Number: OE00113302 Focus not applied correctly with disabled smartDataFields

When the first field in a SmartDataViewer is a disabled dynamic Lookup then focus is applied to the next enabled field that is NOT a dynamic lookup (or SmartDataField).

Issue Number: OE00113437 SmartSelect with wide SearchField causes error message 6941

A SmartSelect (browse type), using a large character field (i.e "x(250)") a SearchField will give error: **Fill-in widget does not fit in parent <parent widget id>. (6491) An attempt to select and save a record after this error causes a cancel of the update.

Issue Number: OE00117666 The SDO does not return DB trigger errors from secondary tables

If data is saved with an SDO built on multiple updatable DB tables and an error is returned from a DB trigger for the first table in the query then

Page 93: Progress x Vista

DB trigger errors from the secondary tables will not be returned to the client.

Issue Number: OE00118016 Failed commit of SBO with error in child empties child query

If the commit of an SBO with changes on both parent and child SDO's fails due to errors in the child data, the child query is emptied.

Issue Number: OE00119672 user-defined function 'setbuildsequence' not found

PGEN code - BuildSequence and DescSubstitute attributes for dynamic lookups causes error 5639 for setBuildSequence and setDescSubstitute.

Issue Number: OE00119892 Error 6491 using right-aligned toolbar band

Error 6491 (widget does not fit in frame) occures if a toolbar contains a right-aligned band that hides and displays buttons depending on panel state. This happens if the container is resized to a smaller size before the panel state changed.

Issue Number: OE00120170 The dynFrame does not support all containertoolbar actions

The dynFrame does not support the okObject and cancelObject containertoolbar actions. Trying to invoke them results in an error.

Issue Number: OE00120758 Window flashes running static code generated by 4GL Generator

Window flashes when running the static code of a TreeView window generated with the 4GL Generator

Issue Number: OE00123851 SmartSelect does not resize the Browse Window to fit the browse

The SmartSelect, when viewed as a browse, no longer resizes the Window to fit the contents. Instead, you would get a small window with horizontal and vertical scroll bars.

Issue Number: OE00124528 Consecutive PGEN of same object yield different source

Running PGEN multiple times against the same object can yield different output source files

Issue Number: OE00125459 Ghost plip records in ttPersistentProc in Session manager

Dynamics Session manager uses the ttPersistentProc temp-table to store records for each running plip procedure, which should be removed when the plip terminates. However, after plip is terminated, ttPersistentProc still contains the record referencing that procedure.

Issue Number: OE00125525

Page 94: Progress x Vista

Dynlaunch.i does not return a RETURN-VALUE with thin client.

When using dynlaunch.i to execute a procedure on the AppServer side, the RETURN-VALUE value of that procedure is not being returned to the client side, therefore the RETURN-VALUE will always be shown as blank.

Issue Number: OE00127575 launch.i and dynlaunch.i not prepared for STOP condition in PLIP

When using dynlaunch.i or launch.i to call a PLIP, if for some reason in the PLIP a STOP condition appears, the PLIP remains running.

Issue Number: OE00132366 Export to Excel fails if a field contains XML

If a field contains XML, exporting to Excel via the Smart Toolbar feature fails with 5890 and 5884 errors.

Issue Number: OE00132406 Print Preview errors with some characters in field label

Print Preview errors when you have a certain characters in the Field label

Issue Number: OE00135291 Adding record in One to One SBO gives One to Zero relation error

Adding records in SDO in a One to One SBO sometimes gives a meaningless error message: No Record Available. Table IO operations not supported on One-to-Zero.

Issue Number: OE00135404 initializeVisualContainer's type check should use instanceOf()

InitializeVisualContainer procedure in containr.p should use the instanceOf function instead of getObjectType to check for visual containers in order to not ignore any customized classes.

Issue Number: OE00135542 ForeignValues are not propagated to second sibling on commit

When creating new records in several child SDOs in one SBO, the ForeignValues are only propagated to the new record in the first child and not to subsequent siblings.

Issue Number: OE00135760 Call to findRow inside unitialized SBO locks AppServer

Using findrow on an SDO within a SBO that hasn't been initialized will lock up a stateless appserver

Issue Number: OE00136081 Entering data in a Dynamic Lookup date field gives ABL errors

You will get ABL error messages about invalid date format as soon as you enter data into a Dynamic lookup on a date field.

Issue Number: OE00136113 Pressing F5 to refresh SDB loses the currently selected row

Pressing "F5" to refresh a SmartDataBrowse loses the currently selected

Page 95: Progress x Vista

row.

Issue Number: OE00145546 assignTableContext signature mismatch error on save with context

There is a parameter missing in the call to assignTableContext in dataContainer.p on save of data in a DataView. This will result in an error indicating that the function and call signatures do not mach if the save returns data in the optional context parameter.

Issue Number: OE00145576 SmartToolbar on hidden page is displayed at initialization

SmartToolbar on hidden page is displayed at startup page at initialization of the container.

Issue Number: OE00145869 DataView does not refresh tables only in the "view" on Add.

A table that is defined to be in the "View", but not in the "Join," is not refreshed on Add.

Issue Number: OE00145874 Cannot Save or Cancel new record that has returned ERROR on Save

The DataView cannot Save or Cancel a newly added record that returned error on previous Save

Issue Number: OE00147021 Error in resizing frames when changing pages on a SmartWindow

A SmartWindow that has been changed so that the preprocessor &frame-name points to another frame than the one created automatically by the AppBuilder might resize the frame when the user changes pages.

Issue Number: OE00147157 InitPages does not initialize objects in initialized container

InitPages does not initialize the objects on the nominated page if the container has already been initialized

Issue Number: OE00147231 addForeignKey in dataquery.p uses comma as separator, not chr(1)

addForeignKey in dataquery.p (for DataView) separates foreign values by comma and not by chr(1) as expected. This could cause problems with the foreign key assignment in add and save operations of child DataViews if the ProDataSet relation has multiple fields.

Issue Number: OE00147418 Translating Static SDV fill-in in rectangle causes them to shift

Translating Static SDV fill-in labels when the fill-ins are inside in rectangle causes them to shift position as expected; however, the rectangle doesn't change position or sie correctly.

Issue Number: OE00148080 Entry trigger fires before displayRecord in Viewer

A SmartDataViewer entry trigger defined for the first field on the screen

Page 96: Progress x Vista

fires before displayRecord.

Issue Number: OE00148378 getCurrentPage is 0 in initializeObject called from initPages

The function getCurrentPage has changed to return 0 in initializeObject when a paged object is called from initPages.

Issue Number: OE00148385 DataView does not report server message on single delete

Error messages from Delete triggers or from business logic for deletes don't show up in the adm2 when the DataView tried to perform a single delete. The only message shown is the standard adm message 23.

Issue Number: OE00149821 Container might start with all initted Pages visible

A container that uses initPages to initialize objects before itself is initialized will start with all the initted pages visible.

Issue Number: OE00150167 Pass of expression to super in setQueryWhere override fails

Overriding the setQueryWhere function of a SmartDataObject so that it passes a query expression to its super gives error message about "Unknown or ambiguous buffer reference".

Issue Number: OE00152424 Window is reinitialized when Multiple Windows option is off

A Window is reinitialized on each launch when the option to launch Multiple Windows is unchecked.

Issue Number: OE00152509 Message not displayed in the message box when first come up

The standard message boxes (afmessaged.w and afmessagew.w) show a blank message summary page when they are first opened. This is due to the line {set HideOnInit yes~ in the initializeObject procedure, which is no longer required due to other code changes.

Issue Number: OE00153093 Inconsistent SDB and SDV state with multi level dyndataviews

When an application has 3 dyndataviews linked as parent - child - grandchild with accompanying visual components. The SDBs and/or SDV linked to the 3rd might get enabled when the second SDO has no records

Issue Number: OE00153412 highlightWidget in rowDisplay colors fields outside of DynSDB

Calls to highlightWidget in a DynSDB rowDisplay procedure end up highlighting fields in other objects.

Issue Number: OE00154161 Error "Duplicate DEFS.." on launch of child container instance

You get an error message about "Duplicate DEFS request for <BusinessEntity>

Page 97: Progress x Vista

<DataTable>" if you try to launch a second instance of a child container with Dataview instances when the parent container also has DataViews.

Issue Number: OE00154939 The Dynamic call wrapper does not support DATETIME

The Dynamic call wrapper launch.i does not support DATETIME and DATETIME-TZ data types. This results in error 223 when trying to call a plipp passing such data types as parameters.

Issue Number: OE00155143 The deleteTree API defined in src/adm2/treeview.p can't work

The deleteTree API defined in src/adm2/treeview.p can't work as it uses the wrong field name to refer to the tTreeData temp-table. The function is not used by the framework, but should still be correct.

Issue Number: OE00155687 initPages hides child SmartObjects on pages not viewed

If InitPages is used to initialize objects on a page that is hidden at startup, then child SmartObjects, like SmartSelects on Viewers or SmartObjects on a SmartFrame, will remain hidden when the page is viewed.

Issue Number: OE00156052 repositionRowObject in dataquery.p fails to find correct record

The function repositionRowObject in dataquery.p is not finding the correct record. It uses the statement hRowObject:FIND-BY-ROWID(TO-ROWID(pcRowident)) NO-ERROR. This will fail with SDO instances where the input parameter pcRowident can be a comma separated list.

Issue Number: OE00157706 assignQuerySelection and addQueryWhere fail with "BY" in operand

When using addQueryWhere and/or assignQuerySelection multiple times to append query predicates in an SDO and the word " BY " is used in the value being compared, then a second, or subsequent usage of these query methods will cause errors at runtime.

Issue Number: OE00158721 Order of AddLink may disable SmartToolBar actions on cancel

The order in which the RUN AddLInk statements are generated may cause the Add, Delete, Copy, Save and Undo buttons of the SmartToolBar to de disabled if the user clicks the Update Record button then the Cancel Button.

Issue Number: OE00159477 SmartDataViewer goes blank after user updates & saves a record

A SmartDataViewer can become empty after the user updates and saves a record when running on a local connection and the SDO's RowObjectValidate hook is traversing the RowObject table with a for each block.

Issue Number: OE00161379 DynLookup renders folder over of initial page when using PGEN

When running Generated Code for the DynLookup (dynlookw object), any DynLookup SmartDataField will not be displayed properly when first opened.

Page 98: Progress x Vista

The Lookup browse will not be visible until the window is resized or the pages are changed.

================================================ADE Tools and Runtime Services================================================Issue Number: OE00090106 Dynamics error and message handling displaying incorrect message

Using the error and message handling facility of Dynamics results in incorrect message to be displayed.

Issue Number: OE00099105 aferrortxt.i displays user name and password information

When using aferrortxt.i the ADM2Message 'Appserver Information' folder displays the User name and User password database connection parameters and values.

Issue Number: OE00100384 Dynamics DataFields data type can be saved with the wrong format

Dynamics Entity Maintenance for the DataFields allows saving the datafield's data type with the wrong format, which might cause errors 22 and 9052.

Issue Number: OE00126836 Dynamics Global translations do not work with static objects

Dynamics Global translations of TAB and TITLE elements do not work with static objects

Issue Number: OE00149607 session_time_source in Dynamic XML file gives error 1021

When setting the property session_time_source in a Dynamics XML file, it gives error 1021 (database not connected) at startup, even though the session time will be set correctly.

Issue Number: OE00150869 getEntityDisplayField should use Quoter function

getEntityDisplayField does not report any auditing details in dynamics when used with European decimal separator.

================================================ADE Tools and Runtime Tools================================================Issue Number: OE00070929 F1 brings up generic Help file if PRO*Tools is running

When running a window, hitting F1 should bring up the custom application-specific Help file. However, if PRO*Tools is running, the generic OpenEdge Help file comes up instead.

Issue Number: OE00073381 Dynamic Browse columns not wide enough for DATE fields

Dynamic Browse does not make columns wide enough to support DATE fields

Page 99: Progress x Vista

Issue Number: OE00088087 Calculated field order is changed in SDO column editor

When using calculated fields with a static SmartDataObject, if the order of the calculated fields is modified in the SDO properties Column Editor, adding new fields to the SDO will change the order of the fields.

Issue Number: OE00090022 Labels disappear on SmartDataField Maint

The labels for the Maintenance SDO and Maintenance Object lookups on the second tab (Other) for a DynLookup disappear when switching to DynCombo and then back to DynLookup again.

Issue Number: OE00092104 The Y position set in pixels for a FRAME is lost when reopening

Setting Y coordinate of frame's property via AppBuilder GUI does not update the source code. This causes the change in the Y pixel-scaled value to be lost after saving and reopening the window.

Issue Number: OE00095499 Error 4060 in Dynamics SmartFolder object properties

Accessing the Dynamics SmartFolder object properties and changing the 'Index' combo-box value on the second tab folder, yields the error 4060. **Attribute <attribute> for the <widget id> has an invalid value. (4060)

Issue Number: OE00101082 Dynamic SmartDataField names with spaces result in error 560

If a dynamic Lookup or dynamic Combo is named with a name that includes a space, then when a viewer is openend that includes such a smartDatafield, this will result in an error: Entry 2 is outside the range of list ... . (560)

Issue Number: OE00103545 Object Attribute Reference Protool is missing objects

The Object Attribute Reference Protool is missing support for a number of new core objects that were added in the later releases. These objects include: dataset data-source soap-fault soap-fault-detail soap-fault-header soap-header sax-reader soap-header-entryref call

Issue Number: OE00103780 Images do not load in AppBuilder if using a relative path

When linking an image widget to a file using a relative path, the

Page 100: Progress x Vista

AppBuilder would fail to load the image and report an error.

Issue Number: OE00104049 Query Builder in SDF Maintenance Drops 'OF' from Query

Build a query in the SmartDataField Maintenance tool using the Query Builder that includes the keyword 'OF' option in the query (eg. EACH table OF table), saves the query correctly. On reopening the instance properties of the SDF maintenance and starting the Query Builder, the 'OF' is removed from the query

Issue Number: OE00104050 Dynamics with European format- problem with numeric fill-ins

Using a Dynamics with session_numeric_format = 'European', and changing the format for decimal or integer fill-ins in the AppBuilder Property Sheet gives errors 22 ** Character number 5 of format ->>.>>9,99 is invalid. (22)

Issue Number: OE00110737 Tooltip containing ? when blanked in classic property sheet

When a tooltip is cleared in the classic property sheet, then it leaves a ryc_attribute_value record with ? (seen in the Dynamic Property Sheet), which leads to an unexpected tooltip with .?. at runtime.

Issue Number: OE00119954 PGEN: container with apstrophe in translated title won't compile

If a window title translation contains apostrophes and the container is generated with translations, the .pgen file fails to compile.

Issue Number: OE00120583 TTY Editor Save As Can Cause File To Be Saved To Wrong Directory

Doing a File/Save As from the Character Mode Procedure Editor and selecting a different directory than the current directory to save the file into will cause the file to be written to the original directory.

Issue Number: OE00126918 Dynamics or ADM2 cannot be compiled

Some Dynamics or ADM2 source files have references to adeuib. Adeuib is not longer shipped thus these source files cannot be compiled.

Issue Number: OE00127130 Dynamics tools can't handle more than +/-250 product modules

Dynamics development tools can not safely handle more than approximately 250 product modules. When this limit is reached, a number of the product modules will not be available in the product module DynCombo fields used throughout the tools.

Issue Number: OE00127632 SmartDataObject property sheet truncates Appserver name

The Service Parameter Maintenance tool allows a partition name of 25 characters while the SmartDataObject property sheet defines it with a format of "X(23)" and truncates partition names longer than 23 characters.

Page 101: Progress x Vista

Issue Number: OE00132500 Dynamics Export to Excel now exports trailing spaces

When exporting data to Excel using Dynamics, trailing spaces are included in the Excel data.

Issue Number: OE00133628 Appbuilder doesn't save smartDataBrowse column string attributes

When adding string attributes to a smartDataBrowse column, if the browse is saved and re-opened, the attributes do not appear to have been saved.

Issue Number: OE00134118 Changing data type of widget in AppBuilder causes errors

Double clicking on a FILL-IN widget in the AppBuilder and changing its data type from DATE to INTEGER causes errors 22 and 4058.

Issue Number: OE00134646 PGEN fails with SE 560 for dynSDO with translated entities

PGEN fails with error 560 when generating a file for dynSDO for which entity translations exist. The error is raised for dynSDo with a join of two tables (SDO must have more than one table) and entity translations for some fields.

Issue Number: OE00136196 Cannot add widget to frame in dialog window in AppBuilder

When adding a widget to a frame inside dialog using the AppBuilder, the widget would get parented to the dialog window instead.

Issue Number: OE00149261 Can't choose StaticSDO changing Data Source Name

In the Repository Maintenance Tool, you can't choose a static SDO for the Data Source Name due to incorrect query

Issue Number: OE00149651 Syntax Error compiling afgenenimv.w - double byte code page CP93

Syntax Error compiling afgenenimv.w under double byte code page CP936.

Issue Number: OE00152607 Focus not set in dialog when using the Widget List in AppBuilder

The "Widget List" tool dialog cannot be used to select widgets inside of a dialog. When the OK button is pressed in the "Widget List" tool, the widget focus is lost.

Issue Number: OE00153336 Browse query definition does not qualify table names

Browser query definitions in AppBuilder does not qualify database names, even if the option "Qualify database name" is enabled.

Issue Number: OE00153909 SmartBrowser converted to Freeform change FIELDS-IN-QUERY list

Page 102: Progress x Vista

SmartBrowser converted to Freeform change FIELDS-IN-QUERY list by adding the VIEW-AS option, causing errors in compile time.

Issue Number: OE00157946 AppBuilder generate errors 76, 74 & 4078 Opening a Window

AppBulider errors 76, 74, 76, 74 & 4078 when open a window that has an INT64 FILL-IN with its VIEW-AS-TEXT attribute checked.

Issue Number: OE00159379 AppBuilder generates warning for initial value of radio set

When defining the initial value of a radio set, AppBuilder would display an error although the initial value is acceptable.

Issue Number: OE00159804 Closing Excel during export in Security tool gives errors

If the Excel application is shutdown during Export to Excel from Dynamics Admin > Security > Security Control > Security Enquiry you will get several error messages. Afterwards, the Security Enquiry Screen will hang until the "Refresh" button is pressed.

================================================ADE Tools and Runtime Webspeed================================================Issue Number: OE00113011 The delete button in the Workshop record browse does not work

The delete button in the browse based WebSpeed Workshop (Data Browser -> Table list -> Record browse -> Record Detail) does not work. Only add and update work.

================================================ADE Tools and Runtime WebTools================================================Issue Number: OE00135373 Webspeed text File Upload is not working on some files

Webspeed ASCII File Upload feature is not uploading files to the intended directory if the file has a registered extension

================================================AdminServer AdminServer================================================Issue Number: OE00158607 Wrong classpath in replcp_env file

The replcp_env script file has a wrong path reference to jars directory instead java directory

================================================AppServer Agent================================================Issue Number: OE00145600 Unable to start appserver agents in specific port range on Linux

The bug results in running out of available ports in the specified range for intended number of agents. Errors during AppServer initialization.

Page 103: Progress x Vista

Issue Number: OE00151000 SESSION:EXPORT ignores wildcards

Specifying a wildcard (i.e. someprogram*.p) as a parameter to the SESSION:EXPORT method is ignored.

Issue Number: OE00154279 The Single-run AppServer verbose logging is inadequate

The Single-run AppServer verbose logging is inadequate and should provide more detailed information.

Issue Number: OE00155737 AppServer crashes with large SESSION:SERVER-CONNECTION-CONTEXT

The AppServer agent (_proapsv) can crash when the value of the SESSION:SERVER-CONNECTION-CONTEXT attribute exceeds 450 characters and the srvrLoggingLevel is VERBOSE or higher. The problem does not happen if the srvrLoggingLevel is BASIC.

Issue Number: OE00159976 AppServer agent may crash after resync

When an error condition causes the AppServer to resync itself, it may crash later if persistent procedures that have database or temp-table references are still around.

Issue Number: OE00160855 PURG locks get left in the database lock table after undo

If an ABL sub-transaction containing row creates gets undone this will leave PURG locks in the database lock table after the transaction ends. If enough of these accumulate over time then this could cause the database to abnormally shutdown with a lock table overflow condition.

================================================AppServer Broker================================================Issue Number: OE00125534 When trimming AS/WS agents, the broker might hang on shutdown

WebSpeed/AppServer broker might hang on shutdown when -trim has been used before.

Issue Number: OE00126494 Quotes not removed from -param parameter

When the value passed to -param contains quotes and spaces, the value may be handled differently depending on the platform.

Issue Number: OE00153438 Appserver agent appears to hangs when exiting.

Appserver might appear to hang when terminating or being trimmed under a very specific situation.

================================================Auditing Tools================================================

Page 104: Progress x Vista

Issue Number: OE00157350 Cannot deactivate auditing table indexes after activation

Once you run an idxbuild all & the indexes are activated, you cannot deactivate the indexes in the auditing tables through the Data Dictionary or proutil.

================================================DATASERVER DataServer================================================Issue Number: OE00152614 DataServer generates wrong SQL when WHERE contains logical

DataServer generates wrong SQL when WHERE contains logical resulting in wrong results being returned

Issue Number: OE00152711 MSS/ODBC DS broker err and terminate editor if -U or -P is wrong

MSS/ODBC DataServer broker causes errors 6179, 28000 and 6142 and terminates the procedure editor when user-id and/or password is wrong for the foreign database.

================================================DATASERVER DB2================================================Issue Number: OE00145625 ILLEGAL SYMBOL error on FIND statement with DATE field

On running a FIND statement with a where condition on DATE field (against a DB2 schema holder) gives ILLEGAL SYMBOL error.

================================================DATASERVER MSSQLSRV================================================Issue Number: OE00127261 Error 83 when the default value for the varchar field is 0

Error 83 occurs when the default value for a varchar field is set to numeric 0 (zero) in the SQL Server

Issue Number: OE00128875 Connection parameters ignored when extra -Dsrv parameter in .pf

Connection parameters ignored when specifying extra -Dsrv parameter in .pf file

Issue Number: OE00135889 Supporting LONGCHAR parameters to SEND-SQL-STATEMENT

SQL strings passed into the SEND-SQL-STATEMENT buffer of the RUN STORED-PROCEDURE statement were previously limited by the size of an OpenEdge record buffer.

Issue Number: OE00147201 Error 8812 during the creation of record onMS SQL Server

Lock timeout error 8812 is seen in the AppServer log file during the creation of the record on the SQL Server through 4GL write trigger.

Page 105: Progress x Vista

Issue Number: OE00147514 S/E 6175 when running a SQL-89 style query against MS SQL Server

S/E 6175 is generated when running a SQL-89 style query against MS SQL Server Dataserver.

Issue Number: OE00149489 MSS DataServer generates error modifying data after VALIDATE

MSS DataServer generates incorrect SQL syntax when new record is created, validated and then modified again. The record is not added to the SQL database

Issue Number: OE00151726 Null values "?" not sent from Progress on creating new records

Null values "?" not sent from Progress on creating new records

Issue Number: OE00155226 String rowid comparison doesn't work with MS SQL DS

When used STRING ROWID comparison on the WHERE clause of FOR EACH Statement, the query does not work.

Issue Number: OE00155843 Query w/exclusiive-lock causes error 444 with MSS DS w/utf-8

For Each query with EXCLUSIVE-LOCK causes error 444 with MSS DataServer with utf-8 data type

Issue Number: OE00158841 SQL Large ntext field displayed as garbage using find statement

In SQL server unicode environment, large SQL ntext field is displayed as garbage when using find statement

Issue Number: OE00159429 Missing right bracket in the Dataserver SQL statement

A joint condition with a 'matches' or 'begin' in the ABL query results in a corrupted SQL query with a missing right bracket.

Issue Number: OE00159449 Left bracket in where clause does not work correctly

Square brackets are used in (Microsoft's) SQL to indicate a possible set of characters. For instance: select * from item where item.itemname like 'ab[cde]' fetches items which begin with string 'ab' and end with 'c', 'd' or 'e' so possible matches are 'abc', 'abd' and 'abe'. Now it seems that Dataserver passes the brackets intact. It should add some escape sequence with the left bracket sign.

Issue Number: OE00160094 MS SQL Data Server generates 12370 7636 and resyncs client

When error 12370 and 7636 are encountered, the data server will attempt to resync the client, causing the client not to recover gracefully

Page 106: Progress x Vista

Issue Number: OE00160250 Query w/extent field variable >9 doesn't work w/MSS DS

4GL Query with extent field variable greater than 9 does not work with MS SQL Server DataServer

Issue Number: OE00160255 SQL srv communication links error causing app server not usable

Once SQL srv communication links error is encountered for various reasons, the app server could become not usable even agents report being available

Issue Number: OE00162713 14K sz rcd written to sql db then read back with find error out

When records that is close to 14K in unicode environment get written to database, then read back with "find", is read with larger size, thus generating errors 5196 and 138 Record returned from fdfnd is too large; size= 32628 (5196) ** Customer record not on file. (138)

Issue Number: OE00163021 prowin32 gpf during the reposition on the browser

GUI Client (prowin32.exe) gpf during the reposition of the record on the data browse

================================================DATASERVER ORACLE================================================Issue Number: OE00093884 Bulk insert with null values causes logical corruption in Oracle

Bulk insert on records with null values will insert unpredictable records in Oracle database, causing logical data corruption. No errors reported.

Issue Number: OE00102528 Format for NUMERIC fields too short for negative values

The format used to exchange field data with Oracle would be too short to allow negative values, resulting in error 74.

Issue Number: OE00106411 QUERY-TUNING gives errors 48 or 49 when using memory mapped .pl

Statemet with QUERY-TUNING executed against Oracle DSRV gives errors 48 or 49 when memory mapped .pl are used.

Issue Number: OE00108257 Error ora-1840 using date in the where clause

Error 'ORA-01840: input value not long enough for date format' when using multiple date field into where clause.

Issue Number: OE00115370 Error 1455 when retrieving data from Oracle database

When running a query (FOR EACH, FIND) with a character field X(1024) in a WHERE clause, and the value of the character field in the WHERE clause

Page 107: Progress x Vista

contains more than 998 characters, the error 1455 appears: WHERE clause buffer overflow. (1455)

Issue Number: OE00122016 Cursor based output into the proc-text-buffer not working

Cursor based output into the proc-text-buffer not working

Issue Number: OE00133238 DSV: WHERE clause is ommitted when it contains IF,THEN condition

Oracle DataServer: The WHERE clause is ommitted when it contains a IF..THEN... condition. This can cause a full table scan.

Issue Number: OE00134924 Oracle DataServer client crashes due to violated constraint

Using deferred constraint, when the constraint is violated the Progress client displays the "SYSTEM ERROR: ORACLE Commit err 0 (1476)" error message, and then crashes.

Issue Number: OE00136072 Error 1461 when Oracle view contains Oracle ROWID data type

Error 1461 appears when an ORACLE view contains the ORACLE ROWID data type as column: Schema holder does not match database schema -- file field . (1461)

Issue Number: OE00148606 Upper function generated for a shadow column on Oracle DS

Upper function generated for a shadow column on Oracle DS

Issue Number: OE00150562 GPF when connecting to a Oracle schema holder with _PROGRES

GPF occurs when connecting with _PROGRES to a Oracle schema holder running in multi-user mode. If using self-service connection then _PROGRES crashes; if using client-server connection then database server (not broker) crashes.

Issue Number: OE00151489 Error 3782 with dynamic BY clause against Oracle DSV

If query contains 2 tables and the field used for the BY clause is in the linked table, then error 3782 is generated for each record returned. The data is returned correctly though.

Issue Number: OE00151516 Error 196 compiling a program against Oracle

Error 196 compiling a procedure against Oracle and not against Progress

Issue Number: OE00153250 -c parameter not applied if -H -S used with Oracle DataServer

Page 108: Progress x Vista

The -c parameter is not applied if -H -S used with Oracle DataServer; -c defaults to 84 instead.

Issue Number: OE00154845 Char field display the field info plus the next field

when inserting records in a particular table, one specific character field after inserting and displaying, it displays the inserted information plus the char from the next field

Issue Number: OE00156304 ORA-01008 and memory violation with CAN-FIND against Oracle DSRV

4GL code using CAN-FIND causes a memory violation when running on SUN Solaris 10, with 10.1B and Oracle 10g R2 database. Dataserv.lg contains Oracle error: ORA-01008: not all variables bound

Issue Number: OE00161147 Fnding same record in 2 dynamic buffers returns 2 ROWIDs

Using the DataServer for ORACLE, when finding the same record in two dynamic buffers results in two different ROWIDs. The second ROWID contain extra information.

================================================DATASERVER PODBC================================================Issue Number: OE00148873 Carriage return and the line feeds displays as garbage char

The records are being displayed with garbage characters when there is a carriage return and line feed in the database records with OE 10 ODBC DataServer. The Progress/400 client shows the record correctly.

Issue Number: OE00151335 Descriptor mismatch error during the data insert through ODBC DS

The following errors are apparent when inserting data through the ODBC DataServerto DB2/400: [DataDirect][ODBC DB2 Wire Protocol driver]Optional feature not implemented. (0) [DataDirect][ODBC DB2 Wire Protocol driver]Descriptor received does not match associated data.

================================================DB bk================================================Issue Number: OE00158161 Error messages in log show dashes in place of error number

Repeated error messages in the database log show dashes (-----) in place of the error number when using multiple databases.

================================================DB cx================================================Issue Number: OE00117786

Page 109: Progress x Vista

IDXFIX online causes memory violation

A memory violation may occur if IDX corruption is detected when running idxfix online.

Issue Number: OE00135869 errors 8780 and 8779 upon upgrading to 10.1A

Errors 8780, 8779 occuring in databases

Issue Number: OE00151024 Add DB name to promsgs error (40)

Add DB name to promsgs error (40)

Issue Number: OE00160922 Database hangs during an AI roll forward

The database hangs when performing an After Image roll forward.

================================================DB db================================================Issue Number: OE00128089 Prolog command always returns a return code of 2.

Prolog command, either offline or -online, returns a return code of 2 even if successful.

Issue Number: OE00133699 Cannot spawn secondary login brokers/proc via AdminServer.

Intermittently cannot spawn secondary login brokers and background processes like APW, BIW or WDOG against a database started via the AdminServer when ran as a Service. Same processes start successfully when initiated from command like or bat/script file.

Issue Number: OE00134973 Unable to use UNC pathing

AI Extents cannot be archived to a Windows UNC path.

Issue Number: OE00147103 Audit enable corrupts utf-8 database - errors 1106, 23, 11206

After enabling auditing on database with ICU collation (converted from 10.0B), adding table, idxbuild gpfs.

Issue Number: OE00147816 CPU leak with _mprosrv -m1 processes

CPU leak occurs by _mprosrv -m1 processes over time when database is started with the -H and -S parameters.

Issue Number: OE00148573 Space Allocation and RM space usage with Type II storage areas

Excessive disk usage to store records within a type II storage area.

Page 110: Progress x Vista

Issue Number: OE00150765 Database crashed: rmdoins 1: pbk->free went negative dbkey

Running code to change records in a 10.1B database results in system error:rmdoins 1: pbk->free went negative dbkey (822). This is followed by a (439) error and a user died with 1 buffers locked bringing the database down.

Issue Number: OE00151320 Add database name to bkioread error (9451)

Database name added to error message 9451.

Issue Number: OE00151322 Include Database name with System Error 210

Include database name with the following error: SYSTEM ERROR: Attempt to read block 32 which does not exist. (210)

Issue Number: OE00153678 OpenEdge does not scale as expected when adding CPUs

OpenEdge read operations do not scale when adding more CPUs (16+) to the machine.

Issue Number: OE00154853 Memory leak in 10.1B _mprosrv when accessed by pre-10.1B client

Memory leak in 10.1B _mprosrv when accessed by pre-10.1B client. Disconnect of client results in: (1149) SYSTEM ERROR: ncsbuf/nssbuf rmallocdll out of memory for message buffers.

Issue Number: OE00159156 _mprosrv runaway with CPU due to _poll call

_mprosrv process pegs CPU at 100% on HP-UX 11.3 due to poll call

================================================DB DBTLS================================================Issue Number: OE00146435 Audting event error handling causes client disconnection

Auditing event error when shared schema and table lock are not obtained. Error handling messages causes client disconnect.

Issue Number: OE00148117 Bulkload into Type II area generates memory violation.

Bulkload into Type II area generates memory violation.

Issue Number: OE00160609 DBTOOL record validation scan incorrectly reporting errors

The DBTOOL Record Validation scan option incorrectly reports errors for records that are valid and do not have inconsistencies. The errors that you may see are: Number of fields mismatch. Expected <literal><</literal>num>, got <literal><</literal>num> There were 1 error(s) found in <literal><</literal>num> of

Page 111: Progress x Vista

<literal><</literal>tab>(198).

================================================DB dbutil================================================Issue Number: OE00131733 prostrct addonline -validate

prostrct addonline -validate with new areas defined states errors when there aren't any.

Issue Number: OE00150262 dumpspecified fails with met criteria and descending indexes

Proutil -C dumpspecified does not dump records from table when the condition is met but the index is defined as descending.

Issue Number: OE00156493 AI Archiver isn't disabled when restoring a database backup

AI Archiver isn't disabled when restoring a database backup using prorest

Issue Number: OE00157359 CURRENT-VALUE function incorrect after enableseq64

proutil -C enableseq64 may not be able to convert an existing sequence with current value of "0" correctly into 64 bit. The CURRENT-VALUE function may return wrong results after using 10.1B proutil to enable 64 bit sequences on a database that was created prior to 10.1B.

Issue Number: OE00157526 Cannot delete auditing record with idxfix

Idxfix option 6 will not delete an auditing record.

================================================DB dsm================================================Issue Number: OE00150142 Extend quiet point nolock messages to include ai sequence number

Quiet point nolock message changed to include ai sequence number.

================================================DB lk================================================Issue Number: OE00135298 _Lock table is not populated when -L > or EQ to 74704.

_Lock table is not populated when the database has a -L > or EQ to 74704.

Issue Number: OE00151942 lkcncl: invalid call (432) error causes database shutdown

Database shuts down abnormally with error 5292 after disconnecting dead user with errors 432 and 5142. This occurs during dead user cleanup when the cleanup of a dead user's locks also releases any other locks in the same lock chain. Later, one of the other users goes to release its locks only to discover that they're no longer there. This bug only occurred if the user held a lock outside a transaction. It was introduced with the

Page 112: Progress x Vista

performance enhancement of user lock queues in 10.1B.

Issue Number: OE00157714 Server shuts with error (11697)

Server shuts with error (11697) SYSTEM ERROR: lkTableLockUpdate:..

================================================DB NET================================================Issue Number: OE00110769 Error 49 in client when remote server terminates abnormally

When a remote database server terminates abnormally, some clients terminate abnormally with error 49 or 794 instead of reporting that the connection was terminated.

Issue Number: OE00148917 Error 793 when starting database on Linux with high -Ma

A Linux limitation prevents the database server from using more than 1024 sockets in a single database server, causing error 793 when -Ma is set higher than 1022.

================================================DB Other================================================Issue Number: OE00111981 Performance with WG database license on Xeon CPUs

Performance of the Workgroup Database decreases when adding CPUs on Xeon systems. The more processors in the system, the greater the effect on overall efficiency and response time.

Issue Number: OE00118761 Remote client servers dying randomly with SYSTEM ERROR (2710).

Remote client servers dying randomly with SYSTEM ERROR (2710).

Issue Number: OE00126926 Idxfix failing with memory error (49) yet IDXBUILD succeeds.

Idxfix failing with memory error (49) yet IDXBUILD succeeds.

Issue Number: OE00146462 _UserLock VST table does not report locks if -L set too high

If the -L startup parameter of the database is set above 75000, the _Userlock VST table will not report

Issue Number: OE00148128 Server Heap Overflow Vulnerability

_mprosrv crashes due to a heap overflow

Issue Number: OE00156247 Enabling auditing with ICU-UCA collation causes corruption

Auditing table indexes become corrupt when auditing is enabled while the database is using ICU-UCA

Page 113: Progress x Vista

Issue Number: OE00163101 _SQLSRV2 processes die when multiple users are connecting

_SQLSRV2 processes die when multiple users are connecting, causing servers to be respawned and/or bringing down the database.

================================================DB probkup================================================Issue Number: OE00148944 Prorest verify fails with CRC error

Prorest verify fails with CRC error if more than 128 volumes are used for the backup

Issue Number: OE00149204 Restoring 64-bit probkup with 32-bit binaries fails on linux

Restore of 64-bit offline probkup file with 32-bit binaries (and vice-versa) fails with error (11056).

================================================DB promon================================================Issue Number: OE00161059 promon Lock Table maxes out CPU 100 and can lead to no connects

promon -> R&D -> Status Display -> Lock Table -> Display all entries will max out the CPU to 100% when executed and on some systems can lead to no more connections possible to a database when still executed (the Lock Table query).

================================================DB PROSTRCT================================================Issue Number: OE00149698 Prostrct reorder ai fails with (12196) if all AI extents LOCKED

If all AI files become LOCKED and the database shuts down, if you add additional AI areas and run prostrct reorder ai, prostrct will produce error 12196 and fail.

Issue Number: OE00149699 addonline hangs if all AI extents LOCKED

If all AI extents are locked and the database has stalled due to -aistall, if you attempt to add additional AI extents online using prostrct addonline, prostrct will hang.

Issue Number: OE00156282 prostrct addonline -validate gives floating point exception.

Doing a prostrct addonline with -validate terminates with SYSTEM ERROR: Floating point exception (50).

Issue Number: OE00158630 prostrct repair fails -Shared mem access permission denied(1136)

When running a prostrct repair on a database, the command may fail with a

Page 114: Progress x Vista

Shared memory access permission denied (1136).

================================================DB proutil================================================Issue Number: OE00115846 Active proshut session locks shared memory when db is stopped

On Windows, if a proshut session is started on a database, and another proshut session shuts the database down, the proshut session which is still opened causes shared memory to stay in use. Any subsequent attempt to start the database up or access it will fail with error 1260. Shared memory in use by another process. (1260)

Issue Number: OE00120677 Idxfix 'Build indexes from existing indexes' Prompts Clarified

Prompts should make it clear to the user when asking for the source index and the index being built.

Issue Number: OE00125376 idxfix, option 6 may remove records unexpectedly.

proutil -C idxfix, option 6 "Delete one record and it's index entries". If an invalid area number is entered at the prompt: "Type the area for the recid(s)", then idxfix will delete the records with the specified RECID from ALL areas.

Issue Number: OE00129030 idxfix activates an index when a recid range is specified

idxfix activates an index when a recid range is specified when only some of its entries are valid, resulting in 1422 errors on the invalid ones

Issue Number: OE00129164 Bulkload fails to load records with datetime-tz fields

Bulkload does not support datetime-tz fields

Issue Number: OE00130065 Idxbuild might fail when opening sort file, errno is 13 on Win

Running "proutil db -C Idxbuild" might fail with an error on Windows: Unable to open sort file, errno is 13

Issue Number: OE00135661 Binary dump fails using multi threads.

Binary dump fails using multi threads on some platforms.

Issue Number: OE00136163 proutil.bat only accepts 9 input parameters on Windows

DLC/bin/protuil.bat has been enhanced to be able to accept more then 9 parameters. New limit now is 27.

Issue Number: OE00145593 Codepage mismatch when loading binary dump

proutil -C load would report that the codepage of the dump file would not

Page 115: Progress x Vista

match the database codepage although the codepages are the same.

Issue Number: OE00146713 Tablemove fails with Internal error in dbtableMove, errno 10

Tablemove of one table out of many fails with Internal error in dbTableMove, errno 10. (11158) ERROR - moving table, item [53]. (8605)

Issue Number: OE00150923 IDXFIX scan option ignores the type Q to quit prior to scan

IDXFIX scan option proceeds with scan even after users enters Type Q to quit. Have to ctlr+c out of scan.

Issue Number: OE00154022 proutil idxactivate online won't run if remote server present

idxactivate online will not run while a remote server process is connected to the database, even if there is no active remote user.

Issue Number: OE00157245 idxbuild Unable to open sort file in directory errno is 2 or 13

Threaded idxbuild fails in 10.1A and 10.1B with message (11476) Unable to open sort file in directory

Issue Number: OE00160448 Unable to perform index compaction due to SYSTEM ERROR

Unable to perform index compaction: SYSTEM ERROR: User 11 died during microtransaction.

Issue Number: OE00162096 idxfix generated memory violation but dbtool runs without error

idxfix generated memory violation but dbtool runs without error

Issue Number: OE00162676 Partial records returned from FIND/FOR EACH NO-LOCK

It is possible that if a client is writing a large record that has to be split to another database block, another client trying to read that same record at the same time will retrieve only the first part of the record. This can lead to invalid data being retrieved from the record, or the client crashing. This has also been seen when running online index check as ERROR: The length of key exceeds the maximum size. (11494) caused by running online idxcheck -NL leading to Memory violation

Issue Number: OE00163920 Records missing from tables after running proutil revert utility

<literal> After running the revert option of the proutil utility to revert a 10.1B database back to 10.0B, records from a table or tables may no longer by accessible. A proutil dbanalysis of the database before and after the

Page 116: Progress x Vista

revert utility may show a difference in the number of records (fewer) for some tables after the revert. If you try to access records in a table after running the revert utility (e.g. for each <table>: display table), you may get the following error: SYSTEM ERROR: Record continuation not found, fragment recid -2147483648 area <num> <num>. (10831) </literal>

================================================DB rfutil================================================Issue Number: OE00132546 Replication failure during normal activity

Malformed AI Block causes Replication failure during normal activity.

Issue Number: OE00133712 ai sequence GE 65536 fails roll forward error 8019

When ai sequence GE 65536 on production database, it fails to roll forward against hotspare with: Expected ai file number 1 but file specified is 65536 in sequence. (8019) necessitating re-enabling after-imaging on the live database.

Issue Number: OE00134964 AI archiver reports insufficient space to archive ai extents

AI archiver utility reports insufficient space to archive ai extents even though there is plenty of space available

Issue Number: OE00135882 Error 873 during a roll forward of After Image file

Overflow of the block update counter of the sequence block caused error 873, error error ocurred during the redo phase of the warmstart of the database.

Issue Number: OE00148288 Rfutil roll forward physical redo phase takes longer and longer

Rfutil roll forward physical redo phase takes longer and longer

Issue Number: OE00150657 Roll forward with -IndexCheck continues with incorrect value

Rfutil roll forward proceeds even if the -IndexCheck option was supplied with an incorrect value.

Issue Number: OE00160725 Process generates error 3714 and crashes database

Process generates error 3714 and crashes database

Issue Number: OE00161630 rfutil throwing success return code despite errors

rfutil is sending a return code of zero despite errors causing an incomplete write of an ai file.

================================================

Page 117: Progress x Vista

DB rl================================================Issue Number: OE00109006 AI sequence number overflow

In some specific circumstances related to the max value of the AI sequence number data type, the AI sequence number can overflow and cause an error during restoration or roll forward.

Issue Number: OE00114335 Full value of the 64-bit counters in error messages

bi counters were made 64-bit in Progress 8.3E, 9.1D09 and 9.1E, promsgs were still 32-bit.

================================================DB rm================================================Issue Number: OE00136016 Source Database hangs due to deadlock condition on Target

A SQL client accessing a Replication Plus target database while performing a table scan in a Type II area can result in a deadlock condition between the SQLClient and the Replication Agent. This creates a hang condition on the Replication Source database.

Issue Number: OE00147276 dbtool reports record fragment warnings for an auditing area

If you have an auditing data area defined for a database and option 3. Record Validation of the dbtool utility is run, you may see warning messages about record fragment size like the following: Warning - first record fragment of 66560 area 45 is only 9 bytes, LOB 0. These messages are benign and can be ignored.

================================================DB shm================================================Issue Number: OE00159402 Database fails to start if sharedmemoryoverflowsize defined.

A database will fail to start if sharedmemoryoverflowsize is defined in the Progress Explorer and / or the conmgr.properties file using newer conmgr.properties file entry sharedmemoryoverflowsize.

Issue Number: OE00162399 Client doesn't release all shared memory segments.

Client doesn't release all shared memory segments when disconnecting and eventually gets a "Cannot connect to Shared memory segment" error.

================================================Diagnostics 4GL Debugger================================================Issue Number: OE00135058 Debugger shows OUTPUT LONGCHAR parameter as memory leak

The debugger is incorrectly showing an OUTPUT LONGCHAR parameter as being a memory leak. This can cause the session to crash if there are many leaks

Page 118: Progress x Vista

reported.

Issue Number: OE00145837 Security issue in Debugger prevents operation with Windows Vista

When running the ProDebugEnable command on Windows Vista the following error occurs: Cannot open registry key HKEY_LOCAL_MACHINE\SOFTWARE\Secure\, errno 2.

================================================Diagnostics 4GL Trace================================================Issue Number: OE00153712 Crashes when 4GLTrace Return is turned on

Client may crash when 4GLTrace return (level 3) is turned on and the procedure/function/method retured has output table parameters, or when it raised an error or stop condition.

Issue Number: OE00161420 Getting error 51 when using 4GLTrace,DynObject.UI

When using 4GLtracing with 4GLTrace level 3 or higher (4GL return) you may generate error 51.

================================================Diagnostics Attachable Debugger================================================Issue Number: OE00097843 Can't attach Debugger to process on UnixWare

Trying to attach the Debugger to a PVM process running on a UnixWare machine gives the following error on the PVM screen: "An error occured when trying to establish communications for using the Debugger; Error code is: 71. (11628)"

================================================Diagnostics GUI Debugger================================================Issue Number: OE00136251 Cannot attach Debugger to session connected to db (many extents)

You may not be able to attach the Debugger to a session connected to a database that contains lots of extents depending on the platform (not in client/server mode).

================================================Diagnostics Other================================================Issue Number: OE00148179 Client crash with QryInfo 3 or higher and transaction backout

Client session may crash after a transaction backout when QryInfo logging is turned on with level 3 or higher, if a dynamic query gets deleted inside the transaction.

Issue Number: OE00153455

Page 119: Progress x Vista

Proevents may crash when processing end of ocx event procedure

Proevents may crash when processing end of ocx event procedure

Issue Number: OE00158226 Errno=24. (98) with many rolled over -clientlog files on Windows

Errno=24. (98) after you have many rolled over client log files on Windows.

================================================Doc ABL================================================Issue Number: OE00061282 Documentation for the CREATE BUFFER statement is now correct

In the online ABL reference help and in the "ABL Reference", the documentation for the CREATE BUFFER statement leads one to believe that they can create a buffer for a temp-table handle when in fact you could not. Due to changes in the product you can now do this so the documentation is in fact correct.

Issue Number: OE00079131 TEMP-TABLE passed as TABLE-HANDLE OUTPUT in widget-pool

The DEFINE PARAMETER statement should mention that a TEMP-TABLE passed as TABLE-HANDLE OUTPUT parameter is created in the default widget-pool of the Progress session.

Issue Number: OE00085130 DEFINE OUTPUT PARAM TABLE-HANDLE FOR h causes error 9080

"DEFINE OUTPUT PARAM TABLE-HANDLE FOR h causes error 9080" because the FOR keyword is not part of the syntax for defining OUTPUT TABLE-HANDLE parameters. The ABL Reference incorrectly lists the FOR keyword as an optional part of this syntax.

Issue Number: OE00085132 Wrong definition statement for INPUT and INPUT-OUTPUT

Documentation wrongly says that the definition goes over for INPUT and INPUT-OUTPUT but not OUTPUT table handles. But the OUTPUT table handle is just like any other OUTPUT variable; it cannot change its caller. So in the DEFINE PARAMETER statement, we removed the notes saying: "If the parameter is OUTPUT TABLE-HANDLE, the handle plus the definition behind the handle are sent from the caller to the called routine. The called routine might have either the dynamic OUTPUT TABLE-HANDLE or the static OUTPUT TABLE as matching parameter."

Issue Number: OE00087185 Example code for SET-POINTER-VALUE is wrong

The example code for the SET-POINTER-VALUE function has invalid syntax, will not run, and will leak memory.

Issue Number: OE00098692 KEEP-MESSAGES option doesn't work for ALERT-BOX

Page 120: Progress x Vista

The documentation is incorrect; the KEEP-MESSAGES option doesn't work when a MESSAGE is used with the VIEW-AS ALERT-BOX option. The MESSAGE ... VIEW-AS ALERT-BOX in the OUTPUT TO statement is a exception to the types of messages which are sent only to the specified output stream.

Issue Number: OE00105803 Error in MATCHES operator documentation

The ABL Reference entry for the MATCHES opertaor: "For example, the result of "*a.b" MATCHES "~*a.~.b" is TRUE." But it should report: "For example, the result of "*a.b" MATCHES "~*a~.b" is TRUE. "

Issue Number: OE00110594 The new maximum streams limit is not documented

The maximum number of streams that you can define in OpenEdge is 50 per procedure. This limit is not documented.

Issue Number: OE00112918 ADD-LIKE-FIELD, ADD-NEW-FIELD, ADD-FIELDS-FROM limits raised

The ADD-LIKE-FIELD, ADD-NEW-FIELD and ADD-FIELDS-FROM methods documentation has been changed to reflect that we have raised the limit of fields in a temp-table from 500 to approximately 1,000.

Issue Number: OE00114059 Documentation error for CAN-FIND in WHERE clause

The documentation says that using CAN-FIND in a WHERE clause should raise a compiler error. It should say that this only applies for OPEN QUERY.

Issue Number: OE00114927 DOCS: OUTPUT TO opsys-file does not specify default directory

DOCS: The opsys-file option associated with the OUTPUT TO statement does not specify the default directory like that in the INPUT FROM statement.

Issue Number: OE00117195 MATCHES does not work as described in doc

MATCHES doesn't work as described in the Help if the "." (period) is used (with or without tilde).

Issue Number: OE00118609 ProDataSets code example error in fetchOrder procedure

The fetchOrder internal procedure example code on pages 10-10 and 11-18 of the ProDataSets book is missing calls to the attachDataSet and detachDataSet functions.

Issue Number: OE00124990 SET-REPOSITIONED-ROW doesn't work as described with ALWAYS

SET-REPOSITIONED-ROW doesn't work as described with the ALWAYS option when browse view-port is not full.

Issue Number: OE00126795

Page 121: Progress x Vista

COPY-DATASET() method allows before-table data in source dataset

Documentation for the COPY-DATASET() method should state that existence of before-image data for the source ProDataSet is allowed. The ABL does not generate a run time error.

Issue Number: OE00128615 ProDataSet manual contains wrong values in MERGE-BY-FIELD column

The Change Conflict Settings table on page 6-28 of the ProDataSets manual contains the wrong values in the MERGE-BY-FIELD setting column.

Issue Number: OE00128644 Icon does not show when using ALT-TAB

LOAD-ICON() and LOAD-SMALL-ICON() methods no longer show the icon for a window in the Alt-Tab task-switching window.

Issue Number: OE00129412 ABL Reference now clearly states meaning of ERROR-STATUS

ABL Reference now has a clear definition of the meaning of ERROR-STATUS. It is now clear which types of errors can be caught and which types cannot.

Issue Number: OE00132939 SCREEN-VALUE reference needs update regarding SELECTION-LIST

The SCREEN-VALUE entry in the ABL Reference is incorrect for two points: 1. The line "If a selection list is not already realized and you reference its SCREEN-VALUE attribute, Progress realizes the widget." should be removed as in the current releases this is not true. 2. Setting the SCREEN-VALUE for a multiple-selection selection-list does NOT clear out the existing selection, instead it appends the new value to the existing selection.

Issue Number: OE00133117 Clarify how the WRITE-XML method works on a buffer handle

WRITE-XML is a method of ProDataSet, temp-table, and temp-table buffer object handle. In all cases, the method writes all the records in a temp-table to an XML document. The documentation was not clear enough, seeming to suggest that the method only writes the current record to the XML document when called from a buffer handle. The documentation has been clarified. WRITE-XML was implemented for the BUFFER-OBJECT-HANDLE only for convenience, so the current behavior is the expected one.

Issue Number: OE00135979 DEFINE DATASET REPOSITION ignored with child data-source query

If a ProDataSet is defined with the REPOSITION or SELECTION option, then the default query is overridden if a query is defined for a child relation data-source.

Page 122: Progress x Vista

Issue Number: OE00147225 DBTaskID supports v8 and v9 db only in documentation

ABL Reference does not include OpenEdge R10 as a supported database for DBTaskID.

Issue Number: OE00157698 Doc incorrectly uses table handle with ADD-RELATION() method

The "Creating data-relation objects" section on page 4-5 of the ProDataSets manual incorrectly states that it is acceptable to use a TEMP-TABLE handle for both the 'parent-buffer-handle' and 'child-buffer-handle' parameters of the ADD-RELATION() method.

Issue Number: OE00161110 Obsolete statement in "OpenEdge Development: ProDataSets" book

Page 1-15 of the "OpenEdge Development: ProDataSets" manual contains the obsolete statement: "Using a ProDataSet in place of a temp-table even within a single session, simply to take advantage of the fact that they can be passed by reference."

Issue Number: OE00161372 "SO-REUSEADDR" option is misspelled in the documentation

The "SO-REUSEADDR" option of the GET-SOCKET-OPTION( ) method is misspelled in the online keyword help and in the "ABL Reference."

Issue Number: OE00162200 ProDataSets manual example has QUERY-OFF-END attribute error

A code example on page 5-33 of the OpenEdge Development: ProDataSets manual contains a typographical error, incorrectly showing the QUERY-OFF-END attribute with parentheses.

Issue Number: OE00162335 Documentation incorrectly states FILL-WHERE-STRING is read-only

The "OpenEdge Development: ProDataSets" manual incorrectly states that the FILL-WHERE-STRING attribute of the data-source object handle is read-only.

Issue Number: OE00162440 TRACKING-CHANGES in ProDataSets manual is misleading

The "OpenEdge Development: ProDataSets" manual incorrectly states the following on page 6-3: "You set TRACKING-CHANGES back to false for a temp-table only after you have executed the ACCEPT-CHANGES method". TRACKING-CHANGES can be set back to false at any time.

================================================Doc ADE Tools================================================Issue Number: OE00148832 Requirements for attachable Debugger need better documentation

Two requirements for the attachable Debugger to function correctly are not clearly documented in the Debugging and Troubleshooting guide: 1.The r-code must not be compiled with the MIN-SIZE option.

Page 123: Progress x Vista

2. The r-code must be compiled with the DEBUG-LISTING option, and the debug lists generated must be stored in a location that the Debugger itself has access to.

================================================Doc Database================================================Issue Number: OE00116054 Formula for calculating -Mxs does not address mandatory fields

Approximate memory requirements when using mandatory fields are calculated as follows: 480 bytes overhead 48 bytes for each table that contains mandatory field(s) 12 bytes for each mandatory field These numbers are approximations and have been rounded up to account for the 32 bit and 64 bit datatype sizing differences. In addition, the sizes may change from release to release. The total number of bytes calculated must be added to the existing default -Mxs. The new value should be specified for -Mxs. For example, if the total memory required for the mandatory field array is 80K, the new -Mxs must be (80K + 16K + 4k (100 users)) or 100.

Issue Number: OE00147165 Documentation fails to differentiate between_UserLock vs _Lock

Descriptions for _UserLock and _Lock are similar, and do not provide information about the differences between the two tables. _UserLock reports the first 512 lock entries for a particular user with "one request" to the lock subsystem (meaning it is a snapshot per user per _user-lock record and not a changing snapshot as each _lock is per lock). The following restriction applies: if a single user has more than 512 locks, they will be missing in the _userlock array.

Issue Number: OE00155078 _UserLock effects on system resouces

The virtual system table summary for the record locking table file (_UserLock) uses considerable system resources. Access _UserLock through database monitoring tools written in ABL while limiting usage in frequently used applications.

Issue Number: OE00158550 Disk requirements when recovering the BI file from a full disk

During database recovery, ensure that you have sufficient disk space. The maximum amount of additional BI space you require to recover the database is variable, and may exceed the current size of the database.

Issue Number: OE00161149 Documentation did not list Type I storage area limitations

The 'OpenEdge Data Management: Database Administration' guide did not provide information on Type 1 storage area limits.

Page 124: Progress x Vista

================================================Doc DataServers================================================Issue Number: OE00145575 Not correct Oracle version in Oracle DataServer Documentation

The DataServer for Oracle documentation mentions that 10g could be a possible value for the Oracle version. This is not correct.

================================================Doc DB Util================================================Issue Number: OE00154312 Documentation shows incorrect syntaxfor archive line

In the 'OpenEdge Data Management: Database Administration' guide, the syntax for an archival log startup line incorrectly showed that the "buseq" value was before "aibegin-date"; the correct syntax is: extent archive indicator,database,date,time,aibegin-date,aibegin-time,buseq,aiseq,extent-n ame,target-directory,target-extent-name

Issue Number: OE00154323 Documentation shows incorrect syntax for backup line

In the 'OpenEdge Data Management: Database Administration' guide, the syntax for a backup line in the archive log file is incorrect; the correct syntax is: Backup indicator,database,date,time,online indicator,buseq,backup-date,backup-time,incr-seq,aigennbr,target-count,back up-targets,backupset-name

================================================Doc Installation================================================Issue Number: OE00129131 Netsetup instructions say use _r instead of -r

Netsetup instructions incorrectly state to use an underscore with the letter r (_r), instead of dash r (-r).

Issue Number: OE00160544 Topic listed twice for "OpenEdge Installation Prerequisites"

In the "OpenEdge Getting Started: Installation and Configuration" manual's chapter on OpenEdge Installation Prerequisites, "Determining the type of installation" appears twice in the list of topics.

================================================Doc Other================================================Issue Number: OE00074185 Wrong behavior description for FIND NEXT and FIND PREV in Doc

Page 125: Progress x Vista

In the "ABL Reference," it states: If no record is found, FIND NEXT behaves like FIND FIRST, and FIND PREV behaves like FIND LAST. In fact, both FIND NEXT after FIND LAST, and FIND PREV after FIND FIRST, do not return any record. If no record is found for either a FIND NEXT or a FIND PREV, the buffer contents are unknown, with a ROWID equal to the Unknown value (?).

Issue Number: OE00105236 Code example for NODE-VALUE-TO-MEMPTR() method is incorrect

The code example for the NODE-VALUE-TO-MEMPTR() method includes an invalid LENGTH attribute on the X-NODEREF object handle. The example does not compile.

Issue Number: OE00111921 Discrepancy between the value used and value reported for -Mn

Documentation does not clarify why the value reported for -Mn in the database .lg file is incremented by one from the value used in startup parameters. This has been corrected in the 10.1C Database Administration Guide.

Issue Number: OE00127651 Bad link to EXCLUSIVE-ID in the ABL Reference online help

Bad link to EXCLUSIVE-ID attribute for the WEB-CONTEXT system handle in the ABL Reference online help system.

Issue Number: OE00129089 Documentation of permission enforcement for sequences is unclear

Permission settings for the_Sequence metaschema table (CAN-READ, CAN-WRITE, etc.) are enforced both at compile time and at run time. ABL documentation does not clearly state that these settings apply in both cases.

Issue Number: OE00159203 Requirement to recompile for 10.1B 64-bit is not documented

When using the 64-bit version of OpenEdge 10.1B or later, you cannot run r-code compiled in an any OpenEdge version earlier than 10.1B. An attempt to do so results in error 2888. You must recompile the r-code in the current OpenEdge version. This requirement is not documented.

================================================Doc SQL================================================Issue Number: OE00147619 Errors in SQL CASE function examples

In OpenEdge Data Management: SQL Reference, the code examples for the CASE function contain minor errors.

Issue Number: OE00155697 Sample code in SQL development guide returns a syntax error

Code Example 5-11 in OpenEdge Data Management: SQL Development contains a

Page 126: Progress x Vista

syntax error.

Issue Number: OE00155771 CREATE TRIGGER syntax in SQL development manual is incomplete

In OpenEdge Data Management: SQL Development, syntax for the CREATE TRIGGER statement in Chapter 11 does not contain the optional REFERENCING clause.

Issue Number: OE00157792 SQL COUNT function returns BIGINT data-type not INT

SQL Reference guide states that the SQL COUNT function returns a data-type of INTEGER but this is not true from 10.1B. From 10.1B and later, the SQL COUNT function returns a SQL BIGINT data-type.

================================================Doc Startup Parameters================================================Issue Number: OE00126078 Redirect messages when starting in batch mode

The documentation should mention that messages needs to be redirected when running in batch mode (-b)

Issue Number: OE00155807 -Mn maximum value in Documentation is wrong.

-Mn maximum value for the number of servers that may be started for a database is limited by available resources of the OS, not OpenEdge coding.

================================================GUI 4GL================================================Issue Number: OE00049966 TranMan: Text segment grow option does not apply for formats

The text segment grow option does not apply for formats, such as the format string "yes/no". The error below occurs when translating in TranMan: compilation error Translation of format '<format>' in language '<language>' to '<translated-format>' exceeds expanded length of original format. (3542)

Issue Number: OE00131654 Browse cell partially selected on entry if format was changed

If the format for a browse cell is changed in the ROW-DISPLAY trigger, when the browse cell receives focus only part of the content is selected instead of the complete displayed value.

Issue Number: OE00132950 Application crashes when window or frame is partly off screen

Session crashes running a procedure when window is partly off-screen.

Issue Number: OE00133552 INDEX attribute for dynamic browse columns has incorrect value

The INDEX attribute of the browse cell shows incorrect information for the browse columns dynamically created.

Issue Number: OE00134518

Page 127: Progress x Vista

Browse widget does not keep selected row in Magnifier window

Browse widget does not keep the selected row in the Windows Magnifier window.

Issue Number: OE00134815 NO-FOCUS buttons get stuck displaying the down image

NO-FOCUS buttons may get stuck in the down position after being clicked by the user

Issue Number: OE00134818 Background color is not entirely removed from fill-ins

When a fill-in field's background color is changed a small outline of the previous color remains around the fill-in.

Issue Number: OE00136045 Error 4052 with the LIST-QUERY-ATTRS function

When using the LIST-QUERY-ATTRS function with a browse column, this results in: **INSERT is not a queryable attribute for FILL-IN Region. (4052) **DELIMITER is not a queryable attribute for FILL-IN Region. (4052)

Issue Number: OE00136147 Color inheritance problems with widgets and frames

Field-level widgets inherit the background and foreground colors of their containing frames if colors are not set explicitly on the widgets.

Issue Number: OE00136177 SYSTEM-DIALOG GET-FILE USE-FILENAME fails silently

SYSTEM-DIALOG GET-FILE USE-FILENAME fails silently if the initial file name is an invalid file name.

Issue Number: OE00150587 WIDGET-IDs not handled properly for nested frames in dialog box

When using WIDGET-IDs and the -usewidgetid startup parameter, automatic generation of widget-ids fails when the UI is using nested frames in a dialog box

Issue Number: OE00158600 App Hangs & Crashes when Screen Doesn't Paint

Under extremely rare circumstances a window may fail to paint completely and the application will appear to hang.

================================================GUI ActiveX================================================Issue Number: OE00149655 Window with slider or radio-set crashes when using CodeJock OCX

A window containing the CodeJock Skinframework control (10.4.2 version) may cause a session crash when run, if that window also contains a radio-set or slider widget.

Page 128: Progress x Vista

Issue Number: OE00149695 OCX not publishing events when run from standalone session

When running a thrid party OCX from a prowin32 session, it does not publish events. Works with in the Procedure editor or AppBuilder

Issue Number: OE00153966 COM Attribute returning array of VT_VARIANTs may cause a GPF

An OpenEdge client may GPF when accessing a COM object attribute that returns an array of VT_VARIANTs.

Issue Number: OE00154424 MOUSE-MOVE-CLICK fired calling dialog-box from Sheridan button

When calling a dialog-box containing the MS Calendar OCX control from a Sheridan SSCommand in a window with a browse, and double-clicking on the MS Calendar OCX in order to close the dialog-box, the MOUSE-MOVE-CLICK trigger of the browse fires.

================================================GUI ALL OTHER WIDGETS================================================Issue Number: OE00146280 Changing the screen-value of a slider crashes the client

The OpenEdge GUI client crashes if you try to change the screen-value of a slider to a string which represents a decimal instead of an integer.

Issue Number: OE00150552 Buttons keep orange "mouse-over" highlight when using XP themes

When using XP Look and Feel (themes & manifests), non-flat buttons get a highlight when the mouse is moved over them (orange in default XP theme). In some cases this highlight remains in place after the mouse has moved off the button again.

Issue Number: OE00150555 Flat buttons stay in "raised" state if used to launch new window

Under specific circumstances, flat buttons will stay in "raised" state after being clicked. The button border remains visible after the mouse cursor is moved off of the button.

Issue Number: OE00154179 Inner-lines attribute set to 0 causes infinite loop

Running the following code will cause the junk.txt file to be created with carriage return or line feed written infinitely until file system is full or application process is killed. OUTPUT TO junk.txt. def var foo as char. form foo view-as editor size 19 by 5 with frame x down no-labels no-box.

Page 129: Progress x Vista

foo:inner-lines in frame x = 0. FRAME x:height = 1. disp foo with frame x.

Issue Number: OE00154233 Client crash when hiding a FRAME

Under very specific circumstances, the prowin32 process may crash when the application hides a FRAME.

Issue Number: OE00154624 Blank Tooltips may not display correctly

Under certain conditions, blank Tooltips may not display correctly.

Issue Number: OE00154723 64K CLIPBOARD limit incorrectly set for MULTIPLE attribute

When the MULTIPLE attribute is used with the CLIPBOARD handle, the total size of the clipboard is limited to 64K.

Issue Number: OE00155081 Memory leak due to repeatedly querying the TOOLTIP attribute

Querying the TOOLTIP attribute for widgets may cause a memory leak

Issue Number: OE00157049 Error 516 with streams and keep-messages

Error 516 may be raised when working with streams and the keep-messages option

================================================GUI BROWSE================================================Issue Number: OE00136254 Client may crash after setting FORMAT of a browse cell

The client may crash when the application code sets the SCREEN-VALUE and the FORMAT of a browse cell inside the ROW-DISPLAY trigger.

Issue Number: OE00146018 Crash when changing item-list of combo-box inside browse cell

If you have a browse cell defined as view-as combo-box and programmatically attempt to change the item-list of the combo-box, the OpenEdge client may cause a general protection fault.

Issue Number: OE00147687 ADD-LIKE-COLUMN and ADD-COLUMNS-FROM crash with short data type

ADD-LIKE-COLUMN and ADD-COLUMNS-FROM crash with unsupported short data type.

Issue Number: OE00150556 MAX-CHARS is queryable with CAN-QUERY but gives 4052

MAX-CHARS is queryable for a non combo browse column with CAN-QUERY but gives 4052 if the a attribute is referenced.

Page 130: Progress x Vista

Issue Number: OE00151653 Browse VIEW-AS COMBO-BOX fails for non-character datatypes

A browse column with VIEW-AS COMBO-BOX LIST-ITEM-PAIRS will trigger a series of "** Invalid character in numeric input <character>. (76)" errors when the browse is realized and when a value is selected from the combo-box. This happens when the datatype of the field displayed is something other than CHARACTER.

Issue Number: OE00151971 Scrolling updateable SDB loses track of row being updated

If an updateable SmartDataBrowser is being scrolled in a way that moves the currently updated row outside of the viewport, it will lose track of the row being updated. After this occurs, the SDB and linked objects will show unpredictable behavior resulting in various error messages

Issue Number: OE00152948 browse ADD-LIKE-COLUMN ignores buffer-field VIEW-AS

According to the documentation, if a buffer-field object has a VIEW-AS phrase specified then the ADD-LIKE-COLUMN method should use this widget-type to create the column. It does not.

Issue Number: OE00152951 ADD-LIKE-COLUMN raises incorrect error if second parameter is ?

Trying to compile a method call to ADD-LIKE-COLUMN where the position parameter is unknown ("?") results in a compile-time error: "Invalid datatype for argument to method 'ADD-LIKE-COLUMN'. Expecting 'character' (5442)" The error message is wrong as the expected datatype is in fact INTEGER.

Issue Number: OE00153153 Buffer-field:VIEW-AS raises wrong error message for invalid valu

Specifying an invalid value for the buffer-field:VIEW-AS attribute raises the wrong error message "**VIEW-AS is not a setable attribute for BUFFER-FIELD widget. (4052)" It should raise error "**Attribute VIEW-AS for the BUFFER-FIELD widget has an invalid value of <string>. (4058)"

Issue Number: OE00153581 Browse cell with VIEW-AS TOGGLE-BOX changes value

When the column of a browse is set to "view-as toggle-box", the checked state of a manually checked or unchecked toggle-box will toggle between checked and unchecked when passing over the row with the keyboard arrows keys.

Issue Number: OE00155410 Hang, Error and Corruption when using browse cell VIEW-AS COMBO

Page 131: Progress x Vista

When using a browse cell formatted with VIEW-AS COMBO-BOX, when changing the value and leaving the row, depending upon the circumstances, you could see a hang, garbage characters in the data, or error 5731 (depending on the data type of the field).

Issue Number: OE00157335 Changing Format of Browse Column = Crash

Changing the format of a browse column in a ROW-DISPLAY trigger before focus has been placed on the browse may cause a crash.

Issue Number: OE00157451 Browse has blank column if locked columns & column visible=false

If a browse contains a column that is visible=false and that column is within the range of num-locked-columns, then a blank column will be displayed.

Issue Number: OE00158583 Static browse column with both @ and VIEW-AS fails to compile

In a static browse definition, a column that has both an "@ phrase" and a "VIEW-AS" phrase will fail to compile, and throw error "** Only WHEN and FORMAT allowed before @ phrase. (579)"

Issue Number: OE00159453 ADD-CALC-COLUMN method should accept VIEW-AS COMBO-BOX

The ADD-CALC-COLUMN method of the browse widget does not accept any of the comb-box related options for the new VIEW-AS parameter. Since columns added this way can be made updateable, it should be possible to use the view-as combo-box in order to remain consistent with other updateable columns.

Issue Number: OE00160074 Unicode client displays garbage characters in browse

A client running with -cpinternal UTF-8 can display garbage characters after the data in a browse cell. This can happen if the SCREEN-VALUE is set in a ROW-DISPLAY trigger, and the column has a datatype other than CHARACTER, RAW or ROWID. In some circumstances, this can also cause a GPF.

Issue Number: OE00161618 Browse with VIEW-AS TOGGLE-BOX crashes when type "y" or "n"

The Progress session crashes when typing "y", "n", "Y" or "N" when a browse cell using VIEW-AS TOGGLE-BOX has focus.

================================================GUI GUI================================================Issue Number: OE00133177 Random crash when moving focus to another window

In certain rare situations, a crash can occur on Windows when windows are being locked or unlocked programatically and focus is changed.

Page 132: Progress x Vista

================================================Install Core Install================================================Issue Number: OE00146004 OE Arch fails to start "An error has occurred. See the log file"

OE Architect fails to start with error "An error has occurred. See the log file" OE Architect does not start if the OpenEdge install directory name includes spaces.

Issue Number: OE00157752 License Update and Add Component display blank dialog

The License Update and Add Component features are not functional because two files are missing in the installation directory (DLC). The missing files are issetup.dll and _setup.dll.

================================================Install Install================================================Issue Number: OE00161438 Scripts not being tailored during install

Some OpenEdge scripts don't get tailored to the environment during install.

================================================Install NetSetup================================================Issue Number: OE00146923 OpenEdge Architect available via NetSetup

OpenEdge Architect can be made available via NetSetup, but this has not been sufficiently tested and can not be guaranteed to work

Issue Number: OE00149956 ODBC DRIVER for SQL not available from NetSetup Install

ODBC driver is not available through the ODBC Data Source Administrator Interface on Windows after NetSetUp installation. The NetSetup was not properly programmed to install the ODBC driver files and setup the registry of the system where NetSetup was invoked.

================================================Install Other================================================Issue Number: OE00147452 WebClient 10.1B install fails if WebClient 10.1A is present

WebClient 10.1B install fails if WebClient 10.1A is present. Instead of the full installation, the Modify/Repair/Remove dialog is displayed.

Issue Number: OE00148724 Folder missing in WebClient installer

WebClient installer does not ship the folder DLC/Properties/Schemas. This can prevent the use of WebServices within a WebClient application.

================================================Install Uninstall

Page 133: Progress x Vista

================================================Issue Number: OE00154765 OE uninstall removes prox.dll used by another OE version

Uninstalling 10.1A with 10.1B already installed removes registry information of shared library prox.dll located in C:\Program Files\Common Files\Progress Software\10. This causes several errors including: The automation server for PROX.PROIDE is not registered properly. Please reinstall this server or try registering it again. (5893)

================================================LANG 4GL================================================Issue Number: OE00067909 DELETE trigger not disabled with ALLOW-REPLICATION

DISABLE TRIGGERS using the ALLOW-REPLICATION clause was disabling only CREATE, ASSIGN, and WRITE triggers, and not DELETE triggers.

Issue Number: OE00091840 When OS-CREATE-DIR fails OS-ERROR function returns zero

The OS-ERROR function is returning zero when the OS-CREATE-DIR statement fails to create directory due to there being an existing file with the same name.

Issue Number: OE00093132 Performance optimization for msgfnd function

Multiple Reads of PROMSGS file causes a drop in performance

Issue Number: OE00133099 Client crashes with Bus Error (48) during CAN-FIND

A client might crash with Bus Error (48) during execution of a CAN-FIND statement. This error requires the following circumstances: - the client has reached the -mmax threshold, and has to swap existing program segments out of memory to make room for loading other program segments. - the program being executed has multiple expression segments. - the CAN-FIND statement is part of a very long expression, such as the concatenation of multiple character expressions.

Issue Number: OE00133485 ADD-FIRST and DELETE methods of a SELECTION-BOX fail

Using the "INPUT" keyword in the parameter list for ADD-FIRST or DELETE methods of a SELECTION-BOX does not work in 10.1A and 10.1B; empty entries are added to the SELECTION-BOX.

Issue Number: OE00133492 GENERATE-MD5 can ignore database schema changes

The r-code md5 will now change change when any of the referenced file crc values change or any of the file's index crc values change

Issue Number: OE00133636 r-code md5's value does not change between progress/oe versions

Page 134: Progress x Vista

r-code md5's value does not get changed when compiled same source code using different progress/oe versions. This is causing problems when migrating application used by WebClient which relies on the MD5 value in order to distribute new r-code.

Issue Number: OE00133716 warning message from compiler always on last line

Warning message from compiler always on last line. The line number will now be set to UNKNOWN value for all the warning messages.

Issue Number: OE00134600 OUTPUT TABLE-HANDLE BY-REF parameter can return unkown handle

An OUTPUT TABLE-HANDLE BY-REFERENCE parameter can return an unknown value if in the calling procedure the handle does not already point to a valid (prepared) temp-table object.

Issue Number: OE00134632 COMPILE XREF-XML may be very slow

COMPILE XREF-XML is 10 times slower than COMPILE XREF.

Issue Number: OE00135228 R-code compiled w/ LANGUAGES and TEXT-SEG-GROWTH option crashes

Running r-code which is compiled with LANGUAGES and TEXT-SEG-GROWTH option crashes.

Issue Number: OE00135288 Client crash when passing temp-tables as input-output parameters

Passing shared temp-tables as input-output parameters between 2 procedures leads to client session crash.

Issue Number: OE00135436 Do not edit.

Do not edit.

Issue Number: OE00135676 Crash returning from procedure - OUTPUT TABLE/DATASET parameter

An ABL client or AppServer/WebSpeed agent might crash when returning from a procedure with INPUT-OUTPUT or OUTPUT TABLE/DATASET parameter(s)

Issue Number: OE00135814 Compiling pgm with init values < format can cause crash

Compilation might cause session to crash if source file contains character variables with initial values smaller than the number of characters in the format (without counting the insertion characters).

Issue Number: OE00135946 Compile error using frame <fn> + element as function parameter

Compile error 247/198 using frame <fn> + element as function parameter on 10.1A

Issue Number: OE00136110

Page 135: Progress x Vista

Crash can occur setting the VISIBLE attribute of a FRAME to TRUE

Application can crash while setting the VISIBLE attribute of a FRAME to TRUE. This is limited to those cases where dynamic code attempts to make visible a FRAME that was declared in a program that now is no longer in the call stack.

Issue Number: OE00136191 unexpected CHR(13) added to string with EXPORT IMPORT

When running certain code which adds spaces to a string, a CHR(13) is added to the export file. When importing this file the result may be an extra CHR(10)CHR(13) combination.

Issue Number: OE00136204 Compile error 12740 on table buffer

It is possible to get erroneous error messages for BUFFER parameters in ABL OO class methods.

Issue Number: OE00145528 Error 1410 in AppServer when passing tables as output parameters

When a table handle is passed as input-output parameter to an AppServer procedure, the AppServer agent may fail with the following error message: Error code -20011 returned from fdfnd. (1410)

Issue Number: OE00145648 -plm causes memory leak and progressive slow-down.

-plm causes memory leak and progressive slow-down of the RUN statement.

Issue Number: OE00145666 The 2GB limit for files in INPUT FROM and OUTPUT TO is lifted.

The files mentioned in the ABL statements INPUT FROM and OUTPUT TO are no longer limited to 2 gigabytes in length. Also the lbi and srt temporary files for local before-imaging and sorting/result-listing are no longer subject to the 2 gigabyte limit.

Issue Number: OE00146255 Assign LOB = ? works if record not locked

It's possible to assign the UNKNOWN value to a BLOB field in a database record, without locking that record.

Issue Number: OE00146559 An appserver session will not release the opened file

Files with KEEP-MESSAGES option not release properly on an AppServer when using Output Close.

Issue Number: OE00146645 Buffer parameter for reference-only temp-table causes crash

Attempting to pass a BUFFER PARAMETER for a temp-table that is defined REFERENCE-ONLY in the called procedure causes a crash if the temp-table

Page 136: Progress x Vista

reference is not bound to an actual temp-table at the time of the procedure call. Using a REFERENCE-ONLY buffer as a BUFFER PARAMETER is now illegal, since there is no internal support for this at all.

Issue Number: OE00146727 Getting "Error starting a database transaction" in client/server

Client GPFs after error: "Error starting a database transaction. The client cannot continue." in some specific situation after the current sub-transaction is rolled back, when connected in client/server mode to the database

Issue Number: OE00146877 SYSTEM-HELP MULTIPLE-KEY doesn't work in OpenEdge

SYSTEM-HELP MULTIPLE-KEY option doesn't work in OpenEdge. Trying to use the MULTIPLE-KEY option in OpenEdge will result in the following error message: "An error exists in this help file. Contact your application vendor for an updated Help file"

Issue Number: OE00147287 Compiler warning message 10603 reported as error

Compiler warning message 10603 is reported as an error although the compilation succeeds. The COMPILER:WARNING attribute is returning a value of FALSE when it should return a value of TRUE.

Issue Number: OE00147439 UTF-8 Session crashes using memory-mapped procedure library

Displaying a logical variable from a memory-mapped procedure library when -cpinternal is UTF-8 will cause a GPF.

Issue Number: OE00147818 ABL procedure crashes on async AppServer call

An asynchronous AppServer call involving temp-tables in an ABL procedure may result in error 565 ( FIND FIRST/LAST failed for table queue-table), followed by a crash.

Issue Number: OE00148157 Memory Leak with RCODE-INFO

The RCODE-INFO system handle may cause a small memory leak if used to get information on a .r file that contains no static references to databases.

Issue Number: OE00148230 Compile with preprocess breaks comments

When compiling code with the preprocess option, in some cases, the first slash of an added comment may be removed. This will cause the preprocessed code to return errors when compiled and run again.

Issue Number: OE00148590 Database fails to load delta df if connected via TCP/IP

Trying to apply a delta df from a 10.1B client to a 10.1B server when connected remotely via client/server may raise errors 450 or 16

Page 137: Progress x Vista

Issue Number: OE00148897 Client crash if disconnected from database during compilation

If a client is disconnected from a database while a compilation is ongoing, the session would crash under specific circumstances.

================================================LANG 4gl================================================Issue Number: OE00148960 Client can only connect to 127 databases

The client can only connect to 127 databases even if -h is set higher than that. Connecting to more than 127 databases causes the client to crash with a core file.

================================================LANG 4GL================================================Issue Number: OE00149138 Client can report 1422 on inactive index during idxactivate

Client can report 1422 on inactive index while that index being activated during idxactivate online

Issue Number: OE00149262 BUFFER-COPY with udf in assign-phrase may corrupt index

When using BUFFER-COPY with an assign-phrase that assigns the return value from a user-defined function (udf) to an indexed field of the table, and if the called udf assigns values to an indexed field of the same or different table as is being copied, index corruption can occur for the table that is the target of the BUFFER-COPY.

Issue Number: OE00149439 CREATE SOAP-HEADER may cause memory leak and core dump

Repeatedly calling CREATE SOAP-HEADER may result in a memory leak and core dump

Issue Number: OE00149466 Dynamic change to vt220 wide terminal may cause session hang

When TERM is dynamically changed from 80 columns to 132 (vt220) and an input file is used containing lines longer than 80 chars, the session may hang and needs to be killed manually.

Issue Number: OE00149556 COMPILE XREF fails with with long string literals in source

Compile XREF failed to correctly truncate lines when the source code contains long string literals. Depending on exact release and platform this sometimes caused the session to crash with a memory violation/access violation

Issue Number: OE00149613 Error 141 description contains typo

Error 141 description contains typo that mentions massage instead of

Page 138: Progress x Vista

message.

Issue Number: OE00149833 RCODE-INFO with low -mmax can crash client

A client, AppServer or WebSpeed agent with a relatively low -mmax value can crash when using the RCODE-INFO system handle. Most typical occurrences of the crash happen when assigning the RCODE-INFO:FILE-NAME in an ASSIGN statement followed by other assignments e.g. ASSIGN RCODE-INFO:FILE-NAME = cDotRFile cDBList = RCODE-INFO:DB-REFERENCES.

Issue Number: OE00150433 Error 1410 with temp-table as output parameter

Error 1410 may result when using a temp-table as an output parameter and the temp table is defined as NEW SHARED in the called procedure: Error code -20011 returned from fdfnd. (1410)

Issue Number: OE00150474 The LOAD() method may crash session under certain cirumstances

The X-DOCUMENT handle LOAD() method may crash the 4GL session if the file being loaded happen to be opened by Microsoft Word or some other Windows applications.

Issue Number: OE00150588 LENGTH function returns 0 for variable with value " "

LENGTH function returns 0 for variable with an initial value of spaces (" ") and a specified format (e.g. "X") in OpenEdge 10.1.

Issue Number: OE00150797 BUFER-COPY and FIND CURRENT causing S/E 5367

When a database has Runtime Permissions Checking enabled, a procedure which uses BUFFER-COPY and FIND CURRENT will cause the client session to end with S/E 5367: Could not extract field '<field-name>' from source in a BUFFER-COPY statement. (5367) This only happens when running compiled (.R) code

Issue Number: OE00151020 Entry function does not work with longchar datatype

The ENTRY function does not function with the longchar datatype. If a single entry being retrieved is longer than 31991 characters, one of the following errors will occur: "Entry <entry#> is outside the range of list <list-string>. (560)", "** SUBSTRING/OVERLAY assignment too long -- increase -s parameter. (657)" or "'Incompatible datatypes found during runtime conversion (5729)"

Issue Number: OE00151228 String manipulation functions on LONGCHARs can be slow

Page 139: Progress x Vista

Using ENTRY, SUBSTRING, INDEX and related string manipulation functions on LONGCHARS can become very slow depending on the size of the LONGCHAR variable being processed.

Issue Number: OE00151324 Error (13) does not contain a database name

Error message (13) does not contain a database name: SYSTEM ERROR: fmget: bad record or unknown value. (13) If multiple databases are connected, there is no way to know which database caused this error, as the error will be written to all connected databases.

Issue Number: OE00151479 Error 1006 with Function BUFFER parameter

Passing a BUFFER parameter with a function call can result in error 1006: <program name> Database <dbname> not connected. (1006)

Issue Number: OE00151559 Crash when using REPLACE with wrong number of arguments

When the REPLACE function is used as part of a WHERE clause in a query (or FIND statement, or FOR EACH) and an incorrect number of arguments is supplied, the compiler crashes when trying to compile the code.

Issue Number: OE00151823 KEEP-MESSAGES in Internal Procedures may cause error 99.

If an internal procedure containing the OUTPUT STREAM statement with KEEP-MESSAGES option is invoked more than once, error 99 may result: "** <file-name> already has a conflicting use. (99)"

================================================LANG 4gl================================================Issue Number: OE00151838 Session crash when using triggers and multiple field assignments

The client process would crash if running a multiple field assignment using the "::" syntax and triggers are defined for the table.

================================================LANG 4GL================================================Issue Number: OE00152295 RUN STORED-PROC does not appear in the XREF listing

RUN STORED-PROC does not appear in the XREF listing

Issue Number: OE00152392 Loading non-OpenEdge XML schema is not allowed into Temp Tables

Loading non-OpenEdge XML schema is not allowed into Temp Tables, it is only allowed into ProDataSets.

Issue Number: OE00152500 BUFFER-COPY tt w/ before-tbl and track-changes may corrupt index

Page 140: Progress x Vista

If you run the BUFFER-COPY statement or function and the target table is a temp-table with no indexes and with a before-table and the TRACKING-CHANGES attribute is turned on for the target temp-table, that can cause index corruption in other temp-tables or database tables, if they are changed after the buffer-copy.

Issue Number: OE00152608 Runaway agent when db disconnected while running CREATE BUFFER

Runaway agent when database gets disconnected while application is running a CREATE BUFFER statement.

Issue Number: OE00152748 AppServer/client hang stopping query without INDEXED-REPOSITION

If a query has a condition that causes it to make poor use of indices, and INDEX-REPOSITION is not defined, and the application tries REPOSITION within this query, the REPOSITION can potentially take a long time, depending on the number of rows in the table. When using the GUI client (prowin32.exe), if the user tries to use CTRL-C or CTRL-BREAK to stop the query, prowin32.exe will hang and start consuming large amounts of memory and CPU time. The prowin32 process must be killed through system utilities. If the query is executing on an AppServer, and the user kills the client session as it appears to hang, the AppServer will also hang, remaining in CONNECTED or BUSY state. The _proapsv process will also consume large amounts of memory and CPU time. The _proapsv process will not respond to shutdown requests from the broker, and must be killed with system utilities.

Issue Number: OE00152882 QUERY-PREPARE for static query raises error 4938 in 10.1B

Before 10.1B a QUERY-PREPARE method call for a static query that was defined without the SCROLLING option would succesfully complete if there are MAX-ROWS, INDEXED-REPOSITION and other such options in the WHERE clause. The query would also respect the options provided and behave accordingly. In 10.1B, the same QUERY-PREPARE method call will raise the error "MAX-ROWS, INDEXED-REPOSITION, etc. require query <queryname> to be defined with SCROLLING. (4938)"

Issue Number: OE00153417 GUI client may crash when leaving field after PROCESS EVENTS

The GUI client may crash when the user leaves a field after a PROCESS EVENTS has been processed.

Issue Number: OE00154474 FIRST-OF & REPEAT PRESELECT Failing on Unix

Using the FIRST-OF function inside of a REPEAT PRESELECT block may return true even when the first-of condition not true.

Issue Number: OE00154758 Index Corruption/GPF using -cpinternal UTF-8 with non-UTF-8 db

It is possible to corrupt an index or crash the client if using -cpinternal UTF-8 with a non-UTF-8 database. This bug has the potential to crash the

Page 141: Progress x Vista

client or corrupt both normal indices and word indices in 10.1B. Prior to large key support in 10.1B, the potential for index corruption was limited to word indices when the value of the field exceeded 200 bytes. All of the following conditions must be true to cause the corruption/crash in 10.1B: - Client using -cpinternal UTF-8 against a database that is not UTF-8 (Typically this affects a windows client; however it could affect UNIX AppServer, Webspeed and batch clients). - Database with large key support enabled, which is the default for a new 10.1B database and an option for a database being converted to 10.1B. - An index (normal or word index) on a character field - A value in the character field that, when converted to the database codepage, exceeds 200 bytes. The defect does not exist in SQL; it is a problem for ABL clients only. The existing IDXCHECK, IDXBUILD and IDXFIX utilities will correctly identify and fix any index corruption caused by this bug, for both normal and word indices. If users continue to use -cpinternal UTF-8 after the indices have been repaired, they will corrupt the indices again.

Issue Number: OE00155617 Performance improvements to 10.1 ABL client

Under certain circumstances, the observed performance of the client ABL code in 10.1 compared to 9.1 can be slower.

Issue Number: OE00155664 4GL client gpf with MSS and ODBC DataServer sorting queries

When the 4gl client needs to sort a query result because of the use of a by clause on the query and if the only unique index on the table is a character field containing a long string or a composite key containing a long string; then the client will gpf trying to sort the query result.

Issue Number: OE00155887 FIND statement with USING INPUT options crashes session

A FIND statement containing the USING and INPUT options crashes the ABL session if the INDEX used to retrieve the record is an ABBREVIATED INDEX with an INTEGER field as its leading component.

Issue Number: OE00156238 Crash during DELETE of SUBSCRIBEd procedure

It is possible for a client to crash when deleting a persistent procedure, if the persistent procedure had SUBSCRIBEd to another procedure that has already been deleted.

Issue Number: OE00156503 AppServer may hang running persistent proc with shared variable

In some specific situations, the AppServer process may hang when trying to run a persistent procedure that has shared variables that are not defined yet.

Page 142: Progress x Vista

Issue Number: OE00156662 Errors 48 or 49 when compiling code with DEBUG-LIST

Compiling code using the DEBUG-LIST and SAVE options may randomly crash.

Issue Number: OE00156836 WHERE custnum = NO-LOCK doesn't error

FOR each customer where custnum = NO-LOCK: fails to produce a compiler error when it used to in version 8, and after version 9.1B. The reason is that NO-LOCK, NO-WAIT, SHARE-LOCK and EXCLUSIVE-LOCK etc are now expressions. This is a regression bug that made it into all of the OpenEdge 10.x versions.

Issue Number: OE00157488 Error 444 when current field's value is unknown

If by assigning a value to a field which has the unknown value as the current value, the record exceeds the 32K limit, the client generates the 444 error and terminates the process.

Issue Number: OE00158648 Unable to perform RAW-TRANSFER in 10.1B

After converting database from 10.1A 01 to 10.1B 01, and opening database in 10.1B 01, unable to perfom RAW-TRANSFER, getting error message: RAW-TRANSFER statement failed due to stale schema for table (11425).

Issue Number: OE00159083 System Error when undoing subtransaction with record creation

"SYSTEM ERROR: failed to get lock after undoing an icb disconnect" may be raised when undoing a sub-transaction that created a record, downgraded its lock and released it.

Issue Number: OE00159143 Memory Leak when calling UDF that returns Longchar and errors

Retruning a longchar result from a function causes a memory leak if the return value is not assigned to a variable, or the return value is assigned to a variable of a different data type.

Issue Number: OE00159578 Inconsistent behaviour assigning CLOB to CHAR

When assigning to a CHAR variable from a CLOB the CHAR variable may contain additional invalid character data at the end of the character string transfered from the clob.

Issue Number: OE00159895 Display Date field with strange format '@' crashes session

Trying to DISPLAY a date field in a frame while at the same time applying a strange format like "A 99/99/99" can crash the client session.

Issue Number: OE00160516 Methods that take stream don't take stream-handle

Page 143: Progress x Vista

Methods that take stream don't take stream-handle

Issue Number: OE00160522 DISPLAY STREAM-HANDLE shows empty procedure window

If you have a display stream-handle handle statement in your code, it will cause an empty procedure window to show up when nothing else would. If the same program had a DISPLAY STREAM, it would not display the window.

Issue Number: OE00160782 Crash when setting screen-value of field on MESSAGE UPDATE

Client session crashes when setting screen-value of field on a MESSAGE UPDATE statment

Issue Number: OE00160943 READ-XML w/var in schema location parameter returns error

Using a variable to specify a blank value for the schema location parameter in the READ-XML method causes error 293 to occur. ** "" was not found. (293) To workaround this issue simply replace the variable with a literal "" value or set the value of the variable to unknown (?).

Issue Number: OE00161117 PUBLISH statement with no ending period causes error 1450

Compiling a program with the XREF option which has a PUBLISH statement with no ending period will cause error 1450.

Issue Number: OE00162570 Thrown error in callback procedure doesn't stop SAX-PARSE

Thrown errors are not properly passed back to calling code when incurred in a callback procedure of the SAX-PARSE method. The problem is that, when the error is thrown, the parser should then return the thrown error to the block which called it but doesn't. In fact the parser continues to read the SAX document until completion and, unless the error is thrown from the last iteration of the callback procedure, it is never returned to the calling block.

Issue Number: OE00163268 ENTRY statement corrupts data if assigned a LONGCHAR value

The ENTRY statement returns corrupted data if the value on the right-hand side of the assignment is a LONGCHAR value (from a variable or function).

Issue Number: OE00163315 Client crash/hang in 10.1B03 after UNSUBSCRIBE IN <hdl>

Client may crash or hang when deleting a procedure (or returning from a procedure) after the program has executed a UNSUBSCRIBE IN <hdl> statement.

================================================LANG COMPSRV================================================Issue Number: OE00135692

Page 144: Progress x Vista

Decreased performance of calls to AppServer from v9 to v10

Calls to AppServer procedures may be between 1 and 2 times slower with version 10 than they were with version 9.

================================================LANG DATASET================================================Issue Number: OE00135119 LAST-BATCH attribute stays true after EMPTY-DATASET()

After the EMPTY-DATASET() method is called for a dataset, the LAST-BATCH attribute for the temp-tables accessed in the dataset is not reset to FALSE as it should be.

Issue Number: OE00135780 Memory violation with OUTPUT BY-REFERENCE ProDataSet

An application passing an OUTPUT BY-REFERENCE ProDataSet from an internal procedure can cause a memory violation, if the internal procedure defines a buffer for use in the ProDataSet.

Issue Number: OE00135904 Before-image of ProDataSets is not saved unless tracking changes

The before-image of ProDataSets is not be saved unless tracking changes is used. Fixed by having MARK-ROW-STATE buffer method which creates before-images from a passed buffer.

Issue Number: OE00135968 COPY-DATASET fails when applied with out-of-order LOB field

If a temp-table in a dataset contains a column that is not in straigt POSITION order, it will cause a copy of the table to fail. This happens when using DEFINE .. LIKE.

Issue Number: OE00136128 AppServer crashes with REFERENCE-ONLY TEMP-TABLE's and DATASET's

Use of BIND and BY-REFERENCE dataset parameters with REFERENCE-ONLY datasets are normally for local calls, which work fine. But the same calls used remotely with an Appserver can gpf if the parameter is OUTPUT or INPUT-OUTPUT.

Issue Number: OE00145658 parm passing or copy of table while tracking-changes on gpfs.

If a temp-table has tracking-changes on during parameter passing or copying, it may gpf.

Issue Number: OE00146463 TABLE-HANDLE param mismatch with DEFINE LIKE out-of-order source

-A TABLE-HANDLE parameter receiving a table from appserver/client network connection where the sending table was DEFINE... LIKE database-table, and that database-table does not have _order and _field-rpos in the same order, would cause by-reference parameter mismatches later with local DEFINE .. LIKE database-tables.

Issue Number: OE00146584

Page 145: Progress x Vista

Before-tables of appserver parameters are not deleted

Under circumstances involving ProDataSets, the AppServer agent does not release the before-table associated with an input-output temp-table parameter.

Issue Number: OE00147446 RELATIONS-ACTIVE for dataset with 3 relations hangs session

modifying the RELATIONS-ACTIVE to TRUE for a dataset with more than 2 relations hangs the client session.

Issue Number: OE00147524 RELATIONS-ACTIVE False sets parent-relation to ?

There is a change in behaviour between 10.1A02 and 10.1B with regard to RELATIONS-ACTIVE. In 10.1A02 when the dataset RELATIONS-ACTIVE attribute is set to FALSE this sets the relations ACTIVE attribute to FALSE and nothing else. In 10.1B in addition to the above behaviour, the relation buffer PARENT-RELATION handle is set to ?, and the NUM-CHILD-RELATIONS is set to 0. This was a fix required in 10.1B because it is possible to have multiple paths through the same dataset by activating and deactivating relations. If the parent-relation handle is not nulled when the relation is deactivated, the inconsistency then causes problems when a different relation is activated with the same parent. So it is expected behavior to have the PARENT-RELATION handle become ?.

Issue Number: OE00151209 Passing mismatched TEMP-TABLES BY-REFERENCE throws no error

Passing mismatched TEMP-TABLES BY-REFERENCE does not throw an error. Now the mismatch causes an error message.

Issue Number: OE00153544 FILL() crashes for a ProDATASET on a large number of tables.

Crash during FILL() for a dynamic ProDATASET on a large number of tables (around 200).

Issue Number: OE00157501 Open Query in buffer OFF-END event causes fatal error

Opening the query for a buffer while in the OFF-END event is not supported and should never be done. This bug fix addresses a crash that occurs when attempting to do this.

Issue Number: OE00161182 qrNext called with a closed query. (2732)

Filling prodataset causes qrNext called with a closed query. (2732) This has been fixed by ensuring that all queries are closed during all types of error conditions during a FILL.

================================================LANG DATATYPE

Page 146: Progress x Vista

================================================Issue Number: OE00130120 Error 223 with LONGCHAR and DYNAMIC-FUNCTION

Type checking in combination with DYNAMIC-FUNCTION fails with some operations.

Issue Number: OE00130252 longchar not properly converted assigning to SCREEN-VALUE

longchar not properly converted assigning to SCREEN-VALUE

Issue Number: OE00135669 TZ variable does not work on Windows platform

If the TZ environment variable is set to something other the the system timezone on the Windows platform, the NOW and TIMEZONE functions will return incorrect results.

Issue Number: OE00149218 Formatting datetimes incorrectly rounds milliseconds portion

Displaying a datetime or datetime-tz with a format that does not include milliseconds will cause the milliseconds portion to be rounded to the nearest second. This is inconsistent with seconds and minutes, which are always rounded down

Issue Number: OE00154520 Resource leak when concatinating SUBSTRING(longchar) to longchar

There is a resource leak when concatinating the result of a SUBSTRING function a LONGCHAR to another LONGCHAR variable, for example when executing: Longchar1 = longchar1 + SUBSTRING(longchar2,1,3). This results in a memory leak and will eventually trigger errors such as "Could not obtain memory for LONGCHAR variable. (11677)" , "**Unable to realize <widget name>. (4025)" or similar errors.

Issue Number: OE00157224 1 day too many substracted from datetime if time portion becomes

When substracting a number of milliseconds or another datetime from a datetime variable, we substract one day too many if the interval is 24 hours or more and the substraction causes the time portion to become 0 (midnight).

================================================LANG I18N================================================Issue Number: OE00129463 Error loading ICU collation rules into a UTF-8 database

The following error occurs when loading collations rules for ICU collations ICU-nn, ICU-nb and ICU-cs into a database: ** Error during MODIFY DATABASE **

Page 147: Progress x Vista

Errors occurred loading collation rules. Verify that definition file is not corrupted. The collation will not be loaded into the database.

Issue Number: OE00129764 Overlay statement works incorrectly with COLUMN using UTF-8

The behaviour of the OVERLAY statement with COLUMN can return incorrect results when using -cpinternal UTF-8. This occurs when: - the specified length for the expression to overlay is longer than the expression itself. e.g. OVERLAY(ctext,1,20,"COLUMN") = "Hello". - the position given is longer than the target variable e.g. ctext = "X". OVERLAY(ctext,5,20,5,"COLUMN") = "Hello"). The returned value in these cases is not consistent with what is returned with a -cpinternal of a single-byte codepage.

Issue Number: OE00130711 READKEY and APPLY LASTKEY returns double-byte chars in reverse

Using READKEY and APPLY LASTKEY in an EDITING block of a fill-in will insert the new character at the start of the fill-in, causing the entered text to be reversed.

Issue Number: OE00145554 File /dlc/prolang/utf/utf8.pf contains incorrect comment

The comment in file DLC/prolang/utf/utf8.pf states that the settings contained there should not be used with a GUI client. This is not true in OpenEdge 10; this file can be used with the GUI client.

Issue Number: OE00155606 Header frame w/- UTF-8 not displayed if CHARACTER field is blank

A client using -cpstream UTF-8 can display a header frame incorrectly if a CHARACTER field in the frame contains a blank value (""). This can also happen with a LOGICAL field in the frame, if the FORMAT of the LOGICAL field contains a non-ASCII character.

================================================LANG OO4GL================================================Issue Number: OE00135490 Subclass compile fails if code XCODEd with non-default key

Compiling a .cls file fails under the following conditions: - The defined class being compiled inherits another class - The compilation triggers a compile of the inherited class - The .cls files have been encrypted with the XCODE utility, specifying a non-default encryption key.

Issue Number: OE00136019 FIND, FOR & OPEN QUERY fail with INTEGER method in WHERE clause

ABL: The error "Incompatible data types in expression or assignment. (223)"

Page 148: Progress x Vista

is generated when a FIND, FOR or OPEN QUERY statement references an INTEGER method in the WHERE clause.

Issue Number: OE00136207 Class with cast function crashes compiled w/ XREF or XREF-XML

Class with cast function crashes when compiled w/ XREF or XREF-XML

Issue Number: OE00147901 Include file outside class causes Architect to crash

Plassing an Include file outside a class definition in some situations can cause Architect to crash.

Issue Number: OE00148567 Class files in memory-mapped PL cause crash with error 290

Attempting to NEW() a class will crash the session with error "SYSTEM ERROR: I/O error 9 in readit, ret =-1, file 32767 addr 0 (290)", if the r-code for the class is loaded from a memory-mapped procedure library. Using a non-mapped library instead works without issues.

Issue Number: OE00150276 Crash when property name is same as temp-table field

When a class property has the same name as a temp-table field in the same class, the compiler crashes upon compiling the class.

Issue Number: OE00157115 Session crashes when instantiating high number of classes

Session crashes at runtime when instantiating high number of different classes. This can happen whether or not there are rcode files for the classes.

Issue Number: OE00159975 Possible compiler crash when source refers to many classes

It's possible that the compiler will crash if it is compiling a source code file that uses a large number of different classes (on the order of hundreds). A known case is when a source file instantiates 600+ classes and the compiler cannot find one of the classes.

Issue Number: OE00160400 Overridden method as callback fails with error 13452

Using a method as a dataset callback handler fails if that method is an override on a superclass method. This will trigger error "Method '<methodname>' for callback must be valid public method. (13452)" even if the method is public on all levels of the class hierarchy.

Issue Number: OE00160401 RETURN ERROR crashes in method used as ROW-UPDATE callback

If a method is used as a callback for the ROW-UPDATE dataset event, the session crashes when the method returns ERROR, NO-APPLY or a return value.

Page 149: Progress x Vista

Issue Number: OE00160982 Defining a static buffer in a class method crashes the compiler.

Defining a static buffer in a class method crashes the compiler.

Issue Number: OE00162132 3273 error with CAN-FIND in class on REFERENCE-ONLY tt

When running a class which inherits a class that defines a temp-table and prodataset as REFERENCE-ONLY and there is a usage of CAN-FIND on the temp-table in the class (even though it is never used) the following error is incurred.

Issue Number: OE00163672 Using OOABL Class in browsercustom.p = Crash

Instantiating an instance of an OOABL class (even a class that does nothing) in browsercustom.p will cause a crash.

================================================LANG Other================================================Issue Number: OE00134538 CONNECT can take up to 50 sec to report failed connection

CONNECT statement can take up to approximately 50 seconds to return from a failed connection.

Issue Number: OE00146601 Application Compiler may produce r-code with extra languages

When compiling a procedure through the Application compiler, the rcode may contain extra text segments for invalid languages when the LANGUAGES option is left blank.

Issue Number: OE00151650 Batch-mode WAIT-FOR event of THIS-PROCEDURE fails

Attempting to run a WAIT-FOR CLOSE OF THIS-PROCEDURE PAUSE statement in a client running in batch-mode (using -b startup parameter) fails with error "None of the widgets used in the WAIT-FOR statement are in a state (such as SENSITIVE) such that the specified event can occur. WAIT-FOR terminated. (4123)"

Issue Number: OE00154506 Errors after loading collation page while AI enabled

OpenEdge does not prevent a new collation table from being loaded into a database when after-imaging is enabled. A new collation requires an index rebuild, but after-imaging must be disabled before index rebuild can run. If ai is not disabled, that will leave the database unusuable.

================================================LANG PRINTER================================================Issue Number: OE00147094 _osprint.p with UTF-8 flag doesn't print documents correctly

Page 150: Progress x Vista

When using the UTF-8 flag (512 in the p_PrintFlags paramater) with _osprint.p (proprint.dll), documents can fail to print characters and may truncate the output beyond the first line(s).

Issue Number: OE00147137 SYSTEM-DIALOG PRINTER-SETUP does not retain property settings

When using SYSTEM-DIALOG PRINTER-SETUP to select a printer, a change to the printer properties may not be retained the next time the same command is used.

Issue Number: OE00149769 Error 4110 with large number of printers

When many printers are defined on a Windows system, printing may fail with error 4110.

Issue Number: OE00156751 Unable to print with control codes in 10.1B02

Printing with control codes in 10.1B02 results in the actual control codes being printed instead of the expected control-code behavior.

================================================LANG Procedure Library================================================Issue Number: OE00136106 prolib fails when .pl contains .r file with no r-code

When a .pl contains a file with a .r extension but not containing r-code, then prolib fails to create a shared library (-makeshared) with no error message.

================================================LANG Web Services Client================================================Issue Number: OE00128256 bprowsdldoc generates incorrect example for SOAP encoded arrays

Examples for SOAP encoded arrays generated by bprowsdldoc are incorrect.

Issue Number: OE00133132 Memory not released during connect/disconnect of web services

Memory is not released properly during connect/disconnect of web services connections.

Issue Number: OE00135636 The ABL Web Service client uses too much CPU

The ABL Web Service client uses too much CPU and causes performance issues while waiting for a SOAP Response.

Issue Number: OE00136036 Uninitialized Table-Handle parameter crashes prowin32

Use of an uninitialized handle as an INPUT TABLE HANDLE parameter will cause the OpenEdge runtime to crash. Uninitialied handle means, a variable has been defined as a handle, but no CREATE TEMP-TABLE statement has been

Page 151: Progress x Vista

executed.

Issue Number: OE00148706 Outer element of XML passed as text string is disappearing

Under certain conditions, when an XML string was passed as an argument for an INPUT parameter, the outer element of that XML string would disappear. Sending an INPUT parameter with a value of value such as "<value>text</value>" would result in only "text" being sent to the web service provider.

Issue Number: OE00148716 DLL files (libwww.dll) missing in WebClient installation

A 3rd-party component of OpenEdge (libwww.dll) used for WebServices does not depend on the same version of some system DLLs as the rest of the OpenEdge installation. These extra dependency would not be available in the WebClient installer, resulting in some missing DLL when running code using WebServices inside a WebClient application.

Issue Number: OE00149804 Unable to connect to Web Service via HTTPS via authentic proxy

Connectiong with OpenEdge WebServices client fails using https if the proxy server requires authentication.

Issue Number: OE00151839 SOAP header and SOAP fault detail not always returned correctly

For SOAP headers and SOAP fault details, OpenEdge clients might not correctly return these values if they contain complex data that matches a specific criteria. The failure in processing SOAP headers may be in a SOAP response received by the client, or when the client sets a SOAP-header-entryref using the SOAP-header-entryref:SET-SERIALIZED method. The specific criteria for this are: 1) A SOAP header of SOAP Fault detail has a child A. If A has a child C, and C has a child that is a leaf element, and C has more than one child, then all of C's children after the leaf element will become siblings of C, instead of children. If A has a sibling B, then B will be lost. 2) A SOAP header of SOAP Fault detail has a child A. If A has a child C, and C has a child that is an empty element, and C has more than one child, then all of C's children after the empty element will become siblings of C, instead of children. If A has a sibling B, then B will be lost.

Issue Number: OE00159210 Special chars in attribute values in WSO responses cause error

If an OpenEdge Web Services client receives an OUTPUT LONGCHAR parameter that contains XML, the special characters < and & should be escaped -- they should appear as &lt; and &amp;. However, the AVM may fail to correctly escape these two special characters if the WSDL indicates that the parameter is "anytype".

Page 152: Progress x Vista

Issue Number: OE00159818 OpenEdge Web Service client fails to parse SOAP Fault

The OpenEdge Web Service client returns the following error when receiving a SOAP Fault: Error receiving Web Service Response: Wrong XML token encountered during primitive type deserialization (11773) A workaround to this problem is to remove the definition of the SOAP fault from the web service definition language (WSDL) document provided by the web service.

================================================LANG XML================================================Issue Number: OE00134063 Error 60 followed by session crash using READ-XML

When an XML file is loaded into a dynamic temp-table and the override-default-mapping parameter is set to true error 60 might happen and the session is terminated. This happens due to to override-default-mapping causing the data type of character fields to be changed to CLOB and then trying to have a word index created for the CLOB field.

Issue Number: OE00134483 Question mark character becomes unknown with READ-XML

READ-XML interprets a literal quesion mark for a character temp-table field in an XML document as the unknown value.

Issue Number: OE00134648 Data relations lost when saving DataSet definitions to XML

DATA-RELATIONs defined in a dataset might be lost when saving the dataset definition to an XML Schema using WRITE-XML or WRITE-XMLSHCEMA with the min-schema parameter set to TRUE.

Issue Number: OE00147273 READ-XML() method generates (13143) and (13032)

Errors: Unable to set initial value 'USA' from XML Schema for field 'Country'. (13143) Unable to create Temp-Table or dataset schema from XML Schema. (13032). Errors similar to the above are generated calling the READ-XML() method if the XML Schema for a field that maps to a CLOB contains an inital value definition that is not unknown.

Issue Number: OE00152553 WRITE-XML method does not recognize DECIMALS for the output

The WRITE-XML Method does not recognize DECIMALS option defined for a decimal field in a TEMP-TABLE. For example, a TEMP-TABLE field with DECIMALS 0 will be written to the XML document with 1 decimal place for the decimal field.

Issue Number: OE00152831 READ-XMLSCHEMA results in errors 13138 and 13032

Page 153: Progress x Vista

The READ-XMLSCHEMA method results in errors 13138 and 13032 when reading a 3rd party XSD file into a prodataset.

Issue Number: OE00153152 READ-XML fails with error 76 and 13052 when field name is id

When a TempTable has a field called id and there is also an attribute "id" in the XML record that is not the field, READ-XML might assume the id attribute is the field and try to update the id field with the value of the id attribute.

Issue Number: OE00153666 Insert Records via DiffGram = No Records Inserted

Passing DataSets to the AppServer via XML using Microsoft DiffGram format can cause the AppServer to think there are no newly inserted records in the DataSet even though newly inserted records do exist. This only happens if there are only inserted records, meaning no <before> section in the DiffGram.

Issue Number: OE00157392 Wrong schema-location when XML file outside working directory

When the source location for READ-XML is an XML file outside of the working directory, and that file contains a schemaLocation attribute, READ-XML tries to find the XML Schema in the working directory, and not the directory containg the XML file.

Issue Number: OE00158649 XML Parser does not check CDATA section for closing sequence

Client does not check if the closing sequence is present in the NODE-VALUE of a CDATA-SECTION node and generates an invalid XML document.

Issue Number: OE00160328 INITIALIZE-DOCUMENT-TYPE adds invalid blank identifiers to XML

If an empty character string is passed as public-id or system-id to the INITIALIZE-DOCUMENT-TYPE() method, this will add an invalid blank reference to the XML file when it's saved using the SAVE() method.

Issue Number: OE00161135 WRITE-XML always generate negative time zone

When writing a Temp-table containing DateTime-TZ field to an XML Document with the WRITE-XML statement, the time zone is always negative.

Issue Number: OE00162466 <restriction> in XML Schema results in (13115) error

If an XML schema contains a <simpleContent> element with <restriction> instead of <extension>, READ-XML or READ-XMLSCHEMA will fail to load the schema with the the following error: Using the READ-XML method on a 3rd party XML file can result in: Error while parsing the XML Document: Unexpected expression. (13115) Unable to create Temp-Table or dataset schema from XML schema. (13032)

================================================Management CONTROLS

Page 154: Progress x Vista

================================================Issue Number: OE00130322 Transition Properties in PE converted to lowercase

Parameters in Progress Explorer -> Transition Properties are being lowered cases when written to dbname.repl.properties.

================================================Management Management================================================Issue Number: OE00151369 Adminserver crashing with java core on RH 4.0

Adminserver crashes with java core on RH 4.0. adminserver log file appears to just stop. Large core file dumped when cores enabled.

================================================Management Other================================================Issue Number: OE00090986 Remote log file monitor is not available in Fathom/OEM

Remote log file monitor is not available in Fathom/OEM

Issue Number: OE00151256 AdminServer can hang after proadsv -stop

AdminServer might hang after proadsv -stop has been issued and will get stuck in Shutdown process initiated. (7387) indefinitely.

================================================Management SysMet================================================Issue Number: OE00129560 TBD

Add to OpenEdge Management disk activity monitoring to support Linux software RAID usage.

================================================OEIDE Catalog================================================Issue Number: OE00133360 Performance issue when creating catalog content

A large number of record reads is observed when creating catalog content.

================================================OEIDE DB Navigator================================================Issue Number: OE00135251 The size field in the Add Column wizard does not accept input

The size field in the Add Column wizard does not accept numeric input from a Belgian/French (AZERTY) keyboard.

Issue Number: OE00135519 Unable to cancel a SQL connection job

Page 155: Progress x Vista

When waiting for a connection to be established, the dialog displayed contains a Cancel button, but it is disabled and it is impossible to cancel the process. If the client cannot connect, the user must wait for the process to time-out.

================================================OEIDE DEBUGGER================================================Issue Number: OE00133404 No message when attempting to set breakpoint in some .i files

A message is not displayed when trying to set a breakpoint on an include file that is not in a project. A message should be displayed indicating that breakpoints should be set in the procedure file referring to it.

Issue Number: OE00156754 An internal error occurred during: "Launching" of the Debugger

Launching the debugger with a linked resource in OpenEdge Architect causes an internal error. The following message is displayed: An internal error occurred during: "Launching" of the Debugger

================================================OEIDE Editing================================================Issue Number: OE00123144 CTRL+space assistance doesn't handle buffers properly

After defining a buffer for a table, and later writing code to use it, the CTRL+SPACE to invoke auto-completion does not always recognise the buffer. The auto-completion may not respond or it may show an incorrect list of matches that includes an entry for the buffer variable itself.

Issue Number: OE00132798 Text highlight and replace with quote " marks

When using the OpenEdge Architect, if a word is highlighted and then the quotation mark is typed, the highlighted word is not replaced by a quotation mark. The word is preceded ba the quote mark.

Issue Number: OE00133245 Wrong coloring of database tables

The OpeneEdge Architect editor will not properly color database table references if the table name (ie Order) is the first part of another table (ie OrderLine).

Issue Number: OE00133325 Ctrl+Space only works for global params & variables

The content assist (ctrl+space) does not recognise parameters or variables defined in an internal procedure or function and thus does not provide content assistance for them.

Issue Number: OE00133340

Page 156: Progress x Vista

Case-sensitive wizards

Some code creation wizards, such as New ABL Class/Interface, may unnecessarily apply case-sensitivity matching rules to user-entered data, such as file names and directory paths.

Issue Number: OE00133490 Multi line colorization syntax not correct for preprocessors

Syntax Coloring does not work properly for a preprocessor which continues on the next line.

Issue Number: OE00134296 Ctrl+Space Doesn't Show Public Properties

Context assistance in the OpenEdge editor does not show public properties for user defined types.

Issue Number: OE00134767 Commenting with CTRL+/ removes other comments

The toggle comment action is working on a line basis instead of on the selected block.

Issue Number: OE00135083 Quoted strings cannot contain line break characters

Quoted strings that span multiple lines may cause the Outline view to stop displaying any code element after the quoted string.

Issue Number: OE00135377 Outline view fails to show variables when using &IF

When syntax similar to "&IF "{&th"" is found in the source code, adding a simple define variable statement causes the outline view to disappear

Issue Number: OE00135478 Incorrect word selection on double-click

Double clicking on an ABL keyword that contains a dash results in a partial selection of the keyword

Issue Number: OE00135540 Methods/attributes of system handles are not cased properly

Attributes and Methods of ABL system handles referenced directly against the system handle (I.e., FILE-INFO:FILE-NAME) are not properly cased when Source/Format is invoked.

Issue Number: OE00136200 Double Clicking on a procedure name give unpredictable behaviour

Double Clicking sometimes highlights the word while other times it goes to the procedure name

Issue Number: OE00136225 Syntax highlighting fails when extensions are capitalized

When using the Editor in OpenEdge Architect, syntax highlighting is

Page 157: Progress x Vista

disabled if the extension of the file name is in capitals, i.e. .W .P .I or .CLS.

Issue Number: OE00145569 The Outline View breaks when procedures begin with numbers

The Outline View in the OE Architect breaks when there are internal procedures that have names begining with numbers.

Issue Number: OE00146650 Context assist for DEFINE VARIABLE missing VARIABLE keyword

The context assist tooltip for the DEFINE VARIABLE statement is missing the VARIABLE keyword

Issue Number: OE00146885 CTRL+space auto-completion doesn't list methods and attributes

OpenEdge Architect CTRL+space auto-completion doesn't list methods and attributes for system handles like THIS-PROCEDURE.

Issue Number: OE00147625 Opening an include via doubleclick sometimes does not open it

Opening an include via doubleclick sometimes does not open it

Issue Number: OE00147647 Incorrect message for unknown procedures in Editor

When a procedure is unknown in the Architect editor the tooltip reports "File not found" instead of "Procedure not found during compile".

Issue Number: OE00147649 Context tooltip does not report unknown variables

There is no context tooltip displayed when the mouse cursor hovers an unknown variable.

Issue Number: OE00148684 Architect does not show all internal-procedures in outline view

Architect does not show all internal-procedures in outline view.

Issue Number: OE00149469 Outline tree does not display multiple includes of same file

If the same file is included at multiple levels by a compilation unit, it would be displayed only once in the outline view.

Issue Number: OE00150179 Editor corruption when using multi cpu machine

Editing a file in the OpenEdge Architect ABL editor may cause the editor to stop responding to keyboard input or display error messages about failed operations when using a multi-cpu computer.

Issue Number: OE00151249 Preprocessor in procedure name breaks outline view

If a procedure is defined and uses a preprocessor for all or part of the

Page 158: Progress x Vista

procedure name, then the outline view stops working.

Issue Number: OE00151400 Architect format command changes case on include file names

Pressing Ctrl-Shit-F to format a procedure in Architect may change the names of include files to uppercase.

Issue Number: OE00153919 Random Out of memory error while editing in OpenEdge Architect

Session crash with Out of memory error while editing in OpenEdge Architect

Issue Number: OE00154254 Wrong colors used for multi-level includes

Wrong color for includes is used in the Outline View after pressing the "Expand include files contents within the outline of the current file" button when multi-level includes are involved.

Issue Number: OE00155678 Small delay in editor pane after adding a comment

In OpenEdge Architect, for larger source code files, adding and removing comments or preprocessor references can cause a short, but noticable delay in keyboard response.

Issue Number: OE00158259 OpenEdge Editor snaps back to beginning of line on pause

When typing on a line of text that extends beyond the visible biewport then pausing for a second or two the viewport snaps back to the beginning of the line, leaving the cursor where it belongs but showing only the beginning of the line up to the end of the viewport. Resuming typing causes the viewport to snap back to where you're typing but as soon as you stop the viewport snaps back to the beginning of the line again.

Issue Number: OE00158584 Refresh Customization Options leaves actions enabled incorrectly

Adding customization options in OpenEdge Architect will prompt for a reset of the perspective. However, the refresh does not take effect properly until OE Architect is restarted.

Issue Number: OE00158672 "Correct case" feature does not fix message box casing properly

Some keywords associated with MESSAGE statement such as VIEW-AS and ALERT-BOX are insensitive to the correct case functionality when invoking Source/Format from the OpenEdge editor's context menu.

Issue Number: OE00159389 Outline view doesnt display all internal procedures or functions

Having an internal procedure or function that contains a FOR statement with the descending sort option spelled as "DESC" will break the Outline view and cause it not to display any succeeding internal procedures or functions.

Page 159: Progress x Vista

Issue Number: OE00159751 Architect compiler cannot read UTF-8 characters corrently

If source code is written using the UTF-8 code page and this code is opened in the OpeEdge Architect, provided -cpstream is set correctly, the code will compile and run. However, if check syntax is performed on the code, the compile will issue the error 133.

Issue Number: OE00159760 Incomplete outline view when using "DO TRANS" in Editor

When using "DO TRANS" instead of "DO TRANSACTION" in a class method, the outline view would become incomplete.

Issue Number: OE00161084 Double click on trigger doesn't open include

Double clicking on a trigger that is defined in an include file, does not open the include when a preprocessor reference is used in the trigger

Issue Number: OE00161384 Preprocessor used in class name causes syntax error in Architect

When editing a file in OpenEdge Architect, if a preprocessor is used as a part, or all of the class name, then syntax errors are reported when doing a syntax check. Checking syntax in the Procedure Editor returns that syntax is correct and the class can be compiled without errors.

Issue Number: OE00163377 Correct Case capitalizes variable names

Selecting the 'Correct Case' feature from the 'Source' menu or choosing 'CTRL-SHIFT-F' to make a case correction will capitalize some variable names,

Issue Number: OE00164351 OutofMemory error editing in Architect

A preprocessor reference within a name (ie DEFINE QUERY {&TABLE-NAME~-query ...) may cause the Architet session to become slow and unresponsive before eventually crashing with an OutOfMemry error.

================================================OEIDE OE Support================================================Issue Number: OE00118611 AppBuilder should start automatically in AppBuilder perspective

Under some circumstances the AppBuilder would not start automatically when opening the AppBuilder perspective in Architect.

Issue Number: OE00129200 Updating RoundTable for plugin for OE Architect via web fails

Updating RoundTable plugin for OE Architect via the built-in web update (" Help > Software Updates > Find and Install ") can fail if the operating system language is not set to English-US.

Issue Number: OE00146035

Page 160: Progress x Vista

Architect does not report the progress of a project compilation

The progress bar does not display the progress of the compilation process.

Issue Number: OE00146490 Console view switches automatically to foreground in Architect

The console view switches automatically to the foreground in OpenEdge Architect during compilation for each message that is printed to the console.

Issue Number: OE00148666 AppBuilder inside Architect cannot add trigger to tty widget

It is not possible to add triggers to widgets in TTY windows when using the AppBuilder inside OpenEdge Architect. The Edit->Insert->Trigger menu option is disabled for most widgets in a TTY window.

Issue Number: OE00154469 Appbuilder is not linked to Editor in OpenEdge Architect

Appbuilder is not linked to Editor in OpenEdge Architect for linked resources. File synchronization between the AppBuilder and the OpenEdge Architect Editor does not occur.

Issue Number: OE00159551 Error 474 Opening File in Proc Editor

Selecting a file in the Resources view then selecting OpenEdge -> Tools -> Procedure Editor from the menu bar causes a Progress runtime window to pop up with error 474.

Issue Number: OE00162360 CTRL+Click does not work, if file name starts with get/set

In OE Architect, if the include file name starts by get/set, the include file is not displayed in the Outline View.

================================================OEIDE OEIDE================================================Issue Number: OE00133859 The PROPATH entries for Progress Dynamics can be added twice

The PROPATH entries for Progress Dynamics can be added twice to the PROPATH.

Issue Number: OE00145797 Run Configuration on Architect not working properly for -Wa -wpp

Creating and running a Run Configuration on Architect with the startup parameter -Wa -wpp will generate error 11996.

Issue Number: OE00146647 Context assist popup for DEFINE VARIABLE statement is incorrect

The information presented by the context assist pop up for the DEFINE VARIABLE statement is incorrect.

Page 161: Progress x Vista

Issue Number: OE00148540 Cannot create a new ABL include with an extension other than .i

Template to create a new ABL include file cannot use an extension other than .i. The following message is displayed: File extension must be "i"

Issue Number: OE00155457 Outline View does not display all procedures

Certain IF-THEN-ELSE syntax variation may cause a corrupted outline view. This is an example of the offending syntax: IF lOk THEN DO: IF RETURN-VALUE <> "" THEN /* missing period here causes outline issue - code compiles and runs fine */ END. ELSE .

Issue Number: OE00158154 Dot "." in internal procedure name causes error.

The add procedure wizard in OpenEdge Architect does not put quotes around procedure names when needed.

Issue Number: OE00161245 Content Assist causes java.lang.NullPointerException

Under certain conditions, "Content Assist" may not complete normally and may cause a java.lang.NullPointerException.

Issue Number: OE00161826 Architect AppBuilder cannot save windows with ibm850 chars

Architect AppBuilder cannot save windows with ibm850 chars.

================================================OEIDE Project IDE================================================Issue Number: OE00120111 Database connections are not always shown

The database structure view in the OpenEdge Editor perspective does not show database connections unless a file in the project is open and has focus, and database connections have been created and assigned to the project.

Issue Number: OE00127499 Line separator wrong when leaving a line just after a keyword

In the OpenEdge Architect editors, when automatic keyword casing is switched ON and a new line is added immediately after a keyword an incorrect linebreak character is written to the source code file. This can make the file unreadable from other tools such as AppBuilder.

Issue Number: OE00134040 Build only works if folders are physically located in project

Build operations for a project do not build linked files and folders that

Page 162: Progress x Vista

are not physically located under the Project folder.

Issue Number: OE00134904 Outline view does not display multiline .i references properly

If an include file reference covers multiple lines because it has several parameters, then the Outline view displays this as one line, including any unreadable characters.

Issue Number: OE00135359 Generating file from custom template can show empty alert-box

When generating new files using a template from the OpenEdge Customization options, if the template file cannot be found an empty alert box is displayed.

Issue Number: OE00135458 Warnings in the OpenEdge Architect are shown as errors

Warnings are shown as errors in the OpenEdge Architect editor and in the Problems view.

Issue Number: OE00146456 Internal error while building project

Internal error displayed while building project in OEA if the AVM compiler returns an unexpected message during the compile.

Issue Number: OE00147684 New file dialog fails to close if project build is ongoing

When a project build is ongoing it is not possible to add new resources to the project correctly.

Issue Number: OE00147827 Linked Resources do not work with Propath

In the propath settings window, adding a linked resource with "Add directory..." option will not allow procedures to compile that reference files in that directory.

Issue Number: OE00148905 Architect fails to create directories for XREF-XML

When the build output directory is not the same as the project source directory, and source files are in more than one subdirectory deep, then creation of XREF-XML files would fail because the corresponding directories do not exist.

Issue Number: OE00159971 Architect in Editor perspective loses focus after code execution

When running a program from the editor in OpenEdge Architect, the focus is not returned to the editor after execution. The mouse has to be used to return focus to the editor.

Issue Number: OE00162671 Class IMPLEMENTS generates methods in random order

Page 163: Progress x Vista

When creating a class that IMPLEMENTS another class, OpenEdge Architect generates the method definitions in what appears to be a random sequence.

================================================OEIDE T4BL================================================Issue Number: OE00134605 Indexes are not deleted properly in Tools for Business Logic

When indexes are deleted in the diagram editor of the Tools for Business Logic, they would not be deleted from the generated code.

Issue Number: OE00134758 Code generator for a temp-table adds quotes for before-table

When the code is generated for a temp-table thas has a BEFORE-TABLE name specified, the BEFORE-TABLE names contains double quoutes around it, causing a compiling error.

Issue Number: OE00161393 Tools for business logic creates corrupted include files

Tools for business logic creates corrupted include files by setting RCODE-INFORMATION property to true.

================================================Open Client .NET================================================Issue Number: OE00147962 .NET DataTable TableName property isn't always Temp-Table name

When passing a DataSet as output parameter, if one of its temp-table's name contains a hyphen (or any other character not valid for C# method names), then the TableName property of the corresponding DataTable will contain an hyphen. However, when instantiating a new DataSet, the TableName property of the DataTable does not contain any hyphen.

Issue Number: OE00150121 DataSet contains before-table value; fields set DBNull from .NET

When a DataTable field is set to DBNull from a .NET client, and the DataSet is passed to an AppServer as INPUT-OUTPUT, when the DataSet is returned to the .NET Open Client the value of the field may not be not correct. It may contain the value of the before-table instead.

================================================Open Client Bridge================================================Issue Number: OE00147688 .NET Open Client application that uses SSL to connect will fail

A .NET Open Client application that uses SSL to connect to the AppServer will fail with a class cast exception

Issue Number: OE00159063 Java Open Client Much Slower in 10.1B02

Running Java code against a remote AppServer is much slower in 10.1B02.

Page 164: Progress x Vista

================================================Open Client Dynamic API================================================Issue Number: OE00127277 Data mismatch issue using .NET open client in multi-threaded env

Data mismatch problem using .NET open client in multi-threaded environment

Issue Number: OE00135196 Wrong error message 8821 connecting to an inexistant AppServer

When connecting to an inexistant AppServer via AIA from a .NET open client the error below appears: CONNECT FAILURE: Unable to resolve hostname <host name> (8821) instead of: Connect Failure: Application Service <Application Service> Unknown at NameServer at Host <Host> Port <Port>. (8234)

================================================Open Client Java================================================Issue Number: OE00145556 'EJavaObject' exception when calling Java getChanges() method

If a ProDataGraph contains a GregorianCalendar datatype (mapped to a date, datetime, and datetime-tz fields), and the value of this field is null then the "The datatype 'EJavaObject' is not a valid classifier" Java exception appears when saving changes or getting changes on this field.

Issue Number: OE00150414 Java Open Client using DataSet Sometimes Send Back No Data

When using the Java Open Client to call programs on the AppServer that contain a mix of input-output and output DataSets as parameters, it is possible that the output DataSets may not return all data.

Issue Number: OE00152043 Non-Unique Values in Extent Fields removed in Java ProDataObject

When setting the value of an extent field in a ProDataObject in a Java Open Client application, if any of the values are not unique within the field, they are removed from the field. This results in incorrect values in extent fields.This happens when setting the extent field values in the Java Open Client application, or when receiving such values in a ProDataGraph from the appserver.

Issue Number: OE00152062 Java schema mismatch with extent fields in ProDataGraph

Tables with extent fields that are not the last field in the table will cause a schema mismatch exception when sent in a ProDataGraph from a Java Open Client Application to an AppServer. The exception is: Input result set error: <exception> There might be a mismatch between an input result set and the schema in the proxy. (7228) (7176) An example of such a table is: DEFINE TEMP-TABLE tt1 NO-UNDO FIELD fld1 AS INTEGER FIELD fld2 AS CHAR EXTENT 3

Page 165: Progress x Vista

FIELD balance AS DECIMAL.

Issue Number: OE00152168 ProDataRelationMetaData relation info incorrect in Java DataSet

When creating a ProDataRelationMetaData object in a Java Open Client application, a user might get unexpected return values or exceptions if using a relation created with the following constructor: ProDataRelationMetaData(String linkname, int parentIx, int childIx, int numPairs, String pairsList) Such symptoms include: - getParentTable() and getChildTable() returning null instead of the table names. - getParentColumns() or getChildColumns() throws the following ProDataException: com.progress.open4gl.ProDataException: Invalid use of ProDataRelationMetaData method: <method>. Parent or child table is not set. (12577) - java.lang.NullPointerException when calling setChildTableReferences() on a ProDataGraph to which this relation has been added.

Issue Number: OE00152316 ProDataRelationMetaData invalid field pairs with setColumns()

When creating a ProDataRelationMetaData object in a Java Open Client, calling the method setColumns(int[],int[]) causes the field pairs string in the relation to be incorrect. The setColumns(int[],int[]) method is called after the ProDataRelationMetaData is created with the following construction: ProDataRelationMetaData(String name,ProDataObjectMetaData parent, ProDataObjectMetaData child) This bug manifests itself when sending a ProDataGraph to an AppServer, when the relation has been added to the ProDataGraph. For example, this can be seen when the AppServer calls WRITE-XMLSCHEMA() on the received ProDataSet. The relation displayed in the XML will look like this: <prodata:relation ... prodata:relationFields="nullfield1,field1field2,field2"/>

Issue Number: OE00154230 Temp-Table W/Decimal Field = Corrupt Value on AppServer

Passing a decimal value of .0000000001 through .0000009999 to the AppServer using a temp-table via Java Open Client will cause the value to become corrupt on the AppServer side.

================================================Open Client PROXYGEN================================================Issue Number: OE00135800 Generated .Net proxies now use the temp-table name

Generated .Net proxies now use the temp-table name instead of the defined buffer name.

Issue Number: OE00135944 Large .NET proxies sometimes fail to be generated.

.NET Proxies that include an extremely large number of procedures and temp tables sometimes fail to be generated.

Page 166: Progress x Vista

Issue Number: OE00149388 WSDL generated with non-utf chars in portuguese intallation

WSDL generated with non-utf chars using Portuguese OpenClient intallation. This causes an error when you attempt to generate classes using the WSDL file.

================================================Open Client Web Services Provider================================================Issue Number: OE00157983 The WSA does not support 4 digit milliseconds

The WSA returns a SOAP Fault when receiving a DataTime value with a fractional millisecond of 4 digits.

================================================Porting Dev================================================Issue Number: OE00133019 Protraces on Linux and Unixware contain invalid information.

Protraces generated by some executables on Linux and Unixware contain no useful information, only references to _fini+Hexaddress.

Issue Number: OE00160971 Remote Server dies on execution of specific WHERE clause

Remote Server dies on execution of specific WHERE clause in the 4GL/ABL code.

================================================PROMSGS Translation================================================Issue Number: OE00148958 Dutch translation for error (915) is incorrect.

The error message "Lock table overflow, increase -L on server (915)" is incorrectly translated as "Lock tabel te groot, verhoog -L op de server (915)" in the Dutch promsgs file

================================================QPE PID================================================Issue Number: OE00125760 Errors 724 & 492 running code with only SQL Dataserver license

Errors 724 & 492 are generated when trying to run code with only SQL Dataserver license installed.

Issue Number: OE00161021 WSAMAN is missing with the WSA deployment license

The WSAMAN utility is missing after installing the WSA license which is provided as part of the Deployment Components.

================================================Replication AGENT================================================

Page 167: Progress x Vista

Issue Number: OE00135402 Clear error message if control agent name longer than 16 chars

If the control-agent entry in the <dbname>.repl.properties file specifies a name longer than 15 characters, a clear error message is issued describing the problem; in previous versions, Replication would fail without messages pointing to the excessive length of the control agent name.

Issue Number: OE00155828 Automatic failover and transition to normal database fails

Automatic failover and transition to normal database fails

================================================Replication SERVER================================================Issue Number: OE00135511 Fathom Replication Server cannot connect to a SQL-ONLY target

Fathom Replication Server is unable to connect to a Target Database when the target database is started as SQL-ONLY.

================================================Replication UTIL================================================Issue Number: OE00147281 dsrutil applyextent causes replication agent to crash.

Applying an AI extent to an OpenEdge Replication target database using dsrutil applyextent will cause a memory violation in the replication agent. This only occurs if the dsrutil command is run from a directory other than the directory where the database was started from.

Issue Number: OE00149697 Can't disable replication offline if all AI files are LOCKED

If all AI extents became LOCKED and the database shutdown, you cannot disable replication.

================================================Security SSL================================================Issue Number: OE00148394 SSL Socket Communication Can Return Spaces Instead of Real Data

When communicating over the web using SSL it is possible that the data returned may be translated into spaces.

================================================Server Technology Other================================================Issue Number: OE00087300 No content length in HTTP header when listing WSDLs

There is no content-length in the HTTP header when returning the WSDL listing page.

Issue Number: OE00110611 The -proxyhost parameter does not work with HTTPS

Page 168: Progress x Vista

The OpenEdge client ignores the -proxyhost parameter when connecting to the WSA or AIA via HTTPS.

Issue Number: OE00111621 New parameter (brkrSpinInterval) added to ubroker.properties.

A new parameter named brkrSpinInterval has been added to the [Ubroker] group in the ubroker.properties file. This property specifies how often a broker (AppServer, WebSpeed, etc) checks its socket for incoming messages. The property is specified in milliseconds. The default value is 3000 (i.e. 3 seconds) and it may not be set lower than 250 (ms); the broker will enforce this minimum value. Please note that values lower than the default may result in increased CPU usage.

Issue Number: OE00129140 Appserver Message Compression may be less effective in 10.1B

There are some siutations when Appserver Message Compression is less effective in 10.1B compared to earlier releases.

Issue Number: OE00131491 Problem with State-free mode connecting to ESB broker

Problem with State-free mode connecting to ESB broker ESB broker needs to be re-started after AppServer re-starts or clients will get a communication error. The same problem exhibits in Java open clients and WSA clients as well after AppServer re-starts.

Issue Number: OE00136021 Client Connect feature fails with mbpro.bat

The Sonic Adapter's Client Connect feature will not work with mbpro.bat. The reason for this is that the java environment is not set by the mbpro.bat file. To workaround the problem, set the java environment in the mbpro.bat similar to the way mpro.bat does: # Set Java environment for Java-based Debugger if [ ! -n "$JREHOME" ] then # Make sure that the script exists if [ -f $DLC/bin/java_env ] then . $DLC/bin/java_env PATH=$JREHOME/bin:$PATH fi fi

Issue Number: OE00145537 Memory leak in .NET Open Client

Each time a connection and disconnection is done, the "Progress.UBroker.Client.TcpClientMsgInputStream" object is left in memory which generates a memory leak on the .NET client side.

Page 169: Progress x Vista

Issue Number: OE00160952 Client may crash canceling async request if started with -mc

Client may crash when canceling an asynchronous request if the AppServer has compression turned on and the client was started with the -mc startup parameter.

Issue Number: OE00162931 Client might hang receiving incoming SERVER-SOCKET connection

While performing CPU-intensive operations, a client might hang when receiving a new connection on a SERVER-SOCKET. This is most likely to occur if the client is doing intensive processing, periodically checking for events using PROCESS EVENTS, rather than waiting for incoming connections using WAIT-FOR. The client will hang until another new connection is made to the SERVER-SOCKET, at which point it will accept the connection, but then hang again.

================================================SQL ESQL92================================================Issue Number: OE00114572 A query containing the LIKE predicate causes a SQL server crash

A SQL query against a VIEW will cause the SQL server to crash when the LIKE predicate is used within the WHERE clause. Furthermore the VIEW uses the DECODE function.

Issue Number: OE00133750 TIMESTAMP parameter format crashes the ODBC driver.

ODBC driver crashes executing a OpenEdge SQL SELECT statement involving a parameter marker of type TIMESTAMP formated as {ts 'yyyy-mm-dd hh:mm:ss.fff'~.

================================================SQL JDBC Drivers================================================Issue Number: OE00129045 Error 7498 when using ROUND function on some negative numbers

Using "Select Round (-9.5) from <table>" gives error 7498.

Issue Number: OE00134050 Insufficient Memory. Memory allocation failed at 1712

Using column alias from select list in an ON clause throws "Insufficient memory" error

Issue Number: OE00135322 Creating a table with a keyword as column name fails

Trying to create a table with a column name containing the keyword status fails when using the SQL engine. The same works fine using the DataDictionary tool if the prowin32 session is started with the -k startup parameter and the keyword status added to the file specified after the -k.

Issue Number: OE00162739

Page 170: Progress x Vista

"Edit Table Data" in DBNav fails on rows containg zero values

When using DBNavigator, "Edit Table Data" fails to update any field of a record if there is one or decimal or integer field with a value of 0 in that record.

================================================SQL ODBC Drivers================================================Issue Number: OE00092495 Cannot set DefaultSchema in ODBC.INI file on Unix

When setting the DefaultSchema in the odbc.ini file on Unix, the following error occurs : )STATUS - - TPL error 0 errno 9 : PANIC - TPEUTIL sql_env_t::get_connection_handle acquire coninfo_mutex_lock failed PID 6270

Issue Number: OE00129645 ODBC connection fails with 5 digit numbers in -minport -maxport

ODBC connection fails with following error message when using 5 digit numbers in -minport -maxport values. SQL Error State: 08S01, Native Error Code: 0, ODBC Error: [DataDirect][ODBC Progress OpenEdge Wire Protocol driver]Connection refused. Cerify Host Name and Port Number. SQL Error State 08S01, Native Error Code: 1D4F, ODBC Error: [DataDirect][ODBC Progress OpenEdge Wire Protocol driver]Socket closed. SQL Error State: 01000, Native Error Code: 0, ODBC Error:

Issue Number: OE00133510 ODBC Client session GPF when freeing up statements

Client using ODBC API opens 3 statements simultaneously. The coredump occurs when freeing up statements.

Issue Number: OE00134255 Images stored in BLOBs not display in Crystal via ODBC

Images stored in BLOBs not display in Crystal Reports via an ODBC connection. Display just shows a generic icon. Problem does not affect JDBC connections.

Issue Number: OE00135737 Array field last row values populate subsequent result sets.

SQL-92: The last row values of array columns populate all rows of the same columns of the result set after the first run of the query.

Issue Number: OE00135809 ODBC driver returns wrong DAYOFWEEK() function values

ODBC driver returns wrong DAYOFWEEK() function values.

Issue Number: OE00136250 SQL statement crashes 10.1x ODBC driver on Windows Server 2003

SQL statement that returns a large amount of data can crash the 10.1x ODBC driver when executed on Windows 2003. ODBC trace appears to show a server

Page 171: Progress x Vista

crash but _sqlsrv2.exe remains alive.

Issue Number: OE00148910 Errors Inserting or Retrieving RAW datatype using OpenEdge SQL

When inserting data into a RAW field using OpenEdge SQL an error will be returned indicating that string data was right truncated and when retrieving stored RAW data the ODBC driver will hang.

Issue Number: OE00154877 SELECT * or/and INSERT INTO ibm866 database crashes SQL

SELECT * or/and INSERT INTO ibm866 database crashes SQL server

Issue Number: OE00156468 Itanium 64-bit ODBC driver

Itanium 64-bit ODBC driver: support for Hp Itanium in 10.1b

Issue Number: OE00162598 SQL92 server process abruptly terminates reaching memory limit

The _sqlsrv2 server process allocates high amount of memory and doesn't release or reuse it for the duration of a particular connection.

================================================SQL QA================================================Issue Number: OE00151649 internal error when executing query with LIKE predicate

When executing a particular SQL query with LIKE predicate, the following error occurs: Encountered internal error in SQL ENGINE at 1929 in X:/vobs_sql/sql/src/rds/opt_sort.cxx. Contact Progress Technical Support

================================================SQL Server================================================Issue Number: OE00096285 internal

Internal. This was fixed in a 10.1a service pack. ALTER TABLE table ADD CONSTRAINT <name> (column name);

Issue Number: OE00113091 Complex query return err 7481 when assigning integer parameters

When a complex query involving view definitions returns Error 7481 when an integer parameter gets assigned using setInt function

Issue Number: OE00118173 Some queries are slow when migrated from SQL-89 to SQL-92.

Page 172: Progress x Vista

Some queries are slow when migrated from SQL-89 to SQL-92.

Issue Number: OE00125285 SQL-92 CONVERT function fails with error 7481

SQL-92 CONVERT function fails with error 7481 - Inconsistent types. Problem only affects JDBC connections; function executes correctly using ODBC.

Issue Number: OE00125356 _sqlsrv2 memory leak when using OpenEdge Management

Memory leak in _sqlsrv2 causing OpenEdge AdminServer to die

Issue Number: OE00126449 TBD

To Make 'Alter Table add column' feature work appropriately.

Issue Number: OE00128986 Use of NO REORDER has better performance than default join order

In a particular complex query, {NO REORDER~ had better performance than using the default join order provided by the optimizer.

Issue Number: OE00129442 Stored procedure grant privileges not exported

GRANT privileges for stored procedures not exported by sqlschema

Issue Number: OE00133311 The SQL-92 CREATE VIEW statement sometimes fails.

The CREATE VIEW statement fails when using the AS key word and two fields have the same name even if these two fields are not from the same table.

Issue Number: OE00134779 JDBC/ODBC clients cannot display some characters in array fields

Array columns which contain extended characters cause a "Transliteration failed" error message when queried from a JDBC client. With ODBC clients the characters are not displayed properly.

Issue Number: OE00135053 Complex SQL query with UNION phrases cores OpenEdge SQL

Complex SQL query containing UNION phrase causes core dump on _sqlsrv2.

Issue Number: OE00135558 INSERT statement generates "Value can not be converted" error.

SQL-92: INSERT statement generates a "Value can not be converted" error executed as a preparedStatement involving array columns.

Issue Number: OE00135936 Unable to insert two polish characters into a character field

Unable to insert two polish characters into a character field via SQL client

Issue Number: OE00135981

Page 173: Progress x Vista

OESQL does not accept an array element in the GROUP BY clause

Unable to specify an element of an array in a GROUP BY clause by using the SQL99 array notation.

Issue Number: OE00136001 OESQL crashes when using SQL99 arrays in a query with GROUP BY

The _sqlsrv2 process crashes when running a query which contains an array element in the column list and which also contains a GROUP BY clause.

Issue Number: OE00136005 Error 7498 when converting an element of an array

When running a query which converts an element of an array (using PRO_ELEMENT) to a numeric value and which also contains a GROUP BY clause, then a "Invalid number string (7498)" error is thrown.

Issue Number: OE00136140 Concatenation result of string character literals is too long

SQL-92: Concatenation of string character literals expressions using "+" or "||" string operators causes the result to be too long.

Issue Number: OE00136184 "Internal error -" executing a complex SQL-92 query

OESQL: OpenEdge JDBC Driver error "Internal error -1" executing a complex query.

Issue Number: OE00145525 Prepared Statements cause a memory leak in the OESQL engine

Prepared Statements are not closed properly, causing a memory leak in the OESQL engine

Issue Number: OE00146188 Trace the occurrences of table-scan for OESQL users

This feature will log with greater granularity when a OESQL user is executing a tablescan agains a table.

Issue Number: OE00147628 Scalar functions on array fields fail with error 7481

Scalar functions on array fields fail with error 7481

Issue Number: OE00149071 SQL result set is different when using or not ORDER BY

When running a query with ORDER BY, the result set is lower than when not using the ORDER BY clause.

Issue Number: OE00149694 OESQL engine can't handle > 2 array elements in GROUP BY clause

The OESQL engine can't handle more than 2 array elements in the GROUP By clause. It either crashes or returns error -10920.

Page 174: Progress x Vista

Issue Number: OE00152172 OESQL crash executing a prepared stmt assigning value to array

OESQL server crashes when executing a prepare statement which assigns a value to an SQL99 array element.

Issue Number: OE00156749 Grant audit_admin generates server crash likely error

When granting audit_admin priviledges to a user, the sql engine crashes.

Issue Number: OE00157171 _sqlsrv2 process crashes when running within Solaris container

The SQL server crashes with Memory Violation when the database is started within a Solaris container.

Issue Number: OE00159057 _sqlsrv2 process pegs CPU at 100% due to poll call.

_sqlsrv2 process pegs CPU at 100% on HPUX 11.31 due to poll call.

Issue Number: OE00159365 OESQL queries intermittently return Access Denied

OESQL queries intermittently return Access Denied when run by the default PUB user; no GRANT/REVOKE statements were issued. DBA user can still execute queries normally.

Issue Number: OE00160593 SQL queries fail with ODBC error 0 or JDBC error -211023

SQL queries fail with ODBC error 0 or JDBC error -211023 after upgrade to 10.1x running on IBM AIX 64-bit

Issue Number: OE00162662 SQL server crashes when querying a view with a CAST function

A complex query against auditing tables in OE 10.1B03, which uses a view definition with CAST function fails due to _sqlsrv2 process crashing.

Issue Number: OE00163709 OESQL server crashes when running a specific query

OESQL server process crashes when running a complex query that contains EXIST function.

================================================SQL SQL================================================Issue Number: OE00145579 Column reference "xx.yy" is ambiguous. (13852)

Error occurs when using aliased fields within an SQL query

Issue Number: OE00146369 UPDATE ALL COLUMN STATISTICS generates errors

Executing UPDATE ALL COLUMN STATISTICS on a large database generates errors

Page 175: Progress x Vista

Issue Number: OE00146681 SQL server crashes when executing complex query

SQL server crashes executing a specific query

Issue Number: OE00147229 Error 7597 if insert German characters in table with constraint

Error "Constraint violation (7597)" appears when German characters are inserted via SQL in a table with a constraint.

Issue Number: OE00147629 SELECT DISTINCT does not work on array fields

SELECT DISTINCT does not work on array fields. It will return all rows, instead of removing duplicate records.

Issue Number: OE00148050 Non prepared statement destroys the prepared statement.

When a prepared statement is executed as prepared then as unprepared and again as prepared, the application fails.

Issue Number: OE00148093 SQL-92 UPDATE statement generates "Internal error -2" error

SQL-92 UPDATE statement generates "Internal error -2" error if the UPDATE target is a CHARACTER array field that is a component of one or more WORD indexes.

Issue Number: OE00148162 SQL server crash due to numeric set method call for CHAR param

JDBC Driver - Invoking a called a numeric set method, like setInt, for a character parameter caused the server to crash.

Issue Number: OE00148715 UPDATE ALL COLUMN STATISTICS generates errors for some tables

The SQL statement UPDATE ALL COLUMN STATISTICS generates errors for some tables. Errors generated are: Character string is too long (8184) for some tables and Tuple not found for the specified TID. for others.

Issue Number: OE00149235 UPDATE COLUMN STATISTICS makes bi file grow heavily

UPDATE COLUMN Statistics makes bi file grow heavily

Issue Number: OE00150865 Error when inserting date < 1750 with a prepared statement

Error with "Invalid data" when inserting date < 1750 into a timestamp field with a prepared statement

Issue Number: OE00150911 ErrorCode=-211022 executing an SQL-92 Query

Page 176: Progress x Vista

The error "Encountered internal error in SQL ENGINE at 1929 in E:/vobs_sql/sql/src/rds/opt_sort.cxx. Contact Progress Technical Support" may be generated executing certain SQL-92 queries using the ORDER BY option and involving a range date comparison.

Issue Number: OE00151223 SQL query throws "No Params allowed in select list" error

Executing an SQL query via a JDBC PreparedStatement generates the error: [DataDirect][OpenEdge JDBC Driver][OpenEdge] No Params allowed in select list

Issue Number: OE00151610 CAST(NULL as VARCHAR) cause subsequent column values to be blank

Using CAST(NULL as VARCHAR) or CAST(NULL as VARCHAR(50)) cause subsequent column values of a UNION to be blank.

Issue Number: OE00151626 CAST(NULL as NUMBER) throws Overflow error (7485)

Using CAST(NULL as NUMBER) or CAST(NULL as NUMBER(20,10)) in an SQL-92 query generates the error: === SQL Exception 1 === SQLState=HY000 ErrorCode=-20052 [DataDirect][OpenEdge JDBC Driver][OpenEdge] Overflow error (7485)

Issue Number: OE00151683 Memory leak in OESQL engine

Memory leak in OESQL Engine when adding rows

Issue Number: OE00151690 SQL-92 index scan causes server crash under certain conditions

If SQL-92 uses an index scan, and all needed values are fetched from key itself, and some leading keys are not referenced, and one of the omitted keys is decimal, then the server may crash.

Issue Number: OE00151709 A SQL query returns no rows unless {NO REORDER} is used.

A SQL query that used to return a non empty result set in 9.1x, now returns an empty result set unless the {NO REORDER~ option is used.

Issue Number: OE00152709 SQL Update fails on table with array field and trigger

SQL Update fails on table with array field if a trigger referencing old or newrow is defined on that table

Issue Number: OE00153197 Memory Allocation Failure in SQL on NVL or CASE on array

SQL queries which use the NVL or CASE functions against an array field cause memory allocation failures

Page 177: Progress x Vista

Issue Number: OE00153907 Server crash is likely error w SUM() and DECODE() in query.

A ''server crash is likely'' error is generated when an SQL Query invoking the SUM() and DECODE() functions is executed as a JDBC PreparedStatement object.

Issue Number: OE00154633 setMaxRows() method returns wrong result set if set < 50

Setting the JDBC statement method setMaxRows() to a value between 1 and 50 causes the Result Set to return wrong results.

Issue Number: OE00154844 A "server crash is likely." error joining to dual constants.

A "server crash is likely." error when joining to dual constants and there's an inner select statement within the query and the query accesses the dual constant within the inner select.

================================================SQL sql================================================Issue Number: OE00155132 Bad parameter specification for the statement (7613)

Error: Bad parameter specification for the statement (7613) executing an SQL query via a PreparedStatement.

================================================SQL SQL================================================Issue Number: OE00156765 Error (8184) when there is a foreign key constraint betw. 2 tabl

Error Character string is too long (8184) when there is a foreign key constraint between two tables when inserting records.

Issue Number: OE00156944 Certain UNION queries causes 'A server crash is likely.' error

Bug causes some UNION queries to fail and to generate 'A server crash is likely.' error.

Issue Number: OE00161756 READ UNCOMMITTED multidb connections cannot query catalogs

When connecting to multiple databases using an ODBC connection with a default isolation level of READ UNCOMMITTED, a "SELECT CATALOGS ALL" statement will fail with "Error: Statement not allowed in readonly isolation level (7671)

Issue Number: OE00161992 CONNECT .... AS CATALOG statement fails with error 7671

Attempting to connect to multiple databases using the "CONNECT <path do database> AS CATALOG <catalog name>" statement will fail with

Page 178: Progress x Vista

Error: Statement not allowed in readonly isolation level (7671) when the ODBC DSN's Default Isolation Level is set to READ UNCOMMITTED.

Issue Number: OE00162612 Complex SELECT DISTINCT query returns internal error

Complex SELECT DISTINCT query returns internal error, err. at 1985 in /vobs_sql/sql/src/rds/opt_sort.cxx

Issue Number: OE00162867 OESQL: Error (7597) generated by ALTER TABLE ADD CONSTRAINT

Executing ADD CONSTRAINT w FOREIGN KEY after executing DROP CONSTRAINT for the same table and CONSTRAINT generates a 'Constraint violation (7597)' error.

Issue Number: OE00164525 Nested parenthesis cause some queries to fail with error (10713)

Consecutive left parenthesis cause some OESQL queries to fail and return a (10713) Syntax error.

================================================Web Services Adapter Other================================================Issue Number: OE00150494 RETURN ERROR causes Active Clients to increase

The AppServer's Active Clients will increase whenever a session-free Web Service is used against an AppServer code that ends with RETURN ERROR.

================================================WebClient Other================================================Issue Number: OE00132941 Unable to install WebClient application using IE7.

IE7 returns a sharing error when trying to run the .prowcapc file to install a WebClient application.

================================================WebSpeed Agent================================================Issue Number: OE00148895 Agent with failed terminate msg does not process next request

If a WebSpeed agent fails when sending its "terminate" message to the messenger, the agent will immediately terminate the next request it receives, then continue handling subsequent requests normally. This can happen when users stop their web requests in the browser.

================================================WebSpeed Messenger================================================Issue Number: OE00115848 Unecessary information msg in msgr.log when logging level 1

Page 179: Progress x Vista

When the logging level is set higher than zero (Error Only) for the Webspeed Messenger an informational message is written to the log file for each transaction. The message simply states the logging level; e.g. "Logging level set to = 1". For CGIIP, this is written for every request even if there are no other messages to be logged and that can cause the log file to get very big.

Issue Number: OE00145584 CGIIP messenger may fail when logging is enabled

CGIIP messenger may fail when the MsgrTrace logging is turned on and the QUERY_STRING value is very long.

Issue Number: OE00161256 Random 5805 error when messenger can't get info from Name Server

The WebSpeed messengers (except cgiip) may randomly generate error 5805 when it fails to send a request to the Name Server, instead of generating error 5825.

================================================WebSpeed WebSpeed 4GL================================================Issue Number: OE00150081 WebSpeed about.r exposes OS and Progress version info

Calling about.r in a WebSpeed installation reports information about the server OS and Progress version, even when the srvrAppMode is Production. This can be considered a security leak.

Issue Number: OE00150162 Potential DoS vulnerability with WebSpeed's _edit.r

It is possible for users to craft a URL which will cause WebSpeed agents to execute the Procedure Editor program _edit.r. Such a request will cause the WebSpeed agent to remain in BUSY state. Making this request enough times will cause all WebSpeed agents to become BUSY, and no longer be able to serve requests. This is considered as a security vulnerability.

Issue Number: OE00150624 Potential DoS calling administration programs with WebSpeed

It is possible for users to craft a URL which will cause WebSpeed agents to execute some of the Character Client's administration programs, such as _admin.r. Such a request causes the WebSpeed agent to remain in the BUSY state. Making this request enough times can cause all WebSpeed agents to become BUSY, making them no longer able to serve requests. This is considered a security vulnerability.

Issue Number: OE00151311 WEB_RUN_PATH ignored w/ srvrDebug Disable or Default

The WEB_RUN_PATH environment variable in WebSpeed is ignored when the srvrDebug property is set to anything other than Enable. This means even when srvrAppmode = Production, users can craft URLs to execute code outside of the WEB_RUN_PATH directories.

================================================DBNav Other================================================

Page 180: Progress x Vista

Issue Number: UNUM00000442 DB Navigator breaks on BLOB field if max size = ?

Using Data Dictionary, it's possible to specify the maximum size for a BLOB (or CLOB) field to be unknown. The database engine handles this correctly by defaulting to the hard-coded limit of 1GB. The DB navigator in OE Architect trips over this. Changing the BLOB's properties becomes impossible and it will fail to display all fields correctly at all times.