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 ?
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 .