Does any one use Jenkins to deploy SSIS packages?
Does any one use Jenkins to deploy SSIS packages?lcerni
View ArticleWeird SSIS errors
I've been trying to find the resolution for this online, but I am landing no where. I am not sure what is the reason behind this. Most of the times the jobs running SSIS packages fail during the day...
View ArticleHow to execute just a Data Flow part?
hi there, btw happy new year how can I Â execute just a single transformation in my Data Flow? Working in this moment in data flows tasks with lots of loads.A pic worths a thousand words (only the...
View ArticleC# direct call to SLQ Server 2014 SSIS DTSX Package Script Task - can't pass...
Hi All,Using a C# ASP.NET web page, I cant successfully execute an SSIS script task to send an email using a  direct call to SLQ Server 2014 SSIS DTSX Package Script Task.When I change the C# to pass a...
View ArticleUnable to call the SSIS packages through SQL SERVER Jobs
Problem: When we run an SSIS package with the Execute Package Utility,It runs great.  while running through  SQL Agent Job it does not work.  When I run the Job manually it just runs and runs forever....
View ArticleFixed width source file with variable number of columns
In SQL 2012 I'm using Flat File object with "Ragged right" option to import a flat fixed width file. Sometimes there are records with fewer columns than expected. I would like to redirect those to...
View ArticleConsume Open API Jason in SSIS (VS2015)
I am trying to use SSIS in VS 2015 to consume JSON data that does not follow the OData spec, but uses Open API. When trying to configure the data source, I do not have valid entries for either the...
View ArticleWhat methods can I use to pass a variable to a paramter in Execute SQL Task?
I want to be able to create tables where you enter the name of the schema and a table is created. I set up a task with Execute SQL Task. The only parameter to pass is'@Schema'. The idea is the user...
View ArticleTrigger API Fails on webGet Load
I have a Trigger API that is failing on the webGet Load process. I am looking for suggestions on how to troubleshoot this problem. I have many API pulls in my projects, so learning how to troubleshoot...
View ArticleSSIS Job Never Ending
I have some SQLAgent jobs that call some SSIS packages.Sometimes the job never ends and I have to terminate the SQL Agent job.It appears to be 'stuck'.For example, I have a job that usually runs no...
View ArticleSSIS testing
HI Im newbie , Would like to know how do i perform testing for SSIS packagesThe QA environment will have access to the maps, let me know the methods i can test manually or using a free ware tool...
View ArticleUnable to execute PIG script using the SSIS 2016 task component
I get the following error when I execute a PIG script using the "Hadoop PIG Task" component in SSIS 2016.<tt>[Hadoop Pig Task] Error: {"error":"File...
View ArticleRemove carriage returns in pipe delimited txt file
I recently received some data items 99 pipe delimited txt files, however in some of them and ill use dataaddress.txt as an example, where there is a return in the address eg14 MakeUp RoadHullHU99 9HUIt...
View Articleperformance issue when loading a remote csv file
Hi all,I have a performance issue when loading a csv file into a staging environment when this csv file is stored remotely. My csv files are stored on an SFTP server that is mapped to my windows server...
View Articleerror 0xC001001C: While using SPS List source reg,.
Hi,I am using SPS list source for loading data from SPS List to SQL table. But upon execution of the pack i am getting the below error. And not getting any help on net. Please help if any one knows the...
View ArticleSSIS Packages are not executing on SQL Server Job
Hi Folks,I set up a job to run a SSIS package in the MSDB, if right-click the package and run it, it completes successfully. But when i run the job, The job just stays in the "Executing" state until I...
View ArticleI need TSQL script to decode SSIS Pacakges XML into Tabular Format.
How I can get tabular report of a SSIS package which will give in all stats on SSIS package XML including all task and script/query used in it, All connections information and package level stats as...
View ArticleFlushing/Commiting of Logging to SSISDB
Hi,i have created a stored procedure to create nicely formatted HTML error mails in case a job in the SSISDB fails.The stored procedure is called within the master package in case an error...
View ArticleSSIS Error For ODATA Source while executing from Command line.
i am using SSIS package to get the data from Online so i am using Odata when i execute my package from Data Tool it is giving me result but when i execute from command line it is giving me an error "To...
View ArticleGet data from IMDB and store it in a table
Hello Experts,I would like to get all the movies information like rating,director,released year etc and store them into Sql table.also i would like to schedule, in a way if any new movie came into IMDB...
View Article