SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 70939: SAS® Business Data Network 3.4: Relics of attributes from purged terms and deleted term types remain in internal database

DetailsHotfixAboutRate It

In a SAS Business Data Network environment that undergoes regular changes (purging terms or deleting term types), the size of the sas_bdn_dgitav table might steadily increase.

To manually cleanse the remaining relics, complete these steps:

1. Create a backup of the dmbdndb database.

2. Run this SQL script against the dmbdndb database in the SAS Data Management Server Postgres Server instance, using either pgAdmin 4 or the psql command-line:

delete from sas_bdn_dgitav itav

where not exists (

     select 1

     from sas_bdn_dgiavv iavv

     where itav.dg_id=iavv.dg_iavid

)

To prevent these relics, install the hot fix.

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 Business Data NetworkSolaris for x643.49.4 TS1M8
Linux for x643.49.4 TS1M8
64-bit Enabled Solaris3.49.4 TS1M8
64-bit Enabled AIX3.49.4 TS1M8
Microsoft® Windows® for x643.49.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.