Unity Connection 8.5 not import CUCM end users after reinstall

I needed to reinstall a Unity Connection 8.5 server (server crash due to power failure).
After the reinstallation and reconfiguration of the CUC, the same does not synchronize and / or import users from CUCM (version 8.5).
The CUCM is integrated with LDAP.
The version of servers are:
- CUC = version 8.5.1ES16.11900-16
- CUCM = version 8.5.1.11900-21
Before CUC crash, I could import users usually.
The test in AXL servers in CUC is normal: (Test message successfully sent to AXL server 172.16.21.11:443).
Any sugestions?
Regards,
Ronaldo Gama

Hi Ronaldo,
This is because the CUCM actually holds a database where all of these users are still tagged as being imported into UC already.  You'll have to get fancy with some SQL queries, you can try these, but do it at your own risk.
Open SSH to the CUCM
1) For each user, find the mapping row:
          run sql select pkid from enduserappservermap where fkenduser in (select pkid from enduser where userid = 'my_user_alias') and fkappserver in (select pkid from appserver where ipaddr = 'my_connection_server_ip')
In the query above, replace my_user_alias with the alias of the end user and replace my_connection_server_ip with the IP address of the Connection server (or whatever the old Connection server IP address may have been if you changed it after the rebuild).
2) Delete the mapping row:
You should only get back one row. Delete it. Replace my_pkid with the actual pkid that you got back:
          run sql delete from enduserappservermap where pkid = 'my_pkid'
Try to import that user again via AXL.  That's the user by user way of doing it if you don't have too many, but if you're confident they all can be deleted at once you can do the following:
1.  Find all of the users mapped
           run sql select * from enduserappservermap
2.  The users should all have matching value in the "fkappserver" object ID column if they were mapped to the same pre-existing Connection server.  Once you've confirmed the "fkappserver" object ID of the old UC server, issue the bulk delete command, this is irreversible!
          run sql delete from enduserappservermap where fkappserver = 'fkappserver_for_old_UC'
Hope that helps,
Brad

Similar Messages

  • Camcorder connected but will not import or show video

    I have a Sony Digital 8 camcorder that used to work well with imovie. Although I have it connected and the blue screen states that the camcorder is connected, imovie will not import the video nor will it show it playing. When I rewind or fast-forward, it will show the counter but I will not get a picture. The play, fast forward and rewind buttons in imovie will operate the camcorder but no image or sound. The import button shows that it is being pressed but still no results. Aill I get is the blue screen with its message of camera connnected.
    I have used different tapes, verified that the tapes have content, rechecked the connections and reset the permissions. Could use any and all advice.
    Thanks
    Rich
    Mini Mac   Mac OS X (10.4.1)  

    Hi Richard
    In rare cases this can have happened.
    A. Try Your Camera on another Mac. OK - Then skip the rest !
    B. Control the 6-pin end of Your FW-cable and the connector on Your Mac so
    that it is not broken.
    As You see it is Non-symetrical BUT it can be forced in upside down and if
    You use back side connecter it is even easier while it's hard to see what's
    going on.
    If this has happened = You have a broken Camera.
    It will be controlable by iMovie
    will record and play normally via lens/analog connector
    but - NO import or export via FW-connector
    Analog/digital chip blown. Expencive repair.
    Yours Bengt W

  • Bug- Version 8.0.10 (Build 25189) MacOSX Connection Name does not import

    When importing Remote Desktops from one machine to another..the connection name does not import..ONLY the 
    PC name or IP address comes across..

    Hi Phil,
    Thank you for posting in Windows Server Forum.
    As you have commented PC Name or IP address is imported and thinks we need that only for connection. Also we can only export and import the .rdp file between Mac clients. Also for a try, you can reinstall the app and verify.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • How to configure SharePoint HNSC with a reverse proxy server so that HNSC Share Point URLs are not exposed to end users.

    Could you please let me know how SharePoint HNSC can be configured with a reverse proxy server so that HNSC Share Point URLs are not exposed to end users.
    In normal path based site collections/web applications, reverse proxy configuration can be done using alternate access mappings with  Public URL = "proxy URL", internal = "HNSC Share Point URL" so that share point sends response back
    to Public URL = "proxy URL".
    In Host Named Site Collections,  alternate access mappings  are not supported. Each HNSC is designed to have only one URL in each zone. Zone is one of the five zones(Default,Intranet,Internet,Custom,Extranet) with each of which only one alternate
    URL is associated.  This is what we are able to get using power shell command "Set-SPSiteUrl", but this will not help us to get the response back to proxy URL after a request sent to share point because we could not find any mechanism in share
    point HNSC to respond  to a different URL(proxy URL). Consequently, Share Point URLs are exposed to  external users.
    Below share point article in MSDN blog is symmetrical to what we are observing with Share Point 2013 and Proxy Server. It mentions that internal HNSC URLs can’t be hidden using any proxy server. If  hiding the internal Share Point URLS is a requirement,
    it suggests to use a web application instead of host named site collections.
    Though I’m also observing the same behavior with Share Point 2013 HNSC, Could you please confirm my understanding is correct.
    http://blogs.msdn.com/b/kaevans/archive/2012/03/27/what-every-sharepoint-admin-needs-to-know-about-host-named-site-collections.aspx
    Excerpt from above article-
    "Host Named Site Collections Only Use One Host Name
    Continuing on the discussion on AAMs and host named site collections, you cannot use multiple host names to address a site collection in SharePoint 2010. Because host-named site collections have a single URL, they do not support alternate access mappings and
    are always considered to be in the Default zone.  This is important if you are using a reverse proxy to provide access to external users. Products like Unified Access Gateway 2010 allow external users to authenticate to your gateway and access a site
    as http://uag.sharepoint.com and forward the call to http://portal.sharepoint.com. Remember that URL rewriting is not permitted. Further, a site collection can only respond to one host name. This means if you are using a reverse proxy, it must forward the
    calls to the same URL.  If your networking team has a policy against exposing internal URLs externally, you must instead use web applications and extend the web application using an alternate access mapping."<u5:p></u5:p>

    Hi Satish,
    You are right that only one URL is allowed for each zone of the host-name site collections in both SharePoint 2010 and SharePoint 2013.
    It is by design that each host-name site collection only support one URL for each zone.
    The article below is about RTM version of SharePoint, and it is the same for SharePoint 2013 with the latest CU.
    https://support.microsoft.com/en-us/kb/2826457
    So to make the URL of HNSC not exposed to external users is not supported, you need to use path-based sites instead.
    Best regards.
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • CUCM End User Administration

    Our Helpdesk staff performs the basic functions of add/remove phones and add/remove users from CUCM.  We've just upgraded from CM 4.2 to CUCM 8.5(1).  We are using the integrated CUCM LDAP and not AD integration.  My Helpdesk users are able to use the User/Phone Add option to create a new phone and a new CUCM End User.  They are able to edit all the necessary properties of the phone and line settings.  But with their current group/role memberships they are unable to change attributes of users or to be able to delete them.  The only Role I can see to add them to that allows changes to End Users is Standard CCMADMIN Administration and the only User Group is Standard CCM Super Users.  Both of those give far more rights than I would like Helpdesk staff to have.  Am I missing something obvious to allow them to perform End User management?  Has anyone else encountered this?  Below are the groups/roles my Helpdesk staff are currently part of.  Any help would be apprecitated.
    Bryan
    I've added the users on our Helpdesk to the following Groups:
    Standard CCM Admin Users
    Standard CCM End Users
    Standard CCM Phone Administration
    Standard CTI Enabled
    Standard RealtimeAndTraceCollection
    Which automatically adds them to the following Roles:
    Standard CCM Admin Users
    Stadard CCM End Users
    Standard CCM Phone Management
    Standard CCMADMIN Read Only
    Standard CCMUSER Administration
    Standard CTI Enabled
    Standard CUReporting
    Standard RealtimeAndTraceCollection

    Bryan,
    If I remember correctly, there isn't a pre-canned role that will allow for End User administration. I don't know why.
    Your best bet is to create a custom Role and User Group. This way, you can give your Helpdesk exactly the access they need. The descriptions for the Role permissions are pretty self-explanatory, so it should be pretty easy to accomplish.
    Steps:
    1) create new role
    2) assign permissions to the new role
    3) create a new User Group
    4) assign the new Role to the new User Group
    5) assign the new User Group to the End/Application User accounts for the helpdesk.
    This maybe helpful: http://www.cisco.com/en/US/partner/docs/voice_ip_comm/cucm/admin/8_5_1/ccmsys/a02mla.html#wp1062944
    HTH
    Adam

  • CUCI-Lync 9.2 with CUCM 8.6 - Cisco Unity Connection Visual Voicemail Not Working

    Hi
    I have CUCM and CUC 8.6.2 running and MOC with CUCI-Lync 8.5 (with visual Voicemail) running OK with full registry configuration (see below). We are moving to Lync 2013 and want to use CUCI-Lync 9.2.
    A basic install of CUCI-Lync 9.2 works fine with CUCM (with manual setup of TFTP, CCMIP and CTI) but not with CUC. I can only call the VM Pilot but I don't get my visual voicemail.  In the CUCI-Lync  parameters I type in my CUC server IP adress and credentials but get a message saying that it can't connect.
    As the config guide describes a config with CUCM 9 (with UC services) which I don't have in V8.6.  I've tried using the old registry configuration or no registry configuration at all, I can't get CUCI-Lync to connect to CUC...
    Has anyone done this ? Any suggestions ?
    OLD REG Configuration:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Cisco Systems, Inc.\Unified Communications\CUCIMOC]
    "RememberMe"=dword:00000001
    "AutoLogin"=dword:00000001
    [HKEY_CURRENT_USER\Software\Cisco Systems, Inc.\Client Services Framework\AdminData]
    "TftpServer1"="1.1.1.1"
    "TftpServer2"="2.2.2.2"
    "TftpServer3"=""
    "UseCUCMGroupForCti"="1"
    "CcmcipServer1"="1.1.1.1"
    "CcmcipServer2"="2.2.2.2"
    "CcmcipServerValidation"="0"
    "CsfStatsServer"=""
    "CsfStatsCollectionEnabled"=""
    "EnableNativeDirectoryProvider"="1"
    "VoicemailPilotNumber"="12345"
    "VoiceMailService_UseCredentialsFrom"="PHONE"
    "VVM_SystemServer_0"="3.3.3.3"
    "VVM_SystemServer_1"="4.4.4.4"
    "VVM_SystemServer_VmwsProtocol_0"="HTTP"
    "VVM_SystemServer_VmwsProtocol_1"="HTTP"
    "VVM_SystemServer_VmwsPort_0"="80"
    "VVM_SystemServer_VmwsPort_1"="80"
    "VVM_Mailstore_Server_0"="3.3.3.3"
    "VVM_Mailstore_Server_1"="4.4.4.4"
    "VVM_Mailstore_ImapProtocol_0"=""
    "VVM_Mailstore_ImapProtocol_1"=""
    "VVM_Mailstore_ImapPort_0"="143"
    "VVM_Mailstore_ImapPort_1"="143"
    "VVM_Mailstore_InboxFolderName"=""
    "VVM_Mailstore_EncryptedConnection"=""
    "VVM_Mailstore_PollingInterval"=""
    "AutomaticDeviceSelectionMode"="0"
    "SSO_Enabled_CUCM"="false"
    "DeviceProviderServer1"="1.1.1.1"
    "DeviceProviderServer2"="2.2.2.2"
    "DeviceProviderServerValidation"="0"
    "DeviceProviderType"="CCMIP"

    The UC Services are a CUCM 9.0 feature. In 8.x these existed within CUPS under Applications > CUPC/Jabber > CTI Gateway and Profile. Other things that frequently cause this to break: 1) deskphone not associated to your end user object; 2) primary extension not set; 3) standard cti enabled and standard ccm end users group membership missing; 4) the IP/FQDN of the CTI Gateway is not a CUCM node running CTI Manager.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Cisco Unity Connection 8.6 not getting CLID information from CUCM 8.6

    Hello,
    Currently Running:
    Cisco Unified Communications Manager 8.6.2
    Cisco Unity Connection 8.6.2
    Problem:
    when any outside caller leaves a voicemail, the caller number information is not being sent to unity.
    example, I call with my cell phone, 817.555.1234 to my Cisco 7940 phone and it shows the CLID information that i am calling with. iDivert to voice mail, Leave a message. Playback message and just the default message information from Cisco Unity.
    we currently upgraded from CUCM 6.1.3 and Unity 5. before i could press 9 and get the caller information.
    I have viewed the "Playback Message Settings" and selected "After Playing Each Message, Play" and selected Sender's Information. and also selected "Include Extension and Sender's ANI"
    upon playing the VoiceMail after the message i get the default message "From Cisco Unity Connection Messaging System"
    I also have the message relaying to my E-mail and I get the same in the subject line.
    "Message from Cisco Unity Connection Messaging System (Unknown extension)"
    This tends to be a big deal with the Sales team as customers will call and say "Call me back"
    But any Internal Calls show the correct information, proper greeting, extension information even on the relay to e-mail.
    Any help will be appreciated.
    Thanks
    Tim

    Found another post that referenced Cisco Bug ID CSCti37610.
    CUC plays message is from Unity Connection Messaging system
    Symptom:Before message playback, Unity Connection plays the message is from Unity Connection Messaging System instead sender's ANI
    Conditions:Problem was observed on Unity Connection cluster and appropriate services are not rebooted after changing the SMTP domain name
    Workaround:
    Restart the Unity Connection servers
    It should have been fixed in 8.5 but we did change the SMTP domain name on 8.6 and now see the problem. Will schedule a reboot and see if the issue goes away.

  • Unity Connection 8.6 LDAP or CUCM Import with german special characters called "Umlaut": ä, ö, ü

    Hi,
    for  jabber 9.1 integration i sync'ed all users at Callmanager, Presence and  Unity to our LDAP (MS AD). with CUCM and Presence (both 8.6.x), it  works fine, just Unity Connection sync the Users from AD, but i cannot import Users  with german special characters ä, ö, ü  (i.E. German Name in LDAP-su: Müller).
    Jabber  9.1 need for Voicemail Integration the AD Authentication. Know  somebody, if there is an Workaraound or Fix ?
    This is a general issue, with or without Jabber, with sync directly from AD, or indirectly through CUCM (sync'ed with AD)
    thx and regards
    Jacky

    I located an identical defect (CSCts28455) that was closed as unreproducible. The defect references CSCtj73444 "Add support for UTF-8 password to LDAP and RADIUS/MSCHAP" which is added to 8.4.2 with the recommendation of RADIUS/MSCHAP or LDAP only for international character support. It would make sense to go to the latest in your current train (ie: 8.4.4.1.ED) and see if the issue remains. What you want to do appears to be supported.
    Matthew

  • Deploying unity connection at remote site with CUCM at central site

    I am planning to deploy Unity connection at remote site while the CUCM is at central site only. Will appreciate of someone can shd some light on this, has anyone already deplyed same scenario , any specific requirements to take care of please ?
    Thanks in advnace,
    AB

    AB,
    Yes, having your Unity Connection server at a different location than your CUCM is supported.  
    I cannot really help you with specifc requirements as it largely depends on exactly how you intend to deploy it and what features you intend to enable.  Clustering, Digital Networking, Unified Inbox, etc.. all have their own additional requirements the whole of which would not fit into a message board post.
    However, specific bandwidth and latency requirements are listed in the "System Requirements for Cisco Unity Connection Release 8.X.   http://www.cisco.com/en/US/partner/docs/voice_ip_comm/connection/8x/requirements/8xcucsysreqs.html
    The SRND and the System Requirements should get you on the  right  track.  I would encourage you to read both documents fully and  then  come back with any specific design questions you may have.
    -Steven

  • Unity Connection 8.6 not able to forward from extension (dial out)

    Dear all,
    I'm having a problem at a customer where i'm not able to forward calls externally from the Unity (that's a wish too).
    Basically here is the request for which I'm having an issue:
    - I'm making a menu with a number XXX (CTI Port) with a System Call Handler
    - Under that menu i've 3 choices which points to 3 internal numbers (YY1, YY2, YY3) (CTI Ports).
    - All the CTI Ports are forwarded to international numbers which are the final destination
    So the flow is the following:
    NOT Working
    - XXX --> Choice 1 --> YY1 --> Forwaded all to 000countrycode
    Working
    - XXX --> Choice 1 --> YY1 --> Forwarded all to 444 (internal number)
    The strange thing is that I tested everything when I was on site by calling internally XXX from an internal number and it was able to forward all my call to the international number ...
    If anyone have a clue about what I can do, I'll appreciate a lot ...
    Thanks in advance
    C.

    Hi Taranjit,
    The rules are not made to enable unity to dial out, my goal was to permit only internal calls, but in this specific case, the internal number, is a CTI Port forwarded all to the external international number...
    I tried the Unity connection system handler from a internal phone and it was working perfectly, but not if the call is coming from outside apparently.
    Kind regards
    Christophe

  • IPCC extension option not found under End user on CUCM

    Hi
    I have a new deployment for UCCX express with CCM V 9.1, when i am trying to go under End user to assign the extension which will be user for IPCC , unfortunately i did not find IPCC extension option , i only find primary extension .Please help. I am unable to see the tab of IPCC extension , only find the selection for primary extension.The integration already done , everything is ok between CUCM & UCCX. + phone services for IPCC subscribe for end users
    Thanks

    Hi
    +5 for MR/Chris
    1- This is famous for fresh installation , especially on Vmware , kindly try to ssh CUCM and type the following:-
    admin:run sql select paramname,paramvalue from processconfig
    where paramname like '%nstalled%'
    Thanks
    Please rate all useful information

  • Unity Connection Admin Page Not Loading

    Cisco Unity Connection version: 8.5.1ES16.11900-16     
    Running HA.
    My publisher's gui loads just fine. However if I try to load the subs i get the servers error page:
    HTTP Status 404 -
    type: Status report
    message:
    description: The requested resource () is not available.           
    Also when I go to services on the admin page and drop the menu down to that server I get no available. In the cluster menu I see the server defined.
    I can SSH into the box and the servcies appear to be running just fine. Is there a way to tell why the admin page is not loading?

    Have you tried restarting the Tomcat service on the secondary server? This can be done via the CLI.
         utils service restart Cisco Tomcat
    HTH
    Adam

  • Unity Connection 9 Failover Not Working

    Just built 2 Unity Connection 9 in Pub/Sub configuration.  Call Manager version is still 8.
    Call Manager configuration:
    1 line group, 1 hunt list, and 1 hunt pilot
    1 voicemail pilot and 1 voicemail profile
    64 voicemail ports (32 ports per Unity Connection server) (all ports are registered)
    Unity Connection configuration:
    1 publisher and 1 subscriber
    1 phone system
    1 port group (64 port count, 32 for publisher and 32 for subscriber)
    Cluster configuration is set to change status when publisher fails
    Publisher takes calls without a problem.  But when publisher stops taking calls, subscriber does not take the calls (busy signal).
    To test if the issue might be on the call manager, I changed all port settings in Unity to point to the subscriber.  Subscriber take the calls.
    I changed 2 ports to point only to publisher, publisher takes the calls.  But when publisher stops taking calls, subscriber does not take the calls (busy signal).
    It seems like I cannot split the ports to both servers.  Am I missing something?
    Has anyone encountered this issue?  Any info is appreciated.
    Thank you!

    Problem solved! 
    In Call Manager, I created a second line group for the subscriber ports.  Added the second line group to the hunt list.  Set the LG for the subscriber in the hunt list as first and publisher as second.  This way, all calls will go to the subscriber server first.  
    In Unity Connection, I created a second port group then added the ports and made sure they are registered in CM.
    Tested failover by stopping taking calls on each server and it works!

  • Unity Connection 8.6 compatibility with CUCM

    Hi,
    I am upgrading Unity Version 8.0.3 to 8.6, my current CUCM version is 8.0.2. According to following link:
    http://www.cisco.com/en/US/docs/voice_ip_comm/uc_system/unified/communications/system/versions/IPTMtrix.html#wp1016708
    I will need to upgrade CUCM to 8.6 also, please confirm if this is the case, also can I upgrade to any CUCM 8.6 version available ?
    thanks
    hasrat

    Hi Hasrat,
    That doc just refers to the "tested" version but in fact any Unity Connection
    version 2.1 or later will work with any CUCM version 4.1(3)or later
    So you really don't need to upgrade CUCM at this time if you don't want.
    Here's the clip;
    Supported Version Combinations for Cisco Unity Connection and Cisco Unified Communications Manager
    Cisco Unity Connection 2.x and Later
    Any version of Cisco Unity Connection 2.x or later is supported for use with any version of Cisco Unified CM 4.1(3) or later.
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/compatibility/matrix/cucsccpmtx.html
    Cheers!
    Rob
    "May your heart always be joyful
    May your song always be sung" - Bob Dylan

  • Unity Connection 8.0.3 - Opening Greeting ignores user input

    Hello,
    When I dial CUC pilot number, I hear "Cisco Unity Connection messaging system. From a touchtone telephone you can dial extension at any time. For directory of extensions, please press 4..."
    Problem is when I try to dial number 1001 or try to press 4 for directory of extensions, CUC always plays "Sorry there is no operator... Record your message after tone, when you are finished please hang up or press # for more options...". Also, when I record some message after tone, I am unable to cancel message after pressing 6. I think that CUC ignores my touchtone presses.
    Setup is simple. CIPC registered to CUCM, CUCM and CUC integration is accomplished via SIP trunk. From CIPC, I dial CUC pilot number, and get mentioned prompts. On CUC, I have configured one user with 1001 extension and associated mailbox. Also, Opening greeting handler has CSS wich contain partition in wich the user with 1001 resides.

    I just noticed that if integration is accomplished via SCCP, it works as desired!
    Why DTMFs are not send via sip trunk... The question is now...

Maybe you are looking for

  • Add a link to page option with flash animations??

    Hello, I see that you have an option for images if you insert an image, you have a link to html page option But if you insert a flash animation , there is no link option? as some research i have found that I have to do it i flash itself. Why did you

  • Web Service Logs

    Hi all          i am doing a web service -> XI  -> R3( RFC)  Scenario.my scenario is running,  i had to use <b> Altova XML Spy</b> for calling web service .... now the issue is, <b>can i keep track of who has called that webservice</b>.. ex :- can i 

  • Deleting deliveries , Batches from STO  Using BAPI

    Hi, I want to  delete outbound delivery for particular shipment number and this should be done using BAPI or a FM not using the tcode VL02N. I  wld  be very grateful Please List out  the BAPI 's or FM that can be  used for to perform these listed , w

  • Reader not opening files in IE

    When browsing with internet explorer, PDF files will not open.  get the little "x" in top left of field.  I;ve run the repair program, checked add ons and it is enabled.  Using Mcafee, but I don't see that it is blocking ir, or maybe I just dont know

  • My iPhone will not turn on

    I have the iphone 5 (16GB).  It has never had problems in the past but recently I noticed it will shut down randomly.  Initially I thought the battery died but when I turn it back on, the battery is at 50% or better.  Last night my iPhone died comple