cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

If you need to force a full Technopedia catalog sync please follow the steps below:

In the BDNA database run the following:

update BDNA.dbo.TECHNOPEDIA_VERSIONS set PKG_ID=-1 where _src='TECHNOPEDIA';

The next time you run a Technopedia catalog sync the full catalog will be downloaded and synced with your system. 

Please note as this is a full catalog sync this will take some time to complete. 

Was this article helpful? Yes No
100% helpful (1/1)
Comments
jasonlu
By Level 7 Champion
Level 7 Champion

For me, running SQL Server 2019 and SQL Service Management Studio 18,
this command required double quotes around the "_src" in order to work.
So the command is:

update BDNA.dbo.TECHNOPEDIA_VERSIONS set PKG_ID=-1 where "_src" = 'TECHNOPEDIA';

 

 

Version history
Last update:
‎Apr 14, 2022 10:38 AM
Updated by: