Convergence - corporate directory questions

We need Convergence to search an external corporate directory. Our external directory is populated by a more authoritative database, and the data is sanitized to not contain restricted (FERPA) data.
1. When will support for an external corporate directory be added to Convergence?
2. How do you disable the default option to search the Corporate Directory? We can't allow users to search the backend ldap server, and it is misleading to have it present in the interface.
3. Ideally, we want this to be configured on a per domain basis, since some of our domains will need to search a different corporate directory. Will there be a way to add dojo customizations to change which directory(s) will be searched?
Jesse

jessethompson wrote:
We need Convergence to search an external corporate directory. Our external directory is populated by a more authoritative database, and the data is sanitized to not contain restricted (FERPA) data.
1. When will support for an external corporate directory be added to Convergence?You can achieve this already e.g.
./iwcadmin -w password -o ab.corpdir.[default].ldaphost -v "remoteldap.domain.com"
./iwcadmin -w password -o ab.corpdir.[default].ldapport -v 389
./iwcadmin -w password -o ab.corpdir.[default].ldapbinddn -v 'cn=Directory Manager'
./iwcadmin -w password -o ab.corpdir.[default].ldapbindcred -v 'password'Side Note: I just logged a new bug with regards to attempting to configure a failover ldaphost system using the steps above -- a single ldaphost does work however:
bug #6825805 - "Failover corporate LDAP server not configurable"
2. How do you disable the default option to search the Corporate Directory? We can't allow users to search the backend ldap server, and it is misleading to have it present in the interface.There is an option to enable/disable the Corporate Address-book, unfortunately it doesn't work, at least not in my pre-release patch -07 test installation:
./iwcadmin -w password -o ab.corpdir.[default].enable -v falsebug #6825820 - "Disabling Corporate Directory causes Convergence to hang during loading of interface"
3. Ideally, we want this to be configured on a per domain basis, since some of our domains will need to search a different corporate directory. Will there be a way to add dojo customizations to change which directory(s) will be searched?It is already possible to configure per-domain settings for corporate/personal addressbooks. For example I created a new domain (another.domain.com) and set the following:
./iwcadmin -w password -o ab.{another.domain.com}.psrootpattern -v 'ldap:///piPStoreOwner=%U,o=%D,o=PiServerDb'
./iwcadmin -w password -o ab.{another.domain.com}.pstore.defaultserver -v domainid1
./iwcadmin -w password -o ab.{another.domain.com}.pstore.[domainid1].ldaphost -v remoteldap.domain.com
./iwcadmin -w password -o ab.{another.domain.com}.pstore.[domainid1].ldapport -v 389
./iwcadmin -w password -o ab.{another.domain.com}.pstore.[domainid1].ldapbinddn -v "cn=Directory Manager"
./iwcadmin -w password -o ab.{another.domain.com}.pstore.[domainid1].ldapbindcred -v password
./iwcadmin -w password -o ab.{another.domain.com}.maxpagedsearch -v 10
./iwcadmin -w password -o ab.{another.domain.com}.corpdir.[corpdomainid1].urlmatch -v ldap://corp-directory1
./iwcadmin -w password -o ab.{another.domain.com}.corpdir.[corpdomainid1].searchattr -v 'entry/displayname,@uid'
./iwcadmin -w password -o ab.{another.domain.com}.corpdir.[corpdomainid1].lookthrulimit -v 3000
./iwcadmin -w password -o ab.{another.domain.com}.corpdir.[corpdomainid1].ldaphost -v remoteldap.domain.com
./iwcadmin -w password -o ab.{another.domain.com}.corpdir.[corpdomainid1].ldapport -v 389
./iwcadmin -w password -o ab.{another.domain.com}.corpdir.[corpdomainid1].ldapbinddn -v "cn=Directory Manager"
./iwcadmin -w password -o ab.{another.domain.com}.corpdir.[corpdomainid1].ldapbindcred -v passwordThe options above are described here:
http://wikis.sun.com/display/CommSuite/Sun+Convergence+Administrative+Tasks#SunConvergenceAdministrativeTasks-Howtosetupadomainbasedconfigurationforaddressbook%3F
Note: I did hit yet-another problem when configuring the above:
ADDRESS_BOOK: ERROR from com.sun.comms.client.ab.wabp.WABPEngine  Thread
httpSSLWorkerThread-80-0 at 2009-04-03 04:36:34,55
1 - WABPEngine.process: exception in search_entry.wabp  Too many opened paged searches :
psearchBook: too many psearch: 0I was able to resolve this error by setting:
./iwcadmin -w password -o ab.{another.domain.com}.maxpagedsearch -v 10Regards,
Shane.

Similar Messages

  • Convergence corporate directory display details

    Hi Shane,
    For address book corporate directory,
    beside showing beside information :
    Email Addresses
    Work:
    Addresses
    Phone Numbers
    Instant Messaging
    Other Information
    Can i customize the display info from ldap attribute ?
    Cheer
    Sam

    Hi Sun,
    Currently i only able to display
    Email Addresses
    Instant Messaging
    Which attribute i need to edit in order for me to display my address,
    or can certain attribute can be enable to display in convergence
    Cheer
    Sam

  • Sun Convergence Corporate Directory doest show record

    Sun Convergence 1.0-4.01 (built December 8 2008 - 14:58:01) with latest patch T128640
    After login successfully into convergence. click on address book tab, the cooperate address book doesn`t show anything record. Below is the error logs show.
    ADDRESS_BOOK: ERROR from com.sun.comms.client.ab.abutil.ABUtils Thread httpSSLWorkerThread-443-9 at 2009-05-15 11:36:24,861 - getDbKeyFromPSRootXML(): psRoot DOES NOT start with ldap://

    Duplicate posting, refer here: http://forums.sun.com/thread.jspa?threadID=5386604

  • Questions on Corporate Directory in Convergence

    1. I want to have ability to create multiple corporate directories. I had that ability in UWC, but its not working in IWC. do I have to do anything special. Example, I have a directory for students and another for staff. I want to list them as two separate directories "Staff directory" and "Student Directory". I don't see any way of doing this in Convergence.
    2. I have more than 20000 users in my directory, and When I click on the corporate directory, it takes for ever to display the users. Even if i search it takes for ever. I even reduced the lookthrough limit to 25. still i think its trying to search for the entire directory.
    Any help on tuning will help me.
    I am running Sun Communication suite 6 update 2.
    Thanks
    -V

    vasandhan wrote:
    1. I want to have ability to create multiple corporate directories. I had that ability in UWC, but its not working in IWC. do I have to do anything special. Example, I have a directory for students and another for staff. I want to list them as two separate directories "Staff directory" and "Student Directory". I don't see any way of doing this in Convergence.This functionality doesn't yet exist in Convergence. If this is important functionality for your environment then I would suggest you raise the following RFE with your Sun Account Manager:
    RFE #6851525 - "Provide support for the Multiple corporate address books on client side"
    2. I have more than 20000 users in my directory, and When I click on the corporate directory, it takes for ever to display the users. Even if i search it takes for ever. I even reduced the lookthrough limit to 25. still i think its trying to search for the entire directory.
    Any help on tuning will help me.I suggest you read through the following thread (especially the posts at the end):
    http://forums.sun.com/thread.jspa?threadID=5389715
    Regards,
    Shane.

  • Convergence 2 - How to hide Corporate Directory Groups?

    first post!
    Convergence 2 shows Groups under Corporate Directory in the Address Book interface as well as the Compose autocomplete.
    We don't use CAB groups, so how do I go about disabling Groups from showing up in the interface?

    As always, you are such a reliable source of help! :-)
    That robots.txt you mentioned...do what with that?  I mean, how does that tell it "dont index the images"? For that matter, there are tons of pages on the server I don't want being indexed yet either because they are half baked for later development.
    Thanks!
    Create the file, and upload it to the root directory.  It's as simple as that.  But you'll have to read the details on the google hits to see the exact syntax of the exclusions.
    Now - here's why this is happening....
    Somewhere, google has found a link to this URL -
    http://bluehippotravel.com/photos/destinations/TH/
    The bluehippotravel host has NOT disabled directory browsing.  When you browse to that URL, instead of getting a FORBIDDEN message like you should, you get a page listing the contents of that directory.  Google is indexing that page.  Ask your host to turn off directory browsing for that folder.

  • Convergence 2 Corporate Directory - Removing "Groups" Dialog

    Under the Address Book, under Corporate Directory, there is a dialog for "Groups".
    There are certain internal LDAP groups that are in there that we don't want our users having access to. How do I keep these from displaying? Is it possible to disable the entire Groups dialog?

    Under the Address Book, under Corporate Directory, there is a dialog for "Groups".
    There are certain internal LDAP groups that are in there that we don't want our users having access to. How do I keep these from displaying? Is it possible to disable the entire Groups dialog?

  • Corporate Directory mail group members

    Our installation of Messaging Server (Sun Java(tm) System Messaging Server 7u3-15.01) has a domain in which we have dozens of mail groups (i.e. mailing lists) that are used by many members of the domain. These show up as entries in the Corporate Directory in Convergence webmail. Different people determine the membership of different lists, and in the Delegated Administrator, I have set ownership of these lists accordingly. However, it appears that the only way that anyone other than me can change the group memberships is to make them an Organization Administrator, which gives them far more access that I'd like in Delegated Administrator.
    The question is this: is there a way to edit list memberships whereby the group owner(s) have access to their own groups and nothing else?
    The optimal solution would be to do this via Convergence webmail since our users are familiar with it, but if there's a way to do this in Delegated Administrator, that would be OK, too.
    BTW, this is using Sun Directory Server.
    Thanks,
    Bill

    I take it that i'm doing the entire process incorrectly.
    Thanks for everyone whom viewed this post. I have worked on this solidly for over 2 weeks now. The only solution I can come up with is doing sort of the same thing but with .NET. The .NET solution is seamless, not that I want to use it. But maybe its a limitation of the java packages.
    Thanks again.

  • Need to add mobile (cell) phone in corporate directory via LDAP

    Hello All
    Can I just start by saying that I am not a developer so expect some dumb questions to follow.
    We have cucm 6.1 and am using ldap sync to AD. The problem is that we would like to query the mobile phone field within AD and present it on the phone when the directory button is pressed.
    Is this possible ?
    From what I have read in the forums I have to create another directory ???
    I have downloaded the sdk 4.1 and tried to copy the asp files from the following directory C:\CiscoIPServices\ASP\ldap
    I have replaced the variables
    var s = new ActiveXObject("LDAPSEARCH.LDAPSearchList");
    s.server = "ldap.cisco.com";
    s.searchbase = "ou=people,o=cisco.com";
    with
    var s = new ActiveXObject("LDAPSEARCH.LDAPSearchList");
    s.server = "demounity.demo.voyager.net.uk";
    s.searchbase = "ou=users,ou=demo,dc=demo,dc=voyager,dc=net,dc=uk";
    s.SetOutputTitle("ActiveX Directory Search", 45);
    s.SetOutputPrompt("Records %s to %e of total %c", 45);
    s.AddReturnAttr("givenName,sn","Name","%1,%2", 20);
    s.AddreturnAttr("telephonenumber","Telephone","%1", 20);
    s.AddreturnAttr("mobile","Mobile","%1", 20);
    s.Addreturnattr("mail","Email","%1", 20);
    s.AddSortingAttr("telephonenumber", 1);
    s.SearchByEmail(email);
    I made these changes to all the asp files and referenced them all in a file called test_main.asp. Which is similar to the ASP_main.asp.
    I have run the regsvr32 LDAPSearch.dll and have added the following url to the phones directory url field ttp://192.168.9.101/CiscoIPServices/ldap/test_main.asp. Where 192.168.9.101 is my AD and IIS server (demounity.demo).
    The phone only display the Missed, received and places calls when I press the directory button. The corporate directory is missing.
    Are there any steps that I am missing or am I barking up the wrong tree all together
    to achieve what I need to ?
    I have also configured the CiscoUrlproxy for what reason I don't really understand.
    Thanks
    Feisal

    Since the CCM is a black box now, unless you pull out a HD and mount it on another Linux box where you have full access, or booting from a Linux boot CD there's no way to access the file system.
    However, you posted an ASP sample so I'm not sure if a jsp (java server page) would help you a lot - there's also no way of telling how much logic will be in the jsp page and how much logic will be behind in a compiled class - e.g. my own directories only have very basic logic (reading input, writing output, limit the number of results per page) and everything else is done in a bunch of jar files - so using them would only work if you can restrict yourself to doing exactly what my frontend page does.

  • Call Manager 9.1 Active Directory Question(s)

    Hello All!
    Firstly let me establish that I am not an administrator of our VoIP system however I do manage the Server side of our network.  We are in the process of planning an Active Directory upgrade and I'm having some difficulty getting a question answered about the requirements for  Call Manager.  We are at version 9.1 of Call Manager currently with our Active Directory version at 2003 R2.  We are planning to upgrade to Active Directory version 2008 R2 (functional level) however we would like to use Server 2012 R2 as the OS for our AD servers.  From a Microsoft standpoint this is a valid solution, it's built into Active Directory that you can run at different "functional levels" of AD on higher server operating systems.  Any Call Manager applications that require a Windows operating system would run on whatever works for that (2003 or 2008 etc).  Can we use Server 2012 R2 as the Domain Controller operating system while running at 2008 R2 functional level for Active Directory and still retain our Cisco support?

    Hi Allen,
    This is from Cisco site (you already may have seen this), though it talk about the directory services but it is specifically mentioned 2008. 2012 may work and specially as you are saying with functional level set to 2008 shouldn't have any issues. But Cisco have not tested that and you may get into support issues (if any).
    Its completely tested and supported with CUCM 10.X
    Version 9:
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/9_0_1/ccmsys/CUCM_BK_CD2F83FA_00_cucm-system-guide-90/CUCM_BK_CD2F83FA_00_system-guide_chapter_010011.html#CUCM_TK_C4E65231_00
    Configure LDAP directory
    If you want to do so, you can add users from your corporate directory to the Cisco Unified Communications Manager database by synchronizing the user data to the database. Cisco Unified Communications Manager allows synchronization from the following directories to the database:
    Microsoft Active Directory 2000
    Microsoft Active Directory 2003
    Microsoft Active Directory 2008
    Microsoft Active Directory Application Mode 2003
    Microsoft Lightweight Directory Services 2008
    iPlanet Directory Server 5.1
    Sun ONE Directory Server 5.2
    Sun ONE Directory Server 6.x
    OpenLDAP 2.3.39
    OpenLDAP 2.4
    Terry

  • Custom Corporate Directory Query Based on Department

    I need to limit specific queries from Corporate Directory search based on Department. CCM 4.1(3)
    My Goal is to create separate directory options, each associated with a specific department (I've done this) and then limit the query to ONLY users in that department (I need help here. :-|
    The Flow as Joe sees it ~
    User selects directory button.
    (Based on info from xmldirectory.asp...)
    User is provided with the following menu:
    1. Missed Calls
    2. Placed Calls
    3. Received Calls
    4. Department A
    5. Department B
    6. Department C
    (I've got this far by adding new menu items to the xmldirectory.asp file, and then I tie those to separate xmldirectoryinput.asp files, which I plan to use to limit the query based on dept)
    <MenuItem>
    <Name><% = outputString( "Department A", "dictionary.lblCorporateDirectory" ) %></Name>
    <URL><% = getBaseURL() %>A_xmldirectoryinput.asp</URL>
    </MenuItem>
    <MenuItem>
    <Name><% = outputString( "Department B", "dictionary.lblCorporateDirectory" ) %></Name>
    <URL><% = getBaseURL() %>B_xmldirectoryinput.asp</URL>
    </MenuItem>
    <MenuItem>
    <Name><% = outputString( "Department C", "dictionary.lblCorporateDirectory" ) %></Name>
    <URL><% = getBaseURL() %>C_xmldirectoryinput.asp</URL>
    </MenuItem>
    Next when the user selects 4. Department A, they should receive the standard
    First Name:
    Last Name:
    Number:
    However, When the user selects "search", I ONLY want them to see directory entries in Department A, and not the entire Corporate Directory. So I need A_xmldirectoryinput.asp to limit the query to Department A. Actually ~ I've just added the Department menu item via the xmpldirectoryinput.asp file, and prepopulated it with the Deparment of my choice, though now, I'm stuck on the xmldirectorylist.asp, and how to Query for the DepartmentNumber ... Help please??? :)
    If they select Department B, ONLY Department B, etc.
    What do I need to add to, or reference in the xmldirectoryinput.asp to restrict the search to a specific department?
    Also - Would any changes, additions, etc. be required in the xmldirectorylist.asp file?
    THANKS IN ADVANCE!!!!! :)
    Joe

    Please use IDM forum for IDM related questions. This is proxy forum.

  • CallManager 5.1(3) corporate directory name change

    I'm trying to change the text on the phone for "Corporate Directory" to another name. I've been told to set up a external "LDAP Server" (using Active Directory (Win2003 Server). I've gotten to the point where I have "IP Blue" talking to my new AD but I cannot get the phones (7970's) to work. Note this is in a lab getting ready to deploy

    Hi
    Frankly speaking, I did not understand you question properly. But for now, as recomended, please change all the hostnames to IP Address under the enterprise parameters.
    It would be better if you explain the issue a little more in detail - if in case the above does not fix it.
    Cheers!!
    -Rahil

  • Convergence Corporate Address Book with Mail Groups

    Hi
    I'm not sure if this expected behavior or a bug but a search for a mail group in the Corporate Directory of Convergence returns the name of the group in the list in the left panel but no details of the group (such as mail address) in the panel on the right. The Corporate Directory search works correctly for people and returns the full set of attributes.
    The version of Convergence is:
    ./iwcadmin -V
    Sun Convergence 1.0-4.01 (built December 8 2008 - 14:54:08)Platform:
    uname -a
    SunOS mail1 5.10 Generic_138889-03 i86pc i386 i86pcThe iwcadmin options relating to search:
    ab.corpdir.[default].searchattr = entry/displayname,@uid,person/surname
    ab.corpdir.[default].searchfilter =
    ab.corpdir.[default].urlmatch = ldap://corpdirectoryThere are no errors in iwc.log and the LDAP search suggests all attributes are requested. For example, an extract from the LDAP access log when searching for a group called cn=systems:
    [01/Apr/2009:09:59:54 +0100] conn=10882 op=31 msgId=101 - SRCH base="o=xxxxx" scope=2
    filter="(|(uid=systems)(sn=systems)(cn=systems))" attrs="* createTimestamp"
    [01/Apr/2009:09:59:54 +0100] conn=10882 op=31 msgId=101 - RESULT err=0 tag=101 nentries=1 etime=0In case there are some missing objectclasses or attributes in our group definitions (which were imported from an earlier version of Messaging Server (5.2)), here is an LDIF file for an example group:
    dn: cn=systems,ou=Groups,o=xxx.com,o=isp
    mgmanHidden: false
    mgmanMemberVisibility: NONE
    mgmanJoinability: NONE
    mgrpErrorsTo: [email protected]
    preferredLanguage: en
    mailDeliveryOption: members
    inetMailGroupStatus: active
    mailHost: mail.xxx.com
    mail: [email protected]
    cn: systems
    objectClass: top
    objectClass: groupOfUniqueNames
    objectClass: inetMailGroup
    objectClass: inetMailGroupManagement
    objectClass: inetLocalMailRecipient
    objectClass: nsManagedMailList
    owner: uid=sysadmin,ou=People,o=xxx.com,o=isp
    description: Systems Team
    uniqueMember: uid=user1,ou=People,o=xxx.com,o=isp
    uniqueMember: uid=user2,ou=People,o=xxx.com,o=ispThanks,
    Alan

    cs0alu wrote:
    I'm not sure if this expected behavior or a bug but a search for a mail group in the Corporate Directory of Convergence returns the name of the group in the list in the left panel but no details of the group (such as mail address) in the panel on the right. The Corporate Directory search works correctly for people and returns the full set of attributes.This is the expected behaviour in the version of Convergence that you are using. In the next Convergence patch (-07 a.k.a. Convergence update 2) selecting a corporate directory group will display additional group related information including a brief listing of the members of the group and email address.
    Note however that group view functionality will not mirror that provided by UWC/CE i.e. the ability to expand and view details for each group member. There is an existing RFE to have this functionality added in a future revision of Convergence:
    RFE#6801528 - "Provide mechanism to view members of corporate directory groups"
    Regards,
    Shane.

  • Convergence Corporate address book

    Good Morning,
    We are currently running Convergence patch 4 and i noticed a small issue the the Address book. In particular the corporate directory,
    when highlighting the corp directory tab in convergence there is an option to "add to address book" function.
    When clicking on this button, it will throw an error stating "Save contact failed".
    I imagine the problem stems from the address book being a corporate directory will not allow any normal user to modify the corp address book.
    But from a user perspective it is very confusing, because they believe clicking on the entry and the "add to address book" button will allow them
    to add the entry to the personal address book tab.
    Is my assumption correct?
    Thanks.

    continuation of the aboves debug
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,811- cookie = JSESSIONID=60c7655bd8b9c09e42eddc1f3863; iwc-auth=lang=en-us:token=moU4GZopM7:path=/iwc
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,812- connection = keep-alive
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,814- host = some.domain.com
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,815- multivalued parameters will be seperated with ;
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,817- srcbookid = e11dd4bbfc334;
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,819- destbookid = e11dd4bbfc143;
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,820- entryid = sbm2003;
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,822- token = moU4GZopM7;
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,824- fmt-out = JSON;
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,825- dojo.preventCache = 1232555181019;
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,827- End request
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.coresrv.CorePersonalStore Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,829- searchBookAndCopy: bookEntryID=e11dd4bbfc334, filter=|(entry/@entryID=sbm2003)
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.coresrv.DBHandler Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,830- Entered DBHandler.getDBPluginMapFromURL(ldap://corpdirectory)
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.coresrv.DBHandler Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,845- Evaluating ldap:// if matches with ldap://corpdirectory
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.coresrv.DBHandler Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,862- Evaluating ldap://corpdirectory if matches with ldap://corpdirectory
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.coresrv.DBHandler Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,864- Match found: ldap://corpdirectory
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,867- WABPEngine: null
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,868- *** Start Stack Trace ******
    ADDRESS_BOOK: DEBUG from com.sun.comms.client.ab.wabp.WABPEngine Thread httpSSLWorkerThread-8080-4 ipaddress=some.ip.address.com sessionid=60c7655bd8b9c09e42eddc1f3863 at 11:24:57,870- ****** End Stack Trace ******

  • Access to Corporate directory doesn´t work in cucm 9.1

    Hello,
    we are trying to access Corporate directory from ip phones without LDAP integration. The IP Phone gives me that answer when I press directory button.
    Error XML[4]: error analisis
    My question is if LDAP integration is neccesary to access Corporate directory.
    Thanks in advance

    Are you using a locale different from the default (En-US)? Can you check if the phone locale that was installed on the CUCM is compatible with the phone firmware? Can you try a higher phone firmware and higher locale which is compatible with that phone firmware?

  • Jabber IM for iPhone and corporate directory search

    Hello!
    In the Administrator's Guide (http://www.cisco.com/en/US/docs/voice_ip_comm/jabber/iPhone/8.6/Cisco_Jabber_IM_for_iPhone_Admin.pdf)
    I cannot  find an example of how configuring the client to search in the corporate  directory, or the
    requirements to do this. I don't understand how it  works, in Cisco Jabber for Windows we configured UDS to search into CUCM  directory, but it was also possible to use a external LDAP.
    I tried also to configure a LDAP Profile in CUPS, and to associate the user to this profile but Jabber IM cannot find any contacts.
    CUPS 8.6(3), Cisco Jabber IM 1.0.0
    Regards,
    Mirko

    Jabber IM for iPhone use the LDAP profile configurable on the CUPS Admin page,  Application->Cisco Jabber->LDAP Profile.
    At first you have to configure your LDAP Server (Application->Cisco Jabber->LDAP Server): add here the  IP Address of the LDAP  Server with port 3268 and protocol type TCP, when you don't need to use  LDAPS.
    After that configure the LDAP profile and associate the user to this profile: you can  do this either in the user setting page (Application->Cisco Jabber->User  Setting) or directly on the LDAP Profile page.

Maybe you are looking for

  • Illustrator Default PDF, if open in Acro Pro, drag and drop other .ai files, will they also....

    Hi! I'm trying to archive (for myself and others for easy access) about 50 fairly complex .ai files in a single Illustrator Default PDF and maintain editability and preserve layer and grouping integrity for every separate file, and, i'm probably goin

  • How to restrict login for multiple users having same Role

    Our Web Application is deployed on Tomcat 5.5 The requirement is ? There are roles in application like "operator", "admin"? There are multiple users created for each of the above role. When one user of "operator" role is logged in, then It should not

  • How can I make a 3D cube using only Flash CS4?

    Looking for a tutorial on how to make a 3d cube. The best one I found was how to make a book, which is three sides short of a cube. If worse comes to worse I think there's a way to take two identical movie clips with three sides each and pivot them a

  • Accessing a sequence which does not exists

    i have pl/sql code as below and the sequence  value is displayed based on condition.In case the sequence  does not exists and condition fails  the pl/sql is not getting compiled and throws error  saying that  sequence does not exists. For eg: declare

  • Problem with Universal Dock

    Hi everyone! I was wondering if any of you guys have had problems with volume adjustment with video iPod when attached to the new dock and stereo. In most cases I have to crank the volume almost to end, but not the all way, because then the sound onl