From: Todd Burch Date: 2007-07-21T08:17:04+09:00 Subject: Re: Win32OLE problem Glen Holcomb wrote: > When executing this code: > > adsi = WIN32OLE.connect("WinNT://TECHNO/ARDR_108,group") > adsi.put("Add", "glen") > > I get the following error: > > WIN32OLERuntimeError: put > OLE error code:8000500F in > > HRESULT error code:0x80020009 > Exception occurred. > from (irb):20:in 'method_missing' > from (irb):20 > from :0 > If I'm reading the error correctly, "put" is not being recognized as a valid method. Does the object model say "put" is a valid method? Todd -- Posted via http://www.ruby-forum.com/.