Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > XCOPY deployment -- failure: "File creation error..."

Reply
Thread Tools

XCOPY deployment -- failure: "File creation error..."

 
 
matt@mailinator.com
Guest
Posts: n/a
 
      07-25-2006
hello,

i am attempting to deploy my local asp.net solution's files to a shared
folder on the production machine, elsewhere on the network. here is my
xcopy .bat:

SET SERVERPATH=\\SomeMachine\SomeShare\myProject

ECHO.
ECHO.
ECHO double-check path:
ECHO.
ECHO %SERVERPATH%\
ECHO.
PAUSE

xcopy D:\projects\myProject %SERVERPATH%\_code /e /k /r /o /h /i /d
/y /exclude:deploy_excludes.txt

....this works when deploying locally, but fails on the production
machine w/ the following:

File creation error - This security ID may not be assigned as the
owner of this object.

Unable to create directory - \\SomeMachine\SomeShare\myProject

for debugging i set the network share's permissions to allow "Everyone"
full control. i have no trouble copying the same files over via Windows
Explorer.

any one know why xcopy fails? is some sort of impersonation needed?


thanks,
matt

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
xcopy deployment =?Utf-8?B?QnJpYW4gU3RhbmZvcnRo?= ASP .Net 3 10-22-2005 04:30 AM
Xcopy Deployment - Access Denied Error Boxman ASP .Net 3 01-22-2004 05:41 PM
xcopy deployment, WinDiff, and bandwidth Richard K Bethell ASP .Net 1 01-21-2004 07:10 AM
Xcopy deployment drops user connections Matt Anderson ASP .Net 2 08-18-2003 06:08 PM
XCOPY deployment of Crystal Report Generator VS.NET 2002-2003 Mark Roberts ASP .Net 0 07-02-2003 04:22 PM



Advertisments