Custom Connection Manager only works in 32bit- 0xC0011008: Error loading from...
I have a very basic / stripped connection manager with only one property (SSIS 2012). It works fine in design time (you can open the connection manager editor and change the value), but in runtime it...
View ArticleLookup with full cache warning
I am using a lookup and full cache, occasionally i get this warning:[Lookup [150]] Warning: The component "Lookup" (150) encountered duplicate reference key values when caching reference data. This...
View Articledecrypt xml node failed on loading master package
Hi. We run 2012 enterprise. When I open my project on a different machine than the one I used to create the project, I get the following warnings. I'm concerned about 1) checking in source from...
View Articleget data from source by excuting set of queries that has temp tables.
hello all,i need to grab data from teradata(using odbc connection).. i have no issues if its just bunch of joins and wheres conditions.. but now i have a challenge. simple scenario, i have to create...
View ArticleAutomating configuring logging
Hi,There is a task to configure logging in SSIS packages automatically. We have a parent package which runs a child one using Execute Package Task. Is it possible to add some logic in the parent...
View ArticleAssign different static Increment value in different csv files using ssis
Hi, I have a table T with columns Code datatype is nvarchar(5) andName nvarchar(30). Table T has 100 records and column Name only have data and column Codehas Null values. I have to generate csv...
View ArticleSAP BI connector 1.1 - Getting [SAP BW Source] Information:...
HI I am connecting SAP BW server through ssis 2014 ( sap Bi connector 1.1) . while connecting one of the OHS in BW server to pull the data , getting the below information and the process in running...
View ArticleSSIS: How to load 2 different excel files to 2 different tables?
Hi All,I'm new to SSIS. I have 2 different excel files file1 and file2. file1 should be loaded to table1 and file2 should be loaded to table2. Both of the files will have 1 sheet inside. Do I need to...
View ArticleError in refreshing excel reports using ssis
I am trying to refresh a number of excel reports in a directory using ssis but get the following error when the package executes"Exception has been thrown by the target of an invocation"My code is as...
View ArticleSSIS package fails with Protocol error in TDS stream
SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on OLE_SRC_Connection returned error code 0xC0202009. The component returned a failure code when the pipeline engine called...
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 ArticleJob JOB_NAME reported: Unable to terminate process 4bd0 launched by step 1 of...
All of a sudden I am getting this errorJob JOB_NAME reported: Unable to terminate process 4bd0 launched by step 1 of job JOB_ID (reason: Access is denied) on all my DTS packages and maintenance...
View ArticleSQL Server 2012 with Attunity on Oracle 12
Hi everybody,At a client we use Attunity CDC to capture changes in the source system. The reason is that my client's source database (Oracle 11) contains two tables that are too large to capture using...
View ArticleSend Mail task not working properly when it configured in Precedence...
Hi,Send Mail task not working properly when it configured in Precedence Constraint (Failure)...Scenario: I'm using multiple containers in my ssis package. Also I have configured mail task for capturing...
View ArticleSSIS 2014 package executes successfully even when a connection manager errors
Hi, I am experiencing a weird scenario, I am using SSIS 2014 and for dynamic package configuration I am using xml configuration file which stores servername and database for the SQL Server...
View ArticleIssuses about Package XML configuration file once checked into TFS. When...
hi folks: I've used XML package configuration in my packages in order to populate key variables. The configuration String is pointing toa local folder in my machine. After that, I've checked my whole...
View ArticleBug SSMS2012 - Showing Different Connecting String from the Same Data Sources...
HiI checked (using my SSMS2012 from my laptop connecting to SM-CNTS-VWW01 server) the Data Source tab from the Job Properties after I have updated the package configuration but it didn't reflected the...
View ArticleSSIS script task to read CannotChangePassword attribute of AD user
I am trying to pull Active directory Users information to a SQL table use Script task in C#.All the other fields are pulling OK, but I have a hard time to pull the user CannotChangePassword attribute....
View ArticleFile System Task Move Directory deletes parent destination folder
I attempted to use Move Directory to move the contents of one directory to another. I encountered the 'different volume' issue that others have experienced. While this error is frustrating I can work...
View ArticleWant to add new column based on existing column using Derived column task
I have a excel file which has a column called "Code" and their values are A,B,C,D,E,F,G,H. I want to create a new column called "status" based on the values of "Code".Code: ABCDEFGHIf A,C,E,G then...
View Article