Problem Note 43268: Applying Hot Fix B51002 can cause SAS® Data Surveyor for Clickstream Data 2.2 jobs to fail
Applying Hot Fix B51002 can result in a failure in any jobs that use the Clickstream Sessionize transformation that is provided by SAS Data Surveyor for Clickstream Data 2.2.
The failure occurs in any jobs that use the Clickstream Sessionize transformation within a Loop transformation. The initial error is reported by the Clickstream Create Detail transformation, which fails after the Loop2 transformation takes place. The actual cause of the problem is a failure within Loop2.
To prevent this failure from occurring, you should review and change, if necessary, the Clickstream Sessionize transformation pre-code in any job. The original code is as follows:
/* Define a concatenated libref to access the input data tables. */
libname &INLIBNAME. ( &INPUTPATHS. );
libname &INLIBNAME. list;
You need to modify this preliminary code by including the %UNQUOTE() function around the &INPUTPATHS. macro variable, as follows:
/* Define a concatenated libref to access the input data tables. */
libname &INLIBNAME. ( %UNQUOTE(&INPUTPATHS.) );
libname &INLIBNAME. list;
To assist you in making this change, use the %updatePrecode() macro. You should open the code that is contained in the .sas file in one of two ways:
- Open the file in a SAS session that is associated with the metadata server that contains the jobs.
- Run the file in SAS® Data Integration Studio code editor. To do that, select Tools ► Code Editor.
If you run the job with no changes, it runs in report-only mode. In this mode, no updates are performed and a report is generated in the SAS log. Review the changes in the report. If the changes are satisfactory, then set UPDATE=1 and rerun the macro. Then the pre-code updates will be performed.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Data Surveyor for Clickstream Data | Windows 7 Home Premium x64 | 2.2 | | 9.2 TS2M3 | |
Windows 7 Home Premium 32 bit | 2.2 | | 9.2 TS2M3 | |
Windows 7 Enterprise x64 | 2.2 | | 9.2 TS2M3 | |
Windows 7 Enterprise 32 bit | 2.2 | | 9.2 TS2M3 | |
Microsoft Windows XP Professional | 2.2 | | 9.2 TS2M3 | |
Microsoft Windows Server 2008 for x64 | 2.2 | | 9.2 TS2M3 | |
Microsoft Windows Server 2008 | 2.2 | | 9.2 TS2M3 | |
Microsoft Windows Server 2003 for x64 | 2.2 | | 9.2 TS2M3 | |
Microsoft Windows Server 2003 Standard Edition | 2.2 | | 9.2 TS2M3 | |
Microsoft Windows Server 2003 Enterprise Edition | 2.2 | | 9.2 TS2M3 | |
Microsoft Windows Server 2003 Datacenter Edition | 2.2 | | 9.2 TS2M3 | |
Microsoft® Windows® for x64 | 2.2 | | 9.2 TS2M3 | |
Windows 7 Professional 32 bit | 2.2 | | 9.2 TS2M3 | |
Windows 7 Professional x64 | 2.2 | | 9.2 TS2M3 | |
Windows 7 Ultimate 32 bit | 2.2 | | 9.2 TS2M3 | |
Windows 7 Ultimate x64 | 2.2 | | 9.2 TS2M3 | |
Windows Vista | 2.2 | | 9.2 TS2M3 | |
Windows Vista for x64 | 2.2 | | 9.2 TS2M3 | |
*
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: | 2011-05-19 15:10:03 |
Date Created: | 2011-05-16 09:50:46 |