Trigger 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 package deployment through poweshell
Hi All, I am using below script for deploying packages in SSIS catelogue.$ServerName = "localhost" $SSISCatalog = "SSISDB" $CatalogPwd = "P@ssw0rd1" $ProjectFilePath =...
View ArticleDT_TEXT not supported while importing from an XML file?
I have an XML file that contains a field that has over 8000 characters in it. I cannot use a (n)varchar for it, I must use a Text for it (although as a last resort I could split the string into...
View ArticleSSRS deployment automation
Hi Team, I am using SQL SERVER 2014 reporting server. On Dev environment, we develop report and upload to report server manually or we use Management Studio to deploy reports to Report server.on UAT...
View ArticleMerge Join : Need no output match values (don't want to use lookup)
Hi,I have a scenario where i need to get no match output values using merge join. I know usually we do that with lookup but i'm using third party data connector (salesforce connector) and can't use...
View ArticlePossible bug in SQL Server 206 Import and Export Wizard
Hello: I have created a simple data table: CREATE TABLE [dbo].[EOD] ( [ID] [int] NOT NULL, [DateEOD] [datetime] NOT NULL, [PriceClose] [decimal](9, 6)NOT NULL, [PriceHigh]...
View ArticleInserting Multiple Headers and trailers into Flat file through SSIS
I would like to insert 2 headers and 2 trailers into a flat file along with the data exported from SQL server using SSIS. Sample Flat File Also i have tried including multiple headers using below...
View ArticleScript Component fails on first attempt
Hi guys,I have an SSIS package the contains a script component. However, each time I run the package the script component throws an error on first attempt but if I run it the second time, it will run...
View ArticleHow to insert only new rows to a table
Hi guys,I have a small question.I have this excel file that has 4 columns. ID, date(datetime), name and address. I need to check whether the date and name is unique and only if insert the data. I tried...
View ArticleTo Zip a file in SSIS script task
Below is the code i have used, the output file is not getting zipped. /* Microsoft SQL Server Integration Services Script Task Write scripts using Microsoft Visual C# 2008. The ScriptMain is the...
View ArticleGetting an unclear error in OLE DB source
Hi,I have the following sql code that works fine in SSMS, but when I am inserting it to the SSIS OLE DB source, I am getting the following error:No column information was returned by the SQL...
View ArticleSET FMTONLY OFF; Not giving expecting results
Hi ,I wonder if someone could help me out with this error.I have a stored procedure that has multiple temp tables and i am calling that SP (also passing parameters) in the ssis data flow task and as...
View ArticleKerberos Delegation
Having 2 sql server A and B, when data inserted to server A table name A_TBL1, it will trigger job in server A to call SSIS package in server B. Server B SSIS package is to get data from Server A table...
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 ArticleHow configure a CDC and a foreach loop
Actually I need configure 30 tables extraction. I'm trying to use a foreach loop and a cdc components but I get errors with table's metadata.[SSIS.Pipeline] Error: ADO - DELETE.Inputs[ADO NET...
View ArticleLookup Transformation Memory limit
I need to update and insert records in table A. I tried lookup transformation, but my memory seems to reach its max even before transferring all the data. We are talking of tables with millions of...
View ArticleDoes SQL Server 2012 Developer edition support DTEXEC utility?
I need to schedule an SSIS job using DTEXEC utility and we are migrating 2008 to 2012 so want to know 2012 developer edition support it. If not, please share all other version which support DTEXEC...
View ArticleError on RFC Conenction
Hi Everyone,we connected Microsoft BI to SAP Table and extract al important table to MS BI. But today, there is an Error on the Table FAGLFLEXA:DFT Load SAP FAGLFLEXA Delta:Error:...
View ArticleMultible XML output's into single OLDB destination
Hi All, I have mutliple(14) XML output's, I need to keep all in a OLDB Destination. Could you please help me on this. Thanksprabha
View ArticleError: failed to mark the cache as filled with data
I'm creating an Integration Services package in Visual Studio 2010 Shell. I have a lookup transformation in the package that was working fine until recently.About two weeks ago, the lookup...
View Article