Problem Note 40673: Publish task might randomly generate an error in SAS® Enterprise Guide®
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
SAS System | SAS Enterprise Guide | Microsoft® Windows® for x64 | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter Edition | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 Standard Edition | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows Server 2003 for x64 | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows Server 2008 for x64 | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Microsoft Windows XP Professional | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Windows Vista | 4.2 | 4.3 | 9.2 TS2M0 | 9.2 TS2M0 |
Windows Vista for x64 | 4.2 | 4.3 | 9.2 TS2M0 | 9.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.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2010-09-07 15:14:24 |
Date Created: | 2010-08-24 12:30:32 |