<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Web Application on RIA Docs</title>
    <link>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/</link>
    <description>Recent content in Web Application on RIA Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://docs.riaproducts.com/dih/4.x.x/docs/web-application/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Dashboard</title>
      <link>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/dashboard/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/dashboard/</guid>
      <description>&lt;p&gt;The Dashboard is the main screen where the user interacts with the DIH Tool and provides a high-level overview of the data migration activities.&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/dashboard.png&#34; alt=&#34;&#34;&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;p&gt;It is divided into three main sections: &lt;a href=&#34;https://docs.riaproducts.com/dih/4.x.x/docs/web-application/dashboard/#cluster&#34;&gt;&lt;strong&gt;Cluster&lt;/strong&gt;&lt;/a&gt;, &lt;a href=&#34;https://docs.riaproducts.com/dih/4.x.x/docs/web-application/dashboard/#task-poller&#34;&gt;&lt;strong&gt;Task Poller&lt;/strong&gt;&lt;/a&gt;, and &lt;a href=&#34;https://docs.riaproducts.com/dih/4.x.x/docs/web-application/dashboard/#scheduler&#34;&gt;&lt;strong&gt;Scheduler&lt;/strong&gt;&lt;/a&gt;. &lt;/p&gt;&#xA;&lt;p&gt;Also, the dashboard includes the &lt;a href=&#34;broken-reference&#34;&gt;&lt;strong&gt;Go to Scheduler&lt;/strong&gt;&lt;/a&gt; button which allows users to quickly access the Task scheduler module for managing programs, chains, schedules, and jobs.&lt;/p&gt;&#xA;&lt;h2 id=&#34;cluster&#34;&gt;Cluster&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#cluster&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The Cluster section monitors the overall status of the data migration environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Login</title>
      <link>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/login/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/login/</guid>
      <description>&lt;p&gt;To log in to the application, follow these steps:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Enter your official company email address in the &lt;strong&gt;&lt;a href=&#34;mailto:name@company.com&#34;&gt;name@company.com&lt;/a&gt;&lt;/strong&gt; textbox.&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/login_page-user.png&#34; alt=&#34;&#34;&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Enter your password in the &lt;strong&gt;Password&lt;/strong&gt; textbox. To view the password you entered, click the &lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/icons/eyeslash.png&#34; alt=&#34;&#34; data-size=&#34;line&#34;&gt;.&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/login_page-pw.png&#34; alt=&#34;&#34;&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Click the &lt;strong&gt;Login&lt;/strong&gt; button.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&#xA;&#xA;&#xA;&lt;style&gt;&#xA;    .alert {&#xA;        --bs-alert-bg: transparent;&#xA;        --bs-alert-padding-x: 1rem;&#xA;        --bs-alert-padding-y: 1rem;&#xA;        --bs-alert-margin-bottom: 1rem;&#xA;        --bs-alert-color: inherit;&#xA;        --bs-alert-border-color: transparent;&#xA;        --bs-alert-border:  var(--bs-alert-border-color);&#xA;        --bs-alert-link-color: inherit;&#xA;        position: relative;&#xA;        padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);&#xA;        margin-bottom: var(--bs-alert-margin-bottom);&#xA;        color: var(--bs-alert-color);&#xA;        font-weight: 400;&#xA;        background-color: var(--bs-alert-bg);&#xA;        border-left:4px var(--bs-alert-border) solid; &#xA;     }&#xA;    .alert-error {&#xA;        --bs-alert-color: black;&#xA;        --bs-alert-bg:  #FEF0F0;&#xA;        --bs-alert-border:#F15A5A;&#xA;      }&#xA;      .alert-warning {&#xA;        --bs-alert-color: black;&#xA;        --bs-alert-bg:  #FFF9EE;&#xA;        --bs-alert-border:#FF960A;&#xA;&#xA;      }&#xA;      .alert-success{&#xA;        --bs-alert-color:black;&#xA;        --bs-alert-bg:  #f2fff8;&#xA;        --bs-alert-border:#91eabf;&#xA;        }&#xA;        .alert-info{&#xA;            --bs-alert-color:black;&#xA;            --bs-alert-bg:  #E6F3FF;&#xA;            --bs-alert-border:#2685DA;&#xA;        }&#xA;        .alert i.fa-check-circle {&#xA;            color: #91eabf;  &#xA;        }&#xA;    &#xA;        .alert i.fa-info-circle {&#xA;            color: #2685DA;  &#xA;        }&#xA;    &#xA;        .alert i.fa-times-circle {&#xA;            color: #F15A5A;  &#xA;        }&#xA;        .alert i.fa-exclamation-triangle{&#xA;            color:#FF960A;&#xA;        }&#xA;&lt;/style&gt;&#xA;&lt;div class=&#34;alert alert-success&#34; role=&#34;alert&#34;&gt;&#xA;    &#xA;    &#xA;    &#xA;             &#xA;        &#xA;    &lt;i class=&#34;fa fa-check-circle&#34;&gt;&lt;/i&gt;  &#xA;    &lt;span &gt;You will be directed to the &lt;a href=&#34;https://docs.riaproducts.com/dih/4.x.x/docs/web-application/dashboard/&#34;&gt;Dashboard&lt;/a&gt; once you have successfully logged into the system.&lt;/span&gt; &#xA;&#xA;&lt;/div&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/login_dashboard.png&#34; alt=&#34;&#34;&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;div id=&#34;imageModal&#34; class=&#34;modal&#34;&gt;&#xA;  &lt;span class=&#34;close-button&#34;&gt;&amp;times;&lt;/span&gt;&#xA;  &lt;img class=&#34;modal-content&#34; id=&#34;modalImage&#34;&gt;&#xA;  &lt;div id=&#34;caption&#34;&gt;&lt;/div&gt;&#xA;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Table</title>
      <link>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/table/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/table/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#overview&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;All tables or views intended for use as sources or targets must have clearly defined metadata in the Table module. The metadata includes specifying their names, descriptions, columns, and any relevant settings to ensure proper data access and management.&lt;/p&gt;&#xA;&lt;h2 id=&#34;view&#34;&gt;View&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#view&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/table_view.png&#34; alt=&#34;&#34;&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th width=&#34;269&#34;&gt;Field&lt;/th&gt;&lt;th&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Table Id&lt;/td&gt;&lt;td&gt;Unique Oracle object to identify the table.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Description&lt;/td&gt;&lt;td&gt;Description of the table. &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Select Column&lt;/td&gt;&lt;td&gt;Lists all columns defined in all the tables. &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Table Column&lt;/td&gt;&lt;td&gt;Lists all columns defined in the selected table.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Table Column &gt; Column Name&lt;/td&gt;&lt;td&gt;Name of the table column.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Table Column &gt; Description&lt;/td&gt;&lt;td&gt;Description of the table column. &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Table Column &gt; Primary Key&lt;/td&gt;&lt;td&gt;Indicates whether the table column is the primary key. &lt;br&gt;&lt;br&gt;DIH uses the primary key attribute to provide threading and restarting capabilities.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Table Column &gt; Action&lt;/td&gt;&lt;td&gt;Displays &lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/icons/delete&#34; alt=&#34;&#34; data-size=&#34;line&#34;&gt; that allows you to remove the column. &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&#xA;&lt;h3 id=&#34;other-details&#34;&gt;Other details&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#other-details&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;Click the information icon to view the &lt;strong&gt;Created By&lt;/strong&gt; and &lt;strong&gt;Last Modified By&lt;/strong&gt; details of the selected table.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Service</title>
      <link>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/service/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/service/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#overview&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The services and APIs you intend to use as migration targets should be included in the Service module. Additionally, you can define their business objects, business services, service scripts, and XML schemas for data transformation within the module.&lt;/p&gt;&#xA;&lt;h2 id=&#34;view&#34;&gt;View&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#view&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/service_overview-new.png&#34; alt=&#34;&#34;&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th width=&#34;269&#34;&gt;Field&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Service Id&lt;/td&gt;&lt;td&gt;Unique identifier for the service. &lt;br&gt;&lt;br&gt;The &lt;strong&gt;Service Id&lt;/strong&gt; does not have to be the OUAF service name. However, it should follow the standard Oracle object naming format. &lt;br&gt;&lt;br&gt;Mandatory: Yes&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Service Type&lt;/td&gt;&lt;td&gt;&lt;p&gt;Type of the service. The following are the possible values: &lt;/p&gt;</description>
    </item>
    <item>
      <title>Source</title>
      <link>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/source/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/source/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#overview&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The source defines the input for a mapping. It can be linked to a table, or it can be a query such as joins, unions, etc., if more complexity is required. A source can also be used as a subquery in a mapping extension.&lt;/p&gt;&#xA;&lt;p&gt;The Source module manages all the sources in the tool. Additionally, it allows you to add, edit, or delete sources as needed.&lt;/p&gt;&#xA;&lt;h2 id=&#34;view&#34;&gt;View&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#view&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;h3 id=&#34;table-source&#34;&gt;Table source&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#table-source&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/source_overview.png&#34; alt=&#34;&#34;&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th width=&#34;269&#34;&gt;Field&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Source Id&lt;/td&gt;&lt;td&gt;SQL alias assigned to the source that will be used on the target mappings.&lt;br&gt;&lt;br&gt;For table sources, it is recommended to use the name of the table for the &lt;strong&gt;Source Id&lt;/strong&gt; value. &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Description&lt;/td&gt;&lt;td&gt;Description of the source. &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Table Id&lt;/td&gt;&lt;td&gt;Id of the source table as defined in the &lt;a href=&#34;table.md&#34;&gt;Table &lt;/a&gt;module.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Generate Columns&lt;/td&gt;&lt;td&gt;Automatically captures the columns configured in the &lt;a href=&#34;table.md&#34;&gt;Table &lt;/a&gt;module.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Column Name&lt;/td&gt;&lt;td&gt;Name of the generated column.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Primary Key&lt;/td&gt;&lt;td&gt;Indicates whether the generated column is the primary key of the source.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Action&lt;/td&gt;&lt;td&gt;Displays &lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/icons/delete&#34; alt=&#34;&#34; data-size=&#34;line&#34;&gt; that allows you to remove the column. &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&#xA;&lt;h3 id=&#34;query-source&#34;&gt;Query source&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#query-source&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/source_overview-query.png&#34; alt=&#34;&#34;&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th width=&#34;269&#34;&gt;Field&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Source Id&lt;/td&gt;&lt;td&gt;SQL alias assigned to the source that will be used on the target mappings.&lt;br&gt;&lt;br&gt;For table sources, it is recommended to use the name of the table for the &lt;strong&gt;Source Id&lt;/strong&gt; value. &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Description&lt;/td&gt;&lt;td&gt;Description of the source. &lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;SQL Query&lt;/td&gt;&lt;td&gt;Standard SQL &lt;code&gt;SELECT&lt;/code&gt; query.&lt;br&gt;&lt;br&gt;If a query involves joins between tables, the column names that the query produces should not contain duplicate names.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Generate Columns on Save&lt;/td&gt;&lt;td&gt;Enables automatic parsing of the SQL Query to generate the column names. &lt;br&gt;&lt;br&gt;Default: Disabled.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Column Name&lt;/td&gt;&lt;td&gt;Name of the generated column.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Primary Key&lt;/td&gt;&lt;td&gt;Indicates whether the generated column is the primary key of the source.&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Action&lt;/td&gt;&lt;td&gt;Displays &lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/icons/delete&#34; alt=&#34;&#34; data-size=&#34;line&#34;&gt; that allows you to remove the column. &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&#xA;&lt;h3 id=&#34;other-details&#34;&gt;Other details&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#other-details&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;Click the information icon to view the &lt;strong&gt;Created By&lt;/strong&gt; and &lt;strong&gt;Last Modified By&lt;/strong&gt; details of the selected source.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Target</title>
      <link>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/target/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/target/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#overview&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Target defines a destination object for data mapping from a &lt;a href=&#34;https://docs.riaproducts.com/dih/4.x.x/docs/web-application/source/&#34;&gt;Source&lt;/a&gt;. It is the central part of DIH where the mapping expressions are captured.&lt;/p&gt;&#xA;&lt;p&gt;Target structure&amp;rsquo;s three levels.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Target — Identifies the destination table or service for the mapping&lt;/li&gt;&#xA;&lt;li&gt;Target Mapping — Identifies the source, predicate conditions and transformations&lt;/li&gt;&#xA;&lt;li&gt;Target Mapping Detail — Maps source fields to target fields&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;view&#34;&gt;View&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#view&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/target_overview-new.png&#34; alt=&#34;&#34;&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th width=&#34;269&#34;&gt;Field&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Target Type&lt;/td&gt;&lt;td&gt;&lt;p&gt;Specifies the types of conversion that the executable supports and which types of targets it can process. The following are the possible values:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Task</title>
      <link>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/task/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/task/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#overview&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;A task defines a specific conversion step and specifies the associated executables and targets. It functions as a container that establishes the link between the targets and the executable.&lt;/p&gt;&#xA;&lt;h2 id=&#34;view&#34;&gt;View&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#view&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;figure&gt;&lt;img class=&#34;lightbox-trigger&#34; src=&#34;https://docs-riaproducts.s3.us-east-1.amazonaws.com/dih-ga/images/userguidev3/task_overview-new.png&#34; alt=&#34;&#34;&gt;&lt;figcaption&gt;&lt;/figcaption&gt;&lt;/figure&gt;&#xA;&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th width=&#34;269&#34;&gt;Field&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Task Id&lt;/td&gt;&lt;td&gt;Name of the task that should be similar to the step name in an Oracle DBMS scheduler chain.&lt;br&gt;&lt;br&gt;The &lt;strong&gt;Task Id&lt;/strong&gt; should follow the standard Oracle object naming format. &lt;br&gt;&lt;br&gt;Mandatory: Yes&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Queue Commit Count&lt;/td&gt;&lt;td&gt;&lt;p&gt;Specifies the commit count required for the producer to put the work entries on a distributed queue. A work entry is created by a producer for each source row. For more information, see &lt;a href=&#34;executable/#task-executables&#34;&gt;Task Executables&lt;/a&gt; in &lt;a href=&#34;executable/&#34;&gt;Executables&lt;/a&gt;.&lt;br&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Execution Profile</title>
      <link>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/execution-profile/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/execution-profile/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#overview&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;An Execution Profile is a configuration template that defines how a specific executable should run within the system. It allows users to create reusable execution settings in advance.&lt;/p&gt;&#xA;&lt;h2 id=&#34;create-a-new-execution-profile&#34;&gt;Create a new execution profile&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#create-a-new-execution-profile&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;To create an execution profile, follow these steps:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Click the &lt;strong&gt;Create New&lt;/strong&gt; button.&lt;/li&gt;&#xA;&lt;li&gt;Enter a unique name in the &lt;strong&gt;Execution Profile&lt;/strong&gt; field.&lt;/li&gt;&#xA;&lt;li&gt;Add a description to provide more information about the execution profile.&lt;/li&gt;&#xA;&lt;li&gt;Search for and select an executable in the &lt;strong&gt;Executable (profile type)&lt;/strong&gt; dropdown list.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;After entering an executable, the following are automatically filled out:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Report</title>
      <link>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/report/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://docs.riaproducts.com/dih/4.x.x/docs/web-application/report/</guid>
      <description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#overview&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The Report module allows you to view the reports created by DIH. These reports are configured as executables with the executable class &lt;code&gt;DefaultReportExecutor&lt;/code&gt; and target level &lt;code&gt;NONE&lt;/code&gt;. The code blocks, which specify the optional menu and any combination of tabular reports and chart definitions, can be configured in the &lt;a href=&#34;https://docs.riaproducts.com/dih/4.x.x/docs/web-application/executable/code/&#34;&gt;Code &lt;/a&gt;tab of the &lt;a href=&#34;https://docs.riaproducts.com/dih/4.x.x/docs/web-application/executable/&#34;&gt;Executable&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;view-a-report&#34;&gt;View a report&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#view-a-report&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The Report page displays all the generated reports. To view the report details, just click on a report.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
