SSIS and Salesforce Connectivity
Hi have a project where I want to get data from Salesforce.com. Currently I am using JitterBit data loader for extraction of data from Salesforce.com. But this method is an indirect method where I have...
View ArticleETL / SSIS SharePoint 2013 and Project Server 2013
After we installed the Feb and Mar CU patches for project server 2013. I'm getting the following errors on my SSIS package create to extract list data from project server 2013 lists:[OData...
View ArticleSSIS add/remove columns dynamically into unpivot object
Hello friend, I've created a SSIS package which takes a matrix from Excel file and insert into SQL table. It works perfectly! However, if I would add a new column into that matrix in Excel. Unpivot...
View ArticleLookup
Hello,I have OLE Db data source (SQL Server 2008) with 5 rows. One of the column in claimID. Another data source is IBM DB2 Iseries database. The table in DB2 has 93 million rows. I need to get only...
View ArticleSSIS - Execute Process Task - UNZIP - HANGS - Without any Error
We have a SSIS Package that unzips files using Execute Process Task. The property "Window Style is Hidden". It works perfectly fine in BIDS.Now we have created a SQL Server Agent Job to execute this...
View ArticleSQL Server 2008 R2 version difference causing the package not to run
Hi All,I've a SSIS Pkg which is created on on 2008 R2. Currently it is working fine on one the server and not on other server.On this server it works fine. Microsoft SQL Server 2012 (SP1) -...
View ArticleSSIS msdb database rolls are not there
Hi, I've just imported some SSIS packages onto my instance but my users aren't able to run the jobs for these packages (if thats the write terminology) it keeps failing with this error:Non-SysAdmins...
View ArticleHow to send excel file from ssis using send mail task without saving the...
Hello,Is there anyway to send excel file from ssis using send mail task without saving the excel file locally. I need to automate the process which involves loading the excel file from the database...
View ArticleHow to change SSIS packages deployed to MSDB - image data type
Is there a way to change an image data type? I want to make a change to some deployed SQL 2008 SSIS deployed packages. I have a TSQL SELECT that searches the packages for a string. But I would like to...
View ArticleAttunity CDC for SSIS has status LOGGER
At a client I work for, we are using Attunity CDC for SSIS to replicate data from a Oracle source to a MS SQL server destination. We are currently testing the solution and while testing, an error...
View ArticleExecute SQL Task
Hi, I am getting teh below error onexecute sql task. I am using two varibles and teh result name is given as 0 and 1. But still I am getting the error . Pelase help
View ArticleHow to load the excel file without changing the excel file (csv format)
Facing problem while loading date in MS SQL Server 2005 from excel file (csv format).How to load the excel file data without changing the excel file (csv format) .see the [Start Date] and [ Exp End...
View ArticleGot Error "Extraction Failed" when installing SSDT-BI for VS 2013...
Got Error "Extraction Failed" when installing SSDT-BI for VS 2013 (SSDTBI_x86_ENU). Please help. Thanks!
View ArticleSSIS Error code 0x80040E05
"Information: 0x4004300A at Testing1, SSIS.Pipeline: Validation phase is beginning. Warning: 0x80047076 at Testing1, SSIS.Pipeline: The output column "[Measures].[Distinct Count]" (18) on output "OLE...
View ArticleConvert sting to datetime
How can I convert it to " 2015/07/31" to "31/07/2015" By using derived column. I want to TRIM the date field. I am using this expression: (DT_DBTIMESTAMP)(SUBSTRING(TRIM([Start Date]),1,4) + "/" +...
View ArticleHow to make SSIS prompt for connection values when running a DFT or package...
Hi,I am new to SSIS. My earlier ETL experience is on Datastage, hence, it's taking me a little time to get my head around some things in SSIS, hence this question which might seem kind of naive to some...
View ArticleData transformation MMDDYYYY to YYYY-MM-DD
Hello all, Im working on a SSIS Package and I have to do a data transformation but this one is a but tricky. For example 7/6/2015 is my date and when I applySUBSTRING(ColumnName,5,4) + "-" +...
View ArticleDerived Column Date Conversion
So I am trying to change my date type which is in the 1/1/2015 12:30:10 PM to a 2015-1-1 00:00:00 So I am using Derived Columns to do the trnasformation in Visual Studio but I am getting the following...
View Article'Oracle Provider for OLE DB' is missing
Hey to all,OS : Win7, 64bitSoftware : Oracle Clients 32bit and 64 bit (11g), SSIS 2012I have installed both 32bit and 64bit oracle ODACs during the clients installations, and then i have installed the...
View ArticleSSIS Single Package Deployment
When I upgraded my SSIS 2005 project to 2014, the project type was an SSIS package deployment model. So when I actually deploy to the Integration Services Catalog (ISC), the entire project is...
View Article