SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 40673: Publish task might randomly generate an error in SAS® Enterprise Guide®

DetailsHotfixAboutRate It

In some cases, a Publish task might generate an error indicating that a file does not exist or cannot be found. This error occurs even though the file does exist. In some cases, even though the log is clean, a red X appears on the Publish task. In addition, regardless of whether an error occurs on the Publish task, the report shown in SAS® Web Report Studio might still be an old report instead of the most recent report.

This problem can occur as the result of a timing issue that is related to when the report was created and when it is published. In some cases, you can work around the problem by linking the report-generating task to a code node, which contains code that creates a five-second delay, then link the code node to the Publish task. To link a task node or code node to another node, right-click on the node and choose Link To.

Here is sample code to create a five second delay.

data _null_; x=sleep(5); run;

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 Enterprise GuideMicrosoft® Windows® for x644.24.39.2 TS2M09.2 TS2M0
Microsoft Windows Server 2003 Datacenter Edition4.24.39.2 TS2M09.2 TS2M0
Microsoft Windows Server 2003 Enterprise Edition4.24.39.2 TS2M09.2 TS2M0
Microsoft Windows Server 2003 Standard Edition4.24.39.2 TS2M09.2 TS2M0
Microsoft Windows Server 2003 for x644.24.39.2 TS2M09.2 TS2M0
Microsoft Windows Server 2008 for x644.24.39.2 TS2M09.2 TS2M0
Microsoft Windows XP Professional4.24.39.2 TS2M09.2 TS2M0
Windows Vista4.24.39.2 TS2M09.2 TS2M0
Windows Vista for x644.24.39.2 TS2M09.2 TS2M0
* 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.