特にこの行でこのエラーが発生しています:
# Calculate password using PwdMangler
$PwdMangler = Win32::OLE->new('PWDMangler.Mangler');
my $error1=Win32::OLE->LastError();
print "the error is $error1\n";
unless($password = $PwdMangler->Mangle($user , $password_plain))
{
print $log_file "Error occured in PwdMangler\n";
exit (1);
}
次のエラーが表示されます。
the error is Win32::OLE
0.1709) error 0x80040154: "Class not registered"
can't call method 'Mangle' on an undefined values.
*以前、この perl スクリプトは、32 個の perl がインストールされた 32 ビット サーバーで実行されていましたが、現在は 64 ビット サーバーにインストールされた 64 ビット perl で実行されています。
登録されていないものを見つけることができません