SSIS package is not failing when the supplied column valuse are more than the...
I'm having a table "Sample" with 3 columns COL1, COL2, COL3 and a flat file with below contents 1¦2¦3 1¦2¦3¦4 When I tried to load data from flat file to table, the data is loaded as below Flat file...
View ArticleParent package is getting failed even though the child package is executing...
I have a parent package and a child package. Child package contains foreach loop container, which loads data from a list of flat files to a table. If there is any flat with wrong data (mismatch with...
View Articlecan't insert dt_str to char type
Hi,Having problem with OLE-DB connection to informix. Created a flat file has two columns and 2 row:1|a2|btried to load it to a informix table:create table t( c1 int, c2 char);2 rows inserted, but...
View ArticleExtracting data from sharepoint using Script in SSIS 2005
Can sharepoint lists be accessed using ODATA in SSIS 2005. Or using web services the only option when getting SharePoint lists data is SSIS 2005 through script task.
View ArticleSSIS tasks properties
Hi, Can any one explain me with example for the following features in SSIS. 1)Direction in execute sql task's parameter mapping:What is the use of output,returnvalue?parameter value is only...
View Articlescheduling ssis package fails to post file to unc sharepoint path
I have created SSIS package where it copy files from my local drive (c:) & post it to SharePoint path(\\sharepoint.corp.*******.com\DavWWWRoot\sites\sitename....) SSIS package works FINE no...
View ArticleCheck Points Enabling in Loop Iterations
Hiii I have created package of using for each loop container inside contains so many tasks and i set container and each task fail package on failure 'TRUE'.. but when error RAISED i cant able to...
View ArticleAfter processing each file then send notification with the following format
After processing each file then send notification with the following format Subject : {FileName} has been processed. Body : {FileName} has been successfully processed and transfered {N} records....
View Articlehow to copy excel files to sharepoint
hi, how to copy excel files from my C: drive( from remote desk) to sharepoint unc path (\\sharepoint.corp.********.com\sitename.......) PRO GRAMMATICALLY using ssis package. and i have to schedule...
View ArticlePorting data from One Server to Another Server
Hiii I am Using SSIS 2005, we are Porting data from One server to another server, say 'A' server of 'X' Database contains around 900Gb data of 85 columns, have to port into 'B' server of 'Y' Database,...
View ArticleExecuteProcessTask is not calling bat file?
Hi All, I have SSIS package which contains execute process task which calls bat file. The bat file contains the below code. In execute process task, i have selected this...
View ArticleLoading Excel files using Multiple Dataflow Task
Hi All, I have following scenarios in my requirement: Scenario 1:I have a client folder in which there are multiple clients Eg:- ABC, XYZ. I need to take all the client from the client master and check...
View ArticleComparing data within the same file
Hi, The data will be in a text file. I need to check the two columns from within the same textfile. like, we have 2 columns Place and Country as like with below said similar values...
View ArticleRange In look up transformtation ssis
Hi, I have a situation where i need to apply look up a range. I have distance_from_dealer column in customer transaction table. I have all the ranges defined in dim.distance table. this has start_range...
View ArticleEliminating Duplicates upon Importing to DB
Hello! Everyone on this forum is awesome and have helped alot. I only have one more challenge in my SSIS project. Now that I have "cleansed" the data from Duplicates in an Excel spreadsheet and...
View ArticleRunning SSIS packages In Parallel To Optimize
Hi, I currently have a Master-Child Packages set up : 1. A Excel CSV file which contains package order, package name and package location 2. I import the CSV file data into the SQL server table and...
View ArticleNo Availabel External Columns in XML Source
I got a XML Data file From a Webservice Task,and i want to import data to db(sql server 2008 R2). In SSIS,use a Data Flow Task,add a XML Source Component,Choose the XML File,Generate XSD file,but no...
View ArticleAccess to path denied in SSIS 2012 script task
Note: this applies to SQL 2012 only. I'm using the project deployment model in SQL SSIS 2012 I have a script task inside the SSIS package that renames some files on a domain share....
View ArticleDataStage Vs SSIS
Hi, We are in a process of migrating a process running in Ascential Data Stage to SSIS. The database server is ORACLE 9i. We need samples/guide on the following datastage equivalent features. 1....
View ArticleThe OLE DB provider used by the OLE DB adapter cannot convert between types...
Hi, I have this OLEDB Source and I am getting the data using sqlcommand this is my sqlcommand query. I am Not at all converting the birthdate column to int. SELECT customer_id, client_id, social_id,...
View Article