Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


25) Check the Digimontor instances to make sure you didn't miss any.
26) Repopulate the searches by running https://URL/apiproxy/JobService.js?accesskey=xxx&method=PopulateAllSearches - replace xxx with a valid access key from the script 5_GetAccessGUID.sql
27) Start DigiMonitor (Reconfigure config files first -update user passwords)
28) Configure Digibatch and re-enroll the job engines.
29) Start Digibatch
30) Check the jobs created by the "Repopulate the searches" are being processed.
31) Recreate and publish any SOLR searches - clean up the old ones. To clean up the solr searches perform the following steps

On Navigate to the DAM database run the following command : where > tables and drill down to the dbo.search_version table

Image Added

, right click the table and select top 1000 rows, then at the bottom of the query results input where usesolr =1

Image Added

This will display all of the Solr searches in the results pane. These searches can be deleted using the Delete Solr Searches script, by adding the search versionid of the searches you wish to delete, please see the screenshot below.

...

To check you can run this command again against your DAM database : where usesolr =1

You should be left with just the search you have created, or if you haven´t created any searches yet your result should be empty.

...