SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 33400: The promote_scenarios macro might cause an integrity constraint violation

DetailsHotfixAboutRate It

The promote_scenarios macro updates the FSK_SCENARIO table prior to updating FSK_ROUTING_GROUP. This could cause a violation of the constraint R_66 that is placed on the FSK_SCENARIO table.

The R_66 constraint is defined below. Note that you might see intergrity violation messages in the log when the promote scenarios macro is executed.

ALTER TABLE FSK_SCENARIO
       ADD CONSTRAINT R_66
              FOREIGN KEY (routing_group_id)
              REFERENCES FSK_ROUTING_GROUP (routing_group_id)
              ON DELETE SET NULL;


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Anti-Money LaunderingMicrosoft® Windows® for x642.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Advanced Server2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Server2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Professional2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows NT Workstation2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows XP Professional2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Windows Vista2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
64-bit Enabled AIX2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
64-bit Enabled HP-UX2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
64-bit Enabled Solaris2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Linux2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
* 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.