Problem Note 70130: You encounter an error when you invoke a SAS® stored process in SAS® Risk Governance Framework 7.5
The following error might occur when you invoke a SAS stored process through a custom action in a screen definition file in SAS Risk Governance Framework:
The problem occurs when both of the following conditions are met:
- You display the results on the screen by specifying the output-destination="inline" and sas-sso="true" attributes in an action element in the screen definition file.
- You use SAS Risk Governance Framework 7.5 on SAS® 9.4M8 (TS1M8).
To work around the issue, update the url attribute as shown in the following example:
Replace getSASStoredProcessURL()in this element with '/SASStoredProcess/do':
<action-group>
<action url="getSASStoredProcessURL()" output-destination="inline" sas-sso="true">
<label separator-visible="false" >Run program</label>
<param name="_program" value="'/Products/SAS Risk Governance Framework/Sample/myprocess'" />
</action>
</action-group>
The revised element should appear as follows:
<action-group>
<action url="'/SASStoredProcess/do'" output-destination="inline" sas-sso="true">
<label separator-visible="false" >Run program</label>
<param name="_program" value="'/Products/SAS Risk Governance Framework/Sample/myprocess'" />
</action>
</action-group>
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Risk Governance Framework | Microsoft® Windows® for x64 | 7.5 | | 9.4 TS1M8 | |
Linux for x64 | 7.5 | | 9.4 TS1M8 | |
*
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.
The problem occurs when you use SAS® Risk Governance Framework 7.5 on SAS® 9.4M8 (TS1M8).
Type: | Problem Note |
Priority: | high |
Date Modified: | 2023-08-25 10:58:19 |
Date Created: | 2023-06-01 14:05:08 |