Reading shared drive files - Windows Server 2012
G'day all, not sure if this is an issue I'm experiencing in SSIS or just a general directory issue but as I'm hitting it in SSIS I thought I would start here.We are attempting to read files off of a...
View ArticleHow to Pass Multiple Parameters to Reult set in Execute SQL task
Hello,I have 4 counts in SQL task,Select Count(1) As C1 From Tabl1Select Count(1) As C From Tabl2Select Count(1) As C3 From Tabl3Select Count(1) As C3 From Tabl3I tried to Map them in the Result set...
View ArticleGetting error message when i am trying to update the excel file using script...
Hi Guys, I am getting error message when I am trying to update the excel. Please find the error messages as belowError at Update File [Update File]: Failed to compiled scripts contained in the package....
View ArticleGetting and error of Dynamic CRM Destination connection?
Hi, I have used KingswaySoft Dynamic CRM Destination component to connect CRM 2013 in SSIS. bu getting below error when try to execute the package?[Dynamics CRM Destination [20]] Error: An error...
View ArticleValue of date from Excel changes only when run via agent
Hi everyone. I'm a bit of an SSIS newbie, and I'm stumped on something that should probably be really easy. I'm hoping someone has seen something like this before.I am importing an excel file into a...
View ArticleConnect from SSRS to SAS
We are trying to connect SSRS to SAS data and create a report in SSRS.We tried to connect from ODBC and OLE DB and got an error saying “SQL processing is not supported”.Is it possible to run SQL from...
View ArticleEXCEL 97-2003 Destination - Excel Destination input - External Columns -...
Hi,I am trying to change the Length property of an Excel Destination field (as shown in attached image). But after I change the value and click OK and open again, it goes back to it's original...
View ArticleNeed help writing a script
I am trying to convert my prcess from DTS to SSIS. I am running this report out of SAP and then using Monarch to put into the correct form, then I am using the DTS to put it into the database on the...
View ArticleWhy Excel converting 1 to -1 while loading through SSIS
hello,While loading data from sql 2005 to Excel 97-2003 its converting values -1 actual value is 1. I'm loading data to two different sheets in work book it works fine in 1st sheet but it only...
View ArticleGetting an error as "Access denied" while writing the data into CRM 2013?
Hi,I have written code in Script component Transformation to connect CRM 2013. I have used CRM 2013 SDK to connect it.#regionHelp: Introduction to the Script Component/* The Script Component allows...
View Article.xlsm as Data Source in SSIS
Hi,I have 6 files with extension .xlsm (macro). How to import the data from these files using SSIS to a sql table ?I have these 6 files in 6 different folders in the same path, How do i call them in...
View ArticleChanging SQL Server Table names and related related references in SSIS Packages
Hi All,I am changing some table names in my SQL Database. We also have a lot of packages and they depend on these tables. Few questions .What is the impact of changing the table names on the packages?...
View ArticleError with Project Parameters when executing the package with dtexec command
Hi,We have started migrating our SSIS package from 2005 version to SSIS 2012. In SSIS 2005 we were using XML configuration files and executing the packages with dtexec command from the packages folder...
View ArticleProblems Using Foreach Container
I have a large number of small Excel files which I want to insert into a single SQL table. So, I created a variable with package scope called "Filename". Then I created a foreach container using the...
View ArticleValidating values from flat file input against values in sql table
HiI have flat file as input source and destination is sql table. Before I push values to sql table I need to see if one of the values(PONumber) from flat file already exist in sql table.In that case...
View Articlestopping scheduled jobs and running couple couple
I have an upcoming project where the scheduled jobs has to be stopped by 2:00pm and only couple jobs has to be run at that time. In those couple jobs, one of them got multiple steps and only the 1st...
View ArticleDate Conversion from one digit to two digit
I have the following date fields I can't seem to figure out:Century: WAALCC Year: WAALYY MONTH:WAALMM DAY: WAALDDThey're all in separate fields so I thought "Oh, hey I'll just concatenate them all and...
View ArticleData Import using SSIS 2008 and Excel Source.
While Importint data from Excel xlsx/xls , if some column has invalid values say the column has "TRUE/FALSE" , but some how (manual entry) it is changed to "abc" , if the column has many values as Date...
View ArticleWMI event watcher in ssis package not sensing the file continiously when we...
Hi,I am using SSDT 2012.WMI event watcher is not picking the file , when I place the file in Network drive location or UNC Location.I have mapped the network drive to UNC location. Issue only comes...
View Articleload TableC from TableB based on value of TableA in SSDT/SSIS
I have 3 tables- [code] --Server 1(SQLSERVER) CREATE TABLE TableA (GROUP_ID INT ,STATUS VARCHAR(10)) --Server 2(Oracle) CREATE...
View Article