Installation Note 41539: I_FINANCIAL_POSITION table is not populated correctly after running Populate I_FINANCIAL_POSITION ETL job
In the SAS® Credit Risk Management for Banking intermediate job named Populate I_FINANCIAL_POSITION, the join between the FINANCIAL_POSITION table extract and the FINANCIAL_INSTRUMENT_ASSOC table is of the wrong type. Because it is an inner join, the resulting table can have too few records or be unpopulated. The join should instead be a right join.
As a workaround, use the following steps to update the join in the Populate I_FINANCIAL_POSITION job. These steps assume that you have already installed SAS® Detail Data Store for Banking and unpackaged the SAS Credit Risk Management for Banking ETL jobs (see "How to Install the ETL Jobs" in the SAS® Credit Risk Management for Banking: Administrator's Guide):
- Open SAS® Data Integration Studio.
- In the Folders Tree, double-click the Populate I_FINANCIAL_POSITION job name. You can now see the ETL job flow in the Job Editor.
- In the Job Editor, right-click the SQL Join node, and then select Open. The SQL join opens in the Job Editor.
- Change the INNER join to a RIGHT join.
- Remove the join condition that is on VALID_FROM_DTTM.
- Move the condition that is on FINANCIAL_INSTRUMENT_RK from the WHERE clause to the ON statement that is in the RIGHT join clause.
- The modified SQL join should now look like the following:
- Close the Populate I_FINANCIAL_POSITION –> SQL Join* window. When prompted, select Yes to save your changes.
After you have edited the join condition in this ETL job, continue through the remaining documented steps for ETL Job Deployment in the SAS® Credit Risk Management for Banking: Administrator's Guide.
Operating System and Release Information
| SAS System | SAS Credit Risk Management for Banking | Solaris for x64 | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Linux for x64 | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Linux | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| HP-UX IPF | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| 64-bit Enabled Solaris | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| 64-bit Enabled HP-UX | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| 64-bit Enabled AIX | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Windows Vista for x64 | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Windows Vista | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Windows 7 Ultimate x64 | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Windows 7 Ultimate 32 bit | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Windows 7 Professional x64 | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Windows 7 Professional 32 bit | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Windows 7 Home Premium x64 | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Windows 7 Home Premium 32 bit | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Windows 7 Enterprise x64 | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Windows 7 Enterprise 32 bit | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Microsoft Windows Server 2003 Datacenter Edition | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Microsoft Windows Server 2003 Enterprise Edition | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Microsoft® Windows® for x64 | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Microsoft Windows Server 2008 for x64 | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Microsoft Windows Server 2008 | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Microsoft Windows Server 2003 for x64 | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Microsoft Windows Server 2003 Standard Edition | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
| Microsoft Windows XP Professional | 4.6 | 4.7 | 9.2 TS2M2 | 9.3 TS1M2 |
*
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: | Installation Note |
| Priority: | high |
| Date Modified: | 2010-11-10 14:49:09 |
| Date Created: | 2010-11-10 08:39:07 |