An error has occurred: Error HRESULT E_FAIL has been returned from a call to a COM component

This error message comes up with a user in InfoView attempts to modify/update a parameter when scheduling a report.  This is not isolated to one particular report and occurs on a sporadic basis.  Sometimes the user is able to successfully update the parameter with no error.  Other times this error message occurs.
Has anyone seen this before and have any thoughts?
Thank you.
An error has occurred: Error HRESULT E_FAIL has been returned from a call to a COM component

Hi
Could you check this SAP Note 1653410
                                                 1772120
                                               1568524
BR
SS

Similar Messages

  • RDLC Reports with Custom Font - Error HRESULT E_FAIL has been returned from a call to a COM component.

    Hi,
    I got an ASP.NET MVC (Razor View Engine and C#) application running on a Windows Azure Web Role.
    I use RDLC local reports to create pdf files with printable price tags with respective barcodes.
    I got it working on Azure after installing the barcode font (TrueType) using a start-up task. Recently, it stopped working without me changing anything related to this functionality.
    I'm getting the following error and so far I didn't find any solution. I know the problem is the barcode font because the pdf is generated well with a standard font like Arial. Also, it works perfectly with barcodes when running the app
    locally on my computer. 
    Error HRESULT E_FAIL has been returned from a call to a COM component.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: Error HRESULT E_FAIL has been returned from a call to a COM component.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.]
    System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) +0
    Microsoft.ReportingServices.Rendering.RichText.TextRun.ShapeAndPlace(Win32DCSafeHandle hdc, FontCache fontCache) +1450
    Microsoft.ReportingServices.Rendering.RichText.TextRun.GetWidth(Win32DCSafeHandle hdc, FontCache fontCache, Boolean isAtLineEnd) +30
    Microsoft.ReportingServices.Rendering.RichText.LineBreaker.GetLine(Paragraph paragraph, TextLine line, Win32DCSafeHandle hdc, FontCache fontCache, FlowContext flowContext, Single left, Single right, Single height, Stack`1 lineRunsIndex, Stack`1 lineRunsCharIndex, Int32 lineIndents) +266
    Microsoft.ReportingServices.Rendering.RichText.LineBreaker.FlowParagraph(Paragraph paragraph, Directions direction, Win32DCSafeHandle hdc, Single dpiX, FontCache fontCache, FlowContext flowContext, Boolean keepLines, SizeF flowContextSize, Int32& contentOffset) +768
    Microsoft.ReportingServices.Rendering.RichText.LineBreaker.Flow(TextBox textBox, Win32DCSafeHandle hdc, Single dpiX, FontCache fontCache, FlowContext flowContext, Boolean keepLines, Single& height) +617
    Microsoft.ReportingServices.Rendering.RichText.LineBreaker.Flow(TextBox textBox, Graphics g, FontCache fontCache, FlowContext flowContext, Boolean keepLines, Single& height) +182
    Microsoft.ReportingServices.Rendering.RichText.TextBox.MeasureFullHeight(TextBox textBox, Graphics g, FontCache fontCache, FlowContext flowContext, Single& contentHeight) +759
    Microsoft.ReportingServices.Rendering.HPBProcessing.TextBox.CalculateVerticalSize(PageContext pageContext) +467
    Microsoft.ReportingServices.Rendering.HPBProcessing.TextBox.DetermineVerticalSize(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors) +35
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItem.CalculateVertical(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, PageItem[] siblings, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors, Nullable`1 sourceWidth) +977
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.AddRowMember(TablixMember rowMember, Int32 colIndex, Int32 rowSpan, Int32 colSpan, LevelInfo childInfo, PageContext pageContext, Double updateWidth) +1104
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateRowMemberChildren(Tablix tablix, TablixMember rowMemberParent, Int32 defTreeLevel, Boolean parentBorderHeader, Int32 parentRowIndex, Int32 parentColIndex, Int32 sourceIndex, Boolean resetContext, Boolean parentHasFooters, LevelInfo parentLevelInfo, PageContext pageContext) +4255
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateRowMemberChildren(Tablix tablix, TablixMember rowMemberParent, Int32 defTreeLevel, Boolean parentBorderHeader, Int32 parentRowIndex, Int32 parentColIndex, Int32 sourceIndex, Boolean resetContext, Boolean parentHasFooters, LevelInfo parentLevelInfo, PageContext pageContext) +3657
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateTablixRows(Tablix tablix, TablixMember rowMemberParent, Int32 defTreeLevel, Boolean parentBorderHeader, Int32 parentRowIndex, Int32 parentColIndex, List`1& pageStructMemberCell, Boolean ignoreTotals, Boolean& finishLevel, Boolean parentHasFooters, CreateItemsContext createItems, Double startInTablix, Double endInTablix, PageContext pageContext) +4341
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateTablixItems(Tablix tablix, PageContext pageContext, CreateItemsContext createItems, Double startInTablix, Double endInTablix) +239
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.CreateVertically(PageContext pageContext, CreateItemsContext createItems, Double startInTablix, Double endInTablix, Double topInParentSystem) +374
    Microsoft.ReportingServices.Rendering.HPBProcessing.Tablix.DetermineVerticalSize(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors) +662
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItem.CalculateVertical(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, PageItem[] siblings, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors, Nullable`1 sourceWidth) +977
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItemContainer.DetermineContentVerticalSize(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors, Boolean resolveState, Boolean resolveItem) +496
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItemContainer.DetermineVerticalSize(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors) +281
    Microsoft.ReportingServices.Rendering.HPBProcessing.PageItem.CalculateVertical(PageContext pageContext, Double topInParentSystem, Double bottomInParentSystem, PageItem[] siblings, List`1 ancestors, Boolean& anyAncestorHasKT, Boolean hasUnpinnedAncestors, Nullable`1 sourceWidth) +977
    Microsoft.ReportingServices.Rendering.HPBProcessing.ReportSection.NextPage(RPLWriter rplWriter, Int32 pageNumber, Int32 totalPages, Double top, Double availableHeight, ReportSection nextSection, Boolean isFirstSectionOnPage) +1382
    Microsoft.ReportingServices.Rendering.HPBProcessing.Report.NextPage(RPLWriter rplWriter, Int32 totalPages) +384
    Microsoft.ReportingServices.Rendering.HPBProcessing.HPBProcessing.GetNextPage(RPLReport& rplReport) +437
    Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer.Render(Report report, NameValueCollection deviceInfo, Hashtable renderProperties, CreateAndRegisterStream createAndRegisterStream) +1021
    Microsoft.ReportingServices.Rendering.ImageRenderer.RendererBase.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, Hashtable& renderProperties, CreateAndRegisterStream createAndRegisterStream) +93
    My source code:
    LocalReport report = new LocalReport();
    // Rdlc file path
    report.ReportPath = Server.MapPath("~/Reports/PriceTags.rdlc");
    // Data source
    report.DataSources.Add(new ReportDataSource("productsDataSet", dataset1));
    // Some parameters
    ReportParameterCollection reportParameters = new ReportParameterCollection();
    reportParameters.Add(new ReportParameter("currency", "EUR"));
    reportParameters.Add(new ReportParameter("precision", 2));
    report.SetParameters(reportParameters);
    // FileContentResult GenPdf(LocalReport report, string filename)
    return GenPdf(report, "Price Tags");
    Any help on this issue would be welcome and sorry for any grammar mistakes.
    Thanks in advance.
    Vitor Pinto

    Hi Vitor,
    Thanks for your posting!
    It seems that the error may have more than one possibilities. I recommend you could try to use the Azure remote debugger to debug your cloud service project on Azure instance. Please see this tutorials:
    http://blogs.msdn.com/b/cie/archive/2014/01/24/windows-azure-remote-debugging.aspx
    You could debug your code using the cloud service URL.
    And you could enable the Diagnostics feature for collecting Logging Data by Using Azure Diagnostics (http://msdn.microsoft.com/library/gg433048.aspx).
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Ssis error: hresult e_fail has been returned from a call to a com component

    I am using VS 2013 (BIDS) to develop SSIS packages. It is running on a windows 2012 server.
    I have a dev server on which when i try to load an SSIS project using the solution file i get a bunch of errors, and then visual studio just closes. The error is:
    hresult e_fail has been returned from a call to a com component
    If i copy the project to another machine it works fine.
    If i open VS first, and then open the project using the proj file, it seems to work.
    Any ideas what might be causing this error? I can work for now, but am worried my project may be corrupted in some way so dont want to do too much work on it.

    It might be a corruption so a re-install is desired. But
    Use SSDT (VS2010 shell) that came with the SQL Server installation media to edit SSIS 2012 packages.
    Arthur
    MyBlog
    Twitter

  • BIDS 2008: Error HRESULT E_FAIL has been returned from a call to a COM component.

    Hi,
    I am using SQL Server 2008. Whenever I opened SQL Server 2000 DTS packages designer from BIDS2008 I am getting the below error.
    Error HRESULT E_FAIL has been returned from a call to a COM component.
    Could anyone please help me to solve the issue.
    Environment details:
    SQL Server 2008,
    VS2008(BIDS2008),
    Installed backward compatability(SQLServer2005_BC_x64.msi),
    Installed SQLServer2005_DTS.msi
    Copied dll and rll files as Microsoft recommended(https://msdn.microsoft.com/en-us/library/ms143755.aspx).
    Moved environmental variables(C:\Program Files(x86)\Microsoft SQL Server\80\Tools\Binn\;) to starting point. 
    Thanks, Raja

    Hi Raja,
    According to your description, this issue is more related to SQL Server. The SQL Server Integration Services forum is a better place for this issue, I will move it there for you.
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error HRESULT E_FAIL has been returned

    In my RDS 2012 i was running a "Recreated All Virtual Desktops" on a Pooled collection when in the middle this happened
    Get-RDVirtualDesktopCollectionJobStatus desktoppool
    CollectionName       : desktoppool
    Status               : UPDATE_VIRTUAL_DESKTOP_INPROGRESS
    TotalVirtualDesktop  : 44
    PercentCompleted     : 68%
    FailedVirtualDesktop : 1
    VirtualDesktopStatus :
        VirtualDesktopName   HostName                                 Status          Error
    ABC-VM8              ABCVH17.abc.forest.org               Completed.
    ABC-VM9              ABCVH17.abc.forest.org               Completed.
    ABC-VM2              ABCVH17.abc.forest.org               Failed          Error HRESULT E_FAIL has been
    returned...
    ABC-VM18             ABCVH17.abc.forest.org               Pending
    ABCVM20             ABCVH17.abc.forest.org               Pending
    ABC-VM22             ABCVH17.abc.forest.org               Pending
    It appears hung. What do i do continue and how do i figure out what caused this?

    Wasnt sure where to look in the event viewer. Any tips on where the errors would be?
    It took a while but what i ended up doing was deleting the "bad" boxes. I am not sure how the got to their broken state.
    I also could not delete them via the gui. I had to do it via powershell. It was odd i couldnt delete it with just the powershell command i had to pipe the resource like this
    Get-ClusterResource | Where-Object {$_.name -eq "Virtual Machine ABC-VM22"} | Remove-ClusterResource

  • "Internal error: An unexpected exception has occurred" error message displayed when browsing a cube.

    “Internal error: An unexpected exception has occurred“ error message displayed when browsing a cube.
    The error behaviour is quite irregular and does not occur for specific condition.
    Will cumulative update 9 for SQL Server 2008 R2 (SP1) installation help to fix the issue which is provided on the below link:
    (http://support.microsoft.com/kb/2152148)
    The current version of SQL Server I am using is as below:
    Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64)   Jun 17 2011 00:54:03   Copyright (c) Microsoft Corporation  Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)
    Thanks in advance for the help!

    Hi Mon,
    The hotfix you said is for Microsoft SQL Server 2008. So it will not work on your scenario since you are using SQL Server 2008 R2.
    Based on the limited information, we cannot give you the exact reason that cause this issue. In order to narrow down this issue, you can apply the latest Service Pack and Cumulative Update as GregGalloway said. Besides, you can troubleshoot this issue by
    using the Windows Event logs and msmdsrv.log.
    You can access Windows Event logs via "Administrative Tools" --> "Event Viewer".  SSAS error messages will appear in the application log.
    The msmdsrv.log file for the SSAS instance that can be found in \log folder of the instance. (C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Log)
    Here is a blog about data collection for troubleshooting Analysis Services issues, please see:
    Data collection for troubleshooting Analysis Services issues
    Regards,
    Charlie Liao
    TechNet Community Support

  • HT201210 what is error 3194? i tried to restore it and it said the an unknown error has occured, error 3194.

    i tried to restore it and it said the an unknown error has occured, error 3194.

    3194 means that iTunes cannot contact the update server to verify the update.  This can happen if the servers are being over loaded, or if the hosts file on your computer has been modified.  HINT:  This can also happen if your iPod was ever jail broken...
    Use the Search function.  If you cannot find the answer here, try using Google...

  • I cant update my software. It downloads updates , then says, 'an error has occurred and updates have not been installed'. I am now behind 6 months on updates. Any idea how to fix this?

    I cant update my software. It downloads updates , then says, 'an error has occurred and updates have not been installed'. I am now behind 6 months on updates. Any idea how to fix this?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Select "/var/log/install.log" from the file list. Post the messages from the last installation attempt, starting from the time when you launched the Installer or Software Update. Post the log text, please, not a screenshot.
    If there are runs of runs of repeated messages, please post only one example of each. Don’t post many repetitions of the same message.

  • My iPod classic, which is 6 years old is corrupted. A message that says ''Connect to iTunes to restore'' keeps on blinking on the screen, But when I connected it to iTunes it says an error has occured and my iPod has hung after i've disconnected it.

    My iPod classic, which is 6 years old is corrupted. A message that says ''Connect to iTunes to restore'' keeps on blinking on the screen, But when I connected it to iTunes it says an error has occured and my iPod has hung after i've disconnected it.

    Hi,
    Time to take your iPod in for service.
    You can make a Genius Bar reservation in advance if you are in the U.S.
    http://www.apple.com/retail/geniusbar/
    Carolyn 

  • A networking error has occurred: Error NSURLErrorDomain -1005 (-1005).

    Tiger 10,4,10 6 wks old, new Mac user. Believed I had a hacker, Genius Bar disconnected bluetooth and Wifi. 35 pass erase, reinstallation. While in the process of updating, everything updated (at least 7 items) EXCEPT iLife Support version 8.1 which gave me this error:
    "A networking error has occurred: Error NSURLErrorDomain -1005 (-1005). Make sure you can connect to the Internet, then try again."
    I have tried numerous times, still get this message. Any information?

    Welcome to Apple Discussions!
    I have gotten that error numerous times both with my iBook and with my MBP. I connect using the internal modem on the iBook and the external modem on the MBP using dial up. I have always just assumed it was a problem with the telephone line but I don't really know. I just keep trying and eventually I get a successful download. But I am curious about this too.

  • Error: the QueryInterface call on the COM component for the interface with IID '{00063033-0000-0000-C000-000000000046}' failed due to the following error: Library not registered.

    I have a outlook 2007 plugin created in VS 2008 that reads calendar meetings. This plugin also works with outlook 2010. I used to debug this application from VS 2010 as well.
    Last month, I installed Office 365 to test something. Later I uninstalled this version but after that my plugin application is crashing, every time a new appointment/meeting is created in calendar.
    I get the below error:
    Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Office.Interop.Outlook._AppointmentItem'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{00063033-0000-0000-C000-000000000046}'
    failed due to the following error: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
    Tekriti Software

    Thanks for your sharing and have a nice day.
    Yoyo Jiang[MSFT]
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • "an unknown internal condition has occured" error msg in MAX; fieldpoint module

    Hi All,
    I'm trying to resolve repeated 33162 errors on my Labview system (looks like it's a problem communicating with fieldpoint modules).
    I ran the MAX program to try and browse the fieldpoint controllers in the remote systems node, clicking on several of them caused
    a delay then the error msg. "an unknown internal condition has occured. Possible cause unrecoverable operating system error", see
    attached screenshot.  I should be able to browse the devices under the remote systems node, correct?
    Attachments:
    max-unknowninternalcondition.jpg ‏127 KB

    For any readers, I was able to solve the problem.  I had to reset one of my fieldpoint modules then the problem went away.  Must have been a communication problem between the PC and the fieldpoint module, so I don't see this error anymore.

  • "An internal error has occurred" error when exiting

    hey Adobe you've got a bug in your updater...
    read here:
    http://www.adobeforums.com/webx/.3c06325e/0
    I also experience this weird "An internal error has occurred" when quitting Acrobat 8.1.2 its there since the very minute i updated from 8.1... now i wish i could revert the update...
    UPDATES ARE SUPOSED TO IMPROVE THINGS NOT BREAK THEM !!
    Can anybody solve this ? I dont want to be force-quitting acrobat forever...

    ---- PROBLEM SOLVED IN MY CASE ------
    this is what i did:
    I have Acrobat 8.0.0 installed as a part of Creative Suite CS3 installation...
    1- i ran the Creative Suite CS3 installer
    2- i choose UNINSTAL Acrobat 8 only, leaving the rest of CS3 suite installed, its very important to UNINSTALL and not REINSTAL or REPAIR as REINSTALL or REPAIR doesnt help anything...
    3- after UNINSTALLING Acrobat 8 i used DiskOrder (or any good file manager which can search inside hidden and system folders) and searched for the word "Acrobat"
    4- i got about 70 results (mostly folders in Prefrences, Cache, etc.) i deleted manually everything related to Acrobat - that was pretty risky but i was lucky...
    5- i ran Creative Suite CS3 installer which gave me a new option INSTAL ACROBAT 8.0
    6- INSTALLED ACROBAT 8.0 and WITHOUT restarting i IMMEDIATELLY applied 8.1 and 8.1.2 updates
    7- restart
    DONE
    NO MORE "An internal error has occurred" MESSAGE WHEN EXITING ACROBAT

  • Windows Activation - an Error has occurred - Error 0xC0020012

    Hallo, since last week my Windows Server 2008 R2 Standard Server comes with a black screen. Control Panel - System - Windows activation: Status not available / Product ID: not available. I start slui.exe with different options in a administrator console:
    Error Code 0xC0020012 The Inferface is unknown. I use a KMS client key for activation against my KMS Server. All other Servers have no problems. Here are my MGA Log, Thanks for helping!!!:
    Diagnostic Report (1.9.0027.0):
    Windows Validation Data-->
    Validation Code: 50
    Cached Online Validation Code: N/A, hr = 0xc0000022
    Windows Product Key: *****-*****-YTKYR-T4X34-R7VHC
    Windows Product Key Hash: /uTAWFVa/vPwhjyCok7KW4mCaqQ=
    Windows Product ID: 00477-001-0000421-84477
    Windows Product ID Type: 1
    Windows License Type: KMS Client
    Windows OS version: 6.1.7601.2.00030110.1.0.007
    ID: {92691261-F3FE-4792-948E-B369ECDF9503}(3)
    Is Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: N/A, hr = 0x80070002
    Signed By: N/A, hr = 0x80070002
    Product Name: Windows Server 2008 R2 Standard
    Architecture: 0x00000009
    Build lab: 7601.win7sp1_gdr.140303-2144
    TTS Error:
    Validation Diagnostic:
    Resolution Status: N/A
    Vista WgaER Data-->
    ThreatID(s): N/A, hr = 0x80070002
    Version: N/A, hr = 0x80070002
    Windows XP Notifications Data-->
    Cached Result: N/A, hr = 0x80070002
    File Exists: No
    Version: N/A, hr = 0x80070002
    WgaTray.exe Signed By: N/A, hr = 0x80070002
    WgaLogon.dll Signed By: N/A, hr = 0x80070002
    OGA Notifications Data-->
    Cached Result: N/A, hr = 0x80070002
    Version: N/A, hr = 0x80070002
    OGAExec.exe Signed By: N/A, hr = 0x80070002
    OGAAddin.dll Signed By: N/A, hr = 0x80070002
    OGA Data-->
    Office Status: 109 N/A
    OGA Version: N/A, 0x80070002
    Signed By: N/A, hr = 0x80070002
    Office Diagnostics: B4D0AA8B-543-80070002_025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3
    Browser Data-->
    Proxy settings: ftp=internet.ospelt.com:8080;http=internet.ospelt.com:8080;https=internet.ospelt.com:8080
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default Browser: C:\Program Files\Internet Explorer\iexplore.exe
    Download signed ActiveX controls: Prompt
    Download unsigned ActiveX controls: Disabled
    Run ActiveX controls and plug-ins: Allowed
    Initialize and script ActiveX controls not marked as safe: Disabled
    Allow scripting of Internet Explorer Webbrowser control: Disabled
    Active scripting: Allowed
    Script ActiveX controls marked as safe for scripting: Allowed
    File Scan Data-->
    File Mismatch: C:\Windows\system32\wat\watadminsvc.exe[Hr = 0x80070003]
    File Mismatch: C:\Windows\system32\wat\npwatweb.dll[Hr = 0x80070003]
    File Mismatch: C:\Windows\system32\wat\watux.exe[Hr = 0x80070003]
    File Mismatch: C:\Windows\system32\wat\watweb.dll[Hr = 0x80070003]
    Other data-->
    Office Details: <GenuineResults><MachineData><UGUID>{92691261-F3FE-4792-948E-B369ECDF9503}</UGUID><Version>1.9.0027.0</Version><OS>6.1.7601.2.00030110.1.0.007</OS><Architecture>x64</Architecture><PKey>*****-*****-*****-*****-R7VHC</PKey><PID>00477-001-0000421-84477</PID><PIDType>1</PIDType><SID>S-1-5-21-3243731305-3211716977-3990838682</SID><SYSTEM><Manufacturer>HP</Manufacturer><Model>ProLiant
    DL360 G6</Model></SYSTEM><BIOS><Manufacturer>HP</Manufacturer><Version>P64</Version><SMBIOSVersion major="2" minor="7"/><Date>20130702000000.000000+000</Date></BIOS><HWID>EFB53D07018400FE</HWID><UserLCID>0409</UserLCID><SystemLCID>0409</SystemLCID><TimeZone>W.
    Europe Standard Time(GMT+01:00)</TimeZone><iJoin>1</iJoin><SBID><stat>3</stat><msppid></msppid><name></name><model></model></SBID><OEM/><GANotification/></MachineData><Software><Office><Result>109</Result><Products/><Applications/></Office></Software></GenuineResults>
    Spsys.log Content: 0x80070002
    Licensing Data-->
    On a computer running Microsoft Windows non-core edition, run 'slui.exe 0x2a 0x80070426' to display the error text.
    Error: 0x80070426
    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: N/A
    HealthStatus: 0x0000000000000000
    Event Time Stamp: N/A
    ActiveX: Not Registered - 0x80040154
    Admin Service: Not Registered - 0x80040154
    HealthStatus Bitmask Output:
    HWID Data-->
    HWID Hash Current: LAAAAAEAAgABAAEAAQAAAAAAAQABAAEAonbk/HZDdLmENE7E0vf2KDok6oI=
    OEM Activation 1.0 Data-->
    N/A
    OEM Activation 2.0 Data-->
    BIOS valid for OA 2.0: yes, but no SLIC table
    Windows marker version: N/A
    OEMID and OEMTableID Consistent: N/A
    BIOS Information:
      ACPI Table Name    OEMID Value    OEMTableID Value
      APIC            HP            ProLiant
      FACP            HP            ProLiant
      SRAT            HP            Proliant
      HPET            HP            ProLiant
      MCFG            HP            ProLiant
      SPCR            HP            SPCRRBSU
      FFFF            HP            ProLiant
      SPMI            HP            ProLiant
      ERST            HP            ProLiant
      FFFF            HP            ProLiant
      BERT            HP            ProLiant
      HEST            HP            ProLiant
      DMAR            HP            ProLiant
      SSDT            HP        CRSPCI0
      SSDT            HP        CRSPCI0
      SSDT            HP        CRSPCI0
      SSDT            HP        CRSPCI0
      SSDT            HP        CRSPCI0
    I have found this but does not work:
    http://social.technet.microsoft.com/Forums/en-US/e73439cd-3dc6-498b-a97e-ef29e62b8eff/activation-problem-0xc0020012-error?forum=w7itprosecurity
    -> I try this in a administrator console "slui.exe 0x03" =  Code 0xC0000022 - Access Denied A process has requested access to an object, but has not been granted those access rights.
    Thanks for helping!

    Hi,
    This is an answer from a similar thread:
    Open SERVICES.MSC
    look there for the Software Protection Service
    double-click on it
    In the Genral tab, you'll see a selection dropdown for Startup
    Select 'Automatic (Delayed Start)'
    Click on Apply - what happens?
    Now click on Start - what happens?
    close the window by clicking OK, and reboot
    run another MGADiag report.
    http://social.technet.microsoft.com/Forums/windows/en-US/a7879d40-550c-43ed-8eb8-64b9298ed6d4/win-7-activation-problem
    Have a try.
    Hope this helps.

  • When I use SSIS for extract from OLAP Database, then the error random occurred,Error Code = 0x80040E05

     I have tired for this!
    When I use SSIS for extract data from ssas, that means,I use mdx query.
    then random error occured.
    Hope some one can understand my poor English....
    And the Error Info show below.
    Code Snippet
    Error: 0xC0202009 at Data Flow Task - For Individual User Tech Points, OLE DB Source 1 1 [31]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E05.
    An OLE DB record is available.  Source: "Microsoft OLE DB Provider for Analysis Services 2005"  Hresult: 0x00000001  Description: "Error Code = 0x80040E05, External Code = 0x00000000:.".
    Error: 0xC004701A at Data Flow Task - For Individual User Tech Points, DTS.Pipeline: component "OLE DB Source 1 1" (31) failed the pre-execute phase and returned error code 0xC0202009.

    I have had the same error on SQL2008 and now on SQL2012 SSIS, but have been able to eliminate / workaround.
    We have a Loop Container in our Control flow that contains a data-flow task with an MDX source. The MDX query for the data-flow source is dynamically built (via an expression) on each iteration of the Loop container (however it always returns the "same shaped"
    results - only the filters in the WHERE clause are different).
    We've found the error to be somewhat intermittent - sometimes the package will complete successfully, other times it will fail with the 0x80040E05 error at varying iterations thru the container loop.
    To alleviate the problem we setup the SQL Agent job-step for this package to re-try on failure for up to 5 retries - not an ideal workaround, but it helped to improve the success rate of the Job.
    We have no idea why this error is occurring or what is causing it, however it appears to be timing-related in some way and I have only seen the issue when using a SSAS OLE-DB data source with a dynamically generated MDX query. I have managed to virtually
    eliminate the error from occurring with a not ideal workaround in the SSIS package - no idea why this works/helps (hopefully Microsoft will be able to work it out and resolve the issue as it's been plaguing us since SQL2008 and is still here in SQL2012
    SP1...
    Workaround for MDX causing 0x80040E05 error:
    Within our loop container we have added a Script task with OnSuccess precedent constraint to the data-flow task that contains the dynamically generated MDX source query. The script task simply introduces a WAIT in the processing immediately after the
    data-flow task completes of about 5 seconds, before allowing SSIS to continue with the next iteration (e.g. System.Threading.Thread.Sleep(5000)).
    With this delay in place we have had much more stable SSIS package executions - dont know why, but that's what we havce observed. Also note that when we migrated to SQL2012 SSIS packages the 0x80040E05 error returned, however we were able to eliminate it
    once more by increasing the WAIT time to 10 seconds on this script task.
    Now waiting for 10 seconds is not an ideal solution / workaround to this problem - particularly when it is contained within a Loop Container (in our case it has added nearly 30 minutes of "WAIT time" to the package execution duration), however this workaround
    is better than having the package fail 80%+ of the time...
    regards,
    Piquet

Maybe you are looking for