Is it possible to sync Sphinx Data via TMS Echo?

You can do that, yes.

But you can also simply call BatchLoad passing the explorer that contains the classes that you want to replicate, it would be:

TEcho(Echo).BatchLoad(TMappingExplorer.Get('Biz.Sphinx'));
1 Like