Getting error "Cannot execute script because the script entry point is...
Hello, I have followed the guide at https://kumarvikram.com/google-analytics-report-v4-csharp-console-app/ to create a C# script to get data using Google Analytics Reporting V4 API. The guide is...
View ArticleMy ssis package scheduleing for every 20 sec but for every 20 sec job run the...
Hi,I have schedule the ssis job for every 20 sec /day. while running the job it is showing different times as end time even though there is no new data in sql tables.There is no network issues also....
View ArticleSSMS to SSIS, cant connect
Hi I am trying to connect to Integration services from Management Studio and it fails. If i use a version on the server then it works, but i want to connect from the local pc. I have seen some posts...
View ArticleSSIS 2014 package running ultra slowly in Visual Studio 2013
Hello,I am trying to run my SSIS 2014 packages in VS 2013 and although they run and I can debug them, they run very very slowly.I noticed a number of people saying set the package to work offline....
View ArticleWorking example/script task on consuming data from REST API
Hi allI have googled my way through the internet searching for one working example of a script task in SSIS, that loads data into a table from an REST API. So far with no luck - it seems that everyone...
View ArticleParse body of email and send report based on parsed parameters
OK Gurus,I have an assignment to check for emails to a certain exchange email address and pull parameters either in the body or subject (I can decide how sender will compose). The email will contain a...
View ArticleColumn overflowed the disk I/O buffer
Hi everyone, I am using SSIS, and I got the folowing error, I am loading several CSV files in a OLE DB, Becasuse the file is finishing and the tak dont realize of the anormal termination, making an...
View Articlecan a 2016 pkg call a 2012 sub pkg
we will have some pkgs in both 2016 and 2012 enterprise soon. can a 2016 pkg call a 2012 sub pkg?
View ArticleSSIS 2016 SMO Transfer error: An error occurred while transferring data. See...
Good day,We are using SMO to transfer tables over from one server to the other on SQL Server 2016.For a while now, the transfer succeeds only one out of 3 times on 1 server only, and we always get the...
View ArticleScript Task in the newest version of SSDT 2015 broken. KB4336999 needs a...
In trying to create an SSIS package, I keep getting the error: the binary code for the script is not found. This is with a completely unmodified script task template. I've tried it with working tasks...
View ArticleSSIS Error Code: 0xC0047062, 0xC0047038, 0x80131620
Hi All,We are facing an issue with SSIS job in the server (2016). Let me describe the issue in detailed:1. The package runs at every 1 hour.2. Most of the time the package completes WITHOUT below...
View ArticleSSIS and OData
All,We are facing an issue with SSIS (2017 version) and OData (as Source). The error is: SSIS package starting. Information: 0x4004300A at DWH_CMN_MV_LOOKUP, SSIS.Pipeline: Validation phase is...
View ArticleC# Substring issue with unknown length
I am working with C# code and having issue with substring. My text file as belowGr= line.Substring(0,5); SGR = line.Substring(7,3); subscriber = line.Substring(13,11); INDV = line.Substring(27,11);...
View ArticleSSIS: How to overcome the scenario when a package runs even if the file is...
Hi All,I came across this question while attending an interview. There is a scheduled package which runs in every 10 mins expecting that the file will be available in the source path. But, for some...
View ArticleMy ssis package scheduleing for every 20 sec but for every 20 sec job run the...
Hi,I have schedule the ssis job for every 20 sec /day. while running the job it is showing different times as end time even though there is no new data in sql tables.There is no network issues also....
View Articledid migration to 2016 occur when i opened 2012 pkg in vs 2017
Hi, I just moved a 2012 ssis pkg (developed in vs 2010) to my 2016 ssis solution in vs 2017. I saw a lot of warnings about migration but I wonder, did a migration occur when I went to view in...
View ArticleMemory increases and VS freezes - SSIS
Hi all, I'm trying to run a stored procedure for each row of a table. To achieve this, I have the following control flow: 1) [Execute SQL Task] Extract rows from database. Retrieves data (full result...
View ArticleLoading Tables with Dynamic SQL within a Stored Procedure called in Execute...
Hello, I have an SSIS package that loads data from excel files into a database. Once the data is loaded, it uses an Execute SQL Task to call a Stored Procedure. The stored procedure takes the data from...
View ArticleHow to insert mutiple select statements into table uisng SSIS
For example I have got 2 tables Employee and Department. With the queries likeSelect EmpID,Employee From dbo.EmployeeSelect DepID,DeptName From dbo.Departmentwhich I have put 2 EXECUTE SQL tasks.and...
View Articlepassing a value whose target is a sub package's variable
Hi, in ssis 2012 enterprise , I'm faced with the challenge of passing a value to a sub package's variable without changing the sub package. The sub package doesn't accept params. Is this possible? From...
View Article