How to use python call webservice which is written by C#

2013-05-06 Thread Steven Zhu
Hi, Does anyone know how to use python call webservice which is written by C# ? -- BR Steven.zhu -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/

Send e-mail failed

2012-04-05 Thread Steven Zhu
Hi, I'm sure that configure the correct smtp server, username and password in reviewboard server. But if i register new user, the review board sent mail failed. Pls kindly have a look! Error sending e-mail notification with subject 'New Review Board user registration for ' on behalf of 'yy

Re: Send e-mail failed

2012-04-05 Thread Steven Zhu
to be configured to allow authentication from the Review Board server? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Apr 5, 2012 at 1:27 AM, Steven Zhu steven...@gmail.com wrote: Hi, I'm sure

Re: Send e-mail failed

2012-04-05 Thread Steven Zhu
It's my mistake used the wrong smtp server address in ReviewBoard setting. 2012/4/5 Steven Zhu steven...@gmail.com Strangely, the mail can be sent with my script file. But it can be sent by Review Board Server. 2012/4/5 Christian Hammond chip...@chipx86.com There's not much I can offer

Is it possible to ignore change number check for perforce ?

2012-04-05 Thread Steven Zhu
Hi, Due to our perforce license limited, we used common license account with several persons. And the authentication method is Active Directory. Version control system is Perforce. If create a review request with perforce's change number, the review board would indicated us that This

Re: Error uploading diff with post-review

2012-04-04 Thread Steven Zhu
the p4 binary in your path somewhere on the server. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Apr 4, 2012 at 6:30 PM, Steven Zhu steven...@gmail.com wrote: ** NOTE: Do not post confidential

Re: Error uploading diff with post-review

2012-04-04 Thread Steven Zhu
2012/4/5 Christian Hammond chip...@gmail.com That may be in your path, but it also has to be in Apache's path. I'd advise a system binary path. Christian On Apr 4, 2012, at 18:47, Steven Zhu steven...@gmail.com wrote: Hi, p4 binary is stored in my specified folder,like /op/p4v

Re: Error uploading diff with post-review

2012-04-04 Thread Steven Zhu
. Christian On Apr 4, 2012, at 19:32, Steven Zhu steven...@gmail.com wrote: I refer to following link and put the p4 binary into /usr/sbin folder. but got the same error Reference link: http://code.google.com/p/reviewboard/issues/detail?id=1637can=1q=%2Fusr%2Fsbin%20instead%20of%20%2Fusr

Re: Error uploading diff with post-review

2012-04-04 Thread Steven Zhu
stderr=subprocess.PIPE) File /usr/lib/python2.6/subprocess.py, line 633, in __init__ errread, errwrite) File /usr/lib/python2.6/subprocess.py, line 1139, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory 2012/4/5 Steven Zhu steven...@gmail.com