RE: Win32::OLE(0.1701) error 0x80005000 when adding a computer to AD using Perl

2005-10-05 Thread Zeltov Alex
: Win32::OLE(0.1701) error 0x80005000 when adding a computer to AD using Perl Hmmm.. I think this is a permissions delegation issue.. Is the IIS Server trusted for delegation? This is of course a security risk... But so is opening IE.. :) Steven From: [EMAIL

RE: Win32::OLE(0.1701) error 0x80005000 when adding a computer to AD using Perl

2005-10-04 Thread Steven Manross
, September 20, 2005 1:06 PM To: perl-win32-users@listserv.ActiveState.com Subject: Win32::OLE(0.1701) error 0x80005000 when adding a computer to AD using Perl I am running into a problem, when I execute a simple script to add a computer to an AD when I do it through a cgi script. This is the code

Win32::OLE(0.1701) error 0x80005000 when adding a computer to AD using Perl

2005-09-20 Thread Zeltov Alex
I am running into a problem, when I execute a simple script to add a computer to an AD when I do it through a cgi script.This is the code that I am running:my $strBase = "OU=iLab - iLab Gatekeeper,OU=InfrApps - Infrastructure Managed

RE: Win32::OLE(0.1701) error 0x80005000 when adding a computer to AD using Perl

2005-09-20 Thread Peter Guzis
and see if you have better luck. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Zeltov Alex Sent: Tuesday, September 20, 2005 1:06 PM To: perl-win32-users@listserv.ActiveState.com Subject: Win32::OLE(0.1701) error 0x80005000 when adding a computer to AD using