Date: 09-10-2007 Subject: PATCH RELEASE 9.2A Data Manager Files These release notes pertain to the following programs or files: SUNDM.EXE 9.2A 10 Sep 2007 9,2,1,0 *============================================================================== The following files have been changed as follows: ------------------------------------------------------------------------------- SUNDM - Modified all of the keywords for the Data Manager to support the DM_ prefix format. The current FM_ keyword formats are still supported at this time. However, any new keywords added to the Data Manager will not provide the FM_ keyword format. - Modified the Data Manager to support a new keyword named 'DM_ALLOWPATH={on|off}'. When this keyword is set to the ON state, then client programs can execute PATH and SEARCHPATH instructions that are redirected to the SUNDM Data Manager. If this keyword does not exist or it is set to the OFF state, then client programs CAN NOT execute PATH and SEARCHPATH instructions that are redirected to the Data Manager. There may be some SUNDM Data Manager environments where PATH and SEARCHPATH instructions are not allowed for security purposes. - Modified the Data Manager to support the PATH and SEARCHPATH instructions when the 'DM_ALLOWPATH=ON' keyword is set in the SUNDM CFG file. See the client runtime description for details for redirecting the PATH and SEARCHPATH instructions to the Data Manager. - Added support for the 'PLB_CURDIR={directory}' keyword for the Data Manager. The implementation of this keyword at the Data Manager is required to support PATH CHANGE instruction when it is redirected to the SUNDM Data Manager. If the PATH CHANGE instruction is executed and the PLB_CURDIR keyword is used, then this instruction modifies the logical current directory setting for the Data Manager child thread. If the PATH CURRENT instruction is executed and the PLB_CURDIR keyword is used, then this instruction returns the contents of the logical current directory. - Modified and added more log messages to provide more detailed log information for connection recovery actions. This information is only logged when the ADMIN_LOGLEVEL is to level 2. -------------------------------------------------------------------------------