Cannot access SSIS in my virtual machine
Hi,I was trying to connect remote machine integration service using my local SSMS ( from my virtual machine ) but cannot connect.I added my windows account (used in VM for login) in that remote...
View ArticleHow to change destination table dynamically in configuration file in ssis?
hello, i have a package i am having one data flow task.in data flow task i have one source and one destination.source and destination are different.i have created xml configuration file by...
View ArticleLarge View Causing SSIS Package To Freeze in BIDS
Hi,I'm creating a SSIS package with a OLE DB Source object which runs a SQL view. The view itself is quite intensive.I have noticed that every time I go to make a change in BIDS my session freezes for...
View ArticleSQL Server PDW Destination Error
Hi All,After updates on MSSQL PDW v2, one of the development server for SSIS had failed. [SQL Server PDW Destination [707]] Error: An error occurred with the following error message:...
View ArticleCompare two files based on filename and move the old file to other folder...
I have many files in one folder. The file name are standard like (Filename1_101614_081034.txt, Filename2_101614_171034.txt,etc). So i want to move the old files(need to consider timestamp) into another...
View ArticleError on Data Flow Task MSSQL 2012 Clustered "Description: The version of...
We have an SSIS package that runs on clustered MSSQL 2012 Enterprise Nodes that is failing. We use a job to executer the package.Environmental information:Product - Microsoft SQL Server Enterprise:...
View ArticleMixed mode assembly is built against version 'v2.0.50727'
I am using Visual Studio 2012 Ultimate and SQL Server 2012 Enterprise.Whilst using windows service to execute an SSIS package I receive the following error:"The Execute method on the task returned...
View ArticleIs it possible to Install the 64-bit Microsoft Access Database Engine 2010 if...
So we are running Microsoft Office Professional Plus 2010, Version 14.0.7015.1000(32-bit)This is what is installed via our Network and Network licensing.I am trying, in vain, to read and write a .xlsx...
View ArticlePDW Destination Adapter - programmability
Is the PDW Destination Adapter part of the SSIS API, like for example an OLEDB Destination adapter ?Thanks in advanceDavid
View ArticleImporting from an Oracle database converted from non-unicode to unicode -...
Hi,I've some SSIS 2012 pkgs that read from a non-unicode Oracle database to a non-unicode SQL Server database.Few days later, the Oracle database will be converted to unicode one and so I need to...
View ArticleAutomated SQL Server 2014 sync with 2008
HiI was looking here several posts but now I am more confused. I am new with MSSQL but learning all the time.I have SQLserver(s) 2008 and "main" SQL server 2014I would need to syncronize two tables...
View ArticleUsing UNC Path With Execute Process Task
I have an Execute Process task in which the process can either delete, get or put files to an SFTP site. The executeable takes arguments in the following format: "host" "user" "password" "put" "full...
View Articlesysssislog got created as a regular rather than a system table
Hi. we run 2012 enterprise. I believe some testing I did on a new pkg recently created dbo.sysssislog (may have looked to sql like it was first time and it needed to create a new one) in the tables...
View ArticleDtsDebugHost crashes after upgrade to SQL 2012 SP2
We have an SSIS package developed in VS 2010 (10.0.40219.1 SP1) running against SQL Server 2012.Since we've upgraded to SQL Server 2012 SP2 (11.0.5058) one of the previously working packages is...
View ArticleSQL Function in a SSIS package
I have data that I am importing from multiple DB2 servers.I have a SQL function that I need to run to process the DB2 data after it is imported.Does anyone know if there is a way to do this. Call a...
View ArticleError: The AcquireConnection method call to the connection manager failed...
I have a SSIS project that I am newly running on the SQL server (2005) . It was previously run on my PC. I am importing data from a DB2 server to the SQL server.- I am in the SA group on the...
View ArticleSSIS - SQL 2012 - CozyRoc Dynamic CRM Destination "The value is too large to...
Hi, Iam using Cozyroc Dynamic CRM destination plug in to "Update" against a Microsoft CRM entity.I get the following error while running the SSIS package - "Error: 0xC002F304 at Sync CRM Dynamics...
View ArticleSharing SSIS Expression Amongst Packages
Hello:We have a common Expression with System Variables that we want to be able to use across various packages. How can we do this?For example, when OnError event occurs, we want to send an email...
View ArticleSeptember 2014 TechNet Guru SSIS Winners announced!
The September Guru results are posted!http://blogs.technet.com/b/wikininjas/archive/2014/10/16/the-microsoft-technet-guru-awards-september-2014.aspxBelow are the highlights, just the medal winners....
View ArticleSplit txt file data into 3 and insert into 3 Tables
Hello,I have txt file containing 30 records I need any 10 records into Table1, another 10 records in Table2 and rest 10 records in Table3.I have tried it by inserting txt file data into SQL Table and...
View Article