File sharing error 5 - WeOnlyDo Discussion board

File sharing error 5 (General questions)

by Gerard Schurink, Wednesday, July 14, 2004, 10:05 (7198 days ago)

I am testing your encryption software and have a liltle problem with it. In a vb-application i encrypt a file, after that the file has to be ftp'd to an other server.
Without encryption all works, with encryption the ftp-software complains that the file is still in use.

What could be the reason for the sharing violation ?

Re: File sharing error 5

by wodSupport, Wednesday, July 14, 2004, 11:07 (7198 days ago) @ Gerard Schurink

Gerard,

did you finish encrypting file, so it is not locked anymore with wodCrypt? Quick test would be to destroy wodCrypt after encryption (set it to Nothing).

Could you send me your code to [mail=techsupport@weonlydo.com]techsupport@weonlydo.com[/mail] so I can try it out here and see why would this happen?

Thanks.

Re: File sharing error 5

by wodSupport, Wednesday, July 14, 2004, 11:20 (7198 days ago) @ wodSupport

Gerard,

I checked. You should destroy instance of destination FileBlob before accessing the file. Or, you can set it to new filename. If you set to non-existing filename make sure you catch the error it may return (but it will do the job you need anyway).

Re: File sharing error 5

by Maverick5, Friday, June 02, 2006, 04:25 (6510 days ago) @ wodSupport

What is it with you guys and file locking ? ;-)
confirmed that component does not release the files,

Even after statement FileBlob = Nothing ,

can this be fixed ?
I am using your idea, and set it to a temp file before deleting source,
It works!,
but I think this perpetuates bad programming habits.

Can you fix it ?

Thanks,
Mav

Re: File sharing error 5

by wodAlan, Friday, June 02, 2006, 09:10 (6510 days ago) @ Maverick5

Mav,

I cannot duplicate this, I'm working with version 1.2.7.25.
Can you prepare some small sample which can duplicate your problem
and send it to techsupport@weonlydo.com
So, after encryption file is still locked, right?
Did you tried with our sample (4.Encrypt files), can this sample duplicate your problem?


Regards,
Alan