Weird Problem-Network Permissions

Re: Weird Problem-Network Permissions

GOOD NEWS: PROBLEM SOLVED :) :)

Asif,
yes , its in VB... we used File System Object
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFile(SelectedFile.Text)

u were absolutely rite.. it wasn't due to lack of credentials.. it was the file lock

here is what i did to fix it...

i uninstalled all versions of adobe
-deleted registry folders of Adobe both places .. HKEY_CURRENT_USER & HKEY_LOCAL_MACHINE ]
-restarted the comp
-Installed Adobe once again...

and BOOM -- back in business.. The files are moving from source to destination :):):)

Thanks for the help guys..