Operating System - Microsoft
1751948 Members
4733 Online
108783 Solutions
New Discussion юеВ

Error when running Perl Script in Windows

 
SOLVED
Go to solution
Mitrellik
Occasional Advisor

Error when running Perl Script in Windows

Hello All,

I could really use your help. I have upgraded to SP 17 with SD 4.5 and I didnt do the migration, so I am attempting to do it now. Ran into a snag with the below error, Please help.
I have verified the the Math-Bigint has been installed via the Perl Package Manager and I still recieve this error.


E:\>perl f:\mig_attachments.pl -c f:\hpo_ftp\files f:\hpo_ftp\files_new
Check finished: 0 % of the subfolders are not attachment folders
Continuing...
Migration type: copies
Can't locate object method "as_hex" via package "Math::BigInt" (perhaps you forg
ot to load "Math::BigInt"?) at f:\mig_attachments.pl line 118.
6 REPLIES 6
H.Merijn Brand (procura
Honored Contributor
Solution

Re: Error when running Perl Script in Windows

perl -Mbigint f:\mig_attachments.pl -c f:\hpo_ftp\files f:\hpo_ftp\files_new

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Mitrellik
Occasional Advisor

Re: Error when running Perl Script in Windows

PERFECT

Thanks so much...worked like a charm!!
Mitrellik
Occasional Advisor

Re: Error when running Perl Script in Windows

Case Closed
ruba
New Member

Re: Error when running Perl Script in Windows

I could really use your help. I have upgraded to SP 23 with SD 4.5 and I didnt do the migration, so I am attempting to do it now. Ran into a snag with the below error, Please help.


C:\perl mig_attachments.pl -c D:\HPSD\attachments D:/Hpsd_attachments_Mig

Continuing...
Migration type: copies
Can't locate object method "as_hex" via package "Math::BigInt" (perhaps you forg
ot to load "Math::BigInt"?) at mig_attachments.pl line 118.
ruba
New Member

Re: Error when running Perl Script in Windows

I could really use your help. I have upgraded to SP 23 with SD 4.5 and I didnt do the migration, so I am attempting to do it now. Ran into a snag with the below error, Please help.


C:\perl mig_attachments.pl -c D:\HPSD\attachments D:/HPSD_attachments_Mig

Continuing...
Migration type: copies
Can't locate object method "as_hex" via package "Math::BigInt" (perhaps you forg
ot to load "Math::BigInt"?) at mig_attachments.pl line 118.
Dennis Handly
Acclaimed Contributor

Re: Error when running Perl Script in Windows