SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 70130: You encounter an error when you invoke a SAS® stored process in SAS® Risk Governance Framework 7.5

DetailsHotfixAboutRate It

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:

An error has occurred and has been logged

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Risk Governance FrameworkMicrosoft® Windows® for x647.59.4 TS1M8
Linux for x647.59.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.