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



Marty List wrote:
- Try adding quotes around the paths in case any contain spaces and cmd.exe
is parsing the parameters differently than what you would expect:
xcopy "D:\projects\myProject" "%SERVERPATH%\_code"

i do not believe that is an issue. no spaces in my paths. and, it works
just fine locally.


- Try removing parameters from xcopy, make it simpler to troubleshoot. For
example, these are different than what you get with explorer.exe: "/o" and
"/exclude:deploy_excludes.txt"

i dont think the /exclude is doing it, because thats simply excluding
files from the source (my end). this error seems to be related to write
errors on the destination (the server). /o could be related, tho... i
will try this.


- Try looking at the Security event log on the server, you may need to
enable auditing on both the share and the parent folder.

....this is probably going to be required. just wish i had access to the
box (other than my share).. gotta jump thru some hoops.


thanks
matt

.



Relevant Pages

  • Re: Many threads in Linux
    ... my real request handling involves only ... parsing a line of text then sending a message to a message queue, ... server. ...
    (comp.programming.threads)
  • Re: Is there a more efficient way to do this?
    ... Slightly more efficient than using PHP if you're already parsing the file for SSI (the server will handle it without calling PHP). ...
    (comp.lang.php)
  • Re: Can CleintForm work with webbrowser?
    ... ClientForm is cool at grabbing and parsing stuff from server, ... popped up an idea of displaying what I had done with webbrowser. ...
    (comp.lang.python)
  • Re: How to check if dir is NFS mounted?
    ... # This raises a next question: How can I get the IP-address of the server? ... But is parsing /proc the ... exhilirating pointing out the shortcomings of others, ...
    (comp.unix.programmer)

Loading