SSIS Packages Connection Copy Error
In SSDT 2017, I get the following error when copying the connection from one package to another package. Connection is Project type connection.Error:TITLE: Microsoft Visual Studio...
View ArticleHow to load a singe XML file but the name of the file changes everyday
Hi, I need to load a single XML file into SQL server table on daily basis.This file's naming convention is like 'Order_yyyymmddhhmmss.xml'. The dd part will change everyday that we can assume on daily...
View ArticleIncremental Load in a table using SQL query (No primary key or CDC option)
Hi, I have a scenario where I will have to load my table incrementally using a sql query. CDC not an option and no primary key in both source query and target table. Previously I was doing truncate...
View ArticleSSIS package hits “login failed for user” when simultaneous operations occur...
I am facing the following configuration in my 2014/2016 SSIS environment. All the connections in my SSIS package are configured to use a project parameter such as connection string and another project...
View Articleerror -2147467259 occur in microsoft jet database engine
Hello Support Personnel, Help me please as i facing this issue, this happened at one of the pc but not all pc is affected when i import the excel file,error message is this 'error -2147467259 occur in...
View ArticleIntegrate from ODATA Source to ADO Net Destination
Hello,We have OData source and connected to Oracle when run the package I received the below error : Microsoft.OData.Client.DataServiceQueryException HResult=0x80131509 Message=An error occurred...
View ArticleRestoring database in SQL Server 2016
Hi,I am trying to restore a database using .bak files. (accidentally i have selected visual studio as default program for .bak file).So, when i try to restore my database using .bak files i am getting...
View ArticleActivity Monitor in SSMS
Hi,Accidently i have clicked on Activity Monitor on Server level in SSMS 2016. So whenever i am opening new query editor widow, it is like blinking(opening activity monitor window besides each new...
View ArticleSSIS Script Task Version Compatibility Issue
I have create simple SSIS package(only script task)and I build and run the SSIS package from visual studio this works without any issues.In the same package I have deployed in Sql server(SSISDB) and...
View ArticleNeed to insert FileName and Tab Name
Hi All, I have multiple excel files and each is having multiple tab name. I want to insert FileName and Tab Name in SQL table. Can you please help me for the same ? Note : I don't want to read...
View ArticleGetting error The LoadFromSQLServer method has encountered OLE DB error code...
Hello,I have imported an SSIS package to package store of SQL Server 2014. When I call it from c# application, I am getting error "The LoadFromSQLServer method has encountered OLE DB error code...
View ArticleFailed to connect to excel connection manager
Hi Gurus,I have to load data from excel source to a sql server table. When i tried to create the connection manager i get the following error message. The scenario is as belowI have SSIS installed on a...
View ArticleDerived Column - String Expression returns WSTR datatype - please help!
Hi, In my XML, there is a Employee_code column and its values are like 00100,00101,00102,01111 in the XML...but when i connect through XML Source and load into SQL Server, its getting loaded as...
View ArticleNo Integration Services Server
I have no SSIS Server in my Local Servers List. SSIS are installed and Services are running by default.
View ArticleSQL server linked server error while integrating with odbc driver
HelloWe are using MSDASQL (Microsoft oledb provider for odbc drivers) and our own odbc driver to testing below scenarios 1) using Rowsetviewer tool the connection is successful with our odbc driver....
View ArticleSSDT 2015 Script task error when deployed to sql server
Getting following error :Executed as user: ----- Microsoft (R) SQL Server Execute Package Utility Version 13.0.1601.5 for 64-bit Microsoft. Started: 3:19:41 PM Error: 2019-06-17 15:19:42.01...
View ArticleHow to schedule SSIS package weekly or daily based on a parameter?
Hello,I have a requirement to give the users the possibility to indicate when a SSIS package should be executed. For example, they could say weekly or daily. Is there a way to achieve this? I have not...
View ArticleSSIS Aggregate aggregates non-equal rows - Bug?
Hi,I have a weird case in SSIS with an aggregation. I have a column which I aggregate on (I have sorted the data), and the aggregator removes rows that are not equal. Here you probably say - you have a...
View Article