script-task Questions

2

I try to get the "Last modified" excel file in a folder and load it in SSIS. I found a C# code to get the name of most recent excel sheet in a folder path, and copy that in the Script Tas...
Widmer asked 25/6, 2020 at 12:57

9

I have a SSIS package with a script task, I get the following error when i try to run it in my local system. It works fine for my collegues as well as in production. However, I am not able to run i...
Electuary asked 11/3, 2015 at 21:7

1

I am trying to make Microsoft.Azure.Services.AppAuthentication and its dependencies work with SSIS script task. How do I resolve assembly reference errors? static ScriptMain() { AppDomain.Curren...
Diastasis asked 2/3, 2022 at 23:44

4

Solved

I am stuck with an error on Script Task in SSIS package. I could found similar questions but they are different from my scenario. Build the Script and which was failed with following error (for Err...
Prorogue asked 11/3, 2021 at 8:42

3

I have a very strange issue happening that is causing Script Task code to clear out. I have been able to test on 2-3 different machines. We are running SSDT 15.4 preview. The steps to reproduce wer...
Suite asked 5/2, 2018 at 19:50

2

Solved

Inside of a Script Task in SSIS, I need to make a call to an SQL database. I have a connection string that was created when I added the database to the data sources folder, however now I'm not sure...
Trehala asked 8/8, 2012 at 15:11

1

Solved

I use EPPlus.dll library for generating Excel files on the fly for attachment and generate mailer in Script Task of SSIS package. When there is new requirement for change in mailer comes, I do the...
Inexpert asked 1/11, 2017 at 12:49

1

Solved

I have made the following PowerShell script: Set-Location D:\folder1\folder2\folder3\folder4; Get-ChildItem | Rename-Item -NewName {$_.BaseName.insert(19,'loadtime') + (Get-Date -Format HHmm) + $_....
Substrate asked 12/5, 2017 at 10:12

3

Solved

How do you access a RecordSet variable inside a Script Task?
Dannielledannon asked 8/4, 2010 at 1:26
1

© 2022 - 2025 — McMap. All rights reserved.