为UCMA应用程序设置开发环境 [英] Setting up development environment for UCMA Application

查看:129
本文介绍了为UCMA应用程序设置开发环境的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须使用UCMA创建一个Lync机器人.在设置开发环境时,我一直面临很多挑战,而忘记了实际的编码.在提出问题之前,我想明确一点,我不是服务器/管理员,我的专长是在编程和开发方面,而不是服务器.

I have to create a Lync bot using UCMA. I have been facing a lot of challenges in just setting up a development environment, forget the actual coding. Before I put my question, I want to be clear that I am not a server/admin guy and my expertise lies on the programming and development side more than servers.

但是,我受命为Lync机器人开发过程设置所有服务器,并最终进行开发和测试.经过该社区一些成员的大量研究和大力帮助之后,我终于找到了自己想要的起点.

But, I have been tasked to setup all the servers for the Lync bot development process and finally develop and test the same. After a lot of research and big help from some members of this community, I have finally come to what I would like to call a starting point.

我的问题是:-

我有一个测试域,其中VM中已经安装了Lync服务器.还有另一个安装了ADDS服务器的VM.现在,根据我的理解,我必须创建一个应用程序服务器.我将复制属性设置为true并将中央管理存储的设置复制到本地管理存储.我将在 Application Server 中为我的应用程序创建一个应用程序池和一个应用程序终结点.现在的问题是:-

I have a test domain where a Lync server is already installed in a VM. There is another VM where an ADDS server is installed. Now, as per my understanding, I have to create an application server. I will set the replication property to true and replicate the settings of the central management store into the local management store. I will create an application pool and an application endpoint for my application in the Application Server . Now the question is:-

我在应用程序服务器中创建应用程序端点和应用程序池.但是,我在哪里以及如何连接这三台服务器?我的应用程序服务器与Lync Server或ADDS服务器之间没有连接.我尚未设置应用程序服务器.我问这个问题是为了消除我的疑惑.

推荐答案

现在,根据我的理解,我必须创建一个应用程序服务器.我将复制属性设置为true并将中央管理存储的设置复制到本地管理存储.

Now, as per my understanding, I have to create an application server. I will set the replication property to true and replicate the settings of the central management store into the local management store.

除非您要创建自动配置UCMA应用程序,否则您不想将复制属性设置为true.如果将其设置为true,则池中的每台服务器将一直处于该位置,以便Lync拓扑可以正确同步而不会出现错误.

Unless you want to create a auto provisioning UCMA application, you DO NOT want to set replication property to true. If you set it to true, each server in the pool HAS to there all the time so that the Lync topology can sync correctly without errors.

我建议始终将复制属性设置为false,这将使您的生活更加轻松.

I would suggest always setting replication property to false, and it will make your life a lot easier.

如果确实将其设置为true,则需要安装Lync服务器复制软件(需要一段时间).

If you do set it to true, then you need to install the Lync server replication software (takes awhile).

我将在Application Server中为我的应用程序创建一个应用程序池和一个应用程序终结点.

I will create an application pool and an application endpoint for my application in the Application Server .

让您的生活更轻松,并创建一个无需复制的单计算机应用程序池.

Make your life easier and create a single-computer application pool without replication.

我在应用程序服务器中创建应用程序端点和应用程序池.但是,我在哪里以及如何连接这三台服务器?我的应用程序服务器与Lync Server或ADDS服务器之间没有连接.

I create the application endpoint and the application pool in the application server. But where and how am I connecting the 3 servers? I don't see a connection between my application server and the Lync Server or the ADDS server.

应用程序池是在(注册商)的FE池下创建的.

The application pool is created under a FE pool of a (-Registrar).

创建受信任的应用程序时,必须说出它在哪个池上运行(-TrustedApplicationPoolFqdn).

When you create a trusted application, you have to say what pool it's running on (-TrustedApplicationPoolFqdn).

因此,该池将其绑定到FE池注册器,而受信任的应用程序将其绑定到仅允许在应用程序池服务器上运行.

So the pool ties it to a FE pool registrar and the trusted application ties it to only being allowed to run on the application pool servers.

Lync服务器通过作为UCMA设置数据的一部分提供的证书来验证您是否正在池上运行.此外,FE服务器还将在"-port"和受信任的应用程序池计算机名称上重新连接到您的应用程序.

Lync server verifies that you are running on the pool by the certificates that you provide as part of your UCMA setup data. Also the FE servers will also connect back to your applications on the "-port" and trusted application pool machine names.

我不知道您所说的"ADDS服务器"是什么意思.您是指AD服务器吗?没有连接.如果还有其他问题,我猜也没有任何联系.

I don't know what you mean by 'ADDS server'. Do you mean the AD server? There is no connection. If it's anything else, I'm guessing no connection as well.

这篇关于为UCMA应用程序设置开发环境的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆