Difference between revisions of "Authorization failure -155"

From BOINC Wiki
Jump to: navigation, search
(adding table)
(adding font, adding extra explanation, adding code containers)
Line 1: Line 1:
You can get this error when using '''boinccmd''' on BOINC 6.  
+
<div style=" line-height: 0.9rem; font-family: verdana; font-size: 15px;">
 
+
You can get this error when using '''boinccmd''' on BOINC 6. <br>
If your data directory is at:
+
<br>
'''C:\Documents and Settings\All Users\Application Data\BOINC'''
+
If your data directory is at: '''C:\Documents and Settings\All Users\Application Data\BOINC'''<br>
 
+
<br>
Do a:
+
Open a command line window.<br>
cd /d &quot;C:\Documents and Settings\All Users\Application Data\BOINC&quot;
+
Do a: <code>cd /d &quot;C:\Documents and Settings\All Users\Application Data\BOINC&quot;</code>
 
+
<br>
 
+
Then run boinccmd like this: <code>&quot;C:\program files\BOINC\boinccmd.exe&quot; --commands</code>
then execute boinccmd like this:
+
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>
&quot;C:\program files\BOINC\boinccmd.exe&quot; --commands
 
  
  
Line 22: Line 21:
 
  |-
 
  |-
 
  |}
 
  |}
 +
</div>

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