View Issue Details

IDProjectCategoryView StatusLast Update
0002278SymmetricDSBugpublic2022-09-09 21:07
Reporteralepel69 Assigned To 
Prioritynormal 
Status closedResolutionfixed 
Product Version3.7.10 
Target Version3.12.0Fixed in Version3.12.0 
Summary0002278: File sync during initial load doesn't work
DescriptionFrom the manual:
[...]
File Routing also provides a flag that indicates if the target node should be seeded with the files from the source node during SymmetricDS’s initial load process.
[...]
Well, on my server node (Oracle 11) I've this file trigger:
(TRIGGER_ID,BASE_DIR,RECURSE,INCLUDES_FILES,EXCLUDES_FILES,SYNC_ON_CREATE,SYNC_ON_MODIFIED,SYNC_ON_DELETE,BEFORE_COPY_SCRIPT,AFTER_COPY_SCRIPT,
CREATE_TIME,LAST_UPDATE_BY,
LAST_UPDATE_TIME,CHANNEL_ID,RELOAD_CHANNEL_ID,
SYNC_ON_CTL_FILE,DELETE_AFTER_SYNC)=
('sync_zip','/prd/bce/symmetric-home/sync-area',1,'*.zip',null,1,1,1,null,null,
'01-APR-15 00:00:00,000000',null,
'01-APR-15 00:00:00,000000','filesync','filesync_reload'
,0,0)
linked to one of my routers in this way:
(TRIGGER_ID,ROUTER_ID,ENABLED,INITIAL_LOAD_ENABLED,
TARGET_BASE_DIR,CONFLICT_STRATEGY,
CREATE_TIME, LAST_UPDATE_BY, LAST_UPDATE_TIME)=
('sync_zip','server_2_client',1,1,
'C:\\temp\\','SOURCE_WINS',
'01-APR-15 00:00:00,000000',null,'01-APR-15 00:00:00,000000')
and with filesync and filesync_reload channels with RELOAD_FLAG=1.
In this conditions I expect that every new node during initial load will receive selected tables from DB but also files that are in the sync area but altough file sync works well no file is trasferred to new nodes during initial load.
Tagsfile sync

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2015-04-21 07:50 alepel69 New Issue
2019-04-23 17:11 elong Tag Attached: file sync
2022-09-09 21:07 elong Status new => closed
2022-09-09 21:07 elong Resolution open => fixed