The AcquireConnection method call to the connection manager "Excel Connection...
I have deployed my packages into Sql Server and I am using Configuration File. As my Data Source is Excel, I have changed the connection string during deployment with Server Path. But I am getting the...
View ArticleIssue while migrating SQL 2012 job to SQL 2017
Hi ,We are migrating SSIS 2012 pacakge to SSIS 2017 version and deploying in SQL 2017 server.we are getting the below error.Option "/download" is not valid. The command line parameters are invalid. The...
View ArticleSSIS Automate ssis package execution
Hello,I'm looking for a free scheduler to automatically execute my package .detsw and the config File .dtsConfig I cant use SQL Server AgentThanks in advance.
View ArticleSSIS send mail task
Hello,how can i create a local smtp server to test the send mail Task, i dont want to use the script task .Thanks in advance
View ArticleHow to add drop downs to excel exports
I am creating dynamic excel files with each file consisting of 2 worksheets in it. In both the worksheets I am looking to create a drop down with few values for few of my columns. I am not getting it...
View ArticleWrite and delete CSV files in SQL database
Hi ! I have a question about creating a job in SQL 2012 and I would like some help. So I have a local folder on a PC which contains CSV files that are generated by another system via VBS script with...
View ArticleSSIS Execute Process Task not running Python script
I've searched high and low for a solution and none of them worked. Some of the more common "solutions" are to use a batch file that launches Python and pass the .py script as an argument; launch the...
View ArticleSQL Agent jobs are failing with Required privileges are held by client.
Hi ,I have SQL Jobs that are running normally till the windows patches got installed. It says (reason: A required privilege is not held by the client). The step failed.I googled it and tried all the...
View Articlehow to change the Sharepoint id from the source to the destination?
Hello,I am trying to get the data from an onprem Sharepoint list source into another Sharepoint online list. But the Sharepoint ID on prem is not matching what i have on the Sharepoint online. Mine...
View ArticleHow to convert nvarchar to decimal in SQL
When I use cast function value has turned to round number but I need value to be decimal.My expression was:Casewhen column name=''thennullelsecast (column name as decimal(18, 2))end cast valueAny...
View ArticleError: 0x3 at Foreach Loop Container: Variable "User::Result" does not...
Hi,I use execute sql task and foreach loop in my package.In the sql task , I use sql query and put variable in result set.In the foreach loop , I read the varible.When I run package, I get error:Error:...
View ArticleHow to Replace a Comma with a space in a Derived Column
I'm trying to replace any commas in a column with a space. I'm using the following in a derived column: (DT_TEXT)REPLACE([VendorMasterName] ,"-","")Anytime I try to save the Derived Column, I'm...
View ArticleSSIS Transaction handling failure
Hello all,I'm at a loss with an SSIS package I inherited. It contains:1 Script Task3 Execute SQL tasks5 Data flow tasks (each contains a number of merges, lookups, data inserts and other...
View ArticleSSIS package failed due to hidden characters in Excel source file (flat file)
I am experiencing an issue with failing my SSIS package due to hidden characters sits in some of the Excel columns. Some cells in the excel spreadsheet column are blank and they have some hidden...
View ArticleCould not load file or assembly 'microsoft.sqlserver.integrationservices.server
I'm trying to deploy a SSIS package from Visual Studio to my secondary server. The db owner is the same on server 2 as it is on server 1. This is the error message that I get. An error occurred in...
View ArticleLoad 2 values in a recordset
Hi AllMy data flow looks like 1. table source ( which has 2 columns as quest_ID and page_ID )2. recordset ( i want to load both IDs in one recordset in 2 object data type variables )the above im doing...
View ArticleSSIS Package failed to execute after convert to package deployment model
HiI have a working SSIS packages running well from debug mode. So to deploy to SQL Server, I actually converted to Package Deployment Model, so that it can generate a dtsconfig file with login...
View ArticleOST to PST Conversion
I have tried a lot of tools for conversion but found OST to PST Converter one of the best, it is ads free , easy to use, fast in processing, please recommend me any other tool also that can help me in...
View Articlesharepoint list source siteURL is not changing in visual studio.
I have developed a dtsx package on one machine in visual studio 2015. This solution reads from SharePoint 2013 list as source and destination is SQL server.Now I copied that code solution to another...
View ArticleError: 0xC001000E at Package1: The connection "" is not found.
Hi,I'm new to SSIS, I run a package and meet the errors.Error: 0xC001000E at Package1: The connection "" is not found. This error is thrown by Connections collection when the specific connection...
View Article