Date: 04-02-2018 Subject: RELEASE 10.0A DATA Manager Files These release notes pertain to the following programs or files: SUNDM.EXE 10.0A 02 Apr 2018 10.0.1.500 SUNDM64.EXE 10.0A 02 Apr 2018 10.0.1.500 SUNWSRV.DLL 10.0A 02 Apr 2018 10.0.1.500 SUNWSRV64.DLL 10.0A 02 Apr 2018 10.0.1.500 Used by SUNDM64 *============================================================================== The following files have been changed as noted: ------------------------------------------------------------------------------- SUNDM - All additions and corrections applied to the 10.0A PLBWIN runtime for PL/B IO have been applied to the Data Manager. See the release notes for PL/B for details. - Corrected a problem when the VIEW database schema exists on the Data Manager server side and the client runtime program is using a VIEW file name with the '|' redirection to access the DM schema. In this case, the Data Manager was not properly resizing the message buffer when the VIEW data was larger than the current message buffer size which caused the client runtime to overflow the message buffer that generated a runtime GPF error. Example of Program Causing Problem: MyFileName INIT "MyData.txt|127.0.0.1" SRVVIEW INIT "MyView|127.0.0.1" FILE FILE ..... . This OPEN can cause a runtime message overflow if the 'MyView' . data is larger than the current message size being used. . This causes corrupted runtime memory space. . OPEN FILE, MyFileName, READ, VIEW=SRVVIEW ..... . The corrupted runtime memory space causes an OS GPF when . the runtime attempts to free its memory space. . STOP - Modified the Data Manager to ignore leading and trailing double quote characters when both are included in the file name string for PL/B instructions that pass this file name with double quotes to the Data Manager. -------------------------------------------------------------------------------