AXForum  
Zurück   AXForum > Microsoft Dynamics AX > DAX Blogs
DAX
Kennwort vergessen?
Registrieren Forum Rules Hilfe Benutzerliste Heutige Beiträge Suchen

 
 
Themen-Optionen Thema durchsuchen Ansicht
Alt 05.11.2015, 23:12   #1  
Blog bot ist offline
Blog bot
Участник
 
25.644 / 848 (80) +++++++
Registriert seit: 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, напишите личное сообщение администратору.
 

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
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

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Gehe zu

Рейтинг@Mail.ru
Alle Zeitangaben in WEZ +3. Es ist jetzt 09:06 Uhr.
Powered by vBulletin® Version 3.8.5 (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.