Yosua Lijanto Binar
Yosua Lijanto Binar

Reputation: 670

SymmetricDS: Could not find trigger router sym_file_snapshot

I'm doing 3-tier file synchronization. Let say the tier is Corp - Store - Device. I'm also doing it like 3-tier database synchronization. I create trigger, router, and trigger_router for Corp - Store and Store - Device.

But appeared error TriggerRouterService - Could not find triger router [sym_file_snapshot] in list [sym_file_snapshot]. After I found out, the error is the Corp node wants to connect to Device node. What's wrong here? Is my approach wrong?

Update:

  1. Corp node wants to send initial load to Device node directly.

Upvotes: 1

Views: 183

Answers (2)

Yosua Lijanto Binar
Yosua Lijanto Binar

Reputation: 670

Check sym_node_security and look at initial_load_enabled is set or not.

Upvotes: 1

Boris Pavlović
Boris Pavlović

Reputation: 64632

Seems like sym_router routes files from Corp to Device directly. Create two sym_routers:

  1. first one to route files from Corp's corp_directory to Store's store_directory
  2. second one to route file from Store's store_directory to Device's device_directory

Upvotes: 0

Related Questions