Difference between revisions of "Authorization failure -155"

From BOINC Wiki
Jump to: navigation, search
(adding font, adding extra explanation, adding code containers)
(forgot a break)
 
Line 7: Line 7:
 
Do a: <code>cd /d &quot;C:\Documents and Settings\All Users\Application Data\BOINC&quot;</code>
 
Do a: <code>cd /d &quot;C:\Documents and Settings\All Users\Application Data\BOINC&quot;</code>
 
<br>
 
<br>
Then run boinccmd like this: <code>&quot;C:\program files\BOINC\boinccmd.exe&quot; --commands</code>
+
Then run boinccmd like this: <code>&quot;C:\program files\BOINC\boinccmd.exe&quot; --commands</code><br>
 
We add the quotation marks because there's a space in the path. To make sure Windows doesn't get confused, adding the quotation marks will make it go there as ordered.<br>
 
We add the quotation marks because there's a space in the path. To make sure Windows doesn't get confused, adding the quotation marks will make it go there as ordered.<br>
  

Latest revision as of 21:36, 15 October 2016

You can get this error when using boinccmd on BOINC 6.

If your data directory is at: C:\Documents and Settings\All Users\Application Data\BOINC

Open a command line window.
Do a: cd /d "C:\Documents and Settings\All Users\Application Data\BOINC"
Then run boinccmd like this: "C:\program files\BOINC\boinccmd.exe" --commands
We add the quotation marks because there's a space in the path. To make sure Windows doesn't get confused, adding the quotation marks will make it go there as ordered.


Original writer Original FAQ Date
Jorden 349 26-05-2008