[SPAM] - Re: [p4perl] Help for a beginner - Sender is forged (SPFFail)

Craig Leigh cleigh@blackboard.com
Tue, 21 Dec 2004 12:45:02 -0500


Robert,

I actually took the links you supplied in CM-Crossroads for the P4Perl
the other day which were a little old.  Nevertheless, I was using
::Connect() and not ::Init().

Something else is happening which isn't making too much sense just yet,
but not time to investigate.

--Craig
CM Team
Lead Engineer
x2554
 
 

-----Original Message-----
From: Robert Cowham [mailto:robert@vaccaperna.co.uk] 
Sent: Tuesday, December 21, 2004 12:08 PM
To: Craig Leigh; 'Tony Smith'; p4perl@perforce.com
Subject: RE: [SPAM] - Re: [p4perl] Help for a beginner - Sender is
forged (SPFFail)

When I got that error it was because I was calling the old api

	::Init()

Instead of the new one:

	::Connect()

Robert 

> -----Original Message-----
> From: p4perl-admin@perforce.com 
> [mailto:p4perl-admin@perforce.com] On Behalf Of Craig Leigh
> Sent: 21 December 2004 17:02
> To: Tony Smith; p4perl@perforce.com
> Subject: RE: [SPAM] - Re: [p4perl] Help for a beginner - 
> Sender is forged (SPFFail)
> 
> Thanks for the quick response Tony.  I installed ActivePerl 
> 5.8 and P4Perl from the site and now have  $VERSION = qq( 
> 1.3550 ); FROM installing p4perl58-setup-2.4320.exe.
> 
> No Cigar I still get the error only at line 223:
> 
> P4::Client::Run() - Client has not been initialised at 
> C:/Perl/site/lib/P4.pm line 223.
> Failed to connect to Perforce Server at C:\src\p4samp.pl line 7.
> 
> 
> I'll be happy to reinstall.
> 
> To recap v5.8 of activestate perl
> Build2.4320 for P4 for v5.8 and
> Perforce client 2004.2
> 
> How about ENV settings could I be missing any?
> 
> --Craig
> CM Team
> Lead Engineer
> x2554
>  
>  
> 
> -----Original Message-----
> From: Tony Smith [mailto:tony@smee.org]
> Sent: Tuesday, December 21, 2004 11:48 AM
> To: p4perl@perforce.com
> Cc: Craig Leigh
> Subject: [SPAM] - Re: [p4perl] Help for a beginner - Sender 
> is forged (SPF Fail)
> 
> Hi Craig,
> 
> On Tuesday 21 December 2004 16:30, Craig Leigh wrote:
> > I have received the same error:
> >
> > /*
> > P4::Client::Run() - Client has not been initialised at 
> > C:/Perl/site/lib/P4.pm line 211.
> > Failed to connect to Perforce Server at C:\src\p4samp.pl line 7.
> > */
> >
> > but I'm working on it.  My $VERSION in p4.pm is: $VERSION = 
> qq( 1.2587 
> > );
> 
> Hmm... that's fairly old. Did you perhaps get it from CPAN? 
> Probably about time I updated the CPAN files - I'll do that 
> shortly. For what it's worth, the master site for P4Perl is 
> the Perforce Public Depot, not CPAN.
> 
> > I also have:
> >
> > ActiveState Perl: This is perl, v5.6.1 built for 
> > MSWin32-x86-multi-thread Perforce client: 2004.2 72642
> > P4Perl: p4perl56-setup-2.2596.exe
> > Windows XP Professional w/SP2
> >
> > Do I have the wrong P4?
> 
> I think so. Could you try grabbing it from the home page:
> 
> http://public.perforce.com/guest/tony_smith/perforce/API/Perl/
> index.html
> 
> and see how you get on?
> 
> Thanks,
> 
> Tony
> 
> This e-mail is intended only for the personal and 
> confidential use of the recipient(s) named above. 
> It may include Blackboard confidential and proprietary 
> information, and is not for redistribution.
> 
> 
> 
> _______________________________________________
> p4perl mailing list
> p4perl@perforce.com
> http://maillist.perforce.com/mailman/listinfo/p4perl
> 
>