<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SICS Configuration Manager on </title>
    <link>/sicsdocs/technical/desktop/config_manager/</link>
    <description>Recent content in SICS Configuration Manager on </description>
    <generator>Hugo -- gohugo.io</generator><atom:link href="/sicsdocs/technical/desktop/config_manager/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Introduction</title>
      <link>/sicsdocs/technical/desktop/config_manager/introduction/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/config_manager/introduction/</guid>
      <description>The SICS Configuration Manager module enables the user to compare various SICS system settings / base data between two SICS databases (schemas). The differences (delta) are visually presented. From the delta (all of it, or a selected subset), it is possible to generate a batch of SQL statements that will transfer settings from the source schema to the target schema. The SQL statements can be copied to clipboard or applied directly to the target schema.</description>
    </item>
    
    <item>
      <title>Overview</title>
      <link>/sicsdocs/technical/desktop/config_manager/overview/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/config_manager/overview/</guid>
      <description>In the following, &amp;lsquo;Configuration Manager&amp;rsquo; will be abbreviated as &amp;lsquo;CM&amp;rsquo;. The CM allows to
select the target SICS schema (provided it is defined in the \runtime\conf\sics-database-sources.xml file) select the entity / table [data provider] to be compared view a short description of the selected entity / table select to show all rows or just those with differences or just those selected display the result of the comparison as pairs of source and target rows display in a different color all dependencies (forward and reverse) between data providers display in a different color all dependencies (forward only) between a data provider and a non-data provider like e.</description>
    </item>
    
    <item>
      <title>Initial Setup</title>
      <link>/sicsdocs/technical/desktop/config_manager/initial_setup/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/config_manager/initial_setup/</guid>
      <description>The SICS Configuration Manager module is protected by a module key. Start SICS System Administration Utility, open System Parameter Maintenance, switch to the Module Key tab and enter the unlock key for the Configuration Manager.
The SICS Configuration Manager module is also protected by a usecase. Make sure the source user (see Starting the Configuration Manager) is assigned a user role which contains the usecase &amp;lsquo;Configuration Manager&amp;rsquo;.</description>
    </item>
    
    <item>
      <title>Starting the Configuration Manager</title>
      <link>/sicsdocs/technical/desktop/config_manager/starting_config_manager/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/config_manager/starting_config_manager/</guid>
      <description>Start the SICS System Administration Utility. Log in with a source user and select the source environment. The source user (or the associated 2nd level user if using two level login) must have SELECT, UPDATE, DELETE, INSERT rights on all SICS tables in the source schema.
In the case of Oracle, the source user must also have SELECT rights on various RDBMS system tables / views containing meta data (SYS.ALL_TAB_COLUMNS and SYS.</description>
    </item>
    
    <item>
      <title>Comparing Data</title>
      <link>/sicsdocs/technical/desktop/config_manager/comparing_data/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/config_manager/comparing_data/</guid>
      <description>Select the desired data provider from the drop down list. Some data providers handle a large number of database rows and there may be a noticeable delay as the data is being read.
Let the mouse rest over the selected data provider in the drop down list in order to display hover help describing details about the selected data provider.
The data container will show matching source and target rows in pairs, matching by the extended key.</description>
    </item>
    
    <item>
      <title>Generating SQL</title>
      <link>/sicsdocs/technical/desktop/config_manager/generating_sql/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/config_manager/generating_sql/</guid>
      <description>Click the &amp;lsquo;Show SQL&amp;hellip;&amp;rsquo; button to generate SQL for the selected items. The result will be similar to the following example
INSERT INTO REFERENCE_DATA (SUBCLASS, CODE, DATA_TYPE_CODE, IS_ACTIVE, IS_STATIC, IS_USER_DEFINED, IS_DEFAULT, NUMBER_OF_PERIODS, PERIOD_NUMBER, NAME, EXTERNAL_CODE) VALUES (1001, &amp;#39;AOPDED&amp;#39;, &amp;#39;01001&amp;#39;, &amp;#39;Y&amp;#39;, &amp;#39;N&amp;#39;, &amp;#39;Y&amp;#39;, &amp;#39;N&amp;#39;, NULL, NULL, &amp;#39;AOP Deductible&amp;#39;, NULL);INSERT INTO REF_TO_REF (FSK_PARENT, FRK_PARENT, FSK_CHILD, FRK_CHILD) VALUES (1001, &amp;#39;AOPDED&amp;#39;, 1004, &amp;#39;EML&amp;#39;);INSERT INTO REF_TO_REF (FSK_PARENT, FRK_PARENT, FSK_CHILD, FRK_CHILD) VALUES (1001, &amp;#39;AOPDED&amp;#39;, 1004, &amp;#39;SUMINS&amp;#39;);INSERT INTO REF_TO_REF (FSK_PARENT, FRK_PARENT, FSK_CHILD, FRK_CHILD) VALUES (1001, &amp;#39;AOPDED&amp;#39;, 1004, &amp;#39;TSI&amp;#39;); The &amp;lsquo;Apply to db&amp;rsquo; button will apply the SQL directly on the target schema.</description>
    </item>
    
    <item>
      <title>Data Providers</title>
      <link>/sicsdocs/technical/desktop/config_manager/data_providers/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/config_manager/data_providers/</guid>
      <description>A number of data providers are available for selection, but every kind of &amp;lsquo;configurable&amp;rsquo; data is not covered. Additional data providers may be added to the framework at relatively low cost.
In the following, data provider specific details are described.
Data Providers for Reference Data # Entities supported:
REFERENCE_DATA REF_TO_REF REF_DATA_NAME REF_DATA_TYPE REF_DATA_DEP_TYPE For notes attached to REFERENCE_DATA items, the link goes via a join table REF_TO_NOTE. This may seem to imply that one REFERENCE_DATA item can have several notes.</description>
    </item>
    
    <item>
      <title>Noteworthy</title>
      <link>/sicsdocs/technical/desktop/config_manager/noteworthy/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/sicsdocs/technical/desktop/config_manager/noteworthy/</guid>
      <description>The two data values &amp;quot;&amp;quot; (empty string) and null (data missing / not present) are considered different, not equal. The source and target systems should be of the same SICS product type. Comparison of a pure P&amp;amp;C system with a Life or combined system may cause the Configuration Manager to report differences that, although the CM will allow it, should NOT be copied from one system to the other. Generating SQL for category 4 means creating DELETE statements.</description>
    </item>
    
  </channel>
</rss>
