Attunity SSIS connector support for Sql Server 2014?

Hello,
We've been successfully using Attunity SSIS connector 2.0 for a couple of years with SQL SERVER 2012.
We developed some Visual Studio projects and deployed them on our SSISDB. Then launch them with scheduled jobs. Everything worked fine.
After we upgraded the server to Sql Server 2014 the connector failed with the following error:
The connection type "MSORA" specified for connection manager "XXX" is not recognized as a valid connection manager type.
This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
We tried uninstall/install but was no good. Also 32/64 bits combinations.
We tried DTEXEC utility and worked fine on sqlserver 2012 folder ( \110\DTS\Binn) but didn't work on 2014's folder ( \120\DTS\Binn).
We also tried a fresh 2014 installation but keep getting the same error.
Does Attunity connector 2.0 support Sql Server 2014? If not, should I wait for a new version? Any workaround?
For now, we are using the DTEXEC utility on 2012's folder, but since we have to use the /sql option (/ISSERVER is not working) we can't pass parameters to the .dtsx package.
Any help would be much appreciated.
Regards,
Daniel

I'm with Daniel - Microsoft should be taking the lead in resolving this. We downloaded the previous two versions from Microsoft Download (e.g. link below) with no indication that Microsoft would wash their hands of future support.
http://www.microsoft.com/en-us/download/details.aspx?id=29283
Attunity have replied on the thread on their forum - saying it is Microsoft's responsibility:
http://www.attunity.com/forums/microsoft-ssis-oracle-connector/attunity-ssis-connector-support-sql-server-2963.html
Trying to run, develop and support on parallel versions of SSIS is not a viable solution IMO.
I will advise all my clients who use these connectors not to upgrade to SQL Server 2014 until this is resolved.

Similar Messages

  • Microsoft Project Server Support for SQL Server 2014

    Does anyone know the timeline for Microsoft Project Server to support deployment on SQL Server 2014?   Also, has anyone tried this yet as an unsupported deployment, and if so, have they found any issues?

    "SQL Server 2014 is not yet supported for Project Server 2013", as per the article Hardware
    and software requirements for Project Server 2013: https://technet.microsoft.com/en-us/library/ee683978(v=office.15).aspx updated as on Dec
    09, 2014.
    Cheers! Happy troubleshooting !!! Dinesh S. Rai - MSFT Enterprise Project Management Please click Mark As Answer; if a post solves your problem or Vote As Helpful if a post has been useful to you. This can be beneficial to other community members reading
    the thread.

  • Support for SQL Server 2014 for CMS + Audit Repository?

    We are currently on BusinessObjects 4.1 SP01 Patch 6 on Windows Server 2008 using SQL Server 2008 R2 for our CMS and Audit repository databases.  Is there any information out in regard to when SQL Server 2014 will be supported for the CMS and Audit repositories?
    According to the Product Availability Matrix shown in the screenshot below SQL Server 2012 is supported, right?  One of our DBAs claims there isn't that much of a difference between SQL Server 2012 and 2014, but I am not willing to try it if it isn't officially supported.
    Thanks,
    Noel

    Denis Konovalov  Henry Banks   James Rapp  Toby Johnston
    Need your attention here.

  • When will Attunity SSIS connector support SQL Server 2014?

    When will Microsoft be releasing updates to the SSIS Attunity Connector for Oracle, to support SQL Server 2014?
    Here's the link to the previous version released by Microsoft, for SQL Server 2012:
    http://www.microsoft.com/download/en/details.aspx?id=29283
    These are not compatible with SQL Server 2014, as described here:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/8a6ded27-8f6e-4957-82e3-18b26ee46817/action?threadDisplayName=attunity-ssis-connector-support-for-sql-server-2014
    I have multiple clients holding off on SQL Server 2014 upgrades until this issue is resolved.

    I think you are muddying the issue.  Attunity themselves have not produced the last 2 versions of these components - they have been distributed by Microsoft e.g. the first link from my initial question. 
    The Attunity Development Manager has already posted a response on their own forum to a similar question stating that "The decision and timeframe in which the connectors will be released for SQL Server 2014 are at Microsoft's discretion and cannot provide
    more information at this time."
    http://www.attunity.com/forums/microsoft-ssis-oracle-connector/attunity-ssis-connector-support-sql-server-2963.html
    So I want a response from Microsoft, stating when they will be addressing this.

  • Cumulative Update 1 for SQL Server 2014

    Microsoft has released Cumulative Update #1 for SQL Server 2014. Relevant for @@VERSION 12.0.2000 through 12.0.2341
    http://support.microsoft.com/kb/2931693/en
    [Personal Site] [Blog] [Facebook]

    Shanky,  I did not want to write clearly in the forum, what I think if there are dozens of fixes at bug's level like fails, error messages, crashes, etc.., about three weeks after the release of the production version. but I wrote about it few words
    at facebook Israeli SQL Server User Group. In short.. It's realy look bad in my opinion.
    [Personal Site] [Blog] [Facebook]

  • Update for SQL Server 2014?

    With the release date for SQL Server 2014 RTM being announced as April, can we expect an update to the MAP Toolkit to support SQL Server 2014 discovery?
    __________________________ Graeme Malcolm CM Group http://cm-bloggers.blogspot.com/

    Yes, this is on the roadmap for the summer release of MAP.
    Please remember to click "Mark as Answer" on the post that helps you, and to click
    "Unmark as Answer" if a marked post does not actually answer your question. Please
    VOTE as HELPFUL if the post helps you. This can be beneficial to other community members reading the thread.

  • SSIS 2008 Logging - SSIS Log Provider for SQL Server

    Simple SSIS package - copies a table from Server A to Server B.
    Everything works except logging using SSIS Log Provider for SQL Server. Selecting the similar events to using
    SSIS Log Provider for Text Files does generates a file on the server.
    I specified server B on the configuration for SSIS Log Provider for SQL Server.
    Logged on with a username with sysadmin rights on Server B. Executed the package using that login and nothing is written to msdb..sysssislog
    any ideas what's going on or what am I doing wrong?

    Just to be sure that the basics are right :
    You sure that you configured the log provider correctly?
    Selected the required 'components' on the left bar?
    Selected events on the Details Tab?
    selected the right table? I mean it should be --> select * from msdb..sysssislog
    The default schema in your DB setup is dbo right? Coz, if not the logging will be a real problem. You might wanna recreate the table then .. 
    Btw, if you still experience issues, I'd advise you to enable all events and check for logging just to make sure that there isnt any prob with the DB setup .. 
    Do try and let us know :) 
    Edited:
    Also a few more:
    Check what database you chose in the connection setting page of the logging configuration wizard and check for entries in sysssislog of tht DB as, the sysssislog will be created only in that db.
    Ensure that you have execute permission on sp_ssis_addlogentry in that particular db (mostly msdb). Can be checked via:
    select name,
    has_perms_by_name(name, 'OBJECT', 'EXECUTE') as has_execute
    from msdb.sys.procedures
    where name like 'sp_ssis_addlogentry' --for 2008 edition and up
    or name like 'sp_dts_addlogentry' --for 2005 edition
    Thanks to @Sathyanarrayanans for pointing this out :)
    Hope this should help ..
    Thanks, Jay <If the post was helpful mark as 'Helpful and if the post answered your query, mark as 'Answered'>

  • SSDT-BI for SQL Server 2014, Command line(silent unattendant automatic) installation script/steps

    Hi,
    I have downloaded SSDT-BI software and looking for commandline steps,config file for this.
    http://www.microsoft.com/en-us/download/details.aspx?id=42313
    Any one have Command line installations steps for SSDT-BI automatic(command line) installation for SQL Server 2014 with giving the files location,where to install.....etc, i mean config.xml.
    I found below but not sure it will work or not. If any one have working correct command line script, please reply on this forum.
    Looking for config.xml file, i searched online and did not find any where with clear config.xml file details.
    --Found below from link and not sure it will work or not
    http://blogs.technet.com/b/ilikesql_by_dandyman/archive/2013/03/10/how-to-automate-the-installation-of-sql-server-ssdt-office-2013-and-visual-studio-2012.aspx
    setup.exe /ACTION=INSTALL /FEATURES=SSDTBI_VS2012 /Q /IACCEPTSQLSERVERLICENSETERMS /norestart
    thanks in advance.

    Hi SQLDBA321,
    The SSDT-BI is automatically installed under xxx:\Program Files\Microsoft SQL Server\. Now matter in GUI or command line, we can't change the path. Because SSDT is a feature of SQL Server, not a feature of Visual Studio. It just use the Visual
    Studio Shell. So SSDT will only be installed with SQL Server.
    Reference:
    Install SQL Server Data Tools - Business Intelligence for Visual Studio 2013
    If you have any question, please feel free to ask. 
    Simon Hou
    TechNet Community Support

  • Microsoft Fasttrack Reference Architecture for SQL Server 2014 ?

    Hi, 
        When can we expect the database fasttrack reference architecture refresh for SQL server 2014 ?
    Thanks and Regards,
    Jisha

    Any information on the next lead on the fasttrack program ? 
    Thanks and Regards,
    Jisha

  • Where is Best Practices Analyzer for SQL Server 2014?

    Hi! Does anyone have a news about new version of BPA for SQL Server?

    Hi,
    The latest version of Best Practices Analyzer for SQL Server is SQL Server 2012 Best Practices Analyzer.
    You can download it from
    http://www.microsoft.com/en-us/download/details.aspx?id=29302
    I will update this thread when there is any update for SQL Server 2014 version.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Setup SSL for SQL Server 2014

    I'm trying to get SSL setup for SQL Server. I'm assuming version doesn't matter. It's all about the same but I'm using 2014.
    I have an Enterprise CA so I've setup certs through it.  I've tried using several templates but none seem to work.  I thought it might be needing to use a SAN cert but that doesn't seem to work either.
    I create the cert, add it to the computer account. 
    Go to the properties of "Protocols for MSSQLSERVER" and change the settings on the cert tab to my cert. 
    Attempting to restart SQL Server fails.  Once I clear the setting the service will start.
    What am I missing?
    David Jenkins

    Hello,
    Please read the following resources:
    http://support.microsoft.com/kb/316898/en-us
    http://thesqldude.com/2012/04/21/setting-up-ssl-encryption-for-sql-server-using-certificates-issues-tips-tricks/
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SSDT/VisualStudio requirements for SQL Server 2014

    Hi
    What is the minimum version of SSDT (VS Shell) is required for the creation of BI solutions in SQL Server 2014?
    I have VS2010 (was installed from SQL Server 2012 installation media) but this will not work with SQL Server 2014.

    Hello Roger,
    the current Releases of SSDT are not longer available for Visual Studio 2010, only for VS 2012/2013.
    When you install a current SSDT Version, also the related VS as integrated Shell be installed, you can get SSDT-BI/Tooling here: http://msdn.microsoft.com/en-us/data/hh297027
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Trying to install SSDT BI for SQL Server 2014 and VS2013

    Windows 8.1, SQL Server 2014.
    When running the installer, I get the error before the main window opens, but directly after the first dialog shows. The error message is "The
    type initializer for '<module>' threw an exception". I have opened debugview to see if there were any clues as to what is causing this, but it just states the exact same message. Any ideas?

    Hi MCClark69,
    According to your description, you get "The type initializer for '<module>' threw an exception" when installing SSDT-BI. Right?
    For this error, it's the issue of the conflict with the .Net versions . Please uninstall all the .NET Framework components and reinstall it. Please refer to links below:
    https://social.msdn.microsoft.com/Forums/en-US/8d0c2be0-8472-41ff-8e0c-b3633a385eb0/the-type-initializer-for-module-threw-an-exception?forum=vssetup
    http://blogs.msdn.com/b/rajakedar_ganta/archive/2012/06/12/the-type-initializer-for-lt-module-gt-threw-an-exception.aspx
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
    Simon Hou
    TechNet Community Support

  • Certification for SQL Server 2014 Administration

    Hi,
    What is the release date of certification in SQL Server 2014 Administration
    aa

    Please watch the area:
    https://www.microsoft.com/learning/en-us/sql-certification.aspx
    Regards, Pradyothana DP. Please Mark This As Answer if it solved your issue. Please Mark This As Helpful if it helps to solve your issue. ========================================================== http://www.dbainhouse.blogspot.in/

  • How to install Studio, DataTools, SSIS and SSAS to SQL Server 2014 RTM DataWarehousing

    I have fresh installation of VM. Plan is to build DW and SSAS OLAP Cube.
    How to install needed services and tools as they are not installed as default?
    If I click SQL Server Installation Center and choose Installation and New SQL Server, I'm guided to choose file, but don't know where to find.
    Kenny_I

    Hi Kenny_I,
    According to your description, you want to add SQL Srever Data Tools, SQL Server Integration Services and SQL Server Analysis Services to your existing installation, so you click SQL Server Installation Center and choose Installation and New SQL Server,
    nad now you are guided to choose file, right?
    In this case, you need to choose the folder which contains SQL Server installation media. I have tested it on my local environment, after select correct folder and click "Ok" button, everything works fine.
    Reference.
    http://msdn.microsoft.com/en-us/library/ms143219.aspx
    If you have any questions, please feel free to ask.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here
    Charlie Liao
    TechNet Community Support

Maybe you are looking for

  • .Database upgrade from 10g to 11g in Oracle EBS 11i

    Hi, An urgent help is needed.I am upgrading Oracle Database from 10g to 11g.My EBS is version 11i.So after upgrading my database from 10g to 11g as sa sanity check what are the parameters we need to take care of the EBS.My point is will there be any

  • Performance issue in SQL while using max

    Hi I have log table which desired changed date. if any transaction entered for the changed date and less, then the name and location should be shown based on change log table. if change log entry has two values for a same date for a customer then nee

  • Flash Builder Error Compiling Ipad Actionscript Mobile Project.

    I just bought a brand new ipad for testing. I am using flash buider 4.7 to make an actionscript mobile project. I created an app ID, provisioning profile, and certificate. I have done this before in flash professional so it wasn't too bad. However, w

  • BUFFER parameter in export

    we know that BUFFER parameter in export buffer_size = rows_in_array * maximum_row_size but how/where can I find the rows_in_array and maximum_row_size Please help me

  • HT204074 how to unsubscribe from match

    I just noticed a charge for Match, which I did not authorize.  I decided a year ago to try it, I do not like it, and I would like to know how to cancel it right away if possible. Wouldn't a "you still want this again?" be nice? Thanks for any help!