SSIS installed on 64 bit SQL Clustered Node.

I'm not looking to run SSIS as a clustered service. Initially I just want to install  it on node1 of the cluster, eventually I will install on the second node.
So I install the SSIS component via add/remove programs and point to the 64 bit installation of sql server.
Following that, I installed SQL 2005 SP2.
Everything seemed to run though perfectly.
Next, I installed an SSIS package from 32 bit machine via a manifest file using file system method.. great no errors.
Now I go to create a job and I get:
Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476
ADDITIONAL INFORMATION:
The SQL server specified in SSIS service configuration is not present or is not available. This might occur when there is no default instance of SQL Server on the computer. For more information, see the topic "Configuring the Integration Services Service" in Server 2005 Books Online.
Login timeout expired
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
Named Pipes Provider: Could not open a connection to SQL Server [2].  (MsDtsSrvr)
Login timeout expired
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
Named Pipes Provider: Could not open a connection to SQL Server [2].  (Microsoft SQL Native Client)
=== 
Suddenly, for reasons unknow, now when I attempt to create a new step, I can get into the menu, but if I attempt to select a package I get:
I'm not looking to run SSIS as a clustered service. Initially I just want to install  it on node1 of the cluster, eventually I will install on the second node.
So I install the SSIS component via add/remove programs and point to the 64 bit installation of sql server.
Following that, I installed SQL 2005 SP2.
Everything seemed to run though perfectly.
Next, I installed an SSIS package from 32 bit machine via a manifest file using file system method.. great no errors.
Now I go to create a job and I get:
TITLE: Microsoft SQL Server Management Studio
Creating an instance of the COM component with CLSID {E80FE1DB-D1AA-4D6B-BA7E-040D424A925C} from the IClassFactory failed due to the following error: c001f011. (Microsoft.SqlServer.ManagedDTS)
ADDITIONAL INFORMATION:
Creating an instance of the COM component with CLSID {E80FE1DB-D1AA-4D6B-BA7E-040D424A925C} from the IClassFactory failed due to the following error: c001f011. (Microsoft.SqlServer.ManagedDTS)
If I attempt to explore SSIS pakages from management studio I get:
TITLE: Microsoft SQL Server Management Studio
Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476
ADDITIONAL INFORMATION:
The SQL server specified in SSIS service configuration is not present or is not available. This might occur when there is no default instance of SQL Server on the computer. For more information, see the topic "Configuring the Integration Services Service" in Server 2005 Books Online.
Login timeout expired
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
Named Pipes Provider: Could not open a connection to SQL Server [2].  (MsDtsSrvr)
Login timeout expired
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
Named Pipes Provider: Could not open a connection to SQL Server [2].  (Microsoft SQL Native Client)
I'm wondering if this is because the package I deployed is 32 bit vs 64 bit? Or maybe I needed hot fixes in addion to SP2 after install the SSIS component after the original install?
Or maybe this was caused by registering of 32 bit DTS.dll files at some point trying to fix the original problem?
Thanks for any help or information.
TITLE: Microsoft SQL Server Management Studio
Creating an instance of the COM component with CLSID {E80FE1DB-D1AA-4D6B-BA7E-040D424A925C} from the IClassFactory failed due to the following error: c001f011. (Microsoft.SqlServer.ManagedDTS)
ADDITIONAL INFORMATION:
Creating an instance of the COM component with CLSID {E80FE1DB-D1AA-4D6B-BA7E-040D424A925C} from the IClassFactory failed due to the following error: c001f011. (Microsoft.SqlServer.ManagedDTS)
If I attempt to explore SSIS pakages from management studio I get:
TITLE: Microsoft SQL Server Management Studio

Just a note here... while this is an issue, the same error can come up if there are multiple instances and the msdb has moved to a location such that more than one instance tries to share an msdb.  If this is the case for example, Instance1 points to
C:\program files\microsoft sql server\mssql\data\msdbdata.mdf and instance2 also points there, you will get this error.  Check with:
Select name, physical_name as location, state_desc from sys.master_files where name='N'msdb';
If they both point to the same location (mine did), stop both instances, make a copy of the msdbdata.mdf and msdblog.ldg, restart one of the instances (say instance2) and repoint the copy you just made... say c:\program files\microsoft sql server\mssql.instance2\data
as follows:
alter database msdb modify file(name-msdbdata,filename='c:\program files\microsoft sql server\mssql.instance2\data\msdbdata.mdf
do the same for the log.  Restart Instance2 and Start Instance1 and it should resolve the problem.
R, J

Similar Messages

  • Issue with SSIS Custom Components - 64 bit SQL 2012

    Hello All,
    Our SSIS packages built on SQL 2008 R2 make use of some custom components. These custom components are installed as part of an MSI. The dll's are copied over to the Windows/assemble [GAC Folder] and also to the Program Files(x86)/SQL Server/110/DTS/* folder.
    The installation does not copy the dll's to the 64 bit program files folder.
    X:\Program Files\Microsoft SQL Server\110\DTS
    These packages are executed via SQL Agent jobs on a 64 bit SQL server and there does not seem be any issue.
    Now we are upgrading our servers to SQL 2012 and we have a new installer for the custom components as well. The new custom components use .NET Framework 4.0 and when installed the dll files get copied over to the Ms.NET 32 bit runtime GAC folder and also
    to the SQL Server DTS Folder in x86. The upgraded packages work only when we set the runtime mode to 32 bit. The packages successfully executes within the 32 bit dtexec utility, but when we try to run the same package using a 64 bit dtexec utility the
    process errors out with a component failed to load message. The package moves data between two SQL Server instances.
    The custom components have always been built for 32 bit runtime. I can run a older package through the dtexec utility (from the 64 bit folder in program files) and it does work without any issues. After the upgrade the package will only execute on
    a 32 bit utility. can someone help me understand this issue?
    Regards, Dinesh

    Thank you Arthur.
    i think we got the answer as well, as the .NET framework 3.0 installer copied the files over to the C:\windows assembly the dtexec utility [32 bit/64 bit] was able to load the components.
    Now with the new installer the files are copied to specific runtime gac folders as Arthur has mentioned. The 64  bit  utility does not find the dlls in the GAC whereas the 32 bit version will find them.
    Regards, Dinesh

  • Why SCCM 20012 Install fails with remote 64 bit SQL Server but proceeds for remote 32 bit SQL Server

    I have the following setup:
    AD User accounts
    - SQLAdmin (used to run SQL Services i.e. Database Engine)
    - SCCMADmin (used to install SCCM 2012)
    SPN registered for user account SQLAdmin
    setspn -S MSSQLSvc/SQL.Domain_Name:1432 Domain_Naem\SQLAdmin
    setspn -S MSSQLSvc/SQL:1432 Domain_Name\SQLAdmin
    setspn -S MSSQLSvc/SQL.Domain_Name:1433 Domain_Naem\SQLAdmin
    setspn -S MSSQLSvc/SQL:1433 Domain_Name\SQLAdmin
    and checked with setspn -L TESTING\SQLAdmin
    1 SERVER called SQL
    32bit Server with SQL Server 2008 + SP3 + Cumulative Update 6
    2 SQL instances - Default (MSSQLSERVER) and
    SCCM2012
    MSSQLSERVER instance uses TCP port 1433
    SCCM2012 Instance users TCP port 1432 (no dynamic ports)
    User accounts that have been given public and sysadmin SQL server roles
    on both instances are: SQLAdmin, SCCMAdmin, Domain Administrator, Local Administrator and computer account SCCM
    Client Protocols TCP enabled (and Named Pipes) (checked via SQL Server Configuration Manager)
    Local Administrators Group on this server has members - SQLAdmin, SCCMAdmin, Domain Administrator, Local Administrator and computer account SCCM
    Firewall turned on with access allowed on Ports 1432, 1433, 4022,445, and WMI - WMI-in, DCOM-in and ASync-iN builtin rules allowed\enabled.
    1 SERVER called SQL3
    64bit Server with SQL Server 2008 + SP3 + Cumulative Update 6
    2 SQL instances - Default (MSSQLSERVER) and
    SCCM2012
    MSSQLSERVER instance uses TCP port 1433
    SCCM2012 Instance users TCP port 1432 (no dymanic ports)
    User accounts that have been given public and sysafmin SQL server roles on both instances are:
    SQLAdmin, SCCMAdmin, Domain Administrator, Local Administrator and computer account SCCM
    Client Protocols TCP enabled (and Named Pipes) (checked via SQL Server Configuration Manager)
    Local Administrators Group on this server has members - SQLAdmin, SCCMAdmin, Domain Administrator, Local Administrator and computer account SCCM
    Firewall turned off
    1 SERVER called SCCM
    64bit Server that is to be the Primary Site Server\MP for SCCM 2012
    ODBC link to SQL\SCCM2012,1432
    ODBC link to SQL3\SCCM2012,1432
    ODBC uses SQL Native Client 10.0 (64 bit)
    Both ODBC connections when TESTed pass and suggest connectivity to SQL Servers
    Install process doe SCCM2012
    Tried to install SCCM 2012 RC2 when logged in to SCCM Server as AD user account
    SCCMAdmin,  and when utilising the SCCM2012 SQL instance on
    32 bit server of SQL install proceeds barring warning about 8GB rec, for SQL Server. Then fails on PKI certificate issue. Installation (chose HTTP for MP). I beleive the PKI failure as install starts is
    due to the fact that SCCM 2012 needs its database server to b 64 bit ?
    Thus i then tried to install SCCM 2012 RC2 when logged in to SCCM Server as AD user account SCCMAdmin,  and
    when using the SCCM2012 SQL instance on
    64 bit server of SQL install proceeds but fails at checking stage and says:
    SQL Server sysadmin rights FAILED SQL3.Domain_Name
    Either the user account running Configuration Manager Setup does not have sysadmin SQL Server role permissions on the SQL Server instance selected for site database installation, or the SQL Server instance could not be contacted to verify permissions. Setup
    cannot continue.
    and
    Site System to SQL Server communication  WARNING SCCM.Domain_Name
    A communication error has been detected between the specified site system and the site database computer. This error can occur when the site database server is offline or if a valid SPN has not been registered in Active Directory Domain Services for the SQL
    Server instance hosting the site database. Setup cannot continue.
    Why does the install of SCCM 2012 with 32 bit SQL proceed further than the install with 64 bit SQL, with the latter process failing as above error meesages show and yet both servers are set identically (apart from temporary turning off Firewall on the 64 
    bit server) and during the install the Databse Server specified is accepted ?

    Thanks for the reply.
    I can connect via ODBC to the the 32 bit SQL Server and the 64 bit SQL Server from the SCCM Server
    The SQL Server Unit called SQL3 unit is a 64 bit SQL.
    The SQL Server Unit called SQL is only 32 bit, but at least gets past the final checking stage and the error messages about sysadmin rights and Site System to SQL Server communication problem, and then fails with PKI certificate error message. 
    When trying to install SCCM specifying the 64 bit SQL Server as the Database Server it gives the 2 error messages at the final checking stage of the installation as listed.
    So as I said what is confusing is the fact that if the SCCM install uses the remote 32 bit SQL Server it passes the final checking (although fails with PKI certificate message) but the 64 bit SQL Server set up exactly the same apart from the Firewall being
    left off for the time being, fails at the final check stage with the 2 listed errors.
    If I use a local 64 bit SQL Server the installation is fine.
    Still would like to find out what cause the 2 issues for the remote 64 bit SQL Server, when ODBC seems fine, sysadmin rights have been given for the installer account and the SCCM computer account and SPNs have been set for the user account running the SQL
    Services.

  • Running SSIS Using 32-Bit SQL Sqlserver 2012 implementation on a 64-Bit machine

    I created an SSIS job and I have installed 32-bit Sql Server, I use 32-bit MS Office Professional but my OS is 64-bit. The SSIS job wont run because the OLEDB connection gets errors because it's on this 64-bit machine. Can anyone assist n let me know how
    to configure?

    Hello,
    Please go through these helpful articles. I'm sure these would prove beneficial to you while running SQL Server Integration Services using 32-bit SQL Server 2012 implementation on a 64-bit environment.
    http://sqlblog.com/blogs/john_paul_cook/archive/2010/03/24/running-32-bit-ssis-in-a-64-bit-environment.aspx
    http://www.martinbour.com/code/post/Run-32-bit-SSIS-package-on-62-bit.aspx
    http://www.sqlhammer.com/blog/running-ssis-packages-in-32-bit/
    http://technet.microsoft.com/en-us/library/ms141766(v=sql.105).aspx
    If you find my post helpful please vote.
    Regards,
    Ankit Upadhyaya.

  • Sql server agent job failing to connect excel connection manager of SSIS package by 32-bit mode run time

    I am unable to succeed with sql agent job, I am trying to execute the SSIS package through sql agent job by ticking 32 bit runtime check box in 64 bit machine , even it does not worked..
    could any one helpme on this?
     Source: Excel Load Connection manager "Excel Connection Manager"    
    Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040154.  An OLE DB record is available.  Source: "Microsoft OLE DB Service Components"  Hresult: 0x80040154  Description: "Class
    not registered".  End Error   TS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009.  There may be error
    messages posted before this with more information on why the AcquireConnection method call failed.  End...  The package execution fa...  The step failed.

    Hello Keerthi,
    Can you please modify settings and set delay validation for Excel connection manager? I think its validating connection and failing because it might be picking that from some variable.
    Alternatively, please run package using below and see what happens.
    EXEC master..xp_cmdshell 'DTEXEC.exe /SQL "Folder\Package" /SERVER Servername'
    I will recommend you to follow steps in below link.
    http://www.sqlhammer.com/blog/running-ssis-packages-in-32-bit/
    Regards,
    Vishal Patel
    Blog: http://vspatel.co.uk
    Site: http://lehrity.com

  • Unable to start SSIS Projects : SQL Server 2008R2 Dev edition installed on top on SQL Express 2008 with Advanced Services

    Hello,
    I first installed SQL Serrver Express Edition 2008 with Advanced Services (As a part of some client's software)
    Now I have isntalled SQL Server Developer Edition 2008, by selecting ALL features and client tools.
    Now, with BIDS, I can start SSRS and SSAS Projects, but I can't start SSIS Projects.
    I am getting below error message :
    To design Integration Services packages in Business Intelligence Development Studio, Integration Services has to be installed by one of these editions of SQL Server 2008: Standard, Enterprise, Developer, or Evaluation. To install Integration
    Services, run SQL Server Setup and select Integration Services.
    Please let me know how do I resolve this issue "Without un-installing Express Edition installed earlier on my machine"
    Please help !
    Thanks
    DP

    This is a common pitfall with the SQL Express editions. It cannot co-exist. You
    need to un-install the "Express".
    What works is having a VM with Express Tools if I you (strangely) need them.
    Arthur My Blog

  • Run SSIS programmatically in 32-bit mode on 64-bit server

    Environment:
    Windows Server 2003 64-bit
    SSIS 32-bit & 64-bit installed
    .NET 2.0 application (Platform target x86) which executes an SSIS package programatically (using Microsoft.SQLServer.ManagedDTS.dll)
    The issue I am having is that we connect to a Sybase server and even though the .NET app is executing in 32-bit mode, the SSIS pack appears to try load Sybase 64-bit OLEDB drivers.
    The error I receive is DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER
    When I run on a 32-bit machine all runs fine or if I run using the 32-bit version of DTEXEC the package also runs fine.
    Any ideas on how I can force SSIS to use 32-bit drivers when run on 64-bit server programatically?

    Is there any solution to the above problem since i am facing a similar issue when trying to connect to Excel file.
    The package is executed by managed code using the 
    Microsoft.SqlServer.Dts.Runtime namespace and Application class to load the package and execute.
    The source of the data flow task in the pacakge is excel and destination is sql server database.
    I tried changing ther registry settings to load the package in 32 bit mode but it seems this works only if you use DTExec utility not if you load and run the package programmatically using the above API.
    Please let me know how can i load and execute the package in a 32 bit runtime"PROGRAMMATICALLY" so that 32 bit drivers like the one for Excel are available and can be loaded.
    Set your custom application Platform target to: x86
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • Cannot Debug SSIS packages in 64 bit mode.

    Hi,
    To anyone who may be able to help.  We are using SQL server 2014 Enterprise addition.  Visual studio 2013, SSDT latest version installed, all 64 bit tools installed.  I have tried to run my packages  with the "Run64bitRuntime"
    set to true ( project properties-->Debugging-->Run64BitRuntime = True).  Initially I thought it an issues with my package (we migrated them from SSIS 2008R2, they run fine with no issues within the 32 bit memory constraints) so I created
    a super simple package with VS 2013 in the SSIS 2014 environment from scratch, a lookup and an OLEDB Data source that's it.  Same problem.  No matter what I do when I debug in SSIS the 32 bit process (DtsDebugHost.exe (32 bit)) fires up,
    even though I have selected debug in 64 bit runtime I cannot get the 64 bit version of DtsDebugHost to run.  This is an issue because I am debugging projects that will utilise more than 4GB of memory for say a particular set of lookups.  Curiously
    when I schedule the projects to run in the  scheduler, it fires up a  64 bit process, and the package executes successfully, however if I can't debug in 64 bit mode and leverage the extra memory at the design stage,
    this is useless.  I have checked obvious things like the path environment variable, thinking perhaps SSIS debug doesn't know where the 64 bit exe is, but it is all fine paths are as they should be.  All 64 bit tools/dll's are installed.  I
    have tested this directly on the server, and on the client machine that I use and the issue is the same. If no one can help me here I guess I can log a support ticket.
    thanks in advance.

    Hi des_77,
    According to your description, you can only debug your SSIS package in 32 bit mode.
    Based on my research, I think the issue is caused by 64bit SSIS runtime is not installed on your machine. We can verify the issue by seeing if DtsDebugHost.exe under <Installation Drive>\Program Files\Microsoft SQL Server\120\DTS\Binn or not.
    To fix this issue, please install SQL Server and select Integration Services for installation, Setup installs all available 64-bit Integration Services features and tools. Then we can set the Debug Options property Run64BitRuntime to “True”, view the processes
    in Windows Task Manager to verify the version of DTDebugHost.exe when debugging the package.
    Besides, if the issue still existed, it is my pleasure to help you to reflect your recommendation to the proper department for their consideration. Please feel free to submit your situation on our product to the following link
    https://connect.microsoft.com/SQLServer/. Your feedback is valuable for us to improve our products and increase the level of service provided.
    References:
    http://blogs.msdn.com/b/dataaccesstechnologies/archive/2014/05/22/ssis-packages-executed-from-visual-studio-business-intelligence-development-studio-bids-design-time-on-a-64bit-development-server-goes-to-unresponsive-state-during-package-execution.aspx
    http://dougbert.com/blog/post/64-bit-considerations-for-sql-server-integration-services-final.aspx
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to Migrate SSIS packages from 32 bit to 64 bit environment

    Hi,
    We developed many SSIS packages in 32 bit environment using SQL 2008 on windows 2003 server 32 bit OS. In order to utilize the 64 bit features we wish to migrate these packages into a 64 bit. Wanted to know.
    1. Whether we can execute these packages that are developed in 32 bit environment onto a 64 bit environment. If yes, then do we get the benefits of 64 bit environment. For ex. RAM utilization.  If no, then what advantage do we get. 
    2. Is it possible to develop the packages directly in a 64 bit environment.
    Thanks in advance,
    Yog

    One thing you need to make sure when migrating to 64 bit machines is to have drivers installed for 64 bit ie for providers like excel. One more thing to note is that SSDT/BIDS which is used for developing packages is by itself a 32 bit application. So
    you may need to use 3 bit driver at design time and run packages with 64 bit runtime set to false at  design time. And while deployed on server it can use 64 bit driver itself for its execution.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Install BizTalk 2013 R2 + SQL Server on cluster - MSDTC Failure

    Hi, Folks.
    I'm trying to install BTS 2013 R2 using SQL Server on a cluster. Successfully I've configured SSO (on same BTS server), BRE and Group, perhaps when I try to install Runtime there is an error:
    The Microsoft Distributed Transaction Coordinator (MSDTC) may not be configured correctly. Ensure that the MSDTC service is running and DTC network access is allowed on the BizTalk, SQL and SSO Master servers. For more information, see "MSDTC Configuration
    settings required for BizTalk Server" in the BizTalk Server Help.
    Internal error: "New transaction cannot enlist in the specified transaction coordinator. "
    Well, I get DTCPing and take a test between my BTS server and MSDTC cluster server, which runs fine. I don't have any firewall between those servers. After, I've checked my DTC settings in both sides. They are configured properly, according to MS:
    MSDTC Cluster settings
    BTS Server settings
    After, I've looked to Event Viewer and I found a warning message from SSO every 30 seconds when BTS Config is trying to install BTS Runtime:
    Could not access the SSO database. If this condition persists, the SSO service will go offline.
     Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding..
     SQL Error code: 0xFFFFFFFE
    I "googled" it and found this issue is generally related to my BizTalk user permission on database server, perhaps, my user have high privileges in all DB servers which compose my cluster.
     All servers (3 from DB cluster and 1 for BTS) runs Windows 2012 R2 64-bit, my SQL Server version is 2014 and BTS user and related groups bellows to my domain. I really don't understand what's going on.

    Hi, Shankycheil.
    My 3 SQL Cluster nodes share the same CID, so, I've reconfigured two nodes, reboot each server and install MSDTC again. After that, DTCPing stops to show the CID warning.
    MSDTC cluster residents on same server with have SQL Server cluster.
    After, following Ashwin Prabhu suggestion, I've unconfig and config all BTS itens again, perhaps, at BTS Group I got the same error.
    Looking at my BTS MSDTC trace file I see an timeout erro, while BTS Group config is running:
    pid=4888       ;tid=3424       ;time=03/02/2015-15:18:16.560   ;seq=11         ;eventid=TRACING_STARTED                          ;;"TM
    Identifier='(null)                                            '" ;"MSDTC is resuming the tracing of long - lived transactions"
    pid=4888       ;tid=3424       ;time=03/02/2015-15:18:17.145   ;seq=12         ;eventid=TRANSACTION_BEGUN                        ;tx_guid=56b93685-6ada-47bc-8a80-c30ff7ad66ae
        ;"TM Identifier='(null)                                            '" ;"transaction has begun, description :'<NULL>'"
    pid=4888       ;tid=3424       ;time=03/02/2015-15:18:17.145   ;seq=13         ;eventid=TRANSACTION_PROPOGATED_TO_CHILD_NODE     ;tx_guid=56b93685-6ada-47bc-8a80-c30ff7ad66ae    
    ;"TM Identifier='(null)                                            '" ;"transaction propagated to 'xxxxx' as transaction child node
    #1"
    pid=4888       ;tid=4964       ;time=03/02/2015-15:23:40.801   ;seq=14         ;eventid=ABORT_DUE_TO_TRANSACTION_TIMER_EXPIRED   ;tx_guid=56b93685-6ada-47bc-8a80-c30ff7ad66ae
        ;"TM Identifier='(null)                                            '" ;"transaction timeout expired"
    pid=4888       ;tid=4964       ;time=03/02/2015-15:23:40.801   ;seq=15         ;eventid=TRANSACTION_ABORTING                
        ;tx_guid=56b93685-6ada-47bc-8a80-c30ff7ad66ae     ;"TM Identifier='(null)                                            '"
    ;"transaction is aborting"
    pid=4888       ;tid=4964       ;time=03/02/2015-15:23:40.801   ;seq=16         ;eventid=CHILD_NODE_ISSUED_ABORT                  ;tx_guid=56b93685-6ada-47bc-8a80-c30ff7ad66ae
        ;"TM Identifier='(null)                                            '" ;"abort request issued to transaction child node
    #1 'xxxxx'"
    pid=4888       ;tid=4308       ;time=03/02/2015-15:23:40.801   ;seq=17         ;eventid=CHILD_NODE_ACKNOWLEDGED_ABORT            ;tx_guid=56b93685-6ada-47bc-8a80-c30ff7ad66ae
        ;"TM Identifier='(null)                                            '" ;"received acknowledgement of abort request from
    transaction child node #1 'xxxxx'"
    pid=4888       ;tid=4308       ;time=03/02/2015-15:23:40.801   ;seq=18         ;eventid=TRANSACTION_ABORTED                      ;tx_guid=56b93685-6ada-47bc-8a80-c30ff7ad66ae
        ;"TM Identifier='(null)                                            '" ;"transaction has been aborted"
    pid=4888       ;tid=4308       ;time=03/02/2015-15:23:41.674   ;seq=19         ;eventid=TRANSACTION_PROPAGATION_FAILED_TRANSACTION_NOT_FOUND ;tx_guid=56b93685-6ada-47bc-8a80-c30ff7ad66ae    
    ;"TM Identifier='(null)                                            '" ;"failed to propagate transaction to child node 'xxxxx' because
    the transaction could not be found. Some possible reasons include, client might have already called commit or transaction might have got aborted due to timeout."
    pid=4888       ;tid=4308       ;time=03/02/2015-15:23:41.675   ;seq=20         ;eventid=TRANSACTION_PROPAGATION_FAILED_TRANSACTION_NOT_FOUND ;tx_guid=56b93685-6ada-47bc-8a80-c30ff7ad66ae    
    ;"TM Identifier='(null)                                            '" ;"failed to propagate transaction to child node 'xxxxx' because
    the transaction could not be found. Some possible reasons include, client might have already called commit or transaction might have got aborted due to timeout."
    My remote MSDTC server has a huge capability and I don't see any high consume process at this time to give me this timeout error.
    At least, I've tried run "msdtc -tmMappingSet"
    and "msdtc.exe -tmMappingView"
    on BTS server, but I got an error message from msdtc.exe:
    Error occurred while trying to perform the above operation. Check the trace file for more information
    I don't see any error at trace, only at eventvwr showing an error event "Invalid command line arguments.". This configuration must be done at BTS server-side or my MSDTC cluster?

  • Query 32 bit Access Database from 64 bit Sql Server

    Hi All,
    I have a task to query the Accessdb from Sql Server and below are the configuration details:
    OS: Windows Server 2008 R2 Enterprise( 64 bit)
    Sql Server: Sql Server 2012 enterprise (64 Bit)
    Access : MS Office 2010 (32 bit)
    I used the below queries to reap the data from access db.
    SELECT * FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0','D:\Product.accdb', Product) AS Product
    (or)
    SELECT * FROM OPENROWSET('MICROSOFT.ACE.OLEDB.12.0','D:\PRODUCT.ACCDB', PRODUCT) AS PRODUCT
    following error returnd from both queries.
    Error: "Msg 7438, Level 16, State 1, Line 2.    The
    32-bit OLE DB provider "Microsoft.Jet.OLEDB.4.0" cannot be loaded in-process on a 64-bit SQL Server."
    Please help.
    Ram MSBI Developer

    not sure if anyone is watching this thread anymore but i have this scenario. i am using the excel connection manager in SSIS to create an excel spreadsheet with VS 2012.  To do this from what I have read I am required to use the 32-bit driver for "Microsoft
    Access database engine 2007", if I use the 64-bit driver I cannot connect to the Excel connection manager.   i get 0xc020801c message.
    i can install the 32-bit "Microsoft Access database engine 2007" and resolve this problem.  but i also have a stored procedure that creates a spreadsheet (i use this because i have to leave some cells intact), it appears to require the
    64-bit "Microsoft Access database engine 2007".  in 32-bit mode i get the following message
    Msg 7438, Level 16, State 1, Procedure sp_CreateGRfile, Line 26
    The 32-bit OLE DB provider "Microsoft.ACE.OLEDB.12.0" cannot be loaded in-process on a 64-bit SQL Server.
    so i need both the 32-bit  "Microsoft Access database engine 2007" and 64-bit  "Microsoft Access database engine 2007".
    any thoughts on getting around this issue?

  • Windows 2008 64-bit SQL Server 2008 64-bit Linked Server fails - ODBC connects but has issues

    Installed the 64 but Oracle 11g client and Oracle ODAC. 
    From SQL Server Management Studio run script :  exec master.dbo.xp_cmdshell 'PING OracleHostNameHere'        Ping was successful
    OraOLEDB.Oracle shows up in the Provider list.  Run This Script:
    EXEC master.dbo.sp_MSset_oledb_prop N'OraOLEDB.Oracle', N'AllowInProcess', 1
    GO
    EXEC master.dbo.sp_MSset_oledb_prop N'OraOLEDB.Oracle', N'DynamicParameters', 1
    GO
    EXEC master.dbo.sp_addlinkedserver @server = N'Nav14', @srvproduct=N'Oracle', @provider=N'OraOLEDB.Oracle', @datasrc=N'TheOracleHostName'
    EXEC master.dbo.sp_addlinkedsrvlogin @rmtsrvname=N'TheOracleHostName',@useself=N'False',@locallogin=NULL,@rmtuser=N'TheUser',@rmtpassword='ThePassWord'
    Msg 15015, Level 16, State 1, Procedure sp_addlinkedsrvlogin, Line 49     The server 'TheHostName' does not exist. Use sp_helpserver to show available servers.
    Did the same process on a Windows 7 32 bit Enterprise - ODBC Works after installing ODAC
    ODBC worked, shows list of Oracle servers - picked the server - ODBC successful - MS Access able to use that ODBC service.
    In Windows 2008 64 bit installed both Oracle 11g Client and 64 bit ODAC - ODBC opens, the list of oracle servers doesn't populate, hard code in the host name - ODBC reports Success.
    Another Person Suggested:  Win7 64-bit with Oracle 11g. Oddly enough, it ran differently when I opened a command prompt window as administrator and ran setup.exe with the suggested command-line options:
    setup.exe -debug -printtime -printmemory -printdiskusage -logLevel finest
    While it had previously been failed both by running setup from the Explorer windows as administrator and by running it from the command line as administrator - it died every time at the same point mentioned by others in this thread - just after this message appeared in the log:
    Get view named [SummaryUI]
    ( I have tried re installing with no success)

    Windows 7 Enterprise 32-Bit
    Installed the version 12 for 32 bit ODAC and it worked. The key is to Install as Administrator once it is unzipped.
    Was able to set up Listener then
    Was able to set up ODBC using the ODAC. Connect MS Access 2010 to the Oracle views.
    Then, tried to install the 64 Bit onto Windows 2008 Server.
    It locked up during installation both times.
    Installed ODAC without an error.
    However, the ODBC setup will not provide a list of the servers in the ODBC  TNS Service Name listbox for Server 2008.
    In Windows 7, it populates the TNS Service Name.
    The list box in Windows 2008 is empty.
    Do you know what would cause that?
    The .ORA file scrips look the same on Windows 2008 as they do on Windows 7 except it does not have the (server = Dedicated) argument.
    Thanks.

  • Execute the SSIS packages (2008 version) using SQL job 2008

    We need to execute the SSIS packages (2008 version) using SQL job Please help with details information how to execute it.
    1.Protection level of the SSIS packages.
    2.Configuration File (Curently using XML file)
    3.Please provide details how to create Credential (Windows User etc)  Do we need to create windows cred explicitly to run the Job etc..
    4.Please provide details for creating Proxy.
    5.How can we configure the xml file since the xml is reading from local box but when the package is moved from developement box to production box
    then the local drive might not be mapped with Production box .
    6.Roles that need to be tagged for the Proxy/Credential.
    7.Which is the best and safest way to execute ssis packages either msdb deployment or filesystem deployment and other necessary details.

    Hi,
    If you want to Execute your SSIS package using SQL job then best solution is to first deploy your Package
    either using msdb deployment or filesystem deployment.The simplest approach to deployment is probably to deploy to the file system.
    So, here is the deployment steps;
    There are four steps in the package deployment process:
        The first optional step is optional and involves creating package
    configurations that update properties of package elements at run time. The configurations are automatically included when you deploy the packages.
        The second step is to build the Integration Services project to create a package deployment utility. The deployment utility for the project contains the packages that you want to deploy
        The third step is to copy the deployment folder that was created when you built the Integration Services project to the target computer.
        The fourth step is to run, on the target computer, the Package Installation Wizard to install the packages to the file system or to an instance of SQL Server.
    you can use below link also;
    http://bharath-msbi.blogspot.in/2012/04/step-by-step-ssis-package-deployment.html
    After that you need to Schedule package using SQL Agent then  Have a look at the following link. It explains how to create an SQL job that can execute an SSIS package on a scheduled basis.
    http://www.mssqltips.com/sqlservertutorial/220/scheduling-ssis-packages-with-sql-server-agent/
    Deployment in msdb deployment or filesystem deployment has there own merits and demerits.
    For security point of view msdb deployment is good.
     it provides Benefits from database security, roles and Agent interaction
    Protection Level;
    In SQL Server Data Tools (SSDT), open the Integration Services project that contains the package.
    Open the package in the SSIS designer.
    If the Properties window does not show the properties of the package, click the design surface.
    In the Properties window, in the Security group, select the appropriate value for the
    ProtectionLevel property.
    If you select a protection level that requires a password, enter the password as the value of the
    PackagePassword property.
    On the File menu, select Save Selected Items to save the modified package.
    SSIS Provide different Protection levels;
        DontSaveSensitive
        EncryptSensitiveWithUserKey
        EncryptSensitiveWithPassword
        EncryptAllWithPassword
        EncryptAllWithUserKey
        ServerStorage
    For better undertsnading you can use below link;
    http://www.mssqltips.com/sqlservertip/2091/securing-your-ssis-packages-using-package-protection-level/
    Thanks

  • Cannot install sqldeveloper 64 bits on windows 7

    I am trying to install SQL Developer on windows 7. I unzipped it under C:\program Files\sqldeveloper ok
    I run it as administrator
    it asks for the path to java.exe, so I provided it and I get Cannot Find J2SE SDK installed
    I searched and found that there are 2 common issues:
    1. the JDK is not 64 bits
    2. The path is for JRE and not JDK
    I installed the following 2 files:
    sqldeveloper64-3.1.07.42-no-jre.zip -> 64 bits SQL Developer
    jdk-6u31-windows-x64.exe -> 64 JDK
    So my question is how can I verify that I have the right files? What file is the SQL Dev looking for so I can search it.
    How can I re-validate that my software (both, SQL Dev and JDK ) are 64 bits besides the name of the installation files.
    Thanks

    Hi,
    If you have searched, possibly you came across this post:
    Re: Unable to start Oracle SQL Developer
    Note that on Windows 7, any installer conforming to Windows rules will install 32-bit software into C:\Program Files (x86)\ and 64-bit software into C:\Program Files\. Since SQL Developer installs via a simple unzip, if you wish to install both versions on a 64-bit Windows OS, it is best to follow that rule also to prevent becoming confused about which one is which.
    Regards,
    Gary
    SQL Developer Team

  • How to fix "A 32-bit agent is installed on 64-bit operating system" alerts

    Hi
    We have installed SCOM 2007 R2 CU1 in our environment (by properly following installation sequence given on the CU1 web page). After manually installing agent update of CU1 on 64 bit servers, we are getting alerts "A 32-bit agent is installed on 64-bit
    operating system" and the status of these 64-bit servers remains in Warning state. We have manually uninstalled and reinstalled 64-bit agent as well as 64-bit CU1 agent update but still the status is in Warning state. We can not completely uninstall cluster
    node agent, remove it from the console and reinstall agent from scratch because SCOM R2 is not allowing to do clean uninstall and reinstall of agent on cluster nodes.
    If anyone faces similar problem and have fixed it then please let me know the solution so i can also fix the issue.
    Thank you
    HRP
    Thanks & regards, H R Parikh

    This new(er) monitor is set to generate when the registry key "HKLM\SOFTWARE\Wow6432Node\Microsoft\Microsoft
    Operations Manager\3.0\Setup" is found on a 64-bit Windows server. We have several alerts like this as well, but found it had little to do with the CU1 patch and
    more to do with rolling out the updated Operations Manager management pack (v6.1.7599.0) at around the same time as well as the server having had a 32-bit agent previously installed at one point or another. We are looking into simply removing the 32-bit
    key, but have not done so just yet as we need to test this theory on a dev server first. Of course, to be safe, we could always uninstall the agent and patch, delete the keys manually, and then reinstall.
    Hope that helps.
    Larry

Maybe you are looking for

  • How do I get my language course podcast to show up in language courses in iTunes?

    I have a podcast that is listed as a "Language Course" for English that is listed and fairly highly ranked in the Education podcast section in iTunes. However, I can't figure out for the life of me how to get it to show up specifically in the English

  • Serial number not working in trial

    Hi there we received our serial number yesterday for After Effects CS4 (windows) and I have tried placing this code in the boxes provided (when the prompt appears on the trial version) but it tells me the number is incorrect. I have uninstalled the t

  • PO 7.4 - Testing payload from "Configuration and Monitoring Home"

    Hello, I am working on PO 7.4. I want to test a payload from "Configuration and Monitoring Home". However, in the "Testing" tab, the option to test the payload is not available. Is this option not available in PO 7.4? Only cache connectivity test exi

  • My firefox messed up

    Hello this happen frequently usually when scrolling contents will be messed up It will back to normal if I keep scrolling up down repeatedly It started around update 34 probably, i don't quite remember I recently reinstall my Windows 8.1 unfortunatel

  • Adobe CS suddenly wants REauthorization on the same computer I've been on for years.

    WTF? I know it's from the dark ages - it's all I've got and all I can afford. Is there anything I can do, or am I just screwed? Help!