FancyPrairie
Programmer
I'm having trouble linking to iPlanet where the provider is Microsoft Active Directory Service and the Data Source is adsDataSource.
When I issue the following command, iPlanet stops.
I have created a linked server to Active Directory and issue, basically, the same command. So I'm thinking I have not defined the provider information or something correctly when the linked server was created.
Can someone shed some light on this?
When I issue the following command, iPlanet stops.
Code:
SELECT TOP 100 PERCENT *
FROM OPENQUERY(ADSI,
'SELECT sn, uid, telephoneNumber, roomNumber, employeeNumber, givenName, displayName, cn FROM ''LDAP://xxx/ou=zzz,ou=ddd,dc=ee,dc=ffff,dc=com'' ')
I have created a linked server to Active Directory and issue, basically, the same command. So I'm thinking I have not defined the provider information or something correctly when the linked server was created.
Can someone shed some light on this?