We have a SharePoint internal corporate web site and I'd like to publish some PDFs to it automatically with Task Scheduler.
Currently we do this by hand. From my Windows 7 Enterprise desktop computer I can open path \portal.ourfirm.domain\DavWWWRoot\somepath in Windows Explorer and copy the PDFs there, and PDFs show up on the web. I can also do "pushd \portal.ourfirm.domain\DavWWWRoot\somepath" in cmd and do whatever I need.
Now I'd like to do the same thing from my Windows Server 2008 R2 Standard using Task Scheduler, since it is always on (as a virtual machine). The only problem is when I try to access that path from the server, it fails with:
Error code: 0x80004005
Error text: Windows cannot access \\portal.ourfirm.domain\DavWWWRoot\somepath
I asked both our Windows technician and network admin for help, but they cannot figure out what seems to be the problem, so the conclusion is "this can't be done". So I decided to try my luck here :-) Does aybody have an idea where I should start looking for a problem?