TopBanner

Step by Step Installing Lync Server 2013 Standard Edition Front End on Windows 2012 – Part 1

NOTE: Remember Lync Server 2013 Preview is not meant for live/production environments.

Below are the step by step instructions to install Lync Server 2013 Standard Edition Front End on Windows Server 2012. Here is an outline of what we will do:

  1. Prepare Servers
  2. Install Lync Server 2013
  3. Prepare Active Directory
  4. Prepare First Server
  5. Configure DNS
  6. Build Topology
  7. Install Lync Server System
  8. Add & Enable AD Users
  9. Login to Lync 2013

Prepare Environment

Some prerequisites for you Lync system:

  • You will need 1 AD Server O/S and 1 Lync Server O/S
    • Lync requires 64bit O/S
  • This guide is Using Windows Server 2012 64bit
    • but Windows Server 2008 R2 SP1 should work fine as well.
  • Make Sure you have the below role running on your AD Server
    • AD-DS (Directory Services)
    • DNS
    • AD-CS (Certificate Authority)

 

tip1 Tip: I suggest 2GB and 40GB hard drive for AD server and 4GB and 80GB for Lync Front End server for some quick guidance for a lab system.

 

Prepare Your Front End Server

  • Server Requirements
    • Front End server must be joined to domain
    • FE must have UI installed
  • Install Silverlight (will save time later)
  • Front End Must have these Features
    • Roles
      • Web Server (IIS)
    • Features
      • Message Queuing | Message Queuing Services
      • Remote Server Administration Tools | Role Administration Tools | AD DS and AD LDS Tools
      • User Interfaces and Infrastructure | Desktop Experience  
      • Windows Identity Foundation 3.5
      • .NET Framework 3.5 Features
        • .NET Framework 3.5
        • HTTP Activation (Important!)
        • Non-HTTP Activation
      • .NET Framework 4.5 (all options)
    • Roles
      • Web Server (IIS)
        • Role Services
          • Common Http Features Installed
            • Static
            • Default doc
            • Https errors
          • Health and Diagnostics
            • Http logging
            • Logging Tools
            • Tracing
          • Performance
            • Static  Content Compression
            • Dynamics Content Compression
          • Security
            • Request Filtering
            • Client Cert Mapping Authentication
            • Windows Authentication
          • Management Tools
            • IIS Mgt Console
            • IIS mgt Scripts and Tools
          • Application Development
              • ASP.NET 3.5
              • ASP.NET 4.5
              • .NET extensibility 3.5
              • .NET extensibility 4.5
              • ISAPI extensions
              • ISAPI Filters

Install using Windows Server 2012 “Add Roles and Features Wizard”

FE-Install-Features-Roles-RoleServices

Reboot Front End and login as Domain Administrator.

tip1 Tip: You can also install these prerequisites using Powershell scripts:
http://www.ehloworld.com/1697
http://y0av.wordpress.com/2012/07/31/lync-2013-prerequisites/

 

Install Lync Server 2013

Insert CD and Run Setup.exe. You will be prompted to install Visual C++, click “Yes” (below)

install-c

You can accept default location and click Install (below)

install-core

Accept Terms and click “Ok” to install.

license agreement

When install is complete (3minute wait time) you will have below apps on your server and the Lync Server Deployment Wizard (below) will appear.

apps after initial install

  • Lync Server Manager
  • Lync Server Deployment Wizard
  • Lync Server Logging (Note: Logging tool is missing from Lync 2013 Preview)

 

Caution Note: Microsoft Lync Server 2013 has a new centralized logging mechanism. This is the reason for the logging tool not being installed with Lync Server 2013 Preview. Jens Trier Rassmussen has a complete article on this subject at http://bit.ly/S3DL4Q. Also, Randy Wintle has written a Powershell UI for this new central logging at http://bit.ly/Pbbp8v.

deployment-wizard

 

Prepare Active Directory

Click “Prepare Active Directory”. (As noted in prerequisites, you will need AD DS and AD LDS Tools Feature installed on your Front End to complete this step.)

deploy wizard prepare ad

  • Step 1: Prepare Schema. (takes 1minute, and you may need to wait a couple minutes before this and step 2) 
  • Step 2: Verify Replication of Schema is not necessary if this is a Lab and there is only one AD server—you can safely keep moving to step 3.
  • Step 3: Prepare Forest | Next | select Local Domain  | Next (5sec)
  • Step 4: just keep moving
  • Step 5: Prepare Domain | Next (5sec)
  • Step 6: just keep moving
  • Step 7 below

prepare ad

 

Add Lync Administrative User To Admin Group

Add the Administrator to CSAdministrator  group (shownbelow)

  • CSAdministrator

NOTE: the user running setup needs to be Administrator of the Lync FE local machine.

add-lyncadmin-to-these-groups

Prepare First Standard Edition Server

Now lets go back to the Deployment Wizard and click “Prepare first Standard Edition server”.

deployment-wizard-prepare-first-server

You will see the below “Prepare single Standard Edition Server” wizard window and you can just click “Next”. During this process the below will be installed:

  • SQL Server 2008 Express Edition will be installed
  • RTC databases will be created and populated
  • Lync Server installation files will be put in place
  • Etc

(Note: as noted in prereqs, Windows Identity Foundation 3.5 must be installed for this process to complete successfully)

Prepare-first-standard-edition-server

(Time: on new AD with no users, 6-10 minutes to Prepare first Server)

Configure DNS Records

Lets open DNS Manager on AD server. Right click on your domain (in our case lab.local) under Forward Lookup Zones, click “Other New Records…” and scroll down to “Service Location (SRV)” and click Create Record.

dns step one

Will will add a DNS SRV record pointing at our Lync FE Server FQDN (FE01.lab.local in our case)

  • Service = _sipinternaltls
  • Protocol = _tcp
  • Port number = 5061
  • Host Offering the service =  fqdn of Lync Std. FE server or Pool. (In our case FE01.lab.local)

DNS-srv-record

Note: a DNS A record should already be pointing to Lync Front End Server (FE01.lab.local)

We will also create 3 DNS A Records. Right click, “New Host (A or AAAA)…” Add a DNS A record for

  • meet
  • dialin
  • admin

as shown below

DNS-A-record

Repeat this for meet and admin DNS A Records.

Now lets go back to the Deployment Wizard and click “Install Administrative Tools”.

Deployment Wizard - Install Admin Tools

This takes just a second to run.

Build and Publish Topology

Next we will go to Start and run “Lync Server Topology Builder” (below).

start-topology-builder

Select New Topology (as shown below) and then give the topology some name (just any old name like “mylab.tbxml”)

new-topology

Now we will be define this topology.

Primary SIP domain: lab.local | Next

Create-a-new-topology-PRIMARY-DOMAIN

  • Specify additional supported domains: {nothing/none} | Next

create new topology-specify additional supported domains

  • Define the First site
    • Name: LabSite1
    • Description: Lab Site (not important, just something)

create new topology-define the first site

  • Specify site details
    • City
    • State
    • Country

Click “Finish”

topology-defined

Next we will define a new Front End pool. click Next

define new pool

Define Front End Pool

  • FQDN: FE01.lab.local 
    • Note: if this is a Standard Edition, this FQDN will be exactly the same FQDN as your FE server  (FE01.lab.local in our case)
  • Standard Edition Server

define-front-end-pool-fqdn

Next we will select Features for this Front End Pool

Check these features:

  • Conferencing
  • Enterprise Voice
  • CAC

 

tip1 Tip: What works best for me is to NOT define ARCHIIVE and MONITOR servers till you are ready to actually install them. I suggest to NOT select Archiving and Monitoring now. We will do that after we have actually installed the SQL server and are ready to define those roles in topology builder.

define new front end pool select features

 

  • Select Collocated server roles
    • collocate Mediation Server: check

collocated roles

  • Associate server roles with this front End pool
    • Enable an Edge pool…: unchecked

Define SQL store

define new pool-define the SQL Server store

Define the file store: default, next (NOTE: You will need to manually create this network share and give rights to everyone. This wizard will not automatically create it for you)

file share

Let create the Lync file store share right now so we don’t forget.  You can create this folder where ever you want but for this lab we will create a folder called “Share” in C:\ of the Lync Server. Next go into the properties of the folder and give full access permissions to these groups:

  • RTCHS Universal Services
  • RTC Component Universal Services
  • RTC Universal Server Admins
  • RTC Universal Config Replicator

Click on the “Sharing” tab, click on “Share”.

share

In the “File Sharing” Wizard click the dropdown beside “Add” and select “Find People…” and in “Enter the object names to select” type RTC. Now press the CTRL key and select the above groups. Next you will need to change each group to “Read/Write” and click “Share” to finish the sharing Wizard.

share2

Specify the web services URL: Since this is a lab we can let the External Base URL the default.

define new pool-specify the web services URL

Specify where your Office Web App server is. (you probably don’t have one yet, just point to OWA.lab.local)

define owa

Now you are finished with the wizard.

topology

Edit properties of topology

Right click on “Lync Server 2013 (Preview) and then “Edit Properties”

topology-edit-properties

Scroll down to “Administrative access URL” (as shown below) and define the admin url as https://admin.lab.local and select Front End Server (FE01.lab.local in our lab)

edit-properties-off-topology-2

 

Publish Topology

Action | Publish | Next | Next

topology-publishing-wizard-complete

When finished you can “Click Here to open to-do list”. Since we are really good Winking smile we’ve already done these items. (if you took a shortcut, backup to see detailed step above)

Next-steps-after-topology-published

Install Lync Server System

Deployment Wizard | Install or Update Lync Server System

deployment-wizard-instll or update lync server system

Now we will install some Lync Server System components, put Certs in place and Start Services:

  1. Step1 Install RtcLocal database
  2. Step2 Install Speechfiles, etc.
  3. Setup Certs
  4. Start Lync Services

install or update lync server system

 

  • Step1 Install Local Configuration Store (will install RtcLocal)
    • Run
    • Retrieve Directly from the CMS…
    • Next (5 minutes on new lab system)
  • Step2 Setup Lync Server components (will install Speechfiles, etc)
    • Run |
    • Next (15 minutes on new lab systems)
    • (NOTE: if you designated the archive/monitoring server, this will fail because SQL for those stores is not there yet.)
  • Step3 Request Certs (Note: if this is a lab setup, and you have parallel installed AD and Lync FE OS’s, remember the FE needs to have “gpudate /force” run or be rebooted after you stand up the AD CA so the CA is authoritative)

Run, select “Default Certificate” then click “Request”

cert wizard

Certificate Request: Next

Delayed or Immediate Request? Send the request immediately to an online cert authority

Choose a Certificate Authority (CA): Select a CA from the list

select a ca

Certification Authority Account: Next

Specify Alternative Certificate Template: Next

Name and Security Settings: some name

name and security settings

Organization Information: fill in Org and Org Unit

Geographical Information: fill in

Subject Name/Subject Alternative Names: Next

SIP Domain Setting on SAN: Select SIP Domain (example: lab.local) | Next

fe-cert-sip-domain-name

Configure Additional SAN: Next

Certificate Request Summary: Next

Executing Commands: Completed: Next

Online Certificate Request Status: Finish

Certificate Assignment: Next

Certificate Assignment Summary: Next

Executing Commands: Finish

Select “Default certificate” and click Assign certs

assing-certs

Now repeat the Certificate Wizard steps for the OAuthTokenIsuer.

Step 4: Start Services

After services are started you can open the Services to verify all the Lync Services are running.

lync services running

Goto Start | run Lync Control Panel

start-lync-control-panel

you will be asked to type in Administrator credentials. If this is new server you will also be asked to install Silverlight.

lscp

 

Add and Enable AD Users

Next, we will move to our AD server and add several users to Active Directory (I suggest for your first test users to NOT use the Administrator, but 3 other users). In our case I added:

Now back to Lync Server Control Panel. Click on User | Enable Users. Now click the “Add” button and Add the 3 users.

enable ad users

Click “Enable” and if you get no errors, you should have 3 Lync users ready to login. Let’s open Lync 2013 and login!

lync2013

Wow you have installed Lync Server 2013!

Please note some pieces in Lync that you have not configured yet:

  • Monitor and Archiving Roles
  • Persistent Chat Server
  • Sharing PowerPoint requires a Office Web Apps Server deployed

Continue your lab with more articles in this Lync Server 2013 Step by Step Series:

Special Thanks to Community Contributors to this article:

152 comments:

  1. Hi iam getting errors while publishing topology ..
    can u help me...Please

    ReplyDelete
    Replies
    1. I suggest posting your problem in detail on the Lync 2013 preview forum:

      http://social.technet.microsoft.com/Forums/en-US/lyncserverpreview/threads

      Delete
    2. please note we have updated blog to address the topology issue.

      Delete
    3. if you deploy on VMW and this is copies VMW, Change SID and re joindomain.

      Delete
  2. Do you know if Skype Federation is already available in the Edge of Lync 2013?

    ReplyDelete
    Replies
    1. I think this will depend on Skype being ready, and I'm not sure that it is at this point. (i'm still awaiting clarification on this point.

      (Someone has pointed out that there is no SRV record yet at skype.)

      Delete
  3. Hello. DS Integration for MSMQ is also needed.
    From http://technet.microsoft.com/en-us/library/gg398686(v=ocs.15)

    Message Queuing. Message Queuing (also known as MSMQ) role components and ____Directory Service Integration___ should be installed on the Front End Server.

    ReplyDelete
  4. Thanks a bunch for the post, Matt. I've linked to it on our Lync Insider blog this week.

    ReplyDelete
    Replies
    1. Glad it is helpful. wish the Lync Insider blog success!

      Delete
  5. I keep getting an error during the publishing wizard when it arrives at the "Enabling topology..." - it says:

    ACLError: Access permissions error.
    Error: Failed to save permissions on "\\sandbox.xyz.local\LyncShare"

    Although the shared folder is strictly giving FULL CONTROL to EVERYONE, what am I missing here?

    ReplyDelete
    Replies
    1. sounds like you haven't properly shared the folder.

      Delete
    2. You should enable network discovery and file sharing if it is still not.

      Delete
  6. Great start Matt! We currently have a separate hyper-v guest for every server (fe, med, av, edge, mon, sql). A lot of VMs for 300 users! We are considering consolidating when we move to 2013 but our mediation server has multiple public ips (due to our sip trunk provider's configuration). How would you consolidate in this scenario (if at all)? Thanks!
    -Wes

    ReplyDelete
  7. Thanks for the article Matt. One question though I followed the instructions perfectly but my Lync 2010 client errors out connecting to the Lync Server 2013 preview. I was wondering if it had anything to the “Lync Server Front-End” Service not starting, it just keeps saying “starting”…. I noticed that it’s the same as in your pic of the services in the article. I was wondering if you ever got it fixed and how?

    ReplyDelete
    Replies
    1. It takes awhile to start that service (especially if in an underpowered vm ;-)

      if you did everything right and if you wait long enough it will start.

      Delete
    2. I have the same issue with the same service. It never starts. It's starting for days. And it also prevents me to shutdown/restart the server - the machine stacks in "notifying services" stage of shutting down process.

      I believe that I know what can be the reason - I've removed the server from the domain and I've added it again (in order to resolve some "trust relationship" issue), and I think that the machine domain account is now changed. And the account is probably used by the service in some way...

      Delete
    3. Hello.
      Might help... in my case it helped, but there was a coexistence between Lync 2010 and Lync 2013 Pools in the infrastructure:

      http://www.bullspit.co.uk/2013/01/05/lync-2013-front-end-server-starting/

      Regards.

      PS. nice, nice post

      Delete
  8. This comment has been removed by the author.

    ReplyDelete
    Replies
    1. Check:
      http://support.microsoft.com/kb/964206

      ensure your user priviledges high enough.

      Delete
  9. Hey Matt I have completed the process up to the stage of starting up the services, but unfortunately not able to go any further as the Lync Server Application Sharing (RTCASMCU) will not start up correctly.

    Have you experienced this or have any idea of where I could going wrong?

    Thanks

    ReplyDelete
    Replies
    1. No, I've not seen this issue, but just goto Services on lync FE and start it. Remember if this is a VM some of these services can take some time.

      If that still doesn't fix it, post errors you are seeing.

      Delete
    2. Thanks for the response. I am running it on a VM and when I run the services from the deployment wizard I get:

      Service RTCASMCU failed to start within the expected timeframe.
      Creating new log file "C:\...\Start-CSWindowsService-[2012_08_20][09_11_04].html".
      WARNING: Start-CSWindowsService encountered errors. Consult the log file for a detailed analysis, and ensure all errors (3) and warnings (0) are addressed before continuing.
      WARNING: Detailed results can be found at "C:\...\Start-CSWindowsService-[2012_08_20][09_11_04].html".

      The log shows:
      Error: Cannot start service RTCASMCU on computer ''.
      ▼ Details
      └ Type: InvalidOperationException
      └ ▼ Stack Trace
      └ at System.ServiceProcess.ServiceController.Start(String[] args)
      at Microsoft.Rtc.Management.Deployment.Core.NTService.Start(Boolean wait)

      └ ▼ Additional Details
      └ Error: The service did not respond to the start or control request in a timely fashion
      ▼ Details
      └ Type: Win32Exception
      └ ▼ Stack Trace

      The service times out when I go to run it manually

      Delete
    3. Are there any other Lync Services not running?
      If so, start them from "Services"

      Did you restart FE VM? Try that.

      Did you follow the above lab in detail? (just to get how you are configured)

      Do you have plent of hardrive space?

      To get wider feedback/exposure to your question I suggest posting this on:
      http://social.technet.microsoft.com/Forums/en-US/lyncserverpreview/threads

      Thanks

      Delete
  10. Hi Matt,
    Thank you for providing the detail steps with screenshots.
    They are most helpful.

    Now, I have a simple question.
    Where do I get the client?

    ReplyDelete
    Replies
    1. Goto:
      http://technet.microsoft.com/en-us/evalcenter/hh973393.aspx

      See:
      To evaluate Lync Server 2013 Preview’s new features, you need the Lync 2013 client application. Download Lync 2013 Preview as part of Office 365 ProPlus Preview or Office Professional Plus 2013 Preview.

      Delete
  11. Thanks! I got it off the Office 2013 Pro Plus Preview.

    ReplyDelete
  12. Question.
    I now have the Lync Server 2013 up and running and have added the three test users.
    I can log into Lync client just fine on a machine which is on the domain.
    However, I cannot log into a client on a different machine which is on the same network, but not on the domain.
    Below are the things I tried.
    1. The machine which is not on the domain, I made sure I assiged static IP addresses so that it would resolve from the DNS.
    2. I added the machine as a New Host on the DNS.

    What am I missing?

    I'm open to suggestions.

    ReplyDelete
    Replies
    1. Your problem is that the machines need to have the root cert manually installed on the non-domain joined workstations.

      Here is how to get the cert:
      http://blog.schertz.name/2011/12/lync-integration-with-polycom-sip-phones/

      http://technet.microsoft.com/en-us/library/cc725849(v=ws.10).aspx

      Delete
    2. I copied and manually installed the cert over to non-domain machines and it worked!
      Lync 2013 server worked on my MacBook pro with the Lync 2011 client as well.

      Delete
    3. I seem to be having a similar issue. PC's inside the network connect. PC's outside the network cannot connect remotely. I have installed the certificate manually but still get the message...
      "can't sign in to lync." "you didn't get signed in. It might be your sign-in..."

      Delete
  13. I'm having problems getting the lync clients to sync the address book. We can browse the lync share however when I go to https://servername.local/abs/handler I'm getting prompted for credentials and cannot access the site. We can add contacts using name@servername.local. Any idea on what I am missing? I've posted to the link preview forum and have not seen any response.

    ReplyDelete
    Replies
    1. I have not gotten this to work either yet. It could be it is not working yet or that it does not work with WS2012.

      If you find a solution, please post back.

      Delete
    2. I am experiencing the same issue. Since I am working on a DEV environment, currently, I delete a user I have on AD and then recreate it after which Lync 2013 Control Panel picks up the name.

      Delete
    3. There is a missing feature that is not documented that needs to be installed on Windows Server 2012.

      Add the NET-WCF-HTTP-Activation45 feature.

      It can be found if you expand the .NET Framework 4.5 features

      Also check get-cswebserviceconfiguration:

      UseWindowsAuth = Negotiate

      Mine was set to NTLM, not sure if this was needed or not but now the address book is working for both Lync 2010 and Lync 2013 Clients

      Delete
    4. Daniel, you are correct HTTP Activation is require for LWA to work. Thanks!

      Delete
  14. Matt,
    Do you have the instructions to installing the Lync 2013 edge server?
    Also, has there been any change in the external cert requirements?
    I have a standard SSL from GoDaddy and am wondering if that will be sufficient.
    Thanks

    ReplyDelete
    Replies
    1. No article on Edge yet, but that is planned. No cert changes that I am aware of.If goddaddy is on the Lync approved cert providers should be good.

      also, daniel, did you see the new book on Lync Server 2013?
      http://gallery.technet.microsoft.com/office/Lync-Server-2012-9d6fe954/view/Reviews

      Delete
    2. This comment has been removed by the author.

      Delete
    3. Hi and thank you for this!

      Im missing a Edge setup also! :)

      Regards
      Robban

      Delete
  15. Hi Matt,
    Thanks for providing me the link. I downloaded the pdf file as a copy. I think your website is better :-).
    Question, how do you setup the mobile lync feature on Lync Server 2013?

    ReplyDelete
  16. Hi

    Im getting this error while trying to publish the topology

    Error: An error occurred: "Microsoft.Rtc.Management.ADConnect.ADOperationException" "Active Directory operation failed on "". You cannot retry this operation: "Access is denied
    00000005: SecErr: DSID-031521E1, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0

    Can help me?

    ReplyDelete
  17. Hi - How do we get Lync working from ipad connecting to Lync2013 preview server, we don't have any external edge or external URLs since it is in lab, We are connecting from ipad using internal Lync 2010 client.

    When I try to login from ipad, I get 'Can't connect to the server. It might be unavailable. Also please check your network connection, sign-in address and server addresses.

    I'm able to login for lync 2013 server from windows and mac clients.

    Thanks
    Abdul

    ReplyDelete
  18. This comment has been removed by the author.

    ReplyDelete
  19. Hi Matt,

    I'm migrating lync 2010 to lync 2013 enterprise edition...everything went just ok...topology,new pool certs etc....but i'm running into a strange problem...every service start's ok except the front-end service....
    I already search for error on event viewer but there no error related to this...

    You have some clue?

    ReplyDelete
  20. Great article. Worked great for a deployment in my new 2012 server environment.

    ReplyDelete
    Replies
    1. Everything is working now for current users. The only issue I have is after removing my old Lync server, users that were on that and are now stuck and cannot be moved into the pool. It mainly seems to be users with admin access which I found an article on but so far after removing permission it is still failing. I will continue my research!

      Delete
    2. Went through users in Active Directory that I could not remove. It was due to an inheritable permission problem. I simply launched ADUC, enabled advanced features, opened the users object with the problem and under security for everyone allowed inheritable permission.

      Pretty simple and it resolved all issues. Everything with Lync 2013 is now working.

      Delete
  21. Hi Matt,
    Back in September I had followed these steps as I was testing the Lync 2013 Preview. As you see above, I commented on it as well.
    I returned to your site and followed the exact steps on the New Lync 2013 server on a Windows Server 2012.
    Currently, I have completed the installation process and created some dummy accounts, but am not able to log into the Lync 2013 or 2010 clients successfully.
    All the machines I am using to test are on the domain.
    Couple of things I have tried-
    1) Made sure that I can ping to the lync server via server name just to be sure that there isn't any DNS issue.
    2) On the client in the Advanced Connection settings, I have added the lync server I setup in the Internal server settings.
    3) Disabled the Windows firewall settings on both the server and the clients' machines.

    The event viewer doesn't have any errors that help me resolve this issue.

    Any help in this regard is highly appreciated.
    Thanks

    ReplyDelete
    Replies
    1. It is working now.
      The SQLServer services were not running for some reason which is what caused this issue.

      Delete
  22. Hi Matt,

    Thanks for this great guide - I got this up and running over the weekend on VM's. I only came across one error whilst installing Lync itself at the 'Install or Update Lync Server' stage, whilst it was trying to connect to the rtc database it was timing out and complaining that the file was not found (although the file existed and permissions were fine). I found that the SQL Server Agent service for Lync was set to disabled by default on the Lync server, as soon as I set this to auto - it connected just fine and finished the install.
    Have you ever seen this before?

    ReplyDelete
  23. Hello, Matt I followed your step by step guide, but i get a issue with the Web App conference, trying to AV/Confernece it was disabled, also the camera botton on Web App it's not appears, pls can you provide me any way to resolve this issue.

    ReplyDelete
  24. Hey Matt, great post. I am setting up a SP2013 lab in Hyper-V. I am having one weird problem after completing your Step 1. I am able to run the Lync 2013 client and I login fine, but when I go to share my desktop, all I see is "Manage OneNote" - no other sharing options. If I login using the same client to my Office 365 account, then I see all the sharing options so it must be a server configuration thing. I checked my global conferencing policy and it allows everything. I am stumped!

    ReplyDelete
  25. Matthew,
    Here is a helpful post on the SQL connection error upon publishing topology. The key is if SQl is local to use the Server Name rather than the Lync FQDN.
    Creating Central Management Store Failed - Access Denied
    http://social.technet.microsoft.com/Forums/da/ocsplanningdeployment/thread/241610f2-5951-4c75-99ef-ac94368c1830

    ReplyDelete
  26. Hi Matt.

    Firstly, want to say thanks for the great article. Very helpful.

    I have a issue, im not sure of. I have installed the server, and when i go to add a user, ( this user is an admin of the domain, and has the same permissions as the Administrator account. When i try and enable this user on the lync server i am getting the following error.

    Active Directory operation failed on "". You cannot retry this operation: "Insufficient access rights to perform the operation
    00002098: SecErr: DSID-03150BB9, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0

    Any help will be great

    Thanks

    ReplyDelete
    Replies
    1. Working on this myself right now...just a few thoughts.Is the Domain Admin also a member of the CSAdministrator Group? Also you may need to be logged on to the Domain and not locally to access the AD correctly.
      Franz

      Delete
    2. Hi Franz

      Yip, the account is part of the CSAdministrator and the RTCUniversalServerAdmin. Tried to add the user from the DC hoping that would work, but still failing

      Delete
    3. @techfranz and @ettienne: as noted in the blog above ;-) you will have problems enabling users that are domain admin from the lscp. you can enable them from powershell using the enable-csuser commandlet.

      see http://support.microsoft.com/kb/2466000

      Delete
    4. Thanks Matt
      That worked.

      Ive followed your tutorial exactly (which is very good by the way, like all the screenshots), when i try and log onto lync from the client, i keep getting, "The server is temporarily unavailable" any idea why this is?

      Delete
    5. In the event viewer i get EventID3

      The following information was included with the event:

      Lync
      sipexternal.

      Delete
  27. Thanks Matt, this was real helpful for our lab setup.
    Still we stumbled into a few caveats which this guide (or hopefully MS) could clarify early:
    - Cannot run Lync FE on the domain controller
    - (on standard edition), the pool names must equal the local host name. Found this http://blogs.technet.com/b/messaging_with_communications/archive/2012/11/19/lync-2013-se-install.aspx

    Thanks,
    Espen

    ReplyDelete
    Replies
    1. I agree entirely. If you are using Server 2012 you can virtualize another instance of Server besides the domain controller dedicated to Lync. That way Lync is completely seperate from the Domain Controller. Server 2012 Standard should allow you three instances of server to run virtualized. You just need two. One DC & One Lync.
      Another trick I found is to name your server FE01 (or whatever) right away & then join it to the domain. Then your DNS record is already set.
      Also giving your server an easy to remember name helps simplify finding your SQL Instance.
      Trying to connect to the server without the proper servername/instancename does not seem to work, even if you have DNS set for the FQDN of your pool.
      So servername/instancename is the key it seems.

      Delete
  28. For initial steps follow the post:

    http://ourgalaxyorg.blogspot.com/2012/12/installingdeploying-microsoft-lync.html

    ReplyDelete
  29. Hello,
    i have installed lync 2013 using this great instruction.

    Problem : No cliënts can login.
    How can i troubleshoot this?

    Thx

    ReplyDelete
  30. Thank you so much for this Matt,
    everything works amazing!!
    Can you tell me what ports need to be open on the firewall in order to connect from outside the network?
    Thanks again.

    ReplyDelete
    Replies
    1. Segev, you need to install a Lync Edge server....no blog yet, but coming..

      Delete
    2. Looking forward.....
      Thanks a lot for this Matt!!

      Delete
  31. is it possible to publish lync standard edition server to internet? or it has tobe enterprise edition? is there any guide on how to publish it after this step?

    ReplyDelete
    Replies
    1. Yes, you can connect your std. edition server to external using a Lync Edge Server. Currently we do not have a guide for that, but planning to write one. thanks.

      Delete
  32. Just a simple thank you for this article. Used it to install Lync on my demo environment and it works like a charm!

    ReplyDelete
    Replies
    1. @webbes, glad it helped you and appreciate you took the time to say so. :-)

      Delete
  33. Hi Matt,
    we are installing Lync2013 on 2003 AD, do we loss any features supported by Lync2013?

    thank you

    ReplyDelete
    Replies
    1. Lync 2013 supports 2003 AD according to: http://technet.microsoft.com/en-us/library/gg412955.aspx

      Delete
  34. Hi Matt,
    How are you, greetings from turkey istanbul

    I have some questions, I believe that you could help me.

    My aim is to connect calls from analog line to lync users, and the opposite.
    My enviroment is lync 2013 with mediant 800 pstn gateway. I connect my analog line to FXO port 1.
    Before mediant 800 I configured mp 118 with 3cx without any problem.
    While configuring mediant 800 I noticed that some important configuration places are missing like endpoint number and hunt group. There something like trunk group.
    I am sending you the board ini file, maybe this issue related to software lisencing missing?

    When I call lync-->TEL
    lync says sip 404 not found.
    mediant says no endpoint number found.
    When I call TEL -->Lync
    mediant says:
    Failed to allocate Media IP and ports
    HandleCoreSetupEV : Failure in allocating media IPs, reject the call
    etc..

    I wish you to give comments&thoughts about it.


    Best wishes,

    Okan Bostan

    ReplyDelete
    Replies
    1. Hello Okan wish you well in Istanbul. I was able to visit once and enjoyed your interesting city.

      We do plan to write a blog on the process to install a Gateway. We will likley focus on NET/SONUS. This blog is focused on FE installation.

      Since there are so many subtleties around specific gateway config, I suggest talking to to AudioCodes support. Or perhaps the Lync Forum where someone who has specific experience with your Audiocodes model.

      Thanks for participating!

      Delete
  35. Hi, Matt!

    I'm deploying a Lync Server 2013 FE server and I get in trouble. There's a warning about Web Apps and Lync Server installations at the same box.
    I saw this just after done it.


    There is a log fragment below (specially the last line):

    > Bootstrap-CsComputer

    Registrando status em log para: C:\Users\adauto.soares\AppData\Local\Temp\BootstrapFull-[2013_01_30][14_52_35].html
    Verificando pré-requisitos para bootstrapper...
    Verificando pré-requisito WMIEnabled...pré-requisito atendido.
    Verificando pré-requisito NoBootstrapperOnBranchOfficeAppliance...pré-requisito atendido.
    Verificando pré-requisito SupportedOS...pré-requisito atendido.
    Verificando pré-requisito NoOtherVersionInstalled...pré-requisito atendido.
    Nome do host: lync.mutua.com.br
    Desabilitando funções não utilizadas...
    Executando comando do PowerShell: Disable-CSComputer -Confirm:$false -Verbose -Report "C:\Users\adauto.soares\AppData\Local\Temp\Disable-CSComputer-[2013_01_30][14_52_41].html"
    Verificando pré-requisitos para funções...
    Verificando pré-requisito SupportedOS...pré-requisito atendido.
    Verificando pré-requisito SupportedOSNoDC...pré-requisito atendido.
    Verificando pré-requisito SupportedSqlRtcLocal...pré-requisito atendido.
    Verificando pré-requisito WMIEnabled...pré-requisito atendido.
    Verificando pré-requisito NoOtherVersionInstalled...pré-requisito atendido.
    Verificando pré-requisito PowerShell...pré-requisito atendido.
    Verificando pré-requisito WindowsIdentityFoundation...pré-requisito atendido.
    Verificando pré-requisito SupportedServerOS...pré-requisito atendido.
    Verificando pré-requisito NoUnsupportedWinFab...pré-requisito atendido.
    Verificando pré-requisito SupportedSqlLyncLocal...pré-requisito atendido.
    Verificando pré-requisito SupportedSqlRtc...pré-requisito atendido.
    Verificando pré-requisito IIS...pré-requisito atendido.
    Verificando pré-requisito IIS7Features...pré-requisito atendido.
    Verificando pré-requisito ASPNet...pré-requisito atendido.
    Verificando pré-requisito KB2646886Installed...pré-requisito atendido.
    Verificando pré-requisito BranchCacheBlock...pré-requisito atendido.
    Verificando pré-requisito WCF...pré-requisito atendido.
    Verificando pré-requisito WindowsMediaFoundation...pré-requisito atendido.
    Verificando pré-requisito SqlInstanceRtcLocal...pré-requisito atendido.
    Verificando pré-requisito VCredist...pré-requisito atendido.
    Verificando pré-requisito SqlNativeClient...pré-requisito atendido.
    Verificando pré-requisito SqlClrTypes...pré-requisito atendido.
    Verificando pré-requisito SqlSharedManagementObjects...pré-requisito atendido.
    Verificando pré-requisito UcmaRedist...pré-requisito atendido.
    Verificando pré-requisito WinFab...pré-requisito atendido.
    Verificando pré-requisito MicrosoftIdentityExtensions...pré-requisito atendido.
    Verificando pré-requisito SqlInstanceLyncLocal...pré-requisito atendido.
    Verificando pré-requisito SqlInstanceRtc...pré-requisito atendido.
    Verificando pré-requisito RewriteModule...pré-requisito atendido.
    Verificando pré-requisito SpeechPlatformRuntime...pré-requisito atendido.
    (...CUT...)
    Verificando pré-requisito MSSpeech_SR_zh-TW_TELE...pré-requisito atendido.
    Verificando pré-requisito UcmaWorkflowRuntime...pré-requisito atendido.
    Instalando todos os bancos de dados colocados...
    Executando comando do PowerShell: Install-CSDatabase -Confirm:$false -Verbose -LocalDatabases -Report "C:\Users\adauto.soares\AppData\Local\Temp\Install-CSDatabase-[2013_01_30][14_52_48].html"
    Habilitando novas funções...
    Esta etapa configurará serviços, aplicará permissões, criará regras de firewall etc.
    Executando comando do PowerShell: Enable-CSComputer -Confirm:$false -Verbose -Report "C:\Users\adauto.soares\AppData\Local\Temp\Enable-CSComputer-[2013_01_30][14_52_54].html"
    Falha na execução comando: Não encontrado: Site "34577"

    Web Apps had removed the Internal Lync (34577) and I don't know how to recreate or repair.


    I'll apreciate any help or directions.

    ReplyDelete
  36. Replies
    1. How do I decommission Lync Server 2013?

      Delete
  37. I'm having trouble with starting Lync Front End Server Service. All other services are running.
    Event viewer shows 2 errors again and again:

    Event ID: 30988
    Source: LS User Services
    Description:
    Sending HTTPS request failed. Server functionality will be affected if messages are failing consistently.

    Sending the message to https://LyncServer.lync.local:444/LiveServer/Replication

    failed. IP Address is 169.254.136.134. Error code is 2EFE. Content-Type is application/replication+xml. Http Error Code is 0.

    Cause: Network connectivity issues or an incorrectly configured certificate on the destination server. Check the eventlog description for more information.

    Resolution: Check the destination server to see that it is listening on the same URI and it has certificate configured for MTLS. Other causes may include network connectivity issues between the two servers.

    Event ID: 32178
    Source: LS User Services
    Description:
    Failed to sync data for Routing group from backup store

    Cause: This may indicate a problem with connectivity to backup database or some undefined product issue.

    Resolution: Ensure that connectivity to backup database is established and consistent. If the error persists, please contact Product Support with server traces.


    And 1 warning(translated with google translate):
    Starting the server delayed, as pool manager did not complete structures of the original location of users.

    Waiting for the routing group: {19F4D868-D0A1-53D8-BE89-1BFA7BDE645E}.
    Estimated number of unplaced groups: 2.
    Total number of groups: 2.
    Cause: This usually happens during a restart pool to bootstrap and start the server.
    If this message appears frequently, it indicates a lack of available pool of front-end servers.
    The solution:
    When you restart the large pool to bootstrap the process of placing can take up to one hour, as this is necessary to fill a database of all the front-end servers, the data from the backup. This usually happens during the start front-end server in the operating pool. If the problem persists, make sure that they work all the interface servers configured for this pool. If multiple front-end servers have recently been written off, run the Reset-CsPoolRegistrarState-ResetType QuorumLossRecovery, to pool could recover from the loss of a quorum and continue.

    ReplyDelete
  38. Hi!

    Could you please comment on how to deploy Lync 2013 clients to external non-domain users? I can't find much on the internet on this... :)

    Emil

    ReplyDelete
  39. Greetings,

    So far great instruction guide to a finicky product. I just wanted to add a comment about a quirk I found. I got to the first topology publication and continued to get errors. Searching through the logs I found access denieds. Working my way from making sure the ports were correct, etc I narrowed it down to permissions on the "share" folder where Lync intends to store DBs. Eventually I added "Network Service" (service account for SQL service to the permissions of the folder and it was fixed. I'm not totally sure how or why but just wanted to add this for anyone possible having topology publication problems.

    Thanks again for the guide.
    Best wishes and Regards,
    Robert Schley

    ReplyDelete
  40. I followed the instructions in the Matt Landis PDF http://gallery.technet.microsoft.com/Lync-Server-2012-9d6fe954. I was getting "all the channel servers are down." I reviewed this site instead and noticed that he specified servername\chat for the sql instance to use for the persistent chat. I did the same and when I tried to run thru the "Setup or remove Lync server components" I got an error connecting to the sql instance called servername\CHAT. I manually installed this instance. then it was able to create the database. I started the "lync server persistent chat" service then got eventid 18456 "Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Reason: Failed to open the explicitly specified database 'mgc'. [CLIENT: ]" I installed sql management studio and added "NT AUTHORITY\NETWORK SERVICE" as a sysadmin for the servername\CHAT instance. hope this helps someone.

    ReplyDelete
  41. Thanks Matt !

    I'm completely newbie in the Windows World and with your document I have now a working Lync install !

    Thanks again,

    Jeremy

    ReplyDelete
  42. Thank you for your step by step instructions, it was one of the best, I've ever followed!

    ReplyDelete
  43. Hi there,

    Can you please post the exact steps and requirements to connect externally from lync clients??

    ReplyDelete
  44. Hello Matt,
    thank you for this article, but I think I have a problem on the stage of the preparation of ACTIVE DIRECTORY and I have the following error message: "Not Available: Faillure occurred while Attempting to check the state diagram . Please Ensure Active Directory is reachable "and I execute on a domain controller, the sqlexpressrtc gives the error message that it has been installed pa. please help me

    ReplyDelete
  45. Hello Matt,
    I have installed all the prerequisites in 2012 OS, when I run Lync 2013 setup from installation folder getting error "In order to run the software,the microsoft .NET framework 4.5 (or greater) must be installed. Please install .Net Framework 4.5 before you install this software ".. I have verified .Net framework 4.5 and sub features are installed. Please help me to fix the issue.

    ReplyDelete
  46. Hi Matt,

    I am totally new to Lync. Do we really need Edge server for Voice and Video? or there is workaround or any other software can manage.

    Jazzy

    ReplyDelete
    Replies
    1. you need an edge to have external users (outside your network) connect to lync.

      you can do voice and video inside your network fine without and edge.

      you may want to read the section on edge in this article:
      http://social.technet.microsoft.com/wiki/contents/articles/15191.planning-implementing-and-using-microsoft-lync-server-2013-in-small-business-scenarios.aspx

      Delete
  47. I'm having problems getting the lync clients to sync the address book. We can browse the lync share however when I go to https://servername.local/abs/handler I'm getting prompted for credentials and cannot access the site. We can add contacts using name@servername.local.

    I have NET-WCF-HTTP-Activation45 feature installed.

    ReplyDelete
    Replies
    1. Having the same problem that Cshih. Any updates?

      Delete
  48. Hi Matt,
    Can i get Powershell scripts for Lync 2013 Front end server and Edge Server installation?
    I found few scripts for prerequisites from your post, and am customizing them with my little knowledge of PS1.

    If you could share this, it would be of great help !!

    ReplyDelete
  49. Question, I installed the Lync 2013 server and everything went well (accept adding my account as a user since im a domain admin it wouldn't let me but i got around that) where do i get the Lync 2013 client?

    ReplyDelete
    Replies
    1. Duh! its part of the office 2013

      Delete
    2. Wait that kinda sucks that there's not a stand along client like Lync 2010 am i wrong? is there a stand along client so we dont have to install Office 2013?

      Delete
    3. You can download the Lync 2013 Basic client seperately here:
      http://www.microsoft.com/en-us/download/details.aspx?id=35451

      Delete
  50. Hi,

    First: Thank's for this nice tutorial, this help's me to finally setup our Lync serve on our organization.

    Second: I like to contribute with this:

    Remember to add in your dns server an A type record for lyncdiscover.yourdomain.com if not your Lync Client some times gone to have trouble to connect.

    Third: For those who have's problem with ForestPrep this helps me to solve:

    1) Open your lync managment shell and run this:

    [code]Enable-CsAdForest -GroupDomain yourdomain.local -GroupDomainController dc.yourdomain.local -GlobalCatalog dc01.yourdomain.local [/code]

    Cheers!

    ReplyDelete
  51. When adding a user that is a member of the Domain Admins Group, you can add them using the Power Shell command

    Enable-CsUser -Identity "Joe Bloggs" -RegistrarPool "FE01.lab.local" -SipAddressType SamAccountName -SipDomain lab.local

    ReplyDelete
  52. Hi Matt, I Just want to Thank You for your guide, this was a very helpful resources, especially I'm an MCT.. :) I hope to read more of you.

    ReplyDelete
  53. Hi Matt,

    We try to publish our topology , we getting below mention error message.Kindly help us to resolve the issue.

    ****Creating DbSetupInstance for 'Microsoft.Rtc.Common.Data.XdsDatabase'****
    Initializing DbSetupBase
    Parsing parameters...
    Found Parameter: SqlServer Value lynclab.labdomain.in\rtc.
    Found Parameter: SqlFilePath Value C:\Program Files\Common Files\Microsoft Lync Server 2013\DbSetup.
    Found Parameter: Publisheracct Value LABDOMAIN\RTCUniversalServerAdmins.
    Found Parameter: Replicatoracct Value LABDOMAIN\RTCUniversalConfigReplicator.
    Found Parameter: Consumeracct Value LABDOMAIN\RTCUniversalReadOnlyAdmins.
    Found Parameter: Role Value master.
    Trying to connect to Sql Server lynclab.labdomain.in\rtc. using windows authentication...
    Exception Stack:
    Type: System.InvalidOperationException, Message: Cannot open Service Control Manager on computer 'lynclab.labdomain.in'. This operation might require other privileges.
    Type: System.ComponentModel.Win32Exception, Message: Access is denied

    ReplyDelete
    Replies
    1. check your account if you have the following access rights: Administrators;CSAAdministrator;Domain Admins;Enterprise ;Schema Admins;Admins;RTCCComponentsUniversalServices;RTCHSUniversalServices;RTCUniversalConfigReplicator;RTCUniversalAdmins

      when installing sql server use the same account when you install lync 2013.

      Thanks,

      Erwin

      Delete
  54. HI Matt,

    Im a newbie and now i succesfully installed and deployed Lync 2013 on a windows server 2012.A big tnx to you.Am eagerly waiting for your guide for mobile deployment(ios,android,windows) in Lync 2013.

    Thanks
    Vinod

    ReplyDelete
  55. My question is about testing procedures once Lync is installed or updated with a CU. Does anyone know where these can be found?

    ReplyDelete
  56. Hi Matt!!!

    we are waiting for your mobility deployment guide.Hope you will publis it soon :)

    ReplyDelete
  57. This comment has been removed by the author.

    ReplyDelete
  58. Good day,

    thanks for the good documentation!
    I am new to the world lync.


    I have installed a Lync2013 FE server according to these instructions.
    Now I have a question: what we need so we make a lync call / chatt
    Lync can connect to another external domain?
    (MyInternalDomain.ch -> Chat -> AnyExternalDomainHaveLync.ch

    On the firewall the port 8080 (80) 4443 (443) and 5061 is open.
    With the iphone I can join me and make internal calls.

    Thanks for the help
    yannick

    ReplyDelete
  59. Hi Matt!!!

    we are waiting for your mobility deployment guide.Hope you will publish it soon :).Also ,as TMG is over..can you please guide us to implement it through IIS ARR reverse proxy.Please help as it is very crucial for my production environment.A big thanks for all your documentations.....without this,i would have never got the courage to implement LYNC :( :)

    ReplyDelete
  60. I ve installed the lynce server on server 2008 R2 pointing to an DC running server 2008 aswell.
    all has gone well using the deployment wizard.
    when it came to starting services it is giving an error:
    Service RTCXMPPTGW failed to start within the expected timeframe.

    help me people,

    ReplyDelete
  61. Hi, i am getting below mentioned error while preparing current forest.

    Prepare Forest Active Directory settings execution failed on an unrecoverable error.
    Creating new log file "C:\Users\awadhesh.kumar\AppData\Local\Temp\Enable-CSAdForest-[2013_10_21][04_58_26].html".
    WARNING: Enable-CSAdForest failed.
    WARNING: Detailed results can be found at "C:\Users\awadhesh.kumar\AppData\Local\Temp\Enable-CSAdForest-[2013_10_21][04_58_26].html".
    Command execution failed: Active Directory operation failed on "mgmt-exch.mgmt.org". The object "CN=RTC Service,CN=Services,CN=Configuration,DC=dimts,DC=org" already exists.
    Please help me.

    ReplyDelete
  62. Holas, me sirvió la información que publicaste, no tuve ningún problema con la instalación

    ReplyDelete
  63. Hello,

    I have installed Lync 2013 standard and all is good though looking for some direction.

    My internal domain is Domain.local which is making it an issue when I want to message someone. As it looks at the users email address which is domain.com.

    If I message someone and search for MrX@domain.local it works fine. Though if I message someone searching the address book... mrx@domain.com it fails to deliver or verify their presence.

    ReplyDelete
  64. hii..really thanks for this topic...

    ReplyDelete
  65. This comment has been removed by the author.

    ReplyDelete
  66. Hello,

    I have installed Lync 2013 standard from your manual. When I try to log on client Lync message "Can't sign in to Lync Ther was a problem veryfing the certificate from the server."

    Please help me

    ReplyDelete
  67. Thanks for your tutorial. Works fine.
    I just have a problem with connecting mobile devices (iPhones).

    The phone always exits with "you cannot be connected. please chech your credentials and try again"

    do you have a tip for me?

    best regards, Matze

    ReplyDelete
  68. This comment has been removed by the author.

    ReplyDelete
  69. This comment has been removed by the author.

    ReplyDelete
  70. I don't have "User Interfaces and Infrastructure | Desktop Experience", "Windows Identity Foundation 3.5", or .NET Framework 4.5 under features on my 2008 R2 SP1 server. Are these features I need to download and install?

    ReplyDelete
  71. Hi

    i have follow all the steps which is you explain but facing one issue when i have Publish topology

    error log are given below please give me suggestion how to resolve this one

    TaskFailed: Task execution failed.

    Error: Could not find file ‘\\domain-name.com\C$\CsData\CentralMgmtStore\rtc\DbPath’.
    ▼ Details
    └ Type: FileNotFoundException
    └ ▼ Stack Trace
    └ at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)
    at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
    at Microsoft.Rtc.Common.Data.DatabaseManager.CreateDatabase(String dbFileBase, String dbPath, String logPath, Int32 dbSizeMB, Int32 logSizeMB, Int32 dbGrowthMB, Int32 logGrowthMB, Int32 maxDbSizeMB, Int32 maxLogSizeMB)
    at Microsoft.Rtc.Common.Data.DatabaseManager.CleanInstallDatabase(String dbFileBase, String initialScripfilePath, String dbPath, String logPath, Int32 dbSizeMB, Int32 logSizeMB, Int32 dbGrowthMB, Int32 logGrowthMB, Int32 maxDbSizeMB, Int32 maxLogSizeMB)
    at Microsoft.Rtc.Common.Data.DbSetupBase.CleanInstallDatabase()
    at Microsoft.Rtc.Common.Data.DbSetupBase.CreateOrUpdateDatabase()
    at Microsoft.Rtc.Common.Data.XdsDatabase.CreateOrUpdateDatabase()
    at Microsoft.Rtc.Management.Deployment.Tasks.DatabaseCreator.CreateDatabaseForFeature(String featureName, Boolean clean, Boolean update, String sqlServer, String instanceName, Boolean collocated, Boolean backup, Boolean noreindex, DatabasePathAssignment[] pathAssignments, Boolean broadCast, String& logfile)

    TaskFailed: An error occurred while creating or updating the database for feature CentralMgmtStore. For details, see the log file ‘C:\Users\Administrator\AppData\Local\Temp\2\Create-CentralMgmtStore-domain-name.com_rtc-[2014_02_06][06_40_29].log’

    TaskFailedResolution: Consult exception information and previous errors for more information on how to resolve this error.

    ReplyDelete
  72. Thank you for this step by step guide. We were able to get through everything with the exception of the last few steps adding users. Our current environment is running OCS 2007 r2 and we have users in AD already but when I go to the Users area I don't show any results... just figured it out (LDAP search and found my users).

    So my other question is how can I test Lync 2013 along side OCS 2007 r2 environment when our service record that Lync Server found is also assigned to OCS?

    ReplyDelete
  73. hello Matt. affter following the deployment step by step, Front-End Service is not running, its showing "Starting" and users cannot signing to the lync. please help with this.

    thanks

    ReplyDelete
    Replies
    1. Did you solve this problem? I tried everything that I found on the web but no go...

      Delete
  74. Hello Matt,
    I am trying to install Lync Server, the communication between WS 2012(where i want to install Lync) and the other WS2012 (where I configure AD) is done, i can ping in two ways , but on my start interface , the AD management doesn't appear ==> so i can't install Lync server , because there is a part on the installation (prepare AD)
    give me some advices to fixe it plz
    thanks

    ReplyDelete
  75. Such a great guide, very simple and easy to follow, thank you so much :)

    ReplyDelete
  76. First things first, thank you so much for this great guide! I was having a heck of a time doing it on my own, followed your blog post and bam! My Lync 2013 is up and running! :)
    Just one thing.... :)

    I can't for the life of me connect to the server?
    The laptop I'm using is connected to the same network, it's part of the domain, I can ping back and forth from lync>laptop , laptop>lync (both ip and name), I'm using Lync 2013 client, logged in with the same user I'm trying to connect (as a matter of fact lync client just auto filled the user for me), but stil no joy?I'm getting the error that the server is temporarily unavailable? All the services are running fine on the Lync server, I can, and have, add/remove users from the pool, etc... Just can't connect
    Any ideas?

    ReplyDelete
  77. tried everithing possible but the FE service is NOT starting. Better said; it keeps saying it is starting.

    Server 2012R2.

    ..... will keep using OCS2007 and wait for Lync 2014........

    ReplyDelete
    Replies
    1. Check all your services are running - especially the SQL services which is needed to enable the FE service to start

      Delete
    2. There are 3 SQL Server services: LYNCLOCAL, RTC, RTCLOCAL) and tey are started.
      There are also 3 SQL Server Agent services, These are disabled and stopped.

      I don't think thats the problem..

      AD: Server 2008 inc CA. Domain: 2008. lync server: 2012R2. Lync: 2013 latest.
      OCS2007SP1 is also running in the domain on another pool.
      maybe thats the problem?

      Delete
    3. If you look at the screenshot above showing services.msc, Matt's LYNC SERVER FE is also "starting" too. Ha Ha, he has the same problem that we all have. How come this service never starts?

      Delete
  78. Hi matt. very pleased to see the explanation. waiting for other interesting posts at a time when that will come.
    From bvba Woodstone

    ReplyDelete
  79. Hi, Lync Server is up and running but I can't sign in. I get a error:

    The user name, password, or domain appears to be incorrect. Ensure that you entred them correctly. If the problem continues, please contact your support team.

    I am 100% I entered the correct user info. I also tried this on another client pc, same error.

    ReplyDelete
  80. Hi Matt,

    1st of all.....Great job, followed your doc. it was a cakewalk for me.

    Now I'm looking for step by step Lync 2013 mobility deployment guide. Do you have one for that as well. :)

    Thanks and Regards,
    Ankit

    ReplyDelete
  81. How come my "Lync Server Front End" service, in the services.msc app will not start. It just hangs with "Starting" and then dies. Everything else, including DB is running. How can I see the application log?

    ReplyDelete
  82. How to solve the following problem when Installing Local Configuration Store:

    "Prerequisite not satisfied: This product cannot be installed on a domain controller"

    ReplyDelete
  83. This comment has been removed by the author.

    ReplyDelete
  84. Hello Matt, thanks for the instructions but like others I have a problem that I hope you can with....
    SETUP: Lync Std FE Server on Win 2012 VM server, in a subdomain, Lync install complete and running with no errors, however I can not get Lync 2013 Basic Clients to connect to the FE Server. I have installed the Basic Client on the FE Server itself AND a Win7 VM in the same domain, but neither will connect. I have added myself (and admin account) and 2 other test users in the Lync Control Panel, but neither of the Basic Clients will connect to the FE Server. Error indication is "cannot connect to the server".. any help is appreciated

    ReplyDelete
    Replies
    1. Try this tool; https://testconnectivity.microsoft.com/. Click on the "Client" tab, download/install, and enter your upn and password in the first two boxes. Note that if your setup is perfect but you get an Unauthorized error, it will go into an infinite loop. Best to choose a "Detailed" error response, copy what you can, and use that to help determine what is going on with your system. It should help a lot more than the absent Lync Debug event logs do. Best of luck to you James. By the way you're error sounds like your Front End Service isn't started - check out your Services to make sure. Again best of luck and if possible share your solution please.

      Delete
  85. Dear Sir,
    Can the certificate used on the lync edge server be (external )issued from microsoft CA or
    should be mandatory from approved public CAs
    Pls inform me
    Ghassan Droubi

    ReplyDelete
  86. We must specify OWA.lab.local in the DNs for obvious reasons.

    ReplyDelete
  87. Hi Matt, i would like an orientation relative to the installation of Lync Server 2013 in my company.
    Today we are already using Lync Online through Office 365 federating with our network through an AD FS, everything works perfect, however have a limitation of only 100 licenses, and a much greater demand from users about 250 currently we do not have how to increase the CALs of the Lync Online, our idea is to deploy a local server and migrate all accounts that do not require external access to Lync. My doubis the following, we already have a AD FS federated with Lync Online, so for I do communication between the two (online and local). I necessarily need a Server Edge. Because our idea is that users that are migrated to the local server will be only for those that need communicating internally, as we have limited resources, we think just climbing a Front End, but not sure that will work. Could you give us an opinion on this question.

    ReplyDelete
  88. Great Post, I love to read articles that are informative and actually have good content. Thank you for sharing your experiences and I look forward to reading more.
    24x7 Technical Support Service

    ReplyDelete
  89. I got the error while uploading the Power point file. the error said that "Sorry we couldn't upload pptx file because we are having trouble connecting to server "

    ReplyDelete
  90. Does anybody know how can we get Main.db file from an android tablet. visit more info Skype Technical Support and Call +1-800-231-4635 USA (Toll Free).

    ReplyDelete
  91. hello sir
    help me i got this error message on client machine during sign in Cannot sign in because the server is temporarily unavailable . tell me how to solve step be step ?? plz

    ReplyDelete
  92. hello sir
    help me i got this error message on client machine during sign in Cannot sign in because the server is temporarily unavailable . tell me how to solve step be step ?? plz

    ReplyDelete
  93. I am getting an error on step 3. "Local machine not present in local configuration store"

    ReplyDelete
  94. hi how to create location information for per client ?

    ReplyDelete

Note: Only a member of this blog may post a comment.