| Author |
Message |
Dan Cooke
Guest
|
Posted:
Fri Jan 14, 2005 10:11 pm Post subject:
Connecting to Document Library from 2003 server |
|
|
We need to be able to add and remove documents and make directories in the
document library from a simple copy script.
We can do this from Windows XP as you can map and drive to the UNC path
\\server\sites\home . However, for some reason this does not work from a
Windows 2003 (or Windows 2000) server. You can add a Network Place to
point to an http path e.g http://server/sites/home , however, this cannot
be referenced from a script as it has no drive letter and you cannot use
the copy command to an http path.
We need to be be able to do this from Windows 2003 server. Does anyone
know why it behaves differently to Windows XP, or if there is another way
to copy files via a command script from Windows 2003 without using Network
Places in Explorer?
Dan
dcooke@(remove)fwcommercial.com |
|
| Back to top |
|
 |
Marco
Guest
|
Posted:
Sat Jan 15, 2005 3:49 am Post subject:
RE: Connecting to Document Library from 2003 server |
|
|
If I am not mistaken you need Office 2003 to be able to use the UNC path.
Marco
"Dan Cooke" wrote:
| Quote: | We need to be able to add and remove documents and make directories in the
document library from a simple copy script.
We can do this from Windows XP as you can map and drive to the UNC path
\\server\sites\home . However, for some reason this does not work from a
Windows 2003 (or Windows 2000) server. You can add a Network Place to
point to an http path e.g http://server/sites/home , however, this cannot
be referenced from a script as it has no drive letter and you cannot use
the copy command to an http path.
We need to be be able to do this from Windows 2003 server. Does anyone
know why it behaves differently to Windows XP, or if there is another way
to copy files via a command script from Windows 2003 without using Network
Places in Explorer?
Dan
dcooke@(remove)fwcommercial.com
|
|
|
| Back to top |
|
 |
Penelope Coventry
Guest
|
Posted:
Mon Jan 17, 2005 12:28 am Post subject:
Re: Connecting to Document Library from 2003 server |
|
|
Try the following
Make sure the web client service on the Windows 2003 server is enabled and
started. If the URL has spaces, place quotes around it and remove %20 with
spaces, e.g.,
net use * http://server/shared documents.
HTH
Penny
"Dan Cooke" <dcooke@fwcommercial.com> wrote in message
news:eMOKFPl%23EHA.2584@TK2MSFTNGP09.phx.gbl...
| Quote: | We need to be able to add and remove documents and make directories in the
document library from a simple copy script.
We can do this from Windows XP as you can map and drive to the UNC path
\\server\sites\home . However, for some reason this does not work from a
Windows 2003 (or Windows 2000) server. You can add a Network Place to
point to an http path e.g http://server/sites/home , however, this cannot
be referenced from a script as it has no drive letter and you cannot use
the copy command to an http path.
We need to be be able to do this from Windows 2003 server. Does anyone
know why it behaves differently to Windows XP, or if there is another way
to copy files via a command script from Windows 2003 without using Network
Places in Explorer?
Dan
dcooke@(remove)fwcommercial.com
|
|
|
| Back to top |
|
 |
Dan Cooke
Guest
|
Posted:
Mon Jan 17, 2005 4:10 pm Post subject:
Re: Connecting to Document Library from 2003 server |
|
|
Thanks Marco,
We tried installing Office 2003 on the Windows 2003 server, but no luck
(connecting with the UNC path works fine on XP with Office 2003).
I checked that Windows Sharepoint Services Support was installed with
Office.
Dan
"Marco" <Marco@discussions.microsoft.com> wrote in message
news:F06691E4-9B18-40DC-BE72-5196A0E80E49@microsoft.com...
| Quote: | If I am not mistaken you need Office 2003 to be able to use the UNC path.
Marco
"Dan Cooke" wrote:
We need to be able to add and remove documents and make directories in
the
document library from a simple copy script.
We can do this from Windows XP as you can map and drive to the UNC path
\\server\sites\home . However, for some reason this does not work from
a
Windows 2003 (or Windows 2000) server. You can add a Network Place to
point to an http path e.g http://server/sites/home , however, this cannot
be referenced from a script as it has no drive letter and you cannot use
the copy command to an http path.
We need to be be able to do this from Windows 2003 server. Does anyone
know why it behaves differently to Windows XP, or if there is another way
to copy files via a command script from Windows 2003 without using
Network
Places in Explorer?
Dan
dcooke@(remove)fwcommercial.com
|
|
|
| Back to top |
|
 |
Dan Cooke
Guest
|
Posted:
Tue Jan 18, 2005 3:57 pm Post subject:
Re: Connecting to Document Library from 2003 server |
|
|
Thanks Penelope, that worked a treat. The service was disabled by default on
Windows 2003 (and dosn't appear in Windows 2000).
I couldn't find this anywhere documentented by MS though!
Cheers
Dan
"Penelope Coventry" <pjcov@p3c.co.uk.NOSPAM.please> wrote in message
news:ehxbNqA$EHA.2984@TK2MSFTNGP09.phx.gbl...
| Quote: | Try the following
Make sure the web client service on the Windows 2003 server is enabled and
started. If the URL has spaces, place quotes around it and remove %20 with
spaces, e.g.,
net use * http://server/shared documents.
HTH
Penny
"Dan Cooke" <dcooke@fwcommercial.com> wrote in message
news:eMOKFPl%23EHA.2584@TK2MSFTNGP09.phx.gbl...
We need to be able to add and remove documents and make directories in
the
document library from a simple copy script.
We can do this from Windows XP as you can map and drive to the UNC path
\\server\sites\home . However, for some reason this does not work from a
Windows 2003 (or Windows 2000) server. You can add a Network Place to
point to an http path e.g http://server/sites/home , however, this cannot
be referenced from a script as it has no drive letter and you cannot use
the copy command to an http path.
We need to be be able to do this from Windows 2003 server. Does anyone
know why it behaves differently to Windows XP, or if there is another way
to copy files via a command script from Windows 2003 without using
Network
Places in Explorer?
Dan
dcooke@(remove)fwcommercial.com
|
|
|
| Back to top |
|
 |
|
|
|
|