Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: w1nd
  • Order by date
  1. w1nd

    0x80040E37 error during an ldap query

    That's what I've wanted to say. Anyway, thank you!!
  2. w1nd

    0x80040E37 error during an ldap query

    I've got it!!! A colleague helped me. It should be strQuery = "<LDAP://myserver" & strNameContext & ">;(objectCategory=msExchPrivateMDB);homeMDBBL;subTree
  3. w1nd

    0x80040E37 error during an ldap query

    I've added the LDAP:// part to the query string. That's what the debugger says about its content: strQuery <LDAP://CN=Configuration,DC=e2kdewdfe1y,DC=sap,DC=corp>;(objectClass=msExchPrivateMDB);homeMDBBL;subTree
  4. w1nd

    0x80040E37 error during an ldap query

    Didn't help, but thank you anyway :)
  5. w1nd

    0x80040E37 error during an ldap query

    Hello, I'm making a script finding out if the mailbox size quotas are bigger than defaults. It says to me it's error 0x80040E37 - table does not exist. I want to find all private mailox stores that exist on the server and then, using the homeMDBBL property, iterate through their mailboxes and...

Part and Inventory Search

Back
Top