Error handling in ssis
I have two control flow items ..Execute SQL task and Script task...Execute sql task i am just reading a data..and in script task i am calling .net class.How to handle error for both of the task.
View ArticleTaking a mySQL dump of the package process
I have created a ssis package in 2005... i have been to take a mySQL dump of the process? not quite sure how to do this?I guess they want a script that investigate what the package is doing
View ArticleHow to get list of file names from SFTP server folder.
Hello,How to get list of file names from Server folder location using VB.net code in SSIS 2005.Appreciate your help. Thanks.VaishuVaishu
View ArticleSSIS - sql job fails
I have a SSIS package , it has a for each loop container and file system task. The file system tasks move files from folder A to folder B. It sometimes fails if the file it is moving is being written...
View Articlecan we create SSIS and run from Code behind for export excel
Hi ,I want to use export excel using SSIS because SSIS much better in performance,here what i want to achive:want to pass data or query for header and rows. and generate queryif records more than 65K...
View ArticleSSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred
Hi Guys Wroking on this SSIS Error . Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft SQL Server Native...
View ArticleConfiguration File Prob
Is there a way to enforce a SSIS package to use only the connection string it needs from a config file. I have one config files that lists all the connection strings from packages. Now not every...
View ArticleSplit a row into multiple rows on multiple columns
I want to single rows in multiple value columns to rows. there are more than 90 columns in the table. some of them have multiple values divided by'&$&', some columns are not.for...
View Articleconditional split error
hii m getting this error: [Conditional Split 1 [14]] Error: The expression "[Expiration Date] != [Expiration Date_LookUp] || BAC == "X" || ISNULL(BAC)" on "Conditional Split 1.Outputs[Case 1]"...
View ArticleCalling Stored Procedure in Data Flow task
Hi,I have a table that has one column that I need to look up or join with the result set of stored proc (sp) and find some information. This sp takes one input parameter (source table column value) and...
View Articletake Backup Of MYSQL database
Hi I need to take Backup Of MYSQL database on weekly basis using SSIS.I have taken backup of SqlServer but have no experience with MYSQLKindly help me.Thanks
View ArticleCustom DataFlow component causes - "Value of 'null' is not laid for...
Hi I developed a custom data flow component in SSDT 2012 (VS2012) as a C# assembly. I signed it, built it, copied it to ..\program files (x86)\Microsoft Sql server\110\assemblies\pipelinecomponents and...
View ArticleSP result set to a table, having problems
I am running a vendors SP. They put in 4 parameters. I have those set up as user variables. Now i am trying to run the SP with those variables as parameters and I want to put the results into a...
View ArticleData Flow Task failing to drag-and-drop onto SSIS Control Flow
This morning, I started having problems with Visual Studio 2005 on XP when I tried to create an SSIS project; I was getting an error message about the failure to create an SSIS runtime object, with the...
View ArticleSSIS Package failed with following errors -Parameter Information cannot be...
Trying to execute the SSIS package in BIDS-2005 and keep getting same error. While same package works in BIDS 2008 very well. I downgraded package from 2008 to 2005 also made it from scratch using...
View ArticleForeach Loop Error Handling
Hi All,In VS 2005 I am using a series of each loops to load different .csv files and then move them a archive folder, this works fine. But now I am trying to get the loops to send an email when the...
View ArticleComponent has no available input columns
I have a OLE DB Source and Flat File Destination in my DFTSET NOCOUNT ON -- script to show if the FreeSpaceGB <= 1 GB for C: -- and <= 20GB for drives not equal to C: IF EXISTS (SELECT * FROM...
View Articlehow to copy data to a falt file at UNC location with password protection?
Hi,I have hard time setting this up. The destination has its own credentials(acct/password), but it is not on the same AD domain as the sql server. I am not sure if the other end is a window box. It...
View ArticleUsing SharePointListAdapters for SSIS 2008-2008R2-2012
Hi,I'd like to know your experiences with SharePointListAdapters for SharePoint 2010 and SSIS 2008 or SSIS 2008 R2 or SSIS.I've already used them in past with good results with MOSS 2007 and SQL Server...
View ArticleArray like facility in SSIS
I have got a task in SSIS in which I have to create a variable of type OBJECT in the parent package and retrieve all the rows of a column of a table. And then I need to insert the required values to...
View Article