Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

MDM Container Issue

I duplicated a Data Container and Data Model and deployed the newly created Data Model and Container on server , while using MDM UI , i was able to see records in Entities , even though i havent run the jobs to populate the entites ? , can someone please explain this also i would like to clear down the containers of all the data , how can it be done ?
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,
Have you tried to delete the data container you created to see if it works?
For more information, please refer to documents about:
https://help.talend.com/search/all?query=Managing+data+models
https://help.talend.com/search/all?query=Managing+data+containers
Best regards
Sabrina
Anonymous
Not applicable
Author

The issue is resolved , the actual cause of problem was Data Source. xml , in it there was a hard-coded database MDM_MASTER created ,and i had run the job initially to populate the records , so even if i duplicate the model and container and try to view the entity through MDM UI it shows data because at back end it is pointing to only one database  MDM_MASTER or something like that , whereas in other environment ,the data source.xml had value as  ${container}_MASTER where every time i create a duplicate container , it would create a fresh database with no records .