09-21-2005 08:17 AM - edited 03-13-2019 11:10 PM
We use IPCC 3.12 with Active directory integration. I would like to make a script that does a lookup in active directory. Based on who is in a certain group, it would pull user information and direct calls in a certain manner. I have the script working on a separate SQL server. However, to do it, I needed to run a query that made that particular server linked.
Is this a bad thing to do on the IPCC server? As far as I have seen, it just added an entry on the sql server and thus far has not effected other apps on that server. I placed a support call to Cisco and they think it may effect support to this product. Has anyone done this? If so, have you had any support issues because of it?
My query will be: EXEC sp_addlinkedserver 'ADSI', 'Active Directory Service Interfaces',
'ADSDSOObject', 'adsdatasource'
GO
Thanks!
09-27-2005 06:54 AM
I think you are hitting CSCin76178. Try the suggested workaround.
09-27-2005 12:43 PM
I am not sure I hit the right bug you suggested. I see one that refers to "QBE helper not able to reconnect to CTI Manager". That is not my issue.
Either way, I am not going to do this. Cisco TAC stated that I would be infringing on support abilities by modifying the installation or setup, or something like that. So I am finding a different method of doing my ad lookups. Seems odd that servers that are supposedly AD integrated cannot perform functions against is. Oh well. Wishful thinking.
04-14-2007 03:34 PM
Did you ever figure out how to do AD lookups from a CRS script?
04-27-2007 12:41 PM
No. I ended up just pulling it into a SQP db from AD then pulling from there in ipcc.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide