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:
Corp
node wants to send initial load to Device
node directly.Check sym_node_security
and look at initial_load_enabled
is set or not.