Re: (P4) rbt post want to create new user

2016-07-06 Thread Massimiliano Scifo
In the Administrator page, select Repository and then edit your P4 repo, 
The Username under the Repository Information tab is the field that you 
need to fill for avoid that RB want to create a new user

Cheers,
Max

Il giorno martedì 5 luglio 2016 21:08:05 UTC+1, Christian Hammond ha 
scritto:
>
> Hi,
>
> In case anybody encounters this problem in the future and finds this 
> thread, would you be able to say how you fixed it?
>
> Christian
>
> -- 
> Christian Hammond
> President/CEO of Beanbag 
> Makers of Review Board 
>
> On Tue, Jul 5, 2016 at 10:11 AM, Massimiliano Scifo  > wrote:
>
>> I found it! Thanks a lot for your help!
>>
>>
>> Il giorno martedì 5 luglio 2016 18:05:39 UTC+1, Massimiliano Scifo ha 
>> scritto:
>>>
>>> Thanks for your reply!
>>>
>>> Which configuration i should change? I actually tried to change my admin 
>>> username in RB as the same username that i'm using in P4, but still got the 
>>> same error
>>>
>>> Il giorno martedì 5 luglio 2016 17:58:38 UTC+1, David Trowbridge ha 
>>> scritto:

 This error is actually coming from the server. The repository on the 
 server side is configured using a username which is not assigned to a 
 license on your perforce server. You'll have to change the configuration 
 inside the Review Board admin page (or get your server administrator to do 
 so).

 -David

 On Tue, Jul 5, 2016 at 9:57 AM Massimiliano Scifo <
 massimil...@gmail.com> wrote:

> Hi all,
>
> I'm trying to set up an instance of RB (2.5.6.1) with Perforce 
> (P4/LINUX26X86_64/2016.1/1404799) in a Ubuntu Machine.
>
> Everything works fine, but if i try to use rbt post (rbt 0.7.6) it ask 
> me to log in with admin data of RB and then returns me the error:
>
>  Got API Error 224 (HTTP code 400): [P4#run] Errors during command 
> execution( "p4 files //somefilepath" )
>
> [Error]: "Can't create a new user - over license quota.\nTry 
> deleting old users with 'user -d'.\nLicense count: 35 users used of 35 
> licensed."
>
>
> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'[P4#run] Errors 
> during command execution( "p4 files //somefilepath )\n\n\t[Error]: 
> "Can\'t 
> create a new user - over license quota.\\nTry deleting old users with 
> \'user -d\'.\\nLicense count: 35 users used of 35 licensed."\n\n', 
> u'code': 
> 224}}
> Traceback (most recent call last):
>   File "/usr/local/bin/rbt", line 9, in 
> load_entry_point('RBTools==0.7.6', 'console_scripts', 'rbt')()
>   File 
> "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/main.py",
>  
> line 133, in main
> command.run_from_argv([RB_MAIN, command_name] + args)
>   File 
> "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/__init__.py",
>  
> line 629, in run_from_argv
> exit_code = self.main(*args) or 0
>   File 
> "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/post.py",
>  
> line 756, in main
> (msg_prefix, e))
> rbtools.commands.CommandError: Error validating diff
>
> [P4#run] Errors during command execution( "p4 files //somefilepath )
>
> [Error]: "Can't create a new user - over license quota.\nTry 
> deleting old users with 'user -d'.\nLicense count: 35 users used of 35 
> licensed."
>
>  (HTTP 400, API Error 224)
>
>  it returns me the same error if i try to upload the file generated 
> from rbt diff via RB website. Seems that i'm missing some link between p4 
> cli and rbt, because p4 info have all the correct data and i'm able to 
> use 
> it with the username that i want to use.
>
> Any help would be really appreciated.
>
> Cheers,
> Max
>
> -- 
> Supercharge your Review Board with Power Pack: 
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons: 
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> --- 
> You received this message because you are subscribed to the Google 
> Groups "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send 
> an email to reviewboard...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
 -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it

Re: (P4) rbt post want to create new user

2016-07-05 Thread Christian Hammond
Hi,

In case anybody encounters this problem in the future and finds this
thread, would you be able to say how you fixed it?

Christian

-- 
Christian Hammond
President/CEO of Beanbag 
Makers of Review Board 

On Tue, Jul 5, 2016 at 10:11 AM, Massimiliano Scifo <
massimilianosc...@gmail.com> wrote:

> I found it! Thanks a lot for your help!
>
>
> Il giorno martedì 5 luglio 2016 18:05:39 UTC+1, Massimiliano Scifo ha
> scritto:
>>
>> Thanks for your reply!
>>
>> Which configuration i should change? I actually tried to change my admin
>> username in RB as the same username that i'm using in P4, but still got the
>> same error
>>
>> Il giorno martedì 5 luglio 2016 17:58:38 UTC+1, David Trowbridge ha
>> scritto:
>>>
>>> This error is actually coming from the server. The repository on the
>>> server side is configured using a username which is not assigned to a
>>> license on your perforce server. You'll have to change the configuration
>>> inside the Review Board admin page (or get your server administrator to do
>>> so).
>>>
>>> -David
>>>
>>> On Tue, Jul 5, 2016 at 9:57 AM Massimiliano Scifo 
>>> wrote:
>>>
 Hi all,

 I'm trying to set up an instance of RB (2.5.6.1) with Perforce
 (P4/LINUX26X86_64/2016.1/1404799) in a Ubuntu Machine.

 Everything works fine, but if i try to use rbt post (rbt 0.7.6) it ask
 me to log in with admin data of RB and then returns me the error:

  Got API Error 224 (HTTP code 400): [P4#run] Errors during command
 execution( "p4 files //somefilepath" )

 [Error]: "Can't create a new user - over license quota.\nTry
 deleting old users with 'user -d'.\nLicense count: 35 users used of 35
 licensed."


 >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'[P4#run] Errors
 during command execution( "p4 files //somefilepath )\n\n\t[Error]: "Can\'t
 create a new user - over license quota.\\nTry deleting old users with
 \'user -d\'.\\nLicense count: 35 users used of 35 licensed."\n\n', u'code':
 224}}
 Traceback (most recent call last):
   File "/usr/local/bin/rbt", line 9, in 
 load_entry_point('RBTools==0.7.6', 'console_scripts', 'rbt')()
   File
 "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/main.py",
 line 133, in main
 command.run_from_argv([RB_MAIN, command_name] + args)
   File
 "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/__init__.py",
 line 629, in run_from_argv
 exit_code = self.main(*args) or 0
   File
 "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/post.py",
 line 756, in main
 (msg_prefix, e))
 rbtools.commands.CommandError: Error validating diff

 [P4#run] Errors during command execution( "p4 files //somefilepath )

 [Error]: "Can't create a new user - over license quota.\nTry
 deleting old users with 'user -d'.\nLicense count: 35 users used of 35
 licensed."

  (HTTP 400, API Error 224)

  it returns me the same error if i try to upload the file generated
 from rbt diff via RB website. Seems that i'm missing some link between p4
 cli and rbt, because p4 info have all the correct data and i'm able to use
 it with the username that i want to use.

 Any help would be really appreciated.

 Cheers,
 Max

 --
 Supercharge your Review Board with Power Pack:
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons:
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups "reviewboard" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop re

Re: (P4) rbt post want to create new user

2016-07-05 Thread Massimiliano Scifo
I found it! Thanks a lot for your help!

Il giorno martedì 5 luglio 2016 18:05:39 UTC+1, Massimiliano Scifo ha 
scritto:
>
> Thanks for your reply!
>
> Which configuration i should change? I actually tried to change my admin 
> username in RB as the same username that i'm using in P4, but still got the 
> same error
>
> Il giorno martedì 5 luglio 2016 17:58:38 UTC+1, David Trowbridge ha 
> scritto:
>>
>> This error is actually coming from the server. The repository on the 
>> server side is configured using a username which is not assigned to a 
>> license on your perforce server. You'll have to change the configuration 
>> inside the Review Board admin page (or get your server administrator to do 
>> so).
>>
>> -David
>>
>> On Tue, Jul 5, 2016 at 9:57 AM Massimiliano Scifo  
>> wrote:
>>
>>> Hi all,
>>>
>>> I'm trying to set up an instance of RB (2.5.6.1) with Perforce 
>>> (P4/LINUX26X86_64/2016.1/1404799) in a Ubuntu Machine.
>>>
>>> Everything works fine, but if i try to use rbt post (rbt 0.7.6) it ask 
>>> me to log in with admin data of RB and then returns me the error:
>>>
>>>  Got API Error 224 (HTTP code 400): [P4#run] Errors during command 
>>> execution( "p4 files //somefilepath" )
>>>
>>> [Error]: "Can't create a new user - over license quota.\nTry 
>>> deleting old users with 'user -d'.\nLicense count: 35 users used of 35 
>>> licensed."
>>>
>>>
>>> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'[P4#run] Errors 
>>> during command execution( "p4 files //somefilepath )\n\n\t[Error]: "Can\'t 
>>> create a new user - over license quota.\\nTry deleting old users with 
>>> \'user -d\'.\\nLicense count: 35 users used of 35 licensed."\n\n', u'code': 
>>> 224}}
>>> Traceback (most recent call last):
>>>   File "/usr/local/bin/rbt", line 9, in 
>>> load_entry_point('RBTools==0.7.6', 'console_scripts', 'rbt')()
>>>   File 
>>> "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/main.py",
>>>  
>>> line 133, in main
>>> command.run_from_argv([RB_MAIN, command_name] + args)
>>>   File 
>>> "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/__init__.py",
>>>  
>>> line 629, in run_from_argv
>>> exit_code = self.main(*args) or 0
>>>   File 
>>> "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/post.py",
>>>  
>>> line 756, in main
>>> (msg_prefix, e))
>>> rbtools.commands.CommandError: Error validating diff
>>>
>>> [P4#run] Errors during command execution( "p4 files //somefilepath )
>>>
>>> [Error]: "Can't create a new user - over license quota.\nTry 
>>> deleting old users with 'user -d'.\nLicense count: 35 users used of 35 
>>> licensed."
>>>
>>>  (HTTP 400, API Error 224)
>>>
>>>  it returns me the same error if i try to upload the file generated from 
>>> rbt diff via RB website. Seems that i'm missing some link between p4 cli 
>>> and rbt, because p4 info have all the correct data and i'm able to use it 
>>> with the username that i want to use.
>>>
>>> Any help would be really appreciated.
>>>
>>> Cheers,
>>> Max
>>>
>>> -- 
>>> Supercharge your Review Board with Power Pack: 
>>> https://www.reviewboard.org/powerpack/
>>> Want us to host Review Board for you? Check out RBCommons: 
>>> https://rbcommons.com/
>>> Happy user? Let us know! https://www.reviewboard.org/users/
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "reviewboard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to reviewboard...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: (P4) rbt post want to create new user

2016-07-05 Thread Massimiliano Scifo
Thanks for your reply!

Which configuration i should change? I actually tried to change my admin 
username in RB as the same username that i'm using in P4, but still got the 
same error

Il giorno martedì 5 luglio 2016 17:58:38 UTC+1, David Trowbridge ha scritto:
>
> This error is actually coming from the server. The repository on the 
> server side is configured using a username which is not assigned to a 
> license on your perforce server. You'll have to change the configuration 
> inside the Review Board admin page (or get your server administrator to do 
> so).
>
> -David
>
> On Tue, Jul 5, 2016 at 9:57 AM Massimiliano Scifo  > wrote:
>
>> Hi all,
>>
>> I'm trying to set up an instance of RB (2.5.6.1) with Perforce 
>> (P4/LINUX26X86_64/2016.1/1404799) in a Ubuntu Machine.
>>
>> Everything works fine, but if i try to use rbt post (rbt 0.7.6) it ask me 
>> to log in with admin data of RB and then returns me the error:
>>
>>  Got API Error 224 (HTTP code 400): [P4#run] Errors during command 
>> execution( "p4 files //somefilepath" )
>>
>> [Error]: "Can't create a new user - over license quota.\nTry 
>> deleting old users with 'user -d'.\nLicense count: 35 users used of 35 
>> licensed."
>>
>>
>> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'[P4#run] Errors 
>> during command execution( "p4 files //somefilepath )\n\n\t[Error]: "Can\'t 
>> create a new user - over license quota.\\nTry deleting old users with 
>> \'user -d\'.\\nLicense count: 35 users used of 35 licensed."\n\n', u'code': 
>> 224}}
>> Traceback (most recent call last):
>>   File "/usr/local/bin/rbt", line 9, in 
>> load_entry_point('RBTools==0.7.6', 'console_scripts', 'rbt')()
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/main.py",
>>  
>> line 133, in main
>> command.run_from_argv([RB_MAIN, command_name] + args)
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/__init__.py",
>>  
>> line 629, in run_from_argv
>> exit_code = self.main(*args) or 0
>>   File 
>> "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/post.py",
>>  
>> line 756, in main
>> (msg_prefix, e))
>> rbtools.commands.CommandError: Error validating diff
>>
>> [P4#run] Errors during command execution( "p4 files //somefilepath )
>>
>> [Error]: "Can't create a new user - over license quota.\nTry 
>> deleting old users with 'user -d'.\nLicense count: 35 users used of 35 
>> licensed."
>>
>>  (HTTP 400, API Error 224)
>>
>>  it returns me the same error if i try to upload the file generated from 
>> rbt diff via RB website. Seems that i'm missing some link between p4 cli 
>> and rbt, because p4 info have all the correct data and i'm able to use it 
>> with the username that i want to use.
>>
>> Any help would be really appreciated.
>>
>> Cheers,
>> Max
>>
>> -- 
>> Supercharge your Review Board with Power Pack: 
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons: 
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to reviewboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: (P4) rbt post want to create new user

2016-07-05 Thread David Trowbridge
This error is actually coming from the server. The repository on the server
side is configured using a username which is not assigned to a license on
your perforce server. You'll have to change the configuration inside the
Review Board admin page (or get your server administrator to do so).

-David

On Tue, Jul 5, 2016 at 9:57 AM Massimiliano Scifo <
massimilianosc...@gmail.com> wrote:

> Hi all,
>
> I'm trying to set up an instance of RB (2.5.6.1) with Perforce
> (P4/LINUX26X86_64/2016.1/1404799) in a Ubuntu Machine.
>
> Everything works fine, but if i try to use rbt post (rbt 0.7.6) it ask me
> to log in with admin data of RB and then returns me the error:
>
>  Got API Error 224 (HTTP code 400): [P4#run] Errors during command
> execution( "p4 files //somefilepath" )
>
> [Error]: "Can't create a new user - over license quota.\nTry
> deleting old users with 'user -d'.\nLicense count: 35 users used of 35
> licensed."
>
>
> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'[P4#run] Errors
> during command execution( "p4 files //somefilepath )\n\n\t[Error]: "Can\'t
> create a new user - over license quota.\\nTry deleting old users with
> \'user -d\'.\\nLicense count: 35 users used of 35 licensed."\n\n', u'code':
> 224}}
> Traceback (most recent call last):
>   File "/usr/local/bin/rbt", line 9, in 
> load_entry_point('RBTools==0.7.6', 'console_scripts', 'rbt')()
>   File
> "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/main.py",
> line 133, in main
> command.run_from_argv([RB_MAIN, command_name] + args)
>   File
> "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/__init__.py",
> line 629, in run_from_argv
> exit_code = self.main(*args) or 0
>   File
> "/usr/local/lib/python2.7/dist-packages/RBTools-0.7.6-py2.7.egg/rbtools/commands/post.py",
> line 756, in main
> (msg_prefix, e))
> rbtools.commands.CommandError: Error validating diff
>
> [P4#run] Errors during command execution( "p4 files //somefilepath )
>
> [Error]: "Can't create a new user - over license quota.\nTry
> deleting old users with 'user -d'.\nLicense count: 35 users used of 35
> licensed."
>
>  (HTTP 400, API Error 224)
>
>  it returns me the same error if i try to upload the file generated from
> rbt diff via RB website. Seems that i'm missing some link between p4 cli
> and rbt, because p4 info have all the correct data and i'm able to use it
> with the username that i want to use.
>
> Any help would be really appreciated.
>
> Cheers,
> Max
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.