<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Engineering Dashboard - Objects on Documentation - V2</title><link>https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/engineering-dashboard-component-ed/engineering-dashboard-objects/</link><description>Recent content in Engineering Dashboard - Objects on Documentation - V2</description><generator>Hugo</generator><language>en</language><atom:link href="https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/engineering-dashboard-component-ed/engineering-dashboard-objects/index.xml" rel="self" type="application/rss+xml"/><item><title>Engineering Dashboard - Objects - Missing Objects</title><link>https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/engineering-dashboard-component-ed/engineering-dashboard-objects/engineering-dashboard-objects-missing-objects/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://doc.castsoftware.com/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/engineering-dashboard-component-ed/engineering-dashboard-objects/engineering-dashboard-objects-missing-objects/</guid><description>&lt;p&gt;&lt;strong&gt;Purpose&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This page helps to troubleshoot issues when objects are missing on ED&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Observed in CAST AIP&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Release&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;8.3.x&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Observed on RDBMS&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;RDBMS&lt;/th&gt;
 &lt;th&gt;Yes/No&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;CSS&lt;/td&gt;
 &lt;td&gt;&amp;#x2705;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Action Plan&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Check if the object is present in the Central Database by executing the below query -&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-sql" data-lang="sql"&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;select *
from dss_object_info doi
join dss_objects dos
on doi.object_id = dos.object_id
where
doi.snapshot_id = &amp;lt;snapshot_id&amp;gt;
and dos.object_full_name = &amp;lsquo;&amp;lt;object_full_name&amp;gt;&amp;rsquo;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;
 1. If the query does not return any row then the object is not present on the Central Database. Follow the user guide - [CAST Engineering Dashboard - Object - Missing objects](/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/cast-engineering-dashboard-component-ced/cast-engineering-dashboard-object/cast-engineering-dashboard-object-missing-objects/) to solve the problem.
 2. If the query returns rows then the object is present on the Central Database but not displayed on ED due to display issue, report your problem to [CAST Technical Support](https://help.castsoftware.com/hc/en-us/requests/new) and provide the [Relevant input](/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/engineering-dashboard-component-ed/engineering-dashboard-objects/):
2. If the problem you are facing does not match any case listed in this page, report your problem to [CAST Technical Support](https://help.castsoftware.com/hc/en-us/requests/new) and provide the [Relevant input](/export-v2/tg/technical-guides/technical-guides-by-cast-aip-component/engineering-dashboard-component-ed/engineering-dashboard-objects/):

**For CAST Technical Support Only** - [Engineering Dashboard - ED - Information - How to reproduce ED issues](/export-v2/tg/information-guides/information-guides-by-cast-aip-component/engineering-dashboard-ed/engineering-dashboard-ed-information-how-to-reproduce-ed-issues/)

**Notes/comments**

**Related Pages**
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>