Difference between revisions of "Authorization failure -155"

From BOINC Wiki
Jump to: navigation, search
(forgot a break)
 
(2 intermediate revisions by the same user not shown)
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><br>
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
 
  
  
 +
{| class="wikitable" style="text-align: center;"
 +
! Original writer
 +
! Original FAQ
 +
! Date
 +
|-
 
  | Jorden
 
  | Jorden
  | 3
+
  | [http://boincfaq.mundayweb.com/index.php?language=1&view=349 349]
| 1
+
  | 26-05-2008
  | 18:53:41
+
  |-
| 2008-05-26
+
  |}
| 170232
+
</div>
  | 1
 
| 349
 
| 2008-05-26 18:53:41
 
  | 2008-05-26 18:53:41
 
|-
 

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