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

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.

  • 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.

  • 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

  • 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

  • ....'error code -39 has been returned by the audio driver'....

    ...Any ideas what this could be guys?
    Keeps coming up in my session and I have no idea why!

    http://docs.info.apple.com/article.html?artnum=55743
    Type -39 error (Logical End-of-file reached during read operation)
    The Macintosh was expecting a marker to show it where the end of the file is on the disk. That marker is either missing or is in the wrong place. A crash is the most common cause, however a disk error or corrupt file can also cause this.
    Solutions: Recovering the file frequently fixes the problem. If it does not, make a clone of a backup, open the clone and try to import from the file that is giving the -39 error message.
    In other applications, using an Import or Insert command from inside a new document frequently works around the problem. You also might move/copy the file to another volume.
    If you get error -39s in combination with Apple loops, try this:-
    "Apparently there is a problem with any Apple Loop samples less than 100MB in size that are set to "loop mode" - you have to go thru w/ the Apple Loop Utility and set them all to one shot mode. Takes a bit of time, but solves the problem."

  • DPM 2012 UR3 Agent Update Error: HRESULT E_FAIL...DCOM Error

    My DPM Server is Windows 2008 R2 SP1 with a locally installed SQL and DPM Server and fully patched. My Workstations are all Windows 7 Ultimate x64, fully patched. I have manually installed the DPM RTM Agent and pushed the UR2 update from the DPM Server
    without any challenges or issues. I have SCEP running with process exclusions for the DPM services on the WS and DPM Server. I’ve been running DPM 2012 RTM and then UR2 without any issues or challenges to-date.
    I have recently updated my DPM 2012 Server from UR2 to UR3 and pushed out all the Agent Updates, which appeared to go successfully from the DPM Console perspective. I spot checked a few systems, 1 workstation (WS) and 1 server, everything looked good. A
    couple of days after this I noticed 2 of my workstations failed backing up to Tape. I noticed the recovery options available for these WS’s have stopped updating hours after pushing the UR3 Agent update. The 2 WS’s I'm troubleshooting have a little different
    scenario. I have 2 other WS’s that were updated in the same manner and are working perfectly.
    Both WS cannot connect to the DPM Server and displays this DCOM Error:
    "ERROR:ERROR HRESULT E_FAIL has been returned from a call to a COM component."
    The 1st WS DPM Client has a Yelow Sign over-lay and "Administrator has not configured backups." when you hover over it.
    The 2nd WS does not the Yellow Sign over-lay.
    All the properties of the Local DPM Client Console 'Summary and Protected item'  tabs are not updated on the 1st WS but are on the 2nd WS.
    1st WS process:
    The Recovery Tab shows the available recover dates to choice from.
    I can expand one of the backup dates, folders and copy a file to this system.
    I can view my previous recovery Points from the console dating back to when I updated the Agents.
    I’ve validated the DCOM settings on both WS's compared to a WS that is working, they are the same.
    I uninstalled the agent manually, then copied and reinstalled the new UR3 Agent Version with the same outcome.
    I uninstalled the new version and reinstalled the previous version, same error.
    I then proceeded with upgrading UR2 agent version installing the UR3 version over the top, same error.
    I logged on to this WS as the Domain Admin, removed and reinstalled the UR3 version, same error.
    I removed, applied and then re-added the DPM server to the local WS DPM and DCOM Groups.
    I removed, applied and then re-added the WS from the Groups on the DPM Server.
    I’m able to see, ping and view other backup folders presented on the DPM server on this WS.
    In the DPM Console I am able to connect to this Workstation successfully from the Administrative, Agent Space.
    The DPMClientProtectionCurr.errlog file shows this repeatedly:
    0FC0   
    065C    10/13   05:02:32.499 
    03        service.cpp(298)         
    [000000000021FD90]            
    ACTIVITY         
    CService::AnnounceServiceStatus
    0FC0   
    0D18    10/13   05:02:33.059 
    33        dlsclientprotection.cpp(778)           
    [00000000002BC850]            
    NORMAL          
    Connecting to DPM Server: (<Server.FQDN>)
    0FC0   
    0D18    10/13   05:02:33.171 
    33        dlsclientprotection.cpp(861)           
    [00000000002BC850]            
    WARNING         Failed: Hr: = [0x80004005] : Failed to set client OS details - ClientName:<WS.FQDN>, ClientOSVersion:6.1.7601, OSType:2, AgentVersion: 4.0.1920.0
    0FC0   
    0D18    10/13   05:02:33.171 
    33        dlsclientprotection.cpp(1490)           
    [00000000002BC850]            
    WARNING         Failed: Hr: = [0x80004005] : Failed to get connection to DPM server: lVal : ConnectToDPMServer(bstrClientMachineName, &pIUnknown, &fConnectionSuccessful, &dCurrentStatus,
    exceptionResult)
    The
    DPMRACurr.eerlog show this for both WS's:
    0EF0 1110 10/13 04:05:02.157 22 genericthreadpool.cpp(824) [000000000093C360]  NORMAL Hr: = [0x80070002] CGenericThreadPool::m_dwMaximumNumberOfThreads[20]
    0EF0 1110 10/13 04:05:02.157 03 miscellaneousutils.cpp(918)   NORMAL Error:ERROR_UNKNOWN_PRODUCT, While detecting DPM version. Assuming DPM isnt installed.
    And this one repeatedly:
    0BE8 08EC 10/13 13:59:40.404 29 radefaultsubtask.cpp(382) [00000000002F1640] 4F801526-72F2-4460-8760-F9D6E127FECB WARNING Failed: Hr: = [0x809909b0] : CRADefaultSubTask: WorkitemID does not exist, {DB3F138D-DE37-414D-BADC-5A161C6E7E1C}
    0BE8 08EC 10/13 13:59:40.404 05 defaultsubtask.cpp(546) [00000000002F1640] 4F801526-72F2-4460-8760-F9D6E127FECB WARNING Failed: Hr: = [0x809909b0] : Encountered Failure: : lVal : CommandReceivedSpecific(pCommand,
    pOvl)
    0BE8 08EC 10/13 13:59:40.404 05 defaultsubtask.cpp(751) [00000000002F1640] 4F801526-72F2-4460-8760-F9D6E127FECB WARNING Failed: Hr: = [0x809909b0] : Encountered Failure: : lVal : CommandReceived(pAgentOvl)
    The 2nd WS Process:
    I did not remove or touch the local agent installation because the information is populated on this client’s agent properties fields.
    I can see the folder selections I’ve chosen to be backed up by the protection group configuration.
    When i open the Agent UI I receive the sam DCOM error.
    I also receive a different error message on this WS when I try and do a Sync Now from the General Tab: Failed to trigger synchronization.
    I was able to perform a consistency check on this WS that completed successfully from the DPM server.
    I’ve validated the networking configuration settings are correct.
    I flushed local DNS cache.
    Thanks,
    Paul

    Hi,
    I have a Windows 7 x64 machine that exhibits this problem. It seems that it is not caused on the client side but on the server side.
    In our case the server logs the following every time the client tries to connect:
    WARNING    Verify disconnected client failed with exception: System.ArgumentException: Das Element wurde bereits hinzugefügt. Schlüssel im Wörterbuch: "<machinename>". Hinzuzufügender Schlüssel: "<machinename>".
    (Translation: Element has already been added. Key in Table: "<machinename>". Key to be added: "<machinename>".
    I have uninstalled the agent on the client several times. One time I have seen the following error message on the server side:
    Deployment.cs(2815)            NORMAL    Removing all agent records for server[<machinename>] from table InstalledAgent.
    ntlmutils.cpp(185)            WARNING    Failed: Hr: = [0x80070002] : Error trying to open key [HKLM\Software\Microsoft\Microsoft Data Protection Manager\Agent\2.0\NtlmAuthData\<machinename>]
    SchedulerImpl.cs(166)            NORMAL    Entering DeRegister, JobDefID: bafe2b8b-53b2-4694-aa28-9e2c6c152d51
    Catalog.cs(1006)            WARNING    No retry on exception The specified @name ('') does not exist. while executing sp_delete_alert
    Catalog.cs(1013)            WARNING    SqlException encountered, SqlRetryCommand diag details - SqlCommandText  => Name=msdb.dbo.sp_delete_alert, CommandType=StoredProcedure
    Catalog.cs(1013)            WARNING    CommandDiagInfo => CanRetry=False, CommandTimeout=3600
    Catalog.cs(1013)            WARNING    CommandParams   => Count=2, InTx=True
    Catalog.cs(1013)            WARNING         Param[0]   => ParameterName=@name | Value= | Size=0 | DbType=NVarChar | Direction=Input | IsNullable=False
    Catalog.cs(1013)            WARNING         Param[1]   => ParameterName=@RETURN_VALUE | Value=1 | Size=0 | DbType=Int | Direction=ReturnValue | IsNullable=False
    EventManager.cs(98)            NORMAL    Publishing event from SchedulerImpl.cs(838): JobScheduleChange, [JobDefID=bafe2b8b-53b2-4694-aa28-9e2c6c152d51]
    Errors on the client side appear the moment the agent is re-added to the DPM server (I use "connect agent" instead of "install agent"). After that moment I get the message "Error connection to the DPM server. Error: a COM-component returned E_FAIL" every time
    I open the DPM client. This is mirrored by the Verify error mentioned above on the server side.
    To me it seems that parts of the machine config are still in the MSDB after removal (maybe caused by the registry error). If this client is connected again, the orphaned database entries cause the Verify error
    If that's true, how could we get rid of those entries? Would it help to rename the client?
    Uwe

  • Exchange Provisioning - Error (User Has been deleted from AD)

    Hello Experts,
    User has been provisioned to AD successfully and I verified it manually by logging into AD server. But when I provision Exchange to User "Create Mailbox" task failed with the following error message "User Has been Deleted from AD".
    I am wondering what causing this issue? Can u assist me?
    Thanks & Regards
    INIYA

    Exchange provisioning task "Get Object GUID" returns "Value not set" . Is this the reason for the above error?
    Seems like AD provisioning process is creating user in AD but not setting Object GUID. Any idea how to resolve this?

  • AMEX says mail has been returned as undeliverable

    Ironically, I do get AMEX email and I also received the message that tells me mail has been returned undeliverable.
    Called AMEX which said Verizon may have a block on AMEX addresses, contact Verizon.
    I'm confused.

    I've seen similar from amex.  Probably they have timeouts and retries set low.  Obviously some comes through.

  • Error while creating sites on entire site collection - the file you are attempting to save or retrieved has been blocked from this web site by server administrator

    Hi,
    I am trying to create a new sub site. Everytime I try to create the site I get this error:
    the file you are attempting to save or retrieved has been blocked from this web site by server administrator
    This applies to almost all site templates except the "blank site" template. I am logged in as System Administrator.

    Issue resolved!
    Don't know how but somehow, xml was added to the Blocked file types. Removing the entry did the trick.

  • Just purchased online Adobe Acrobat XI Pro and error message appeared, but payment has been debited from my credit card already

    Hello,
    Just purchased online Adobe Acrobat XI Pro and error message appeared, but payment has been debited from my credit card already and I do not have the software, so paid for nothing.
    I am using a Mac OS X.
    Thanks for your help.
    Ossama

    [discussion moved to Acrobat Installation & Update Issues forum]

  • HT3819 How to resolve Remote error message - "This remote has been unregistered from itunes library."

    I am getting this error message on my iPhone 4 - "This remote has been unregistered from "my itunes Library. Plese select another library."
    This happens whenever I try to use the Remote App with my iTunes Library that is set up with Home Sharing on my iMac and iPhone.
    I have updated the OS software on iMac and iPhone, I follow all the directions for both Home Sharing and Remote set-up, I am using the same wi-fi connection, the same Apple ID and password, I have started over by deleteing the Remote App and then downloading it again, going back and putting in the 4-digit code so my iMac will recognize my iPhone, turning off Home Sharing and redoing that -  Something seems to be blocking my iPhone from connecting to my iMac iTunes.
    What is the solution? Any new ideas?

    I had this problem too with an iPhone 5, but resolved it.  This is what worked for me:
    I turned my VPN setting off (in the iPhone, Settings > VPN > toggle On/Off to Off).  After that, I could connect.  I'm not sure what will happen if and when I need to use a VPN, but for now I'm OK.
    Before that, I did the following, but am not sure it mattered:
    I downloaded and installed iTunes 11, unregistered all remotes (in iTunes: Preferences > Devices > Forget All Remotes), in the iPhone, invoked the Remote app and turned on Home Sharing.  During this process I rebooted my computer and the iPhone a couple of times, but am not sure that mattered either.

  • This book has been returned.  Loan not on record

    I've used Adobe Dig Ed on a Windows XP computer for years with no problems.  I recently switched over to Windows 8.1, and reinstalled Adobe DE, and went through the authorization step for the computer.  Then I downloaded two books from the library, and read them with no problems.  However, the next time I tried I ran into problems.  I am able to download the books to Adobe DE.  I can open the books in Adobe DE (but it would be tough to read in ADE on the computer, because of no formating). I can copy the books to my nook, the same way I always have, and they show up in my nook.  But when I try to open in Nook, I get "Error dialog - This book has been returned.  Loan not on record".
    I turned off Virus protection and tried again, with same results.
    Any help?

    Worked like a charm!!
    - Uninstalled 4.0, Installed 3.0.
    - De-authorized ADE, removed borrowed book from library (not returned, just remove!).
    - Re-authorize ADE, re-add book (no need to download again, just add already downloaded file) and move it to Nook.
    - Enjoy reading!
    So happy!!

  • InfoPath form, rich text fields, "There was a form postback error" InvalidOperationException, There has been an error while processing the form

    Using InfoPath 2013 browser enabled form.
    I am getting the above error on ALL Infopath Designed Rich Text fields, where the "Cannot be blank" attribute is set.
    To reproduce it, I create a custom list and custom list form with InfoPath 2013. I add 2 Rich Text fields and enable "cannot be blank". To raise the error, I put some data in the RT field. Skip to another field (so focus is changed and a postback
    occurs), then back to original field to delete the contents (to raise the validation).
    I originally thought it was associated with the HTMLCHKR.DLL not being registered (and I have re-registered it just in case), but the exception I get from the ULS logs reads (it is from a list AFTER I have re-registered the DLL):
    There was a form postback error. (User: 0#.w|myDomain\jc, Form Name: Template, IP: , Request: h t t p ://MyWebApp/MySite/Lists/rtAfterHtmlCHkrReg/Item/newifs.aspx?List=2212ff41-77b4-445b-931b-d7e538c9da91&Source=h t t p://MyWebApp/MySite/Lists/rtAfterHtmlCHkrReg/AllItems.aspx&RootFolder=&Web=3db49106-bdca-47bb-b4cd-a549d2d86aa7,
    Form ID: urn:schemas-microsoft-com:office:infopath:list:-AutoGen-2015-01-16T21:51:48:853Z, Type: InvalidOperationException, Exception Message: No content generated as the result of the operation.) 8cc5e09c-3665-903b-575a-faaac506c40a
    I noticed that errors associated with the HTMLCHKR.DLL not being registered would have some sort of COM exception (example: TYPE_E_LIBNOTREGISTERED or REGDB_E_CLASSNOTREG)
    I also should mention that this problem started happening about 3 weeks ago. We have extended the web application to handle HTTPS on the intranet zone (we had a reverse proxy project that did not eventuate) - would that cause something? How can I do further
    checking?

    Hi,
    I have done a test in my SharePoint, and I met the same issue with you.
    I created a custom list and custom list form with InfoPath 2013. I added 2 Rich Text fields and enabled "cannot be blank".  I put some content in the RT field, then delete the contents, I got the error message:"there has been an
    error while processing the form."
    Here is a similar post said that executing the command: regsvr32 "C:\Program Files\Common Files\Microsoft Shared\
    OFFICE14\htmlchkr.dll" will solve the issue.
    https://social.msdn.microsoft.com/Forums/en-US/eb2e0f6e-c8e4-4e92-ac5e-a09d72759eda/rich-text-field-error-in-webform?forum=sharepointcustomizationprevious
    But I just disabled "cannot be blank", and it solved the issue.
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Have photoshop 6 on a dead pc laptop with windows XP.  Have a pc laptop that has been upgraded from Vista 64 bit (where photshop wouldn't install) to windows 7 professional 32 bit (clean install).  Photoshop still won't install. Also having reinstallation

    I have photoshop 6 on a dead pc laptop with windows XP.  Have a pc laptop that has been upgraded from Vista 64 bit (where phootshop 6 wouldn't install) to windows 7 professional 32 bit (clean install).  Photoshop still won't install. Also having reinstallation issues with pse6 on this same pc.  Pse6 was installed and working on vista 64bit version of the OS, now won't install on rebuilt windows professional 7 32bit (keeps giving me serial number not valid errors).  I'm not trying to pirate these programs.  Just want to reinstall them.

    you need,
    Windows 98, Windows 2000, Windows NT 4.0 with Service Pack 4, 5, or 6a, or Windows Millennium
    Microsoft Windows 98/Millennium/2000/NT 4.0 (Service Pack 4, 5, or 6a required)

Maybe you are looking for