SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 43268: Applying Hot Fix B51002 can cause SAS® Data Surveyor for Clickstream Data 2.2 jobs to fail

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Data Surveyor for Clickstream DataWindows 7 Home Premium x642.29.2 TS2M3
Windows 7 Home Premium 32 bit2.29.2 TS2M3
Windows 7 Enterprise x642.29.2 TS2M3
Windows 7 Enterprise 32 bit2.29.2 TS2M3
Microsoft Windows XP Professional2.29.2 TS2M3
Microsoft Windows Server 2008 for x642.29.2 TS2M3
Microsoft Windows Server 20082.29.2 TS2M3
Microsoft Windows Server 2003 for x642.29.2 TS2M3
Microsoft Windows Server 2003 Standard Edition2.29.2 TS2M3
Microsoft Windows Server 2003 Enterprise Edition2.29.2 TS2M3
Microsoft Windows Server 2003 Datacenter Edition2.29.2 TS2M3
Microsoft® Windows® for x642.29.2 TS2M3
Windows 7 Professional 32 bit2.29.2 TS2M3
Windows 7 Professional x642.29.2 TS2M3
Windows 7 Ultimate 32 bit2.29.2 TS2M3
Windows 7 Ultimate x642.29.2 TS2M3
Windows Vista2.29.2 TS2M3
Windows Vista for x642.29.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.