Calling SSIS packge from C# application
Hi, One of the client production deployment we have SSIS packages to Import the Data from excel(Sharepoint Source) to SQL DB. Its working fine in Dev enviornment but in production its Throwing...
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 ArticleSharepoint list control issue
Hi all, I am trying to add existing package to the project which has shrepoint list control source and SQL destination. But When i am trying to add it i got below error i said Ok..but when i try to...
View ArticleSSIS is not using the provided custom Sharepoint credentials
Hello, I have multiple packages that need to access a Sharepoint server. So I am using the popular package from here: http://sqlsrvintegrationsrv.codeplex.com/releases The way I have it set up, is that...
View ArticleError deploying SSIS 2012 to Catalog DB
Hi, Am having an intermittent issue that happens when deploying to an SSIS Catalog (in the "Deploying project" step). basically sometimes when deploying an SSIS project to a Catalog that I administer,...
View ArticleSSIS script component endofrowset not evaluated to true
Hi, I am not skilled vb.net programmer, but I am able to code transformations. I need one in my asynchronous script component. I dont understand,why my code shows always "false". I use SSIS 2008....
View Articlessis 2008r2 dataflow freeze
Hi, today my dts package freeze during the loading of my data. I have multiple dataflows in my package, and the freeze occurs in the dataflow 5 or 6, never on the first dataflows. the 5 is pretty...
View ArticleDev and Live configurations - how to change data sources automatically
Hi all, I'm fairly new to SSIS. I have a group of packages (one parent, four children) which mostly call sprocs so that they run in parallel. I have a dev server and a live server and their structures...
View Articleerror in SSIS script component
Hello, I'm using SQL sder er 2008 Standard/ I am trying to use a script component to do a lookup, but when I execute the package (in debugging mode), In get an error screen. Part of the error...
View ArticleMdw Problem
Hi, Guys.. When i finish to configure MDW, I saw in the log of the collectors, the message appears = Error 0xC0014062. Failed to load the package "\\Data Collector\\TSQLQueryCollect" from SQL Server...
View ArticleThread local storage failure when executing a SSIS package from C# code
Hi everyone, We have made an application on .NET 3.5 using C# to run some SSIS (*.dstx package) we have built. We are working with: Intel Xeon Processor E5620 12 GB Ram SQL Server 2008 Windows Server...
View ArticleIF condition in Derived Column
Hi All, I need to use IF statment in DErived COulmn. If Product_Type = 'PL' then the New column shld be populated with 'SD' else if it is null it shld be populated with 'LD'. Kindly help. REgards, James.
View ArticleHow to call batch file (.bat) in SSIS?
Hi, I have created a test package to load data into 2 tables. so created two simple insert scripts and created a batch file and calling batch file in execute process task. but i am getting error :...
View Articlehow to send mail from SSIS Package using Send Mail Task
Hi all The client has given as ABC_SMTP as the SMTP Server details... and we are working on their computer network domain So they told us use WINDOWS AUTHENTICATION setting in Send mail task while...
View ArticleUpdate-Insert while looping through Excels
Hi gurus, I have scenario that I loop through set of files and load them into db and then archive those files into Archive folder., which I did fine. Now, there is a chance that there may be same...
View Articlecommon cartridges (IMS) and siss
Is there a way to parse IMS common cartridge using siss Common Cartridge Sample http://simplelti.appspot.com/upload.htm http://www.imsglobal.org/content/packaging/cpv1p1p4/imscp_bestv1p1p4.html#1678155...
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 ArticleError Updating NTEXT Column in SharePoint List Using SP List Destination
I am getting an error when I try to update (or insert) data into a SharePoint List Multi-Row field. The field's property is set to NTEXT. I have tried changing the datatype of the data being written to...
View ArticleCalculate Running Count during data import
We have a flat file data source with Invoice records. Each invoice is bounded by two key "START" and "END". Each Invoice has multiple transactions ================ START ...TXN1TXN2 ... END START...
View ArticleError on Execute Process Task : "The data area passed to a system call is too...
When I try to run the process execute task I get the following error Execute Process Task] Error: An error occurred with the following error message: "The data area passed to a system call is too...
View Article