November 16, 2004 at 8:53 am
I am stumped with what is going on here... I suspect a permission problem.
I have a SP that uses sp_OAMethod to call a vb com component. If I run the component in the vb IDE, the call works perfectly. If I try and run it normally, I get a "Path not found" error.
The com component writes some data to a file in a temp dir and then does a filecopy to a remote (mapped) drive folder.
Any ideas will be greatly appreciated!!
BAM
November 16, 2004 at 9:10 am
Try using the full unc path of remote (mapped) drive folder. This could be causing your problem.
Also, check that the account you are running this under has permissions to this folder.
November 16, 2004 at 9:34 pm
Thanks for the prompt response... but alas, to no avail. This is definitely a permissions problem, and it will require that I redesign a little bit. I don't think that using sp_OAMethod is going to work for our situation.
BAM
November 17, 2004 at 7:04 am
How much easier would life be without security and permission implications?
A lot!
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply