cormanaz has asked for the wisdom of the Perl Monks concerning the following question:
but I got#!/usr/bin/perl -w use strict; use Win32::OLE; my $vss = Win32::OLE->new('SourceSafe.0'); $vss->Open('C:\VSS\srcsafe.ini', 'admin', ''); # error checking if (Win32::OLE->LastError() != 0){ print 'Error: ', Win32::OLE->LastError(); }
Any advice on how to proceed?Win32::OLE operating in debugging mode: _Unique => 1 Win32::OLE(0.1709) error 0x80040154: "Class not registered" at C:\User +s\boss\VSS-analysis\accessvss.pl line 4. eval {...} called at C:\Users\boss\VSS-analysis\accessvss.pl line +4 Can't call method "Open" on an undefined value at C:\Users\boss\VSS-an +alysis\accessvss.pl line 9.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::OLE to access VSS repo?
by Lotus1 (Vicar) on Dec 16, 2016 at 18:20 UTC | |
by cormanaz (Deacon) on Dec 16, 2016 at 21:14 UTC | |
by kcott (Archbishop) on Dec 17, 2016 at 07:49 UTC | |
by choroba (Cardinal) on Dec 16, 2016 at 23:00 UTC | |
|
Re: Win32::OLE to access VSS repo?
by Anonymous Monk on Dec 16, 2016 at 09:54 UTC | |
|
Re: Win32::OLE to access VSS repo?
by cormanaz (Deacon) on Dec 15, 2016 at 23:14 UTC | |
|
Re: Win32::OLE to access VSS repo?
by Anonymous Monk on Dec 16, 2016 at 00:02 UTC | |
by stevieb (Canon) on Dec 16, 2016 at 15:03 UTC | |
by cormanaz (Deacon) on Dec 16, 2016 at 00:12 UTC | |
by Lotus1 (Vicar) on Dec 16, 2016 at 14:05 UTC |