[p4] p4 perl api, can't get RunFix() to work
Tom Duffy
tomd at dbsoft.com
Wed Oct 7 06:25:15 PDT 2009
BTW, this worked:
$p4->RunFix("-c", "217645", "job000165");
Thank you!
-----Original Message-----
From: Tom Duffy
Sent: Wednesday, October 07, 2009 9:20 AM
To: 'G Barthelemy'
Cc: perforce-user at perforce.com
Subject: RE: [p4] p4 perl api, can't get RunFix() to work
Thanks for your reply Guillaume.
May I ask a simple question: where would I find the log file?
Thanks.
(trying your suggestion now)
-----Original Message-----
From: G Barthelemy [mailto:gb.perforce at googlemail.com]
Sent: Wednesday, October 07, 2009 9:09 AM
To: Tom Duffy
Cc: perforce-user at perforce.com
Subject: Re: [p4] p4 perl api, can't get RunFix() to work
On Wed, Oct 7, 2009 at 1:56 PM, Tom Duffy <tomd at dbsoft.com> wrote:
> I'm having trouble getting the RunFix command to work for me in a
> script
> $p4->RunFix("-c 217645", "job000165");
It works for me. Have you looked in the server logs whether your command
goes through ? Perhaps it's an authentication issue or something like
that.
Also, maybe you should try:
$p4->RunFix("-c", "217645", "job000165");
Guillaume
More information about the perforce-user
mailing list