![]() | ![]() | ![]() | ![]() | ![]() |
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.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Business Data Network | Solaris for x64 | 3.4 | 9.4 TS1M8 | ||
Linux for x64 | 3.4 | 9.4 TS1M8 | ||||
64-bit Enabled Solaris | 3.4 | 9.4 TS1M8 | ||||
64-bit Enabled AIX | 3.4 | 9.4 TS1M8 | ||||
Microsoft® Windows® for x64 | 3.4 | 9.4 TS1M8 |