• dave-dj (7/9/2009)


    > OpenQuery is enabled

    (I can run open query commands to other systems)

    > I have defined a AD linked server as follows:

    EXEC sp_addlinkedserver 'ADSI', 'Active Directory Services 2.5', 'ADSDSOObject', 'adsdatasource'

    > Having configure the linked server I have run the following query:

    select * from openquery

    (ADSI,'SELECT cn, mail, co, distinguishedName, displayName

    FROM "LDAP://DC=MyDOMAIN,DC=net" where objectClass = "User" ')

    I had this problem too. I had to remove distinguishedName and co from my query and then it worked. I ended up trying each active directory field individually to find ones that would data in my query.



    Terri

    To speak algebraically, Mr. M. is execrable, but Mr. C. is
    (x+1)-ecrable.
    Edgar Allan Poe
    [Discussing fellow writers Cornelius Mathews and William Ellery Channing.]