What's New in DataFlux Data Management Server
Overview
The primary enhancements
for DataFlux Data Management Server include the following:
-
Retain permissions when updating
objects
-
Refine the default access control
list
-
Specify a separate directory for
batch and profile job logs
-
Configure a log file for jobs run
with the dmpexec
command
-
Enable the
SOAP log for debugging
-
Validate XML in output data from
real-time services
Retain Permissions When Updating Objects
When you import objects
that replace existing objects, you can now apply the permissions from
the existing object to the new object. Simply select Retain
permissions for replaced objects in the Import
Location dialog box.
Refine the Default Access Control List
Objects, jobs, and services receive a default access control list (
ACL) when they are added to the DataFlux Data Management Server. Prior to the 2.6 release, the default ACL received ALLOW or
DENY permissions for the default groups PUBLIC and USERS. In the 2.6 release, the default ACL contains ALLOW or DENY permissions
for lists of users and groups.
To implement this change,
the configuration options DMSERVER/SECURE/DEFAULT_ACE_PUBLIC and DMSERVER/SECURE/DEFAULT_ACE_USERS
have been superseded by the following new configuration options:
-
DMSERVER/SECURE/DEFAULT_ACE_USERS_ALLOW
-
DMSERVER/SECURE/DEFAULT_ACE_USERS_DENY
-
DMSERVER/SECURE/DEFAULT_ACE_GROUPS_ALLOW
-
DMSERVER/SECURE/DEFAULT_ACE_GROUPS_DENY
The superseded options
are deprecated but still recognized in the 2.6 release.
Specify a Separate Directory for Batch and Profile Job Logs
To make batch and profile
job logs more accessible to administrators and to the SAS Job Monitor,
you can now specify a separate storage location for those log files.
Specify the path to the job log directory as the value of the configuration
option DMSERVER/JOB_LOGS_DIR.
Configure a Log File for Jobs Run with the dmpexec Command
When you run jobs with
the dmpexec
command,
you can now configure the log files that are generated by those job
runs.
Enable the SOAP Log for Debugging
You can now enable the capture of log data for the SOAP packets that are received and transmitted by the DataFlux Data Management
Server. This change the removal of support for
the configuration option DMSERVER/SOAP/LOG_PACKETS. The removed configuration option is no longer recognized by the server.
Validate XML in Output Data from Real-Time Services
You can now set DMSERVER/SOAP/VALIDATE_XML_CHARS to YES to ensure that all
output text strings from real-time data and process services contain
only valid XML. Any control characters in the output text strings
are replaced with question marks.
Copyright © SAS Institute Inc. All rights reserved.