MPF Service Account Error in Deployment Tools

如果你在部署 MPS 的时候遇到类似以下问题:
Exception: Microsoft.Provisioning.DeploymentTool.Engine.DeploymentExceptionDeploymentFailed
HResult: -2146233088
Message: Deployment interrupted because of a failure. See inner exception.
Stack Trace:
   at Microsoft.Provisioning.DeploymentTool.Engine.Deployment.DoDeploymentWork()
   at Microsoft.Provisioning.DeploymentTool.MainForm.ExecuteDeploymentSlice()
--------------------
Inner Exception (1): Microsoft.Provisioning.DeploymentTool.Engine.NamedProcedureException
HResult: -2146233088
Message: <errorContext description="The network path was not found" code="0x80070035" executeSeqNo="27"><errorSource namespace="Computer Management Provider" procedure="Group IsMember" /><errorSource namespace="Deployment Automation" procedure="TryLocalGroupAdd_" /><errorSource namespace="Deployment Automation" procedure="AddMPFConfigAdmin_" /><errorSource namespace="Deployment Automation" procedure="ConfigureMPFServiceAccounts" /></errorContext>
Stack Trace:
   at Microsoft.Provisioning.DeploymentTool.Engine.ExecuteNamedProcDeploymentAction.CheckForFinished()
   at Microsoft.Provisioning.DeploymentTool.Engine.DeploymentAction.Update()
是可以手动解决的,方法如下:
Part of the process to configure the MPF Service Account is to read registry key HKLM\Software\Microsoft\Provisioning value "Configuration Server" and attempt to connect to the server listed there to add the MPFServiceAcct to the local administrators. However, since you used a named instance, that key is not the servername, it is the servername\instancename.

So we will need to configure the MPFServiceAcct manually doing the following:

1.       Add MPFServiceAccts group to the local Administrators group on your MPS server and all of the nodes of your MPS SQL server.

2.       Add MPFServiceAccts group to the "Windows-based Hosting Service Accounts" group in Active Directory.
3.       In the MPS Deployment Tool, right-click "Configure MPF Service Account" and choose "Force State." Choose the VerifiedGood state and click OK.

You should then be able to continue with your deployment.

4 Comments

pOweRK6,

I did everything you said, but I'm still getting the exact same error. Is there any other fix for this that you know?

Thanks, R.

Ruben,
Can you tell me your MPS/HMC version and your environment details like OS/SQL editions?
The workaround here is a bypass way to force the state as Good and Verified.

Regards,
PowerK6 (Randy Zhong)

Randy,
Thanks for your reply.
The HMC version I'm working with is 4.5.228.0. All the servers are virtualized in Citrix XenCenter, running on Windows Server 2003. The SQL version is 2005 with SP2.
Furthermore, I followed everything like described in the Deployment Guide except for one thing: the cluster instance name is not the standard "MPSSQLCLUSTER", but "MPSSQLCLUSTER1". This is because I had a cluster running before, but that one became corrupt. I believe this has something to do with it too, but I don't know how to change the path to the correct cluster instance (which is (after some thinking) necessary in my opinion).
Thanks in advance,
Ruben

Ruben,
On which MPS deployment step your encountered this error?
And I think the MPS SQL Cluster name can be specified as any names. That's may not the root cause.

-R

Leave a comment

Recent Entries

  • 解决 SQL 2008 Reporting Service 的 TeraData 扩展错误

    新装的一台 SQL Server 2008 SP1, 上面有跑数据库引擎和报表服务,新装后不久在事件管理器中频繁出现以下错误:Log Name:      ApplicationSource:        Report Server (MSSQLSERVER)Date:          7/2/2010 12:48:21 AMEvent ID:      108Task Category: ExtensionLevel:         ErrorKeywords:      ClassicUser:          N/AComputer:      M2AHKCRMWEB01.mail2any.localDescription:Report Server (MSSQLSERVER) cannot...

  • 配置OCS XMPP网关以支持OC和Jabber XCP联系人的通讯

    占个位...

  • 配置OCS XMPP网关以支持OC和Gmail联系人的通讯

    是的,您没有看错,我也没有写错!现在通过安装配置 XMPP 网关,您可以在 Office Communicator 中添加 Gmail (Google Talk)用户作为联系人,查看对方的忙/闲状态,并即时聊天。 微软的OCS团队早在去年就在其团队博客上面发布了配置指南,请移步 http://communicationsserverteam.com/archive/2009/10/01/599.aspx 查看。 另外本文也参考了MVP- Jeff Schertz 的博文 http://blogs.pointbridge.com/Blogs/schertz_jeff/Pages/Post.aspx?_ID=91 基本上,您需要在现有运行良好的 OCS 2007 R2环境中添置至少一台 XMPP 网关服务器,通过配置其相关设定,来支持和Gmail用户的连接。 下面我也说说我自己的经验和步骤: 一、拓扑图 我们先来看看微软官方文档中的一幅图: Gmail...

  • 为 phpBB3 配置 LDAP 认证

    最近需要架设个论坛,需要支持 LDAP 认证,一番Google之后,选择了来源的 phpBB3 废话不多说了,直接来看看 LDAP 认证设置部分. 管理员控制面板->客户端通信->认证设置 关键参数设置 LDAP 服务器名称: 192.168.1.21 --domain.local 域控的IPLDAP基础dn: OUTest, DC=Domain,DC=localLDAP uid: sAMAccountNameLDAP 用户 dn: CN=phpBB,CN=Users,DC=domain,DC=localLDAP 密码: phpBB用户的密码 因为2003以后域不再支持匿名用户查询,所以需要有个域用户来做 LDAP...

  • 解决 VMWare ESXi 4.0 在 VC 中主机硬件状态无法监控的问题

    最近 VMWare 释出了 VSphere 4.0 Update2 的更新,忍不住就把目前在跑的几台 Dell PE1950 给升级到了 Update2,别的都没啥问题,就是发现在 VC Client 中无法监测到主机的硬件状态了, 一点 Hardware Status,就出现 Error Message: "Hardware monitoring service not responding, the...

Close