Configuring Odin Views for the Client - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To enable users to open the Odin views in a Content Composer Client, complete the following steps:
  1. From the %Composerdir% directory, open clientprofile.xml with a text editor that supports UTF-8.
  2. Search for the following line:
    <ModuleInfo AssemblyFile="ComposerSuite.Odin.OdinViews.dll" />
  3. If the line does not exist, insert it inside the <Modules> element. If the line is commented out, remove the comment characters.
  4. From the Content Composer installation directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
  5. To specify the system from which the database alias and the Odin views are loaded, complete the following substeps.
    1. Search for the following line:
      <add key="odinviewsystemoid" value="dm" />
    2. If required, modify the value attribute value.
  6. To specify the name of the database alias, complete the following substeps.
    1. Search for the following line:
      <add key="odinviewdbalias" value="odin_mws" />
    2. If required, modify the value attribute value.