SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 41798: Historical graphs are not displayed on the SAS® Credit Risk Management for Banking tabs in the SAS® Portal

DetailsAboutRate It

Some of the graphs that are displayed on the sample SAS Credit Risk Management for Banking tabs in the SAS® Portal are built from historical data in the SAS® Risk Reporting Repository. If this data is not available, then the related graphs will not display. Instead, you will see the following message:

This graph was not created. The graph data set
(<data set name>) does not exist.

In particular, the sample data that is shipped with SAS Credit Risk Management for Banking does not have the historical data that is needed to populate these graphs:

  • Current exposure values vs the previous Quarter
  • MtM (Outstanding) Current vs Previous Year
  • Minimum capital calculations Current vs Previous QTR
  • Minimum capital calculations Current vs Previous Year
The same idea, though, applies for any custom graphs that require historical data.

To enable all sample historical graphs to display in the SAS Portal using the SAS Credit Risk Management for Banking sample data, log on to SAS Credit Risk Management for Banking, and follow these steps:

  1. Run Update Risk Repository, which is found under System utilities.
  2. Update the SAS Credit Risk Management for Banking run date to 01Mar2009. The run date is specified in the rundate.sas7bdat data set, which can be found (on Windows) here: <SASCONFIG>\AppData\SASCreditRiskMgmtBankSrvr\4.6\groups\main\datamart. To update the date, you can run SAS code like the following:
    %crmbinit;
    %autoexec_criskm;
    data rd_mart.rundate;
    set rd_mart.rundate;
    rundatetime = '01Mar2009:00:00:00'dt;
    run;
    

  3. Run Capital calculations, which is found under Credit risk analysis calculations. Set the value of Write results to risk repository to YES.
  4. Repeat steps 2 and 3 with a run date of 04Dec2008.
  5. Repeat steps 2 and 3 with a run date of 04Mar2008.
  6. Run Update historical reports, which is found under Internal reports.
  7. Run Update dashboard, which is found under Internal reports.
    • Set the value of Dashboard contents to update to Update all dashboard reports and graphs.
    • Set the value of Update panels to Refresh panels in the portal.
  8. Check the Update dashboard log for ERRORS. If the log contains the following error, then repeat step 7 (see SAS Note 31943 for more information):
    ERROR: WEBDAV transport engine encountered errors while
    publishing the package.
    NOTE: If you encounter this error after running Update dashboard twice, log in to SAS Credit Risk Management for Banking as a user with an internal user account and repeat steps 3 through 8.
  9. Log on to the SAS Portal to see the updated graphs.

The results that you created with a run date of 01Mar2009 are now the most recent results in the SAS Risk Reporting Repository. Those with a run date of 04Dec2008 are, then, the prior quarter's results. Those with a run date of 04Mar2008 are the prior year's results.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Credit Risk Management for BankingMicrosoft® Windows® for x644.6
Microsoft Windows 95/984.6
Microsoft Windows 2000 Advanced Server4.6
Microsoft Windows 2000 Datacenter Server4.6
Microsoft Windows 2000 Server4.6
Microsoft Windows 2000 Professional4.6
Microsoft Windows NT Workstation4.6
Microsoft Windows Server 2003 Datacenter Edition4.6
Microsoft Windows Server 2003 Enterprise Edition4.6
Microsoft Windows Server 2003 Standard Edition4.6
Microsoft Windows Server 2003 for x644.6
Microsoft Windows Server 20084.6
Microsoft Windows Server 2008 for x644.6
Microsoft Windows XP Professional4.6
Windows 7 Enterprise 32 bit4.6
Windows 7 Enterprise x644.6
Windows 7 Home Premium 32 bit4.6
Windows 7 Home Premium x644.6
Windows 7 Professional 32 bit4.6
Windows 7 Professional x644.6
Windows 7 Ultimate 32 bit4.6
Windows 7 Ultimate x644.6
Windows Millennium Edition (Me)4.6
Windows Vista4.6
Windows Vista for x644.6
64-bit Enabled AIX4.6
64-bit Enabled HP-UX4.6
64-bit Enabled Solaris4.6
HP-UX IPF4.6
Linux4.6
Linux for x644.6
Solaris for x644.6
* 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.