Microsoft.SqlServer.Management.IntegrationServices namespace
After several tries, I am unable to find the Microsoft.SqlServer.Management.IntegrationServices.dll or the namespace stated in the title.I am trying to write a C# application that will execute a SSIS...
View ArticleSSIS package Just fails...not compatible with this version of the DataFlow?
Executed as user: x ...0.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 11:27:08 AM Error: 2013-01-09 11:27:09.74 Code: 0xC0048020 Source: import file...
View ArticleValue cannot be null. Parameter name: value (mscorlib)
Hello, I'll try to start PowerShell for Integration services Catalog and i'll get this error :=================================== Value cannot be null. Parameter name: value (mscorlib)...
View ArticleKeeping Dynamic DateTime Variable "Static"
In one step of an SSIS package, i create an outgoing XLS filename based on the current datetime setting, a la: "myFileName_" + (DT_WSTR,4)YEAR( getdate()) + RIGHT("0" + (DT_WSTR,2)MONTH( getdate()),2)+...
View ArticleChanging a datatype for a column in an odata datasource
Hi,I'm trying to import an odata datastream via an OData Source component. The datastream contains a column with decimals in it (like 0.42). The OData Source component defines this column as a...
View ArticleWeird error - while SSIS package execution.
Hi ,We are running packages using sql agent and using service account. Few packages failed daily with these error messages. But we have logic in again job step for retry. So in first attempt step...
View ArticleVersion Exception on C# Script Task
We are getting the following error when attempting to schedule and run a SSIS Package on our Production Job Server.Source: Script Task - C# To Determine File Size for Control File Script Task - C# To...
View ArticleIdentify and move the files to different folder using file owner name.
Hi ,I have on FTP folder where we received CSV files every day. Now there are few files with some different different owners name.For example we have 3 files with owner A and 4 files with Owner B name....
View ArticleRecommended best practice for indexes during loading of data
Hello,I have an SSIS package that reads incremental data from salesforce and loads into the database tables. No major transformation is being done. The incremental load has an average row count of 1k...
View ArticleConnect SharePoint List view to SSMS
Hi ,I need your help to install SSIS/SSRS in SSMSI have connected the SharePoint list view to excel for reporting purpose but due to data size the performances is very slow in excel and now I would...
View ArticleError: Microsoft.jet.oledb.4.0 not registered on local machine when running...
Hi.I am using Windows Server 2016. I have created a SSIS package in Visual studio which loads data from Excel and moves to SQL table ( script task functionality using c# )The above functionality works...
View ArticleIssue is getting leading 0 in values
I am importing data from excel to SQL Server 2016 using SSIS. Field is Latitude & LongitudeI am using formula (DT_STR,255,1252)((DT_NUMERIC,9,6)(Latitude)) to import the values in Varchar(255)...
View Articlehow to find out that SSIS Installed in SQLServer Using C#?
i'm writing a windows form application using C# . i use ssisServer = new IntegrationServices(ssisConnection); To run and working with SSIS Packages But Before running the Package i wanted To Make sure...
View ArticleDoes anyone have experience of using securetrading.net as a data source...
Hi,Does anyone have experience of using securetrading.net as a data source within SSIS ? If so I would greatly appreciate your help.Kind Regards, Kieran.Kieran Patrick Wood...
View ArticleSQL Agent job throws error Microsoft.ScriptTask. The parameter is incorrect
Hi,I get error while running the SQL Agent job which executes SSIS package. The SSIS package job runs well when we run in VS manually, but throws error from SQL agent. Below are the details of config....
View ArticleLarge CSV file load into SQL Columnstore table Random Error , After restart...
I had experienced strange error while loading csv file (, separated values) contain ~1.2 million rows into SQL (2016) columnstore table using SSIS package, I got following error rarely ,especially on...
View ArticleInstalling SSIS with Visual Studio 2019/SQL Server 2019
Hello!I used to install/use SSIS as part of SQL Server Data Tools but according to MS "With Visual Studio 2019, the required functionality to enable Analysis Services, Integration Services, and...
View ArticleAzure SSIS-IR exporting data to access db file failed -...
I have some DTSX packages that exporting data from SQLServer to MDB file.ConnectionString to connect to MDB fileData Source=\\***\Temp\Temp.mdb;Provider=Microsoft.Jet.OLEDB.4.0;Persist Security...
View ArticleExcel source is reading the first couple rows then everything else is reading...
Hello, I have an excel sheet that has around 50 rows and the excel source is able to read the first 40 rows correctly but everything below it is NULL in all the columns. not sure why its happening all...
View ArticleSSIS + OAUTH2
Hi All,Rather new to C# and integrations into SSIS. My SSIS work to date has typically been database to database. Now diving into APIs to database....Trying to connect to the SerraView API...
View Article