SSIS finding non-existant columns in Excel file
I am trying to debug a SSIS package, and am seeing some new and mystifying behavior in BIDS that wasn't there before.I have an Excel Data Source, which I have pointed to a file on my hard drive. In...
View ArticleExecute SQL task insert error: Column name or number of supplied values does...
Okay, this is probably a simple one for someone other than me. :) So I built this elaborate query in SSMS to construct a restore command. It works very nicely in SSMS. However, when I put it into an...
View ArticleSSIS Oracle datasource returning null values when there is data
I have a rather long query that returns data Memberid when I run it in TOAD. But when I use the same query in an SSIS data source, every value for Memberid is null, even though the query on TOAD...
View ArticleSSIS generates parameter in INSERT Statement without @
I am using SQL Server 2008 R2/SSIS.My source is SQL Server.My Destination is U2 Database. I am using U2 ADO.NET Provider.It generates the SQL Syntax for write: Error: 0xC020844B at Data Flow Task, ADO...
View Articleconnecting to Sybase from Sqlserver SSIS.
Hi,I need to copy the data from sybase tables to sqlserver using ssis. I went through this link...
View ArticleAn OLE DB record is available. Source: "(null)" Hresult: 0x80004005...
Hi I'm getting this error;[OLE DB Destination [16]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.An OLE DB record is available. Source: "(null)"...
View ArticleSSIS - update value in table
hi, I need to insert data one sql server to another sql server at one filed is updated.(eg)When date is update, that time value update in one sql server. That rows will insert in to another sql...
View ArticleSSIS 2012 Password Parameter not working
Ok - feeling stupid because I've had this working before.I have a project level connection manager to a SQL Server database. I have a project level sensitive parameter for the password.I have an...
View ArticleSSIS package fails to start application lock timeout in...
Hi, I've recently upgraded my SSIS packages from SQL2005 to SQL2012 and I'm using SQL Agent to execute the pacakges. The jobs are failing about 20% of the time with a timeout error. I ran a trace to...
View ArticleSSIS - Session Timeout on using ADO.Net ODBC connection to access teradata
Hi, I have created an SSIS package where I am accessing source data from teradata server. For this, I have used ADO.NET connection for ODBC and DataSourceReader as Input component. But I am getting...
View ArticleSSIS2012 Parent PKG Call With Parameters a Child PKG transfers empty value...
HiI have developed a simple Parent/Child PKGs in SSIS In the parent I send using parameters values to the child PKGWhen testing it in VS2010 , all works well ( the value is sent to a StoredProcedure...
View ArticleSQL Server 2008R2 Copy Database fails trying to create a domain login
I have an existing SQL Server 2008R2 server on Domain_A and a new SLQ Server 2008R2 on Domain_B. I am trying to use the Copy Database SSIS method to copy an existing database from Domain_A to Domain_B....
View Articlehow to spilt fullname
fullnamesumalatha,kumari,kramesh,chowdary,gsravs,kumari,g............n-->now i want to spilt into o/p likefirstname middlename lastnamesumalatha kumari kramesh chowdary...
View ArticleStrange result in DataFlow Script Task
I have a SQL stowed Procedure that is used for a Script Task datasource.Under SQL Manager when executing the stored procedure there are two records returned when @Licence = 999999.When running the...
View ArticleCreating and attaching Excel File as Attachment In SSIS
Hi All,I have a requirement in SSIS where I have to generate a excel file based on a query output and send this excel file as attachment to a particular person. After the package is over. I have to...
View Articlereading excel 2007 using oledb in ssis
Hello All,Can anyone help me how to read excel 2007 (.xlsx) file using OLEDB in SSIS without using script component? If it cannot be done without using script component then please provide me the code...
View ArticleHow to get part of file name parsed to the columnns in SSIS
Hello All,I have a variable with filename which is dynamically set in ssis , the filename is not always same which means it can beEX14 ABC_20130125.csv EX2014 ABC_20130125.csv so I want to get the...
View ArticleConverting excel to csv in ssis using script task
How to convert excel file .xlsx to csv in ssis script task?? Any help is greatly appreciated. Please friends help me out.I have used excel as source but its killing me with bunch of issues so I have...
View ArticleSSIS for replication as regular replication services is failing due to...
Hello all,I can't change the source database that has several tables without primary keysdb replication is failing because of thatHow can I replace replication with SSIS?Thank you in advance
View Article