system
April 21, 2010, 5:22pm
1
(imported topic written by Fredrik23)
Hi,
I have a fixlet that copies a file from a relay to a client.
I get failed and in the log file i can read:
ActionLogMessage: (action 45297 ) starting action
At 14:26:50 +0200 - actionsite (http://bes.stenaline.com:52311/cgi-bin/bfgather.exe/actionsite )
Command succeeded action parameter query “localmedia” with description “Please enter the Localmedia server name:” with default value “computer1” (fixlet 45297)
At 14:26:52 +0200 - actionsite (http://bes.stenaline.com:52311/cgi-bin/bfgather.exe/actionsite )
Command succeeded dos MD c:\it\XPSP3 (fixlet 45297)
At 14:26:55 +0200 - actionsite (http://bes.stenaline.com:52311/cgi-bin/bfgather.exe/actionsite )
Command failed (Copy failed (71)) copy “\computer1\program\Common\XP_SP3\WindowsXP-KB936929-SP3-x86-ENU.exe” “c:\it\XPSP3\WindowsXP-KB936929-SP3-x86-ENU.exe” (fixlet 45297)
At 14:26:56 +0200 -
ActionLogMessage: (action 45297 ) ending action
So i tried looking around, but what do copy failed 71 mean?
Is there a manual with all the error codes somewhere that i missed?
Bes version 7.2.5.22
client WIN XP,
Thx // Fredrik
Noah
April 21, 2010, 9:09pm
2
(imported comment written by NoahSalzman)
Just a guess:
http://msdn.microsoft.com/en-us/library/ms681382(VS.85).aspx
71 (0x47)
No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.
system
April 21, 2010, 9:51pm
3
(imported comment written by Fredrik23)
Sounds like you found the correct one, that could be the issue. its a XP machine it tries to connect and it has limited connections aloud.
But i thougt this was a bigfix error code…
Thx //Fredrik
system
April 22, 2010, 12:52am
4
(imported comment written by jessewk)
I think we have a fixlet to distribute XP SP3 that you would probably provided better reliability.
system
April 22, 2010, 12:57am
5
(imported comment written by Fredrik23)
Yes, but as we have issues with low bandwith and time to distribute the files, I took the liberty to alter your fixlet and make it in two, one to stage the install and one to release it. That makes it more time accurate, it will install exactly when I want and I know how long time it will take without any bandwith involved.
Works great for me. except this one…