Problem Note 56855: "Database" is displayed instead of "Directory Path" in the Remove Published Models window
In SAS® Model Manager, you can select Actions ► Remove Published Models. The following window is displayed. If Hadoop is the only item in the drop-down list, then a Directory Path field should be displayed. However, a Database field is incorrectly displayed.
To work around this problem, run the following program using SAS® Enterprise Guide® or Base SAS® software.
%let model_name=;
%let hdfs_server=;
%let hdfs_port=;
%let hdfs_path=;
%let User = %nrbquote();
%let User = %superq(User);
options nosource;
%let Password = %nrbquote(XXXXXXXX);
%let Password = %superq(Password);
options source;
filename hdpub catalog 'sashelp.modelmgr.mdlmgr_hadoop_drop.source';
%inc hdpub;;
%mdlmgr_hadoop_drop(UniqueModelName = &model_name,
hdUser = &User,
hdPassword = &Password,
hdDir = &hdfs_path,
hdServer = &hdfs_server,
hdPort = &hdfs_port);
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Model Manager | Solaris for x64 | 13.1 | | 9.4 TS1M2 | |
Linux for x64 | 13.1 | | 9.4 TS1M2 | |
HP-UX IPF | 13.1 | | 9.4 TS1M2 | |
64-bit Enabled Solaris | 13.1 | | 9.4 TS1M2 | |
64-bit Enabled AIX | 13.1 | | 9.4 TS1M2 | |
Windows 7 Ultimate x64 | 13.1 | | 9.4 TS1M2 | |
Windows 7 Professional x64 | 13.1 | | 9.4 TS1M2 | |
Windows 7 Home Premium x64 | 13.1 | | 9.4 TS1M2 | |
Windows 7 Enterprise x64 | 13.1 | | 9.4 TS1M2 | |
Microsoft Windows Server 2012 Std | 13.1 | | 9.4 TS1M2 | |
Microsoft Windows Server 2012 R2 Std | 13.1 | | 9.4 TS1M2 | |
Microsoft Windows Server 2008 | 13.1 | | 9.4 TS1M2 | |
Microsoft Windows Server 2008 R2 | 13.1 | | 9.4 TS1M2 | |
Microsoft Windows Server 2008 for x64 | 13.1 | | 9.4 TS1M2 | |
Microsoft Windows Server 2012 Datacenter | 13.1 | | 9.4 TS1M2 | |
Microsoft Windows Server 2012 R2 Datacenter | 13.1 | | 9.4 TS1M2 | |
Microsoft® Windows® for x64 | 13.1 | | 9.4 TS1M2 | |
Microsoft Windows 8 Enterprise x64 | 13.1 | | 9.4 TS1M2 | |
Microsoft Windows 8 Pro x64 | 13.1 | | 9.4 TS1M2 | |
Microsoft Windows 8.1 Enterprise x64 | 13.1 | | 9.4 TS1M2 | |
Microsoft Windows 8.1 Pro | 13.1 | | 9.4 TS1M2 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2015-10-27 09:13:05 |
Date Created: | 2015-10-20 12:13:02 |