Test for the existence of a SharePoint list
I have a scenario where data is to be read from a SharePoint list but the name of the list is unknown. The name will always follow the format: List_XX_YYwith XX being a two-digit year and YY...
View ArticleError Redirect to SQL Server Table with Error Rows and Error Description
Hello EveryoneCan you please help me how can i redirect Error rows along with Error Description to a SQL Server Table. I have multiple source tables and i need to maintain a Single ErrorLog table.My...
View Articlessis package when run from sql agent shows issue
Issue : . Microsoft (R) SQL Server Execute Package Utility Version 10.50.6000.34 for 64-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started: 1:57:02 PM Error: 2016-04-06...
View ArticleSSIS 2014 - Slow when Master package Calls Many sub-packages
Hi,I am using SQL Server 2014 / Visual Studio 2013 to develop SSIS packages, and I am using the project deployment model. I have a master package that acts as a control for each step in my ETL. I...
View Articleissue with send mail task or file system task?
Hello,I am having issue with ssis send mail task. I am using an SSIS package with for each loop and data flow task and send email if dataflow task failes to process the csv file and send it as an...
View ArticleDynamic export to text files
I have a large table named Lines of the format: Line VARCHAR(500) File_ID VARCHAR(10) And a table FileIDs of the format FileID VARCHAR(10) I want to export a text file for each value of FileID to...
View ArticleCheck for existence of file name in column in table in control flow
Hi,We are maintaining a log of files imported in SQL Server database table. Columns are1) ID 2) FileName 3)FileCreationDateTime 4)ImportedDateTimeI got a new requirement from management to import new...
View ArticleReferencing shell32.dll in a script task
I have a package with a script task that needs to use shell32.dll. So in the task I added a reference to the dll. It builds fine. However when I try to run the package (or just the task) I get this...
View ArticleTime stamp data issue using SSIS
I'm trying to pull the data into the .csv file but the data looks weird. I tried to be fix but not helped much. This is what is supposed to looks like the data.Warehouse Cutoff time Added to...
View ArticleIssue with Dynamic excel files
Hi All,In the past i have created an SSIS package which looks for the .csv files and loads the data is they exist at a particular location. For this package i used Script Task, Foreach loop container...
View ArticleA connection cannot be made. Ensure that the server is running error when...
I am processing a cube from SQL server Agent using SSIS analysis services processing task but I get below error:connection can not be made. ensure server is running.Any suggestion please
View ArticleTrying to store SQL Azure connection string in SSIS SQL server configurations.
Hi All,I am trying to configure the Connection string of SQL Azure database through SQL sever configurations or XML configurations. But for some reason it is not reading the azure sql connection. Here...
View ArticleNeed to use SSIS object variable more than once(using Visual Studio 2013 and...
I have a requirement in which I need to use an SSIS object variable more than once. But the object variable becomes empty after the first use. I can't be accessed later. Any ideas how can I do this?...
View ArticleThe number in the cell is formatted as Text or preceded by an apostrophe
I am having a excel destination to output some calculation. The whole job completes successfully but the format seems to be incorrect. The number fields are displayed as text with a leading apostrophe....
View ArticleSQL agent job fails to run the package - Oracle connection manager
I am trying to connect to Oracle using SSIS package (SQL Server 2008 R2) and loads data to my SQL Server table.Runs in a 64bit 2008 R2 machineDid Setup the TNS:Listner for Oracle client. I have both...
View ArticleHi how to use Audit Transform and advantage of Audit Transform in SSIS 2008
Hi all,I am working with SSIS 2008 i want know how to use Audit Transform and advantage of Audit Transform in SSIS 2008please provide me an example or link.please help thanks in advanceRegardsSunil...
View ArticleSSIS Script Task not working
Hi,I created one simple SSIS package with script task. I am running this package using windows Task scheduler. It is working fine in Local system, but it is not working in server (Windows Server 2012...
View ArticleDTSX Package is not executing successfully in other servers when we configure...
Hi All,I am working with SSIS Package - Analysis Services processing Task.Here I have configured Analysis Services Processing task to run the AS database(Here AS DB Name - PhoenixPolice) in my...
View ArticleProject Name edit - Script Component
I am trying to find a way to edit the project name in script component, but not sure how to .I have 4 data flow tasks running parallel which has script component as source and oledb destination. Rather...
View Articleissue with eventviewer xml and ssis import
hello,Since several weeks, I 'm tried to solve this issue :I export the security eventviewer with this command line :wevtutil qe Security /c:20 > c:\evtdump.xmlI create xml task source on SSIS and...
View Article