Data Object Lifecycle View Displays Where as Data Object Provider Model Not displays data both are using same data?

Post Reply
Rajaraman
Posts: 137
Joined: 02 May 2018, 12:20
Contact:

Data Object Lifecycle View Displays

Where as Data Object Provider Model Not displays data both are using same sets of worksheets of data.

Applications
Data Subjects
Data Objects
Data Object Inheritance
Data Object Attributes
App 2 Data

See attachment
DataObjectLifecycleDisplays-DataProvider-Model-Not.png
You do not have the required permissions to view the files attached to this post.
Rajaraman
Posts: 137
Joined: 02 May 2018, 12:20
Contact:

Code: Select all

<xsl:param name="param1"/>

	<!-- START GENERIC PARAMETERS -->
	<xsl:param name="viewScopeTermIds"/>
	<!-- END GENERIC PARAMETERS -->

	<!-- START GENERIC LINK VARIABLES -->
	<xsl:variable name="viewScopeTerms" select="eas:get_scoping_terms_from_string($viewScopeTermIds)"/>
	<xsl:variable name="linkClasses" select="('Application_Provider')"/>
	<!-- END GENERIC LINK VARIABLES -->

	<xsl:variable name="currentDataObject" select="/node()/simple_instance[name = $param1]"/>
	<xsl:variable name="dataObjectName" select="$currentDataObject/own_slot_value[slot_reference = 'name']/value"/>


	<xsl:variable name="dataReps" select="/node()/simple_instance[own_slot_value[slot_reference = 'implemented_data_object']/value = $currentDataObject/name]"/>

I refer above code where is 'implemented_data_object' slot, i searched entire repository this slot is not available.
jasonp
Posts: 70
Joined: 01 Jul 2017, 07:05

Hi Rajaraman,

both of these views are populated from the relationships created by the App 2 Data worksheet. Can you please confirm whether there any columns that you have not populated in that worksheet? This will help in understanding why the Data Provider Model is not displaying.

Regarding your question regarding the implemented_data_object slot, this slot is a property of Information layer > Information_Logical > Data_Representation_Type > Data_Representation.

Thanks,

Jason
Rajaraman
Posts: 137
Joined: 02 May 2018, 12:20
Contact:

only the following columns in the worksheet are empty

1. Data Representation Description
2. Accuracy
3. Additional Comments
4. Source of Info

pls find screenshot regarding the available data in the slot
DataObjectLifecycleDisplays-DataProvider-Model-Not-3.png
You do not have the required permissions to view the files attached to this post.
jasonp
Posts: 70
Joined: 01 Jul 2017, 07:05

Hi Rajaraman,

the Data Provider Model requires both the Source Application (column T) and the Source Information (column U) in the App 2 Data worksheet. The Source Information column would typically be the main database of the Source Application (similar to the values you would have populated in column D of the same worksheet).

These columns are what allows the view to understand that data of the given Data Object in the database(s) managed by Application X is sourced from a database/data feed managed by Application Y

I hope this helps.

Regards,

Jason
Rajaraman
Posts: 137
Joined: 02 May 2018, 12:20
Contact:

Yes source information is similar to column D (but different data).

Also is it not source information column is optional?

Find our data
DataObjectLifecycleDisplays-DataProvider-Model-Not-4.png
Do note we dont have records in app 2 data for app2 and app3

Pls advise
You do not have the required permissions to view the files attached to this post.
jasonp
Posts: 70
Joined: 01 Jul 2017, 07:05

Hi Rajaraman,

the Source Information column is optional depending on the views you intend to populate. Nonetheless, from the screenshot that you have sent, what you have captured looks correct.

Regarding Apps 2 and 3, If they do not receive data from other systems, then they do not need to be captured in the App 2 Data worksheet.

Regards,

Jason
Rajaraman
Posts: 137
Joined: 02 May 2018, 12:20
Contact:

DataObjectLifecycleDisplays-DataProvider-Model-Not-5.png
See the values in Information Data Representation

let me know where we are missing values or is there problem with the view itself
You do not have the required permissions to view the files attached to this post.
Rajaraman
Posts: 137
Joined: 02 May 2018, 12:20
Contact:

I figured out "Does the application persist this info"
(app_pro_persists_info_rep slot of class "APP_PRO_TO_INFOREP_RELATION" need to be true to make the view appear.
jasonp
Posts: 70
Joined: 01 Jul 2017, 07:05

Hi Rajaraman,

that's great to hear.

Jason
Post Reply