Updates' Path

From SAP Enable Now Wiki

Where to find it

  • Producer > Tools > Settings > Producer > Directories > Updates' Path

Scope

  • On Premise only (not cloud)

Purpose

In an on-premise environment, the SAP Enable Now Administrator can store updated resources in a specific shared folder location (such as a shared server). When Authors launch Producer, this folder will then be checked for updates, and if any are found, they are automatically loaded. The Updates' Path setting defines the location of this shared folder.

Use

Resource files must be saved to the folder as .dkp files. In addition, the folder must contain an update.xml file, which identifies the resources to be updated and the Producer version number they apply to. This file should be in the following format:

<?xml version="1.0" encoding="UTF-8"?>
<Update>
<Application name="producer">
<AppVersion Minimum="10"/>
<Resource mandatory="true">resource.dkp</Resource>
</Application>
</Update>