Connection to external DB between Own DBs

I have 2 or more vaults on different servers. I want to link object types between different vaults on different servers so they are available in all locations without updating all the settings in all vaults. I have a drop-down menu stored in an object type that is being frequently changed and I need the changes to be reflected in all vaults after updating only the Master vault. I have troubles connecting the objects using the "connection to external DB"... Is there a tutorial or plug and play solution? Any prerequisites as software installed on both servers, etc?

Parents Reply Children
  • What I need is to have a duplication prevention mechanism in place. When a customer input its data on the External server to checks based on a criteria whether there is already customer(s) with the same data on the Internal server. We have strict requirements for unique values in the metadatacard for every customer.

    Once the Customer passes the state of approval it must be completely removed from the external server for security reasons thus migrated to the internal. We cannot duplicate all the customers on both location.

    When a new Customer signs for approval then the External server have to ask the Internal Server whether there is already Customer with the same data on the Internal server, if the answer is No then we are good to go, but if there is we need to throw an Exception and stop processing.

    To duplicate the data and synchronize it between the locations is not an option to us. Is the Ground proxy the way to go forward?


  • Based on your description, this sounds like a custom integration scenario. Implementing a duplication prevention check between two separate systems (External and Internal servers) with a one-way migration flow is indeed a specific architectural challenge.

    If you do not have the necessary competencies to implement it yourself, it is best to contact your provider and discuss the case in detail.

  • We have expertise to a certain degre. Which is the best approach to connect our Vaults? Can't we use some API services? Is it really not a M-Files design option and it is something very custom?