Error Code SSIS DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.
SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available.
View ArticleError in Connecting the Oracle Attunity Source in SSIS package
Hi , May this question might have been posted before but as far as i am concerned i was not able to find the solution i am looking after , so please help me out on this . I am using the Oracle...
View ArticleFlat File Error while loading from FTP location
Hi,i have designed SSIS package with one DFT , source is flat file and destination is SQL server the flatfiles are in network location ,i am passing file name and Network location through Variable,...
View Articlerows per batch and DefaultbufferMaxrows
Hi,What is the difference between rows per batch and DefaultbufferMaxrows in data task? Is there any relation between these two?
View ArticleIs this how MaximumErrorCount works?
Hello,The documentation for class DtsContainer's MaximumErrorCount property says that it "...indicates the maximum number of errors that can occur before theDtsContainer object stops running" (emphasis...
View ArticleDoes a left join merge join override a previous conditional split?
I am creating a package to load data from a SQL Server database and Sharepoint Lists.The majority of the data resides in a Sharepoint list I'll call AWQ. I am using a Left Join to join to data from a...
View Articleescape a delimiter in flat file source
I am using a Flat File Source to load a txt file. The columns are delimited by a pipe ( | ) character. But sometimes this pipe character can appear as a column content. For example, if there is a...
View Articlelook up match
i m using look up in my ssis.i am using inner join for ID, firstname and lastnamebut when i m using ID its not matching any rows , if firstname and lastname then its matchingfor the same query , if i...
View Articleexecute concatenated lookups in excel sheet using SSIS
Hi,Have an excel sheet with 20 Columns. One Column has a Concatenated two vlookups that referes to another sheet.Eg: Sheet one InsuranceType column includes -...
View ArticleThe path does not exist error when using Integration Services Deployment Wizard
I have SQL Server 2014. My user have db_owner and ssis_admin rights.I have opened SSMS->Integration Services Catalog->SSISDB->Project->Projects->Deploy->Selected ispac file and...
View ArticleLoading xml file in to database (inserting only one level)
Hi All, I am trying to load an xml file into db using ssis..when i am trying to load the data in xml its loading only first row..sample xml:<?xml version="1.0"?> <Products> <Product...
View Articlehow to call another project within a project
hi there,i have two separate projects, created in SSDT. from project A, I'm trying to call packages in project B. I have used the execute package task and set it to be an external reference. I'm...
View ArticleSlow SSIS package and performace counter showing zero
Hi,What could be the reason and solution for ,the Performace counter(SSIS Pipeline 10.0) is showing 0 for all listed items when I run the package?. My system is 64 bit Windows 7 and ssis package has a...
View ArticleUnit Testing for SSIS - to test or not to test?
Now that we have a good programming model in SSIS - the question is whether to write automated unit tests for your packages, and would it generally be a good idea for packages?Also - if yes to write...
View ArticleSSIS 2008 Performance Issue while copying rows from SQL server source to Oracle
Hi All,We copy rows from SQL server 2008 to Oracle based on a condition(at times it will be 20K+ rows). We tried below options.1) Insert into Linked Server - It took very long time2) Dataflow task...
View ArticleHow to generate a class from WSDL in C# using visual studio 2005
Hi All, How to create a class from WSDL in C# using visual studio 2005. I have data in WSDL. Using this file i need to create a class. Thanks in advance.
View Articlehow to avoid repeated emails using send email tasks in package?
Hi,I have package with two sqeuence containers which are not connected.So when I was using send email tasks I was getting repeated emails like 5 to 6 emails.So, can someone hep me on this.How can we...
View ArticleSSIS How to set Tolerance levels via parameters
Hi allI am after some help as pretty new to SSIS. I need to write some validation requirements on data which needs to be in SSIS.What I want to achieve is setting Tolerance levels on two fields.Field A...
View ArticleExport SSIS Project: non-SSMS way
Fellow forum members,I was wondering if there is any way we can export a SSIS project from the catalog using scripts.What am to trying to achieve is automate the deployment of our SSIS projects. If the...
View Articlepass Connection string dynamically to Sources
Hi experts, I am having 7 Connection string and it will increase in future.Source table all are in same structure and route it to one destination. I need to pass the connection string one by one to...
View Article