Friday, May 7, 2010

How to configure Web Scheduler in Microsoft office commucation server 2007

How to configure web scheduler without using outlook

This is a very important for those who are not using exchange or outlook in their premises. In outlook we use conference Add In pack to schedule the live meeting. but Now from this configuration people who are using OCS but not exchange they can able to schedule the live meeting.

To install Web Scheduler


You can download the web scheduler from below mentioned link:


http://www.microsoft.com/downloads/details.aspx?FamilyId=96B42DC8-E769-4EFD-B7A6-ECA03058F8AD&displaylang=en

In the Microsoft Office Communications Server 2007 R2 Deployment Tool, run the WebScheduler.msi.

1. If you are installing this on an Enterprise Edition Pool, step 1 must be performed on every server in the pool that has Web Components installed on it. In addition, the load-balancer must be configured to use Client IP Affinity to ensure that multiple HTTP requests from a user reach the same server that the user logged on to at the start of the session.

2. Activate the Web Scheduler. Use the same user name and password that you used to activate Web Components on the computer to activate Web Scheduler by doing one of the following, as appropriate for the edition of Office Communications Server:

* Standard Edition. At a command prompt, issue the following command:

LcsCmd.exe /web /action:Activate /role:Meeting /poolname: /User: /Password:

Where pool_name is the name of the computer (for example, computer1) and user_name and password are the same credentials that you used to activate Web Components on this computer.

* Enterprise Edition. At a command prompt, issue the following command:

LcsCmd.exe /web /action:Activate /role:Meeting /poolname: /User: /Password: /guest: /guestpassword:

Where pool_name is the name of the Enterprise pool name (for example, pool1). and user_name and password are the same credentials that you used to activate Web Components on this pool. For the guest user and guest password, use the same guest user account name and password that you used to activate Web Components on the computer.

The defualt Guest Account it RTCGuestAccessUser - This part held me up for a while.

Note

LcsCmd.exe tool is located under %CommonProgramFiles%\Office Communications Server 2007 R2.If you do not remember the user name used to activate Web Components, use the following steps. Open IIS Manager (%SystemRoot%\system32\inetsrv\iis.msc), and then navigate to Local Computer, Application Pools, and LSGroupExpAppPool. Right-click LSGroupExpAppPool, click Properties, and then click the Identity tab. Note the user name under Configurable identity type. You only need the name part of the string. If the user name string is Domain\RTCComponentService, RTCComponentService is what you need to use in the activation procedure..

3. Do one of the following to configure an SMTP server:

* Run the WebSchedulerConfig.vbs script. For details, see “Using the WebSchedulerConfig.vbs Script” later in this guide.

* Go to the installation location for Web Components (by default, %systemdrive%\Program Files\Office Communications Server 2007 R2 Web Components), and then edit the Web.config files under the conf\int and conf\ext directories by using Notepad to change the SMTPServer value from an empty string to the FQDN of an SMTP server in the enterprise.

Note

The SMTP server needs to permit the \RTCComponentService account to relay e-mail on behalf of any enterprise user.

Verify the Web Scheduler URLs. In a Web browser, go to https:///conf/int and then to https:///conf/ext. In these URLs, the internal Web FQDN and external Web FQDN refer to configuration settings provided when you installed the Standard Edition server or Enterprise Edition Pool.

Thanks & Regards

Zahoor Hakeem

3 comments:

  1. HI ALL,

    You may find the Error when you run the command Lcscmd.exe like "Wrong password or user name" you can simply bypass that. becuase your cofiguration is almost done. Nut if you are not ablt to open the link: Https://localhost/conf/int then open the Inetmgr and click on application pool you will find the meetingpool click on basic setting set the user to RTCComponentService.

    Thanks & Regards
    Zahoor Hakeem.

    ReplyDelete
  2. Thanks! great article, do you know how can i enable RTCComponentservice to relay mail in behalf of any enterprise user? thanks

    ReplyDelete
  3. It seems Web Scheduler can only send email invitations to internal users, how can i enable it to send to external users?

    ReplyDelete