Page 1 of 1

error sync data by bluetooth

Posted: November 23rd, 2025, 1:30 pm
by a.gbwn89.nws
Dear Team;

when i copy a file using bluetooth using following code


close(IN_ETAR_DICT);
open(EFHS_WR);
if selcase( EFHS_WR, "" ) include( F_NAME ) where ROLE = 3 & TEAM = curteam then
numeric ifconnect = syncconnect(Bluetooth , B_NAME);
if ifconnect then
syncfile(PUT,fl_name,concat("..\\temp\\ind_etar_",edit("9999",visualvalue(CODE_F)),".csdb"));
syncfile(PUT,"..\\data\\Data_hh.csdb","..\\Data_hh.csdb");
syncdisconnect();
else
errmsg("not conencted");
endif;
else
errmsg( "no device" );
endif;
close(EFHS_WR);


when i open file
i have this error
unexpected error is keeping you from copying file

Re: error sync data by bluetooth

Posted: December 1st, 2025, 7:47 am
by Gregory Martin
To resolve synchronization problems, you will want to first look at the sync.log file:

https://www.csprousers.org/help/CSPro/s ... es%20lists

When you locate this file, look at the detailed information about the Bluetooth synchronization. If there are no obvious clues about what is happening, you can post the file here, or send it to cspro@lists.census.gov.