Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
tools
vsnet.act
vsnet.debugging
vsnet.documentation
vsnet.enterprise.tools
vsnet.general
vsnet.ide
vsnet.jlca
vsnet.servicepacks
vsnet.setup
vsnet.vsip
vsnet.vss
vsnet.vstools.office
vstudio.development
vstudio.extensibility
vstudio.general
vstudio.helpauthoring
vstudio.setup
vstudio.sourcesafe
  
 
date: Wed, 21 Dec 2005 14:37:02 -0500,    group: microsoft.public.vsnet.vss        back       


Failed to upload Url over Http   
I followed the steps to manually configure IIS and VSS
from my previous post below.

I can successfully connect to VSS over http via
VS.NET 2005.  In fact, I can get so far as to create
new folders.  However, when I try to add my project
to source control, it tells me it failed to upload the Url.

When I check the server, it successfully creates the
folder mentioned in the error dialog under VssWebUpload
but apparently failed to upload any files.

I checked the security constraints on the newly
created folder and it properly matches the parent
which includes write permissions for my windows
account.

Why doesn't VSS give a more descriptive reason
why it failed to upload the file?

Any thoughts on what is going wrong?

Windows 2003 Server SP1 with all the
recent windows updates.

The project is a simple class library with only
those files and references created by default.

-- 
Robbe Morris - 2004/2005 Microsoft MVP C#
http://www.eggheadcafe.com/forums/merit.asp
date: Wed, 21 Dec 2005 14:37:02 -0500   author:   Robbe Morris [C# MVP]

Re: Failed to upload Url over Http   
Possible causes might be:
- forgot to enable WebDAV extension on the server in IIS
- permissions set incorrectly on the VsswebUpload folder and they don't 
allow file creations

If you really need to use a different id for the website, the way I'd enable 
the web service is to rename temporarily the web site id to 1, use ssadmin 
to enable the web service and verify the connection until you're satisfied 
with the config, then change the website id back to what you want it to be.
-- 
Alin Constantin
This posting is provided "AS IS" with no warranties, and confers no rights.


"Robbe Morris [C# MVP]"  wrote in message 
news:e%23ipOWmBGHA.3580@TK2MSFTNGP11.phx.gbl...
>I followed the steps to manually configure IIS and VSS
> from my previous post below.
>
> I can successfully connect to VSS over http via
> VS.NET 2005.  In fact, I can get so far as to create
> new folders.  However, when I try to add my project
> to source control, it tells me it failed to upload the Url.
>
> When I check the server, it successfully creates the
> folder mentioned in the error dialog under VssWebUpload
> but apparently failed to upload any files.
>
> I checked the security constraints on the newly
> created folder and it properly matches the parent
> which includes write permissions for my windows
> account.
>
> Why doesn't VSS give a more descriptive reason
> why it failed to upload the file?
>
> Any thoughts on what is going wrong?
>
> Windows 2003 Server SP1 with all the
> recent windows updates.
>
> The project is a simple class library with only
> those files and references created by default.
>
> -- 
> Robbe Morris - 2004/2005 Microsoft MVP C#
> http://www.eggheadcafe.com/forums/merit.asp
>
>
>
>
>
>
date: Thu, 22 Dec 2005 12:46:08 -0800   author:   Alin Constantin [MSFT]

Re: Failed to upload Url over Http   
Did not have WebDAV enabled in IIS.  Did so
and an iisreset just to be sure it took.

The windows account I'm authenticating with
has full control over all of the folders including
the VssWebUpload folder.

It successfully creates the folder but still can't create
the files.  Very odd..

-- 
Robbe Morris - 2004/2005 Microsoft MVP C#
http://www.eggheadcafe.com/forums/merit.asp





"Alin Constantin [MSFT]"  wrote in message 
news:OdMe%23izBGHA.2664@TK2MSFTNGP15.phx.gbl...
> Possible causes might be:
> - forgot to enable WebDAV extension on the server in IIS
> - permissions set incorrectly on the VsswebUpload folder and they don't 
> allow file creations
>
> If you really need to use a different id for the website, the way I'd 
> enable the web service is to rename temporarily the web site id to 1, use 
> ssadmin to enable the web service and verify the connection until you're 
> satisfied with the config, then change the website id back to what you 
> want it to be.
> -- 
> Alin Constantin
> This posting is provided "AS IS" with no warranties, and confers no 
> rights.
>
>
> "Robbe Morris [C# MVP]"  wrote in message 
> news:e%23ipOWmBGHA.3580@TK2MSFTNGP11.phx.gbl...
>>I followed the steps to manually configure IIS and VSS
>> from my previous post below.
>>
>> I can successfully connect to VSS over http via
>> VS.NET 2005.  In fact, I can get so far as to create
>> new folders.  However, when I try to add my project
>> to source control, it tells me it failed to upload the Url.
>>
>> When I check the server, it successfully creates the
>> folder mentioned in the error dialog under VssWebUpload
>> but apparently failed to upload any files.
>>
>> I checked the security constraints on the newly
>> created folder and it properly matches the parent
>> which includes write permissions for my windows
>> account.
>>
>> Why doesn't VSS give a more descriptive reason
>> why it failed to upload the file?
>>
>> Any thoughts on what is going wrong?
>>
>> Windows 2003 Server SP1 with all the
>> recent windows updates.
>>
>> The project is a simple class library with only
>> those files and references created by default.
>>
>> -- 
>> Robbe Morris - 2004/2005 Microsoft MVP C#
>> http://www.eggheadcafe.com/forums/merit.asp
>>
>>
>>
>>
>>
>>
>
>
date: Thu, 22 Dec 2005 17:58:40 -0500   author:   Robbe Morris [C# MVP]

Re: Failed to upload Url over Http   
You're not using a 64-bit machine/Windows, are you? If yes, you'll have to 
create a separate extension for webdav-32 and enable it.
Otherwise I'm out of ideas what could be wrong.
I'd try looking in the IIS logfiles for the website, perhaps http_error and 
windows_error codes logged there might give a hint what could be wrong.
Otherwise I'd try chaning the website ID and letting SSAdmin to enable the 
service.
-- 
Alin Constantin
This posting is provided "AS IS" with no warranties, and confers no rights.


"Robbe Morris [C# MVP]"  wrote in message 
news:Osu2jr0BGHA.1032@TK2MSFTNGP11.phx.gbl...
> Did not have WebDAV enabled in IIS.  Did so
> and an iisreset just to be sure it took.
>
> The windows account I'm authenticating with
> has full control over all of the folders including
> the VssWebUpload folder.
>
> It successfully creates the folder but still can't create
> the files.  Very odd..
>
> -- 
> Robbe Morris - 2004/2005 Microsoft MVP C#
> http://www.eggheadcafe.com/forums/merit.asp
>
>
>
>
>
> "Alin Constantin [MSFT]"  wrote in message 
> news:OdMe%23izBGHA.2664@TK2MSFTNGP15.phx.gbl...
>> Possible causes might be:
>> - forgot to enable WebDAV extension on the server in IIS
>> - permissions set incorrectly on the VsswebUpload folder and they don't 
>> allow file creations
>>
>> If you really need to use a different id for the website, the way I'd 
>> enable the web service is to rename temporarily the web site id to 1, use 
>> ssadmin to enable the web service and verify the connection until you're 
>> satisfied with the config, then change the website id back to what you 
>> want it to be.
>> -- 
>> Alin Constantin
>> This posting is provided "AS IS" with no warranties, and confers no 
>> rights.
>>
>>
>> "Robbe Morris [C# MVP]"  wrote in message 
>> news:e%23ipOWmBGHA.3580@TK2MSFTNGP11.phx.gbl...
>>>I followed the steps to manually configure IIS and VSS
>>> from my previous post below.
>>>
>>> I can successfully connect to VSS over http via
>>> VS.NET 2005.  In fact, I can get so far as to create
>>> new folders.  However, when I try to add my project
>>> to source control, it tells me it failed to upload the Url.
>>>
>>> When I check the server, it successfully creates the
>>> folder mentioned in the error dialog under VssWebUpload
>>> but apparently failed to upload any files.
>>>
>>> I checked the security constraints on the newly
>>> created folder and it properly matches the parent
>>> which includes write permissions for my windows
>>> account.
>>>
>>> Why doesn't VSS give a more descriptive reason
>>> why it failed to upload the file?
>>>
>>> Any thoughts on what is going wrong?
>>>
>>> Windows 2003 Server SP1 with all the
>>> recent windows updates.
>>>
>>> The project is a simple class library with only
>>> those files and references created by default.
>>>
>>> -- 
>>> Robbe Morris - 2004/2005 Microsoft MVP C#
>>> http://www.eggheadcafe.com/forums/merit.asp
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>
>
date: Thu, 22 Dec 2005 23:19:17 -0800   author:   Alin Constantin [MSFT]

Re: Failed to upload Url over Http   
Nope, it is not 64 bit.

I'll look in the logs.

How specifically would you change the site id = 1?
I've tried looking in the metabase but it isn't
clear to me which attribute should be changed
in the metabase.xml file.  Maybe I'm just blind...

-- 
Robbe Morris - 2004/2005 Microsoft MVP C#
http://www.eggheadcafe.com/forums/merit.asp





"Alin Constantin [MSFT]"  wrote in message 
news:O086xE5BGHA.2320@TK2MSFTNGP11.phx.gbl...
> You're not using a 64-bit machine/Windows, are you? If yes, you'll have to 
> create a separate extension for webdav-32 and enable it.
> Otherwise I'm out of ideas what could be wrong.
> I'd try looking in the IIS logfiles for the website, perhaps http_error 
> and windows_error codes logged there might give a hint what could be 
> wrong.
> Otherwise I'd try chaning the website ID and letting SSAdmin to enable the 
> service.
> -- 
> Alin Constantin
> This posting is provided "AS IS" with no warranties, and confers no 
> rights.
>
>
> "Robbe Morris [C# MVP]"  wrote in message 
> news:Osu2jr0BGHA.1032@TK2MSFTNGP11.phx.gbl...
>> Did not have WebDAV enabled in IIS.  Did so
>> and an iisreset just to be sure it took.
>>
>> The windows account I'm authenticating with
>> has full control over all of the folders including
>> the VssWebUpload folder.
>>
>> It successfully creates the folder but still can't create
>> the files.  Very odd..
>>
>> -- 
>> Robbe Morris - 2004/2005 Microsoft MVP C#
>> http://www.eggheadcafe.com/forums/merit.asp
>>
>>
>>
>>
>>
>> "Alin Constantin [MSFT]"  wrote in message 
>> news:OdMe%23izBGHA.2664@TK2MSFTNGP15.phx.gbl...
>>> Possible causes might be:
>>> - forgot to enable WebDAV extension on the server in IIS
>>> - permissions set incorrectly on the VsswebUpload folder and they don't 
>>> allow file creations
>>>
>>> If you really need to use a different id for the website, the way I'd 
>>> enable the web service is to rename temporarily the web site id to 1, 
>>> use ssadmin to enable the web service and verify the connection until 
>>> you're satisfied with the config, then change the website id back to 
>>> what you want it to be.
>>> -- 
>>> Alin Constantin
>>> This posting is provided "AS IS" with no warranties, and confers no 
>>> rights.
>>>
>>>
>>> "Robbe Morris [C# MVP]"  wrote in message 
>>> news:e%23ipOWmBGHA.3580@TK2MSFTNGP11.phx.gbl...
>>>>I followed the steps to manually configure IIS and VSS
>>>> from my previous post below.
>>>>
>>>> I can successfully connect to VSS over http via
>>>> VS.NET 2005.  In fact, I can get so far as to create
>>>> new folders.  However, when I try to add my project
>>>> to source control, it tells me it failed to upload the Url.
>>>>
>>>> When I check the server, it successfully creates the
>>>> folder mentioned in the error dialog under VssWebUpload
>>>> but apparently failed to upload any files.
>>>>
>>>> I checked the security constraints on the newly
>>>> created folder and it properly matches the parent
>>>> which includes write permissions for my windows
>>>> account.
>>>>
>>>> Why doesn't VSS give a more descriptive reason
>>>> why it failed to upload the file?
>>>>
>>>> Any thoughts on what is going wrong?
>>>>
>>>> Windows 2003 Server SP1 with all the
>>>> recent windows updates.
>>>>
>>>> The project is a simple class library with only
>>>> those files and references created by default.
>>>>
>>>> -- 
>>>> Robbe Morris - 2004/2005 Microsoft MVP C#
>>>> http://www.eggheadcafe.com/forums/merit.asp
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
date: Fri, 23 Dec 2005 09:27:25 -0500   author:   Robbe Morris [C# MVP]

Re: Failed to upload Url over Http   
See this forum post on how to change the website ID:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=64494&SiteID=1
You need to change all occurences of "/LM/W3SVC/nnnnn" for your website with 
"/LM/W3SVC/1"
-- 
Alin Constantin
This posting is provided "AS IS" with no warranties, and confers no rights.


"Robbe Morris [C# MVP]"  wrote in message 
news:e9tliy8BGHA.140@TK2MSFTNGP12.phx.gbl...
> Nope, it is not 64 bit.
>
> I'll look in the logs.
>
> How specifically would you change the site id = 1?
> I've tried looking in the metabase but it isn't
> clear to me which attribute should be changed
> in the metabase.xml file.  Maybe I'm just blind...
>
> -- 
> Robbe Morris - 2004/2005 Microsoft MVP C#
> http://www.eggheadcafe.com/forums/merit.asp
>
>
>
>
>
> "Alin Constantin [MSFT]"  wrote in message 
> news:O086xE5BGHA.2320@TK2MSFTNGP11.phx.gbl...
>> You're not using a 64-bit machine/Windows, are you? If yes, you'll have 
>> to create a separate extension for webdav-32 and enable it.
>> Otherwise I'm out of ideas what could be wrong.
>> I'd try looking in the IIS logfiles for the website, perhaps http_error 
>> and windows_error codes logged there might give a hint what could be 
>> wrong.
>> Otherwise I'd try chaning the website ID and letting SSAdmin to enable 
>> the service.
>> -- 
>> Alin Constantin
>> This posting is provided "AS IS" with no warranties, and confers no 
>> rights.
>>
>>
>> "Robbe Morris [C# MVP]"  wrote in message 
>> news:Osu2jr0BGHA.1032@TK2MSFTNGP11.phx.gbl...
>>> Did not have WebDAV enabled in IIS.  Did so
>>> and an iisreset just to be sure it took.
>>>
>>> The windows account I'm authenticating with
>>> has full control over all of the folders including
>>> the VssWebUpload folder.
>>>
>>> It successfully creates the folder but still can't create
>>> the files.  Very odd..
>>>
>>> -- 
>>> Robbe Morris - 2004/2005 Microsoft MVP C#
>>> http://www.eggheadcafe.com/forums/merit.asp
>>>
>>>
>>>
>>>
>>>
>>> "Alin Constantin [MSFT]"  wrote in message 
>>> news:OdMe%23izBGHA.2664@TK2MSFTNGP15.phx.gbl...
>>>> Possible causes might be:
>>>> - forgot to enable WebDAV extension on the server in IIS
>>>> - permissions set incorrectly on the VsswebUpload folder and they don't 
>>>> allow file creations
>>>>
>>>> If you really need to use a different id for the website, the way I'd 
>>>> enable the web service is to rename temporarily the web site id to 1, 
>>>> use ssadmin to enable the web service and verify the connection until 
>>>> you're satisfied with the config, then change the website id back to 
>>>> what you want it to be.
>>>> -- 
>>>> Alin Constantin
>>>> This posting is provided "AS IS" with no warranties, and confers no 
>>>> rights.
>>>>
>>>>
>>>> "Robbe Morris [C# MVP]"  wrote in message 
>>>> news:e%23ipOWmBGHA.3580@TK2MSFTNGP11.phx.gbl...
>>>>>I followed the steps to manually configure IIS and VSS
>>>>> from my previous post below.
>>>>>
>>>>> I can successfully connect to VSS over http via
>>>>> VS.NET 2005.  In fact, I can get so far as to create
>>>>> new folders.  However, when I try to add my project
>>>>> to source control, it tells me it failed to upload the Url.
>>>>>
>>>>> When I check the server, it successfully creates the
>>>>> folder mentioned in the error dialog under VssWebUpload
>>>>> but apparently failed to upload any files.
>>>>>
>>>>> I checked the security constraints on the newly
>>>>> created folder and it properly matches the parent
>>>>> which includes write permissions for my windows
>>>>> account.
>>>>>
>>>>> Why doesn't VSS give a more descriptive reason
>>>>> why it failed to upload the file?
>>>>>
>>>>> Any thoughts on what is going wrong?
>>>>>
>>>>> Windows 2003 Server SP1 with all the
>>>>> recent windows updates.
>>>>>
>>>>> The project is a simple class library with only
>>>>> those files and references created by default.
>>>>>
>>>>> -- 
>>>>> Robbe Morris - 2004/2005 Microsoft MVP C#
>>>>> http://www.eggheadcafe.com/forums/merit.asp
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
date: Sun, 25 Dec 2005 17:18:22 -0800   author:   Alin Constantin [MSFT]

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us