Hello!
Below is some information that I found about full Import here is the link https://blogs.msdn.microsoft.com/connector_space/2015/09/28/the-complete-synchronization-process-part-4-deltafull-importsynchronization-explained/
"The very first run you will perform when building FIM (or adding a new data source) is a full
import. During a full
import, everything in the connected data source is brought into the connector
space. The key point to remember about a full
import is that, regardless of total number of objects or objects with changes, everything will
be refreshed."
As the text says everything is brought into CS no matter if the source has been changed or not.
When we import we use the MAC import method that read the Db by using normal SQL and create a file that is read by the MIM and loaded into CS.
As the text says everything will
be refreshed does that mean that the connector to MV object is true. So shall I understand it such that all the attributes is refreshed so to speak updated to what it is in the CD but the connector is still True and of cource the MV object is still there because
we have a Connector thet is true.
So how should I understand the term "everything will
be refreshed" in the above text.
//Tony