800A0007 Out of memory retrieving AD object
- From: dontinou <robert.yung@xxxxxxxxxx>
- Date: Tue, 24 Jun 2008 07:03:06 -0700 (PDT)
Hi,
I have some users in AD that are in 150+ Domain groups. I also have a
login script that uses:
--
dim usr,ad, arrMemberOf
set ad = createObject ("ADSystemInfo")
set usr = getObject ("LDAP://" & ad.username)
set arrMemberOf = usr.Groups
....
---
On the getObject line, the user is getting "Error: Out of memory,
Code: 800A0007" and then the script terminates.
It looks to me like the client VBS engine is running out of memory
retrieving the large AD user object for parsing. Is there a way to
fix this? I do not have the option of removing the users from the
many groups..
Or any other guesses/ideas?
Thanks a million!!
.
- Follow-Ups:
- Re: 800A0007 Out of memory retrieving AD object
- From: Richard Mueller [MVP]
- Re: 800A0007 Out of memory retrieving AD object
- Prev by Date: Re: Howto: Add lines of text from a specific point in a text file..
- Next by Date: Re: Object not a Collection
- Previous by thread: File search
- Next by thread: Re: 800A0007 Out of memory retrieving AD object
- Index(es):