Problem Note 50268: When publishing UDF to a database, the password is not hidden in the SAS® code
After a model is published to a database, SAS® Model Manager creates a folder that contains the results. If the publish method is Scoring Function, then the UDFCode.sas file is created in that folder. The UDFCode.sas file contains a line that displays the value of the password that is used to publish a model to the database. The password information should be masked as follows:
%let Password=XXXXXXXX;
However, the password information is incorrectly displayed unmasked.
%let Password =<password>;
There are no errors or warnings to indicate a problem.
Note that the password information is not displayed in any other files in the published folder. If you publish a model with the SAS Embedded Process method, then the problem does not occur. The value of the password is masked in the EPCode.sas file.
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 | Microsoft Windows Server 2008 | 12.1 | | 9.3 TS1M2 | |
Microsoft Windows Server 2003 for x64 | 12.1 | | 9.3 TS1M2 | |
Microsoft Windows Server 2003 Standard Edition | 12.1 | | 9.3 TS1M2 | |
Microsoft® Windows® for x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M1 |
Microsoft Windows Server 2008 R2 for x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M1 |
Microsoft Windows Server 2008 for x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M1 |
Microsoft Windows XP Professional | 12.1 | | 9.3 TS1M2 | |
Windows 7 Enterprise 32 bit | 12.1 | | 9.3 TS1M2 | |
Windows 7 Enterprise x64 | 12.1 | | 9.3 TS1M2 | |
Windows 7 Home Premium 32 bit | 12.1 | | 9.3 TS1M2 | |
Windows 7 Home Premium x64 | 12.1 | | 9.3 TS1M2 | |
Windows 7 Professional 32 bit | 12.1 | | 9.3 TS1M2 | |
Windows 7 Professional x64 | 12.1 | | 9.3 TS1M2 | |
Windows 7 Ultimate 32 bit | 12.1 | | 9.3 TS1M2 | |
Windows 7 Ultimate x64 | 12.1 | | 9.3 TS1M2 | |
Windows Vista | 12.1 | | 9.3 TS1M2 | |
Windows Vista for x64 | 12.1 | | 9.3 TS1M2 | |
64-bit Enabled AIX | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M1 |
64-bit Enabled Solaris | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M1 |
HP-UX IPF | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M1 |
Linux for x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M1 |
Solaris for x64 | 12.1 | 12.3 | 9.3 TS1M2 | 9.4 TS1M1 |
*
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: | alert |
Date Modified: | 2013-07-09 12:40:30 |
Date Created: | 2013-06-26 10:39:25 |