Показать сообщение отдельно
Старый 19.10.2014, 17:56   #6  
ax_mct is offline
ax_mct
Banned
 
2,548 / 1091 (0) ++++++++
Регистрация: 10.10.2005
Адрес: Westlands
Цитата:
Сообщение от Damn Посмотреть сообщение
Как всё-таки удалось справиться с этой ошибкой ?
The above error occurs if:

(a) You are deploying to an existing web site created in SharePoint 2010 and
(b) The application pool user account associated with this web site is not the bcproxy user account

The Application pool associated with the EP web site nust run as the BCProxy user account setup in your AX environment.


To resolve this issue change the application pool account using SharePoint 2010 Administration. Do not directly change the account in the application pool using IIS Manager:

(1) Run SharePoint 2010 Central Administration

(2) Click on Security on the left-hand bar

(3) Under General Security click on Configure managed accounts

(4) Click on the link Register Managed Account and add the BCProxy user account that is setup for your AX environment.

(5) Now change the application pool user as follows. Click on Security on the left-hand bar and then under General Security click on Configure service accounts.

(6) From the Select one… drop-down box, select the Web Application Pool associated with your EP Web site and under Select an account for this component, select the BCProxy user account you just added above, and click OK.

(7) Read the message that is displayed and click OK.

(8) Wait for the changes to apply, and if successful, the Security form will be shown again.

(8) Run IIS Manager, and under application pools, verify that the new account is now displayed

(9) Open up an elevated cmd prompt an run IISRESET.EXE /noforce on all your servers in the farm.

http://blogs.msdn.com/b/emeadaxsuppo...10-server.aspx

---
On section 4 in this list, you might get the error "The given key was not present in the dictionary".

If you get this error you need to access your Active Directory server and follow these guidelines:

- Open up "Active Directory Users and Computer"

- Select "Advanced features" from the "View" menu

- Right-click the bcproxy account and select "Properties"

- Select the "Securities" Tab

- Scroll down and select "Authenticated users" in the "Group or user names:" field

- Allow "Read" permissions in the "Permissions for Account Operators" field just below

- Hit Ok

Wait some seconds while the AD is updated, then try register the managed account again on the SharePoint Server.

Последний раз редактировалось ax_mct; 19.10.2014 в 17:59.