Hello!
I'm a beginner in MIM. Assume the following:
I have an agent defined as a Extensible Connectivity.
This agent read a database and create a file which is read into CS when I do Full Import.
Now I do a full sync.
The agent is defined to project the data into MV.
Now all the data that existed in CS is now in MV which is correct.
Now to my question if I now to a second Full import on the same data without change anything.
What happen?
As I understand it the following will happen. Do correct me if I'm wrong.
The whole CS is loaded again. The file is read and the data is written into CS when I do a Full Import.
Now I do a Full sync in the same way that I did before.
But what happen with the MV(metaverse)?
I assume that the only sensible solution is that MV will not change anything because the data has not been changed.
//Tony