Get error from SQL AGENT: The SSIS Runtime has failed to enlist the OLE DB connection in a distributed transaction with error 0x8004D024

I am running SQL Agent that executes an SSIS process from sql server1. The SSIS process executes its SQL/tables/sp’s  against another sql server2.
I get an error after adding data flow tasks with transaction supported within a sequence with transaction required. The error, “The SSIS Runtime has failed to enlist the OLE DB connection in a distributed transaction with error 0x8004D024 "The transaction
manager has disabled its support for remote/network transactions"
Prior to adding this sequence everything was working from sql agent, and there were other sequences with oledb destinations.
Everything works when running within SSIS Package.
I see this article on similar issue,
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0bfa2569-8849-4884-8f68-8edf98a9b4fe/problem-to-execute-a-package-and-tasks-with-a-certain-transactionoption-property-i-need-help?forum=sqlintegrationservices
“I had similar issue and solved by setting the following on both the machines. Allow Remote Clients, Allow Remote Administration,
Allow Inbound Clients, Allow Outbound Clients, and TIP are enabled in Component Services/My Computer/Properties/MSDTC/Security Configuration.”
I don’t want to remove transaction required for the “Remove Duplicates from Staging” sequence.
Anyone seen this?
Greg Hanson

DTC was running on remote computer. The problem was it was no longer accepting transactions from remote servers. This was in SSIS so I had to turn to "Transaction Supported" for all Data Flow Transactions.
Greg Hanson

Similar Messages

  • TS1702 How do I report a "bad" app product to Apple? The App developer has failed to address the problem and keeps on selling a product which does not work. Surely Apple has some liability in this case or at the very least some responsibility.

    How do I report an App that is not working and the seller has not fixed the problem yet is continuing to sell it? People are being ripped off and Apple does not seem to care.

    sophiesheu wrote:
    I recently purchased a scam app (GPS map Virgin Islands) by the Kaart Data LLC.  I first emailed the developers and got a quick response: "we are sorry that you don't like the app, but we don't do refund".  I went to the "Report a Problem" link from Apple like King_Penguinsuggested, and got a response from Apple saying they will refund the whole amount and start an investigation on that app.  So it definitely worthes a try.
    Glad you got some resolution on that. I'm not familier with the app you had issues with, but the one the OP was questioning is very highly regarded and widely sold. Odds are the issue was with his iPad and he never responed to inquiries about troubleshooting (I suspect he had not tried much of anything).

  • Errors running SQL Agent Jobs for 64 bit SSIS packages on a 64 bit server, but Source server 32 bit

    Hi,
    I can able ran the SSIS package in BIDS, since set to false in Run64BitRuntime property.
    Then I created SQL server Agent job I tried the following ways
    Step 1:
    Type is set as SQL Server Integration Services Packages,
    Run as - SQL Server Agent Service Account
    Package source - FileSystem
    then Execution option tab I selected 32 bit runtime
    and then run the job I am getting the below error
    Message
    Executed as user: CIT\svc_CS_SS2008Agent. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.2100.60 for 32-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  7:29:17 AM  Error: 2013-11-28
    07:29:18.57     Code: 0xC0014020     Source: Example Connection manager "DataSource.DataExtract"     Description: An ODBC error -1 has occurred.  End Error  Error: 2013-11-28 07:29:18.57    
    Code: 0xC0014009     Source: Imports20_OAC_Gifts Connection manager "DataSource.DataExtract"     Description: There was an error trying to establish an Open Database Connectivity (ODBC) connection with the
    database server.  End Error  Error: 2013-11-28 07:29:18.59     Code: 0x0000020F     Source: DFT_Example ODBC_SRC Example [11]     Description: The AcquireConnection method call to the connection
    manager DataSource.DataExtract failed with error code 0xC0014009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.  End Error  Error: 2013-11-28 07:29:18.59    
    Code: 0xC0047017     Source: DFT_Example SSIS.Pipeline     Description: ODBC_SRC Example failed validation and returned error code 0x80004005.  End Error  Error: 2013-11-2
    Step 2:
    Type - Operating sytem (CmdExec)
    Run as - Sql Server agent service account
    Command - C:\Program Files\Microsoft SQL Server\110\DTS\Binn\dtexec.exe /FILE "D:\Example\Example.dtsx" /x86  /CHECKPOINTING OFF /REPORTING E
    then run the job I am getting the below error
    Message
    Executed as user: MIS\svc_CS_SS2008Agent. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.2100.60 for 64-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  6:37:58 AM  Error: 2013-11-28
    06:37:58.94     Code: 0xC0014020     Source: Example Connection manager "DataSource.DataExtract"     Description: An ODBC error -1 has occurred.  End Error  Error: 2013-11-28 06:37:58.96    
    Code: 0xC0014009     Source: Example Connection manager "DataSource.DataExtract"     Description: There was an error trying to establish an Open Database Connectivity (ODBC) connection with the database server. 
    End Error  Error: 2013-11-28 06:37:59.01     Code: 0x0000020F     Source: DFT_Example ODBC_SRC Example [11]     Description: The AcquireConnection method call to the connection manager DataSource.DataExtract
    failed with error code 0xC0014009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.  End Error  Error: 2013-11-28 06:37:59.07     Code: 0xC0047017    
    Source: DFT_Example SSIS.Pipeline     Description: ODBC_SRC Example failed validation and returned error code 0x80004005.  End Error  Error: 2013-11-28 06:37:59.12     Code: 0xC004700C    
    Source: DFT_Example SSIS.Pipeline     Description: One or more component failed validation.  End Error  Error: 2013-11-28 06:37:59.16     Code: 0xC0024107     Source: DFT_Example     
    Description: There were errors during task validation.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).Started:  6:37:58 AM  Finished: 6:37:59 AM  Elapsed:  1.373 seconds.  Process Exit Code 1. 
    The step failed.
    Note:
    My source server is 32 bit and development environment in 64 bit
    if anybody have idea please share your knowledge

    Hi BIRam,
    Based on the current information, the issue may be caused by the factor that the SQL Server Agent Service Account doesn’t have access to the MySQL server. Try to create a SQL Server Agent Proxy account that has sufficient permission on the MySQL server.
    In addition, also pay attention to the package protection level setting.
    For more information, please see:
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/e13c137c-1535-4475-8c2f-c7e6e7d125fc/how-do-i-troubleshoot-ssis-packages-failed-execution-in-a-sql-agent-job?forum=sqlintegrationservices.   
    Regards,
    Mike Yin
    TechNet Community Support

  • How can I fix the Runtime Error R6034 so that I can correctly install iTunes on my PC ? I get a notice that states ' An application has made an attempt to load the C runtime library incorrectly - Please contact the application's support team for more info

    How can I fix the Runtime Error R6034 so that I can correctly install iTunes on my PC ? I get a notice that states ' An application has made an attempt to load the C runtime library incorrectly - Please contact the application's support team for more info

    Hey Debbiered1,
    Follow the steps in this link to resolve the issue:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    When you uninstall, the items you uninstall and the order in which you do so are particularly important:
    Use the Control Panel to uninstall iTunes and related software components in the following order and then restart your computer:
    iTunes
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Important: Uninstalling these components in a different order, or only uninstalling some of these components may have unintended affects.
    Let us know if following that article and uninstalling those components in that order helped the situation.
    Welcome to Apple Support Communities!
    Take care,
    Delgadoh

  • Connecting to the LOB system has failed. A network-related or instance-specific error occurred while establishing a connection to SQL Serve

    Hi!
    I'm using consume adapter service> sqlbinding >  to connect to sql database in order to generate sql schemas.
    I'm getting below error:
    Connecting to the LOB system has failed. 
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified).
    Christiane

    Hi, 
    As suggested earlier this seems to be a DTC related issue. It can only occur if the DTC settings are not proper or if firewalls don't allow the default ports to communicate.
    Check DTC settings on both SQL and BizTalk Box and also check if MSDTC service is up and running.
    Go to Start
    à Run
    à (type in) Dcomcnfg. You should be inside Component Services MMC.
    Expand Component Services
    à Computers
    à My Computer (right click)
    à Properties
    à MSDTC tab
    à Security Configuration button.
    Select the checkboxes as following : 
    Check the below article from Microsoft Support Team, they have listed all the errors which may come during setting up a new system. They also have your MSDTC error listed.
    Resolving the issues you may face during BizTalk Runtime Configuration
    Thanks,
    Prashant
    Please mark this post accordingly if it answers your query or is helpful.

  • Connecting to the LOB system has failed. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is

    hi ,
    when generate the schema , i  got the below error, please any one put your inputs:
    Connecting to the LOB system has failed.  A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server
    is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server).

    thaks shanky,
    but facing another , after generate schema from  WCF_SQL, im unable get elements in my schema.
    this is schema generate from storeprocduer , but thru WCF-sql im unable get the elements like
    id, name
    <xsd:schema targetNamespace="urn:schemas-microsoft-com:sql:SqlRowSet2" xmlns:schema="urn:schemas-microsoft-com:sql:SqlRowSet2" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sqltypes="http://schemas.microsoft.com/sqlserver/2004/sqltypes" elementFormDefault="qualified">
      <xsd:import namespace="http://schemas.microsoft.com/sqlserver/2004/sqltypes" schemaLocation="http://schemas.microsoft.com/sqlserver/2004/sqltypes/sqltypes.xsd" />
      <xsd:element name="Test.dbo.sample">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="id" type="sqltypes:int" minOccurs="0" />
            <xsd:element name="name" minOccurs="0">
              <xsd:simpleType>
                <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1033" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth" sqltypes:sqlSortId="52">
                  <xsd:maxLength value="1000" />
                </xsd:restriction>
              </xsd:simpleType>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:schema>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>18</id>
      <name>BIRADAR</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>18</id>
      <name>BIRADAR</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>19</id>
      <name>sw</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>18</id>
      <name>BIRADAR</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>14</id>
      <name>swe</name>
    </Test.dbo.sample>
    <Test.dbo.sample xmlns="urn:schemas-microsoft-com:sql:SqlRowSet2">
      <id>13</id>
      <name>se</name>
    </Test.dbo.sample>

  • Is there a way to get long running SQL Agent jobs information using powershell?

    Hi All,
    Is there a way to get long running SQL Agent jobs information using powershell for multiple SQL servers in the environment?
    Thanks in Advance.
    --Hunt

    I'm running SQL's to fetch the required details and store it in centralized table. 
    foreach ($svr in get-content "f:\PowerSQL\Input\LongRunningJobsPowerSQLServers.txt"){
    $dt = new-object "System.Data.DataTable"
    $cn = new-object System.Data.SqlClient.SqlConnection "server=$svr;database=master;Integrated Security=sspi"
    $cn.Open()
    $sql = $cn.CreateCommand()
    $sql.CommandText = "SELECT
    @@SERVERNAME servername,
    j.job_id AS 'JobId',
    name AS 'JobName',
    max(start_execution_date) AS 'StartTime',
    max(stop_execution_date)AS 'StopTime',
    max(avgruntimeonsucceed),
    max(DATEDIFF(s,start_execution_date,GETDATE())) AS 'CurrentRunTime',
    max(CASE WHEN stop_execution_date IS NULL THEN
    DATEDIFF(ss,start_execution_date,stop_execution_date) ELSE 0 END) 'ActualRunTime',
    max(CASE
    WHEN stop_execution_date IS NULL THEN 'JobRunning'
    WHEN DATEDIFF(ss,start_execution_date,stop_execution_date)
    > (AvgRunTimeOnSucceed + AvgRunTimeOnSucceed * .05) THEN 'LongRunning-History'
    ELSE 'NormalRunning-History'
    END) 'JobRun',
    max(CASE
    WHEN stop_execution_date IS NULL THEN
    CASE WHEN DATEDIFF(ss,start_execution_date,GETDATE())
    > (AvgRunTimeOnSucceed + AvgRunTimeOnSucceed * .05) THEN 'LongRunning-NOW'
    ELSE 'NormalRunning-NOW'
    END
    ELSE 'JobAlreadyDone'
    END)AS 'JobRunning'
    FROM msdb.dbo.sysjobactivity ja
    INNER JOIN msdb.dbo.sysjobs j ON ja.job_id = j.job_id
    INNER JOIN (
    SELECT job_id,
    AVG
    ((run_duration/10000 * 3600) + ((run_duration%10000)/100*60) + (run_duration%10000)%100)
    +
    STDEV
    ((run_duration/10000 * 3600) + ((run_duration%10000)/100*60) + (run_duration%10000)%100) AS 'AvgRuntimeOnSucceed'
    FROM msdb.dbo.sysjobhistory
    WHERE step_id = 0 AND run_status = 1
    GROUP BY job_id) art
    ON j.job_id = art.job_id
    WHERE
    (stop_execution_date IS NULL and start_execution_date is NOT NULL) OR
    (DATEDIFF(ss,start_execution_date,stop_execution_date) > 60 and DATEDIFF(MINUTE,start_execution_date,GETDATE())>60
    AND
    CAST(LEFT(start_execution_date,11) AS DATETIME) = CAST(LEFT(GETDATE(),11) AS DATETIME) )
    --ORDER BY start_execution_date DESC
    group by j.job_id,name
    $rdr = $sql.ExecuteReader()
    $dt.Load($rdr)
    $cn.Close()
    $dt|out-Datatable
    Write-DataTable -ServerInstance 'test124' -Database "PowerSQL" -TableName "TLOG_JobLongRunning" -Data $dt}
    You can refer the below link to refer out-datatable and write-dataTable function.
    http://blogs.technet.com/b/heyscriptingguy/archive/2010/11/01/use-powershell-to-collect-server-data-and-write-to-sql.aspx
    Once we've the table details, I'm sending one consolidated email to automatically.
    --Prashanth

  • I have just upgraded to OSX 10.6.8 and now I cannot open or save PDF files from the internet. I get a dialogue box saying the QuickTime plugin has failed. I have tried to download the latest plugin but this doesn't work. Can anyone help?

    I have just upgraded to OSX 10.6.8 and now I cannot open or save PDF files from the internet using either Safari or Firefox. I get a dialogue box saying the QuickTime plugin has failed. Can anyone help?

    Is this what you downloaded: iTunes 10.7?
    When the update fails what if any error report do you get, specifically? Please do this before trying again:
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • I am geeting problem whem i run bulk insert query i got error Location:_ bcpimp.cpp:1797 Expression:_ cbOutTemp cbOutputStr SPID:__ 52 Process ID:_ 2364 Msg 3624, Level 20, State 1, Line 3 A system assertion check has failed. Check the SQL Server error

    Location: bcpimp.cpp:1797
    Expression: cbOutTemp < cbOutputStr
    SPID: 52
    Process ID: 2364
    Msg 3624, Level 20, State 1, Line 3
    A system assertion check has failed. Check the SQL Server error log for details. Typically, an assertion failure is caused by a software bug or data corruption. To check for database corruption, consider running DBCC CHECKDB. If you agreed to send dumps to
    Microsoft during setup, a mini dump will be sent to Microsoft. An update might be available from Microsoft in the latest Service Pack or in a QFE from Technical Support. 
    Msg 0, Level 20, State 0, Line 0
    A severe error occurred on the current command.  The results, if any, should be discarded.

    If you check your sql server error log folder you will see dump files created. You need to send those dump files to Microsoft for inspection because outside of microsoft product support the symbols for reading the dumps are not available without which it
    wont be easy to find the issue.
    http://support.microsoft.com/kb/2028589
    In the meantime check if you are on the latest version of Service Pack and if not apply the latest service pack. Majority of these kind of assertions are bugs which are solved in Service Packs/Cumulative Updates.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • HT1926 When I try to install the update for iTunes, I keep getting the message "the application attempted to load the C runtime library incorrectly.  Contact the vendor.  I don't know if it's related, but my Microsoft Outlook is totally f*k up.  What's go

    When I try to install the update for iTunes, I keep getting the message "the application attempted to load the C runtime library incorrectly.  Contact the vendor.  I don't know if it's related, but my Microsoft Outlook is totally f*k up.  What's going on?

    Hey I finally got an older vesion of itunes to work!!! 10.7  x64 for windows 7
    After uninstalling all apple products even  quicktime
    I had to delete everything from (program files, and program  files x64, program data,)
    And all downloads from apple, and I went in to search deleted  other stuff from apple, and itunes
    But definently not my itunes library and Playlist
    Down loaded 10.7 x64 for windows 7, but checked (do not start  when done)
    Then I emptied my recycling bin and restarted my  PC
    I ran geek tech tool box same as reg cure pro, also PC Tools  registry cleaner, and CC Cleaner
    Then I emptied my recycling bin and restarted my  PC
    And wallah... It finally works, and I Love the older version  anyways.
    Easier to download and transfer  music!!!!!

  • Problem when exporting to Vimeo I get message "The share operation has failed. Quicktime error: -50" The file only gets to 8% before this happens any idea how to fix I have a movie deadline to meet!

    Hi all,
    Finished editing a short movie.
    Then went to share on vimeo but got this message - see also screenshot when I tried to export to desktop.
    Problem when exporting to Vimeo I get message "The share operation has failed. Quicktime error: -50" The file only gets to 8%.
    Have tried deleting my render files for the project and also another fix mentioned of deleting any black space files on the edit itself but neither work?
    Just upgraded to OS Mavericks could this be causing it? If so how to downgrade?
    thanks
    Louis B

    Thanks for your help both, I called Apple tech support and spoke to a really helpful chap called Andrea who helped me out. Now got my Master file sorted and am trying Vimeo upload again.
    Just to clarify points for people out there with the same issue:
    First steps
    - Ensure background rendering is turned off in preferences
    - Delete project and events render files
    - If upgraded to Mavericks then go to FCPX in finder under applications hit buttons 'CMD' and 'I' together and tick the 'prevent App Nap' box.
    Next Steps
    I had already done all of this when Apple Tech spoke to me so we discussed the message 'Quicktime -50' and what it meant. It wasnt a purely generic error message but was not detailed enough to point to one specific issue. This problem had occurred in previous years (so Mavericks not wholly to blame) and patches were issued over the years by Apple to help resolve some of the problems.
    The message essentially is indicating that there is a problem somewhere with the media in some way shape or form.
    My export went to 8% then failed. Apple's answer was that the project settings were corrupted in some way.
    So what they suggested (so simple I could kick myself) was to select all the media files by 'CMD + A' then copy them 'CMD + C' then create and open a new project timeline, and then paste in 'CMD + V'.
    Then we tried export again this time to a master file with some settings detailed by Apple.
    The difference now was it got to 40% then failed but due to a different reason 'error -1 frame 10124 error'
    At last we get past the project issues and into the event media issues, it seems that when I loaded the compact flash last night, the iMac kept ejecting the reader so had to copy files over quickly and seems that some of the file clip I used although showed on the viewer, didn't seem to have loaded all the correct media, so selecting this clip frame 10124 on the viewer I found that it showed as red on the frame row which implied an issue. So I simply bladed it off and deleted it.
    Then I reran the export to Master file and it worked, though jumping from 40% to 100% complete was a shock to me!
    Now am trying the export to Vimeo - hope this helps some of you out there. Worst case pick up the phone to Apple and speak to the Final Cut Pro guys they can help.
    best wishes,
    Louis B

  • SLP received service register/deregister error from directory agent

    What's up with this message?
    We occasionally see it on our NetWare 6.5 SP5 servers (and others):
    SLP received service register/deregister error from directory agent.
    Address BLAH, error 2
    We have two DA's, single IP on each.
    The "other" servers are set to "4" for their discovery type (single NIC,
    but multiple IP's).
    Static scope list.
    Display slpda shows active/active on the "other" servers.
    On the DA's, the loopback shows active, as does the "other" DA (they
    point to each other).

    In article <[email protected]>,
    [email protected] says...
    > On 1/16/2007 m_jonis wrote:
    >
    > > SLP received service register/deregister error from directory agent.
    > > Address BLAH, error 2
    >
    > The SLPDA maintains the list of all services from all servers in the
    > working SLP scope. If a server from within a scope stops the service
    > of, let's say iManager, then this change is send over to the SLPDA
    > to deregister this service from being announced.
    >
    > The services are listed as URL: when you issue the DISPLAY SLP
    > SERVICES command.
    >
    >
    >
    So this is kinda an "informational" message and not really an error,
    then?
    So we didn't actually do anything wrong (for once)?

  • When setting up Elements 9 from the disk  I get the message "the wizard was interrupted before Adobe Photoshop Elements 9 could be completely installed. The mentioned application has failed to install th: Shared Technologies.

    When setting up Elements 9 from the disk  I get the message "the wizard was interrupted before Adobe Photoshop Elements 9 could be completely installed. The mentioned application has failed to install th: Shared Technologies.

    Try downloading and installing the 9.0.3 updater from here:
    mac
    Adobe - Photoshop Elements : For Macintosh
    windows
    Adobe - Photoshop Elements : For Windows

  • Constantly getting "Reopen for Clustered Client Failover registered application has failed for FileObject " error in CCFilter eventlog.

    Hi everybody.
    Hope somebody will be able to help me with the following issue.
    I have the following environment configuration:
    1. WFC cluster (cluster1) contains 3 nodes - sql1,sql2,sql3
    2. sql1 and sql2 can run single shared instance SQL server
    3. Node sql3 is a standalone SQL server.
    4. AlwaysON is turned on shared instance and standalone SQL servers and availability group have been configured for multiple DBs. So sql3 is a replica of shared instance.
    5. All this runs on Vmware as a virtual machine.
    I'm  constantly getting following error in Microsoft-Windows-CCFFilter/Operational logfile when I execute SQL DB/Transaction log backup maintenance plan on my shared instance SQL server (sql1 or sql2):
    Log Name:      Microsoft-Windows-CCFFilter/Operational
    Source:        Microsoft-Windows-CCFFilter
    Date:          10/24/2014 6:00:12 AM
    Event ID:      2000
    Task Category: None
    Level:         Error
    Keywords:      
    User:          DOMAIN\wfcsqlsvc
    Computer:      SQL1
    Description:
    Reopen for Clustered Client Failover registered application has failed for FileObject 0xfffffa801cbb08a0 to \SQL3\Backups\Logs\DB1\DB1_backup_2014_10_24_060003_3960528.trn with status 0xC0000034
    Getting multiple mentioned errors for every single DB I'm running my backup maintenance plan against. The maintenance plan gets executed on SQL1 which is shared instance machine.
    Any ideas of what can cause this and how to fix it.
    Thanks in advance.

    Yes. I'm doing backup on primary replica in the AlwaysOn Availability Group. And this primary replica itself is a WFC shared SQL instance.
    I've double checked Maintenance Plan's History and Agent's logs. No Error, no warning, nothing. And by the way DB full and transaction log backups gets created as they should. By that I mean that 'For availability databases, ignore Replica Priority for Backup
    and Backup on Primary Settings' property is turned on and this allows me to do backups from primary replica.
    As you've written I've clear the maintenance plan setting ''For availability databases, ignore Replica Priority for Backup and Backup on Primary Settings.', and configure the availability group's AUTOMATED_BACKUP_PREFERENCE setting to allow backup from any
    replica for certain availability group. But still nothing. Getting the same error.
    This is how AVG1 are configured regarding Backup preferences:
    For example this subplan from Maintenance plan cause mentioned errors:

  • Received the error 'The licensing subsystem has failed catastrophically', now will not reinstall.

    I have gone through these help files and still cannot get the product to work again.
    The problem came out of the blue and I received the message, 'The licensing subsystem has failed catastrophically' I then did what was said and I uninstalled and then reinstalled but it froze.
    I then followed this advice...
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    but it only installs 2 components (Acrobat and Share Components).
    I then saw this this ...
    Error: "The licensing subsystem has failed catastrophically." when you start a Creative Suite 3.x application
    The FLEXnet component keeps stopping. Even though I keep starting it, it just stops 1 minute later.
    Have Adobe 'revoked' the serial number so that it no longer works?
    I have tried installing from both the disc and from download but no joy.
    My PC specs...
    Windows 8.1
    AMD A10-6800k APU
    64-bit Operating System
    Thanks for looking.

    Today I cleaned again and tried to install - same error. Uninstalled and cleaned again... Found the log :
    === Logging stopped: 13/02/2015  20:37:28 ===
    1: 2 2: 0
    1: 2 2: 1
    Uninstall attempt returned: 0.
    Cleanup returned: success
    Cleanup for Product Code: {AC76BA86-1033-0000-7760-000000000003} Completed.
    [Fri Feb 13 20:37:28 2015]
    [Fri Feb 13 20:37:28 2015] :: Cleaning-up left over inventories ::
    [Fri Feb 13 20:37:28 2015] Atleast one Non-RIBS Inventory : False, Atleast one AAMRef: False
    [Fri Feb 13 20:37:28 2015] ::Start:: Removing AUM contents
    [Fri Feb 13 20:37:28 2015] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:AdobeAAMUpdater-1.0
    [Fri Feb 13 20:37:28 2015] Exception during deleting key : (2, 'RegDeleteValue', 'The system cannot find the file specified.')
    [Fri Feb 13 20:37:28 2015] Deleting registry root:HKLM key:Software\Microsoft\Windows\CurrentVersion\Run value:ADOBE_UPDATER_STARTUP_UTILITY
    [Fri Feb 13 20:37:28 2015] Exception during deleting key : (2, 'RegDeleteValue', 'The system cannot find the file specified.')
    [Fri Feb 13 20:37:28 2015] Deleting scheduled task : AdobeAAMUpdater-1.0-STUDY-Derek Sewell
    [Fri Feb 13 20:37:28 2015] Executing command: schtasks /delete /TN "AdobeAAMUpdater-1.0-STUDY-Derek Sewell" /F
    [Fri Feb 13 20:37:28 2015] ERROR: The system cannot find the file specified.
    [Fri Feb 13 20:37:28 2015] Deleting scheduled task : AdobeUpdater Task-STUDY-Derek Sewell
    [Fri Feb 13 20:37:28 2015] Executing command: schtasks /delete /TN "AdobeUpdater Task-STUDY-Derek Sewell" /F
    [Fri Feb 13 20:37:28 2015] ERROR: The system cannot find the file specified.
    [Fri Feb 13 20:37:28 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:28 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:28 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:28 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:28 2015] ::Finish:: Removing AUM contents
    [Fri Feb 13 20:37:28 2015] ::Start:: Removing OOBE
    [Fri Feb 13 20:37:28 2015] Executing command "taskkill /F /FI "IMAGENAME eq AAM Updates Notifier.exe""
    [Fri Feb 13 20:37:29 2015] INFO: No tasks running with the specified criteria.
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] ::Finish:: Removing OOBE
    [Fri Feb 13 20:37:29 2015] Removing content of Product : CS5Installer, Version : CS5
    [Fri Feb 13 20:37:29 2015] File does not exist: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Fri Feb 13 20:37:29 2015] File does not exist: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] LOG FILE SAVED TO: C:\Users\DEREKS~1\AppData\Local\Temp\Adobe Creative Cloud Cleaner Tool.log
    [Fri Feb 13 20:37:29 2015] Adobe Creative Cloud Cleaner Tool completed successfully
    [Fri Feb 13 20:37:29 2015]
    [Fri Feb 13 20:37:29 2015] *-*-*-*-*-*- ::START:: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Fri Feb 13 20:33:14 2015] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\pdb.db
    [Fri Feb 13 20:33:14 2015] DB does not exist at: C:\Program Files (x86)\Common Files\Adobe\caps\Media_db.db
    [Fri Feb 13 20:37:28 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:28 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:28 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:28 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] Warning: Failed to remove file,folder trying again
    [Fri Feb 13 20:37:29 2015] Warning: Failed again to remove file,folder
    [Fri Feb 13 20:37:29 2015] *-*-*-*-*-*- :: END :: - SUMMARY OF Warnings -*-*-*-*-*-*
    [Fri Feb 13 20:37:29 2015] ---------------------------------------------------------
    [Fri Feb 13 20:37:29 2015] *=*=*=*=*=*=*=*=* :: End Session :: *=*=*=*=*=*=*=*=*=*=*
    [Fri Feb 13 20:37:29 2015] ---------------------------------------------------------

Maybe you are looking for