Problem Note 70939: SAS® Business Data Network 3.4: Relics of attributes from purged terms and deleted term types remain in internal database
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
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 | |
*
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.
Attribute table "sas_bdn_dgitav" for term types and terms persists deleted content resulting in uncontrolled growth
Type: | Problem Note |
Priority: | high |
Date Modified: | 2024-08-23 11:10:47 |
Date Created: | 2024-08-23 09:31:35 |