Difference between revisions of "Authorization failure -155"
From BOINC Wiki
(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> |
− | + | Do a: <code>cd /d "C:\Documents and Settings\All Users\Application Data\BOINC"</code> | |
− | + | <br> | |
− | + | Then run boinccmd like this: <code>"C:\program files\BOINC\boinccmd.exe" --commands</code> | |
− | + | 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> | |
− | |||
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 |