AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 05.11.2015, 23:12   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
emeadaxsupport: MR error 'Sequence contains no elements' after applying CU13
Источник: http://blogs.msdn.com/b/axsupport/ar...ying-cu13.aspx
==============

After upgrading to MR 2012 CU13, you may encounter the following error on the CompanyProvider to Company task:

Sequence contains no elements.



This error will occur if there is a missing record in the Reporting.ControlCompanyIntegration table, in the Management Reporter database. To correct this, you’ll need to run the following queries:

select * from Reporting.ControlCompany



select * from Reporting.ControlCompanyIntegration



There should be an equal number of records in both tables. The exception is if you have Legacy companies. Legacy companies will be in the Reporting.ControlCompany table only. If there is a record in the Reporting.ControlCompany but not the Reporting.ControlCompanyIntegration, you’ll need to make a backup of your database and then run the statement below.



MERGE Reporting.ControlCompanyIntegration AS TARGET

USING Reporting.ControlCompany AS SOURCE ON (TARGET.ID = SOURCE.ID)

WHEN NOT MATCHED BY TARGET AND GLEntityID not in ('5F878A3C-5F4C-4806-B786-5CAB52C98F0F')

--Update the “1” as needed based on value in Reporting.ControlIntegrationSource

THEN INSERT (ID, SourceID) VALUES (SOURCE.ID, 1);





A permanent fix is scheduled in an upcoming release.



Notice:

"Microsoft provides programming examples for illustration only, without warranty expressed or implied, including, but not limited to, the implied warranties of merchantability or fitness for a particular purpose. This mail message assumes that you are familiar with the programming language that is being demonstrated and the tools that are used to create and debug procedures."

This is not an officially tested solution by Microsoft and should be fully tested before implementation.






Источник: http://blogs.msdn.com/b/axsupport/ar...ying-cu13.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
emeadaxsupport: Dynamics AX 2012 Services: Applying a XSL transform to a AIF XML document (Outbound Port) selects each value in the whole document instead of the elements specified Blog bot DAX Blogs 0 26.04.2013 00:13
emeadaxsupport: Enterprise Portal Dlls rules for applying hotfixes or moving environments Blog bot DAX Blogs 0 03.08.2011 09:11
emeadaxsupport: Batch tasks show no operation progress Blog bot DAX Blogs 0 22.09.2010 23:05
emeadaxsupport: Role Center is no longer showing up after installing an Application Roll-Up package Blog bot DAX Blogs 0 08.06.2010 19:05
emeadaxsupport: Workflow - user abc has no access to menu item PurchReqTable Blog bot DAX Blogs 0 28.10.2009 00:06

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 14:13.