sc sync - error 9

Things you’d like to miss in the future...
Post Reply
highend
Posts: 13308
Joined: 06 Feb 2011 00:33

sc sync - error 9

Post by highend »

Current beta, used:

Code: Select all

sync "D:\Users\Highend\Development", "R:\Development", 1, 1, 2, , "R:\sync.log";
First time it copied everything (destination was empty), on the second run (to see what would
happen) I got this:

Code: Select all

Error 9

Error:  	9 (0x00000009)
Desc:   	Index außerhalb des gültigen Bereichs
Dll:    	0
Proc:   	tagUPDB@10, idxFO:8, 0, 0, 0

Source: 	XYplorer
XY ver: 	XYplorer 18.30.0007
OS:     	Windows Server 2012 R2 Datacenter Server, 64-bit
Locale: 	1031
ANSI:   	1252
ACP:    	1252  (ANSI - Lateinisch I)
DBCS:   	No
DPI:    	96 (100%)

Date:   	2017-09-09 23:39:02
The sync.log doesn't show anything error related...
One of my scripts helped you out? Please donate via Paypal

Filehero
Posts: 2644
Joined: 27 Feb 2012 18:50
Location: Windows 10 Pro x64

Re: sc sync - error 9

Post by Filehero »

highend wrote:Current beta, used:

Code: Select all

sync "D:\Users\Highend\Development", "R:\Development", 1, 1, 2, , "R:\sync.log";
                                                          ^  ^
Just a guess: it could be the parameters [on_collision], [delete_items] because my multiple times repeated job - assumed the path params are ok, why shouldn't they? - just differs there.

admin
Site Admin
Posts: 60528
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: sc sync - error 9

Post by admin »

Error confirmed. It was not really related to sync, could have happened with other operations as well. Anyway, fix coming. Thanks!

highend
Posts: 13308
Joined: 06 Feb 2011 00:33

Re: sc sync - error 9

Post by highend »

Ok, thanks!
One of my scripts helped you out? Please donate via Paypal

Post Reply