Problem Note 50328: The getActionableEntities.sas stored process does not not refresh the metadata for SASĀ® Social Network Analysis
The getActionableEntities.sas stored process returns the set of top-level alerts in SAS Social Network Analysis. Changes made to customize this stored process should immediately be reflected in the user interface. However, you might need to refresh the browser to view these changes.
Example:
The getActionableEntities.sas stored process contains the following code:
data work.measures;
test = '1';
run;
The code produces the word "Test" on the Filter panel, and Test with 1 as the value on the Alerts panel that is displayed below:
Add test2=2; to the getActionableEntities.sas stored process using the following code:
data work.measures;
test = '1';
test2 = '2';
run;
If you click the Refresh button on the SAS Social Network Analysis toolbar, then Test and Test2 are displayed on the Filter panel. But, only Test and its value 1 are displayed on the Alerts panel:
To work around the problem, click the Refresh button on the browser.
Operating System and Release Information
SAS System | SAS Social Network Analysis Server | Microsoft Windows Server 2008 | 2.3_M1 | | 9.3 TS1M2 | |
Microsoft Windows Server 2003 for x64 | 2.3_M1 | | 9.3 TS1M2 | |
Microsoft Windows Server 2003 Standard Edition | 2.3_M1 | | 9.3 TS1M2 | |
Microsoft Windows Server 2003 Enterprise Edition | 2.3_M1 | | 9.3 TS1M2 | |
Microsoft Windows Server 2003 Datacenter Edition | 2.3_M1 | | 9.3 TS1M2 | |
Microsoft Windows Server 2008 R2 for x64 | 2.3_M1 | 3.1_M1 | 9.3 TS1M2 | 9.4 TS1M1 |
Microsoft Windows Server 2008 for x64 | 2.3_M1 | 3.1_M1 | 9.3 TS1M2 | 9.4 TS1M1 |
64-bit Enabled AIX | 2.3_M1 | 3.1_M1 | 9.3 TS1M2 | 9.4 TS1M1 |
64-bit Enabled Solaris | 2.3_M1 | 3.1_M1 | 9.3 TS1M2 | 9.4 TS1M1 |
HP-UX IPF | 2.3_M1 | 3.1_M1 | 9.3 TS1M2 | 9.4 TS1M1 |
Linux for x64 | 2.3_M1 | 3.1_M1 | 9.3 TS1M2 | 9.4 TS1M1 |
Solaris for x64 | 2.3_M1 | 3.1_M1 | 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: | high |
Date Modified: | 2013-07-22 13:22:57 |
Date Created: | 2013-07-05 15:01:30 |