...
Now start Installing the package
- You will be asked to override overwrite files, select Apply to all.
- When it comes to items, here you must take one at a time. Choose overwrite until you get to the item /sitecore/media library/Digizuite, here you must choose merge. The rest you can choose overwrite.
- No follow the next section DFS 11.0 - 3 Setting up Sitecore. You should allready have this handler in your web.config, but the namespace has changed in the new one, so please check the handler.
Reload the site, go to /sitecore/media library/Digizuite, Here you should see 2 items, a new one called Assets and the one from the existing connector, if you havent renamed it, then it would be called Assets silo.
You must delete all child items under the assets silo (all the synchronized assets).Note title Important When you delete the items, you must choose "Leave links – the links will appear in the Broken Links report". This will give us the opportunity to fix the broken links on reference pages.
Once all items has been deleted. You must update one config that tells the connector the guid of the Asset silo. By default it points at the one coming with connector Assets. Open App_Config → Include → damforsitecore → DFS.Settings.config and local the setting named DFS.DefaulAssetSiloId, change the guid (itemId) to the one matching the Assets silo.
Note title Important This step is very important. Because we deleted all items in #4, all pages that references any assets from the Asset silo, will contain broken links. In order for the connector to automatically fix the broken links, it need to know which asset silo to use.
- Reload the site. If you go to a page that contains digizuite content, the connector should automatically resync the asset and fix the broken links.
...