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 Chris Miller 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: bisk
  • Order by date
  1. bisk

    Crystal Report 2008 Runtime and SoftGrid

    I'm trying to virtualize an application using SoftGrid and I seem to be running into an issue when Crystal Report 2008 Runtime tries to generate an Excel, Word or RTF document. When the report trys to generate the report I get the following error: Crystal Report Windows Forms Viewer Error in...
  2. bisk

    Having an issue searching Global Directory

    Anyone?
  3. bisk

    Having an issue searching Global Directory

    I'm getting members of groups that are located in specific domains (like Maple.fg.rbc.com, birch.fg.rbc.com) and the "HR Information" like the user's Employee Number and Transit Number from GlobGDir.fg.rbc.com.
  4. bisk

    Having an issue searching Global Directory

    Thanks for all of the help, but don't I need a way of quering a different LDAP database? As I am getting the DN from our login domain, but then I need to get their Employee Number and Transit Number from the Global Directory/Catalog.
  5. bisk

    Having an issue searching Global Directory

    Nope, it's actually returning the following: CN=Dias\, Kelly,OU=Business,OU=RBC Dexia Nat,OU=Accounts,DC=maple,DC=fg,DC=rbc,DC=com
  6. bisk

    Having an issue searching Global Directory

    Thanks! By removing the following lines oConnection.Properties("User ID") = "ou=LR05,ou=applications,dc=fg,dc=rbc,dc=com" oConnection.Properties("Password") = "Larry05" I'm getting the following error CollectStats.vbs(123, 9) (null): 0x80005000 which is this line Set objUser =...
  7. bisk

    Having an issue searching Global Directory

    Yes I did and I'm getting the following error: CollectStats.vbs(201, 2) ADODB.Connection: Supplied provider is different from the one already in use. Here's the code 'On Error Resume Next set WshShell = CreateObject("WScript.Shell") set FSO = CreateObject("Scripting.FileSystemObject") Set...
  8. bisk

    Having an issue searching Global Directory

    Anyone have any ideas?
  9. bisk

    Having an issue searching Global Directory

    I am querying our Active Directory to get the members of certain groups (which my ID has access to do) and then I need to query our Global Directory/Catalog to get each respective user's Employee ID and Transit number.
  10. bisk

    Having an issue searching Global Directory

    Nope, not from the Domain Controller, but I am running it from a server.
  11. bisk

    Having an issue searching Global Directory

    Thanks guys, but I had to make a couple changes to the code: I had to change: Set objUser = GetObject("LDAP://" & SearchDistinguishedName(Right(Member.Name),Len(Member.Name)-3)) to Set objUser = GetObject("LDAP://" & SearchDistinguishedName(Member)) I also changed the function to this...
  12. bisk

    Having an issue searching Global Directory

    I have written a scrip that will query our Active Directory for users in a specific domain\group and now I need to be able to connect to our Global Directory to get thier Employee Number and Transit Number(custom field I'm told). I'm not too sure what I need to do to get this working. On...
  13. bisk

    Getting users from a large group

    I seem to be having an issue when I query an AD group with more than 1500 users as only the first 1500 are returned. Here's my code: Domain = "Maple" GroupName = "wts SSL VPN" ' Connection to AD Set objCommand = CreateObject("ADODB.Command") Set objConnection = CreateObject("ADODB.Connection")...

Part and Inventory Search

Back
Top