how to execute PL_SQL Code in SSIS
HI,I am facing problem while calling code in execute sql task in SSIS.I am using OLEDB provider for oracle where my source & destination both are oracle and i want to fetch session_ID, Job_ID from...
View ArticleConnecting to the Integration Services service on the computer "HostName"...
Hi. I'm very tired and irritated by now. Around two weeks of dances with bells-n-whistles... Pretty easy task, and so much time wasted - would love to get some payment from Microsoft for this. So,...
View ArticleMy XSD and XML files
I'm using SSIS to copy data from a XML file.I have a xsd but only read a part of my xml, for example doesn't read the three first elements Date, Name and Phone number, only read the elements contained...
View ArticleXSLT to convert HTML to XML with SSIS
Hi Everyone:I need a XSLT only for a piece of code highlighted to process how a XML in SSIS <html><body><div id="email body" style="font-size: 1em;"><div style="width: 1100px;...
View ArticleTruncation Error for Loading Data( having length > 255) in .xlsx file from...
I am trying to load the data (from Sql Db) to Excel (.xlsx) with the help of Excel Destination task in SSIS.Getting error : [OLE DB Source 1 [119]] Error: There was an error with OLE DB Source...
View ArticleHow to pass SSIS package variable when executing SSIS 2012 package through...
Hi,I came across the article Step-by-step-of-executing-ssis-2012-package-through-stored-procedure. I want to send my data pass to package variables. Please let me know how to do that?Thanks,Sohail
View ArticleHow to delete files from Sharepoint Online using web service
Hi, I want to delete files from Sharepoint online using Sharepoint Web services.Please help me with code and how to do the same in SSIS 2008 script task with step by step detail, i am new to the...
View ArticleAn Integration Services class cannot be found. Make sure that Integration...
Hi All,May be someone can help. I am trying to run packages on server (windows 2012) and SSIS is also installed on the machine but still error as in subject i.eAn Integration Services class cannot be...
View ArticleExcel destination doesnt preserve leading 0's
I have an ssis apckage that writes data to an excel file from a table. There is a numeric field with values like "0.4258" etc.these get written to excel as ".4258", I have tried pre-formatting the...
View ArticleSSIS date function
(DT_STR,4,1252)DATEPART( "yyyy" , DATEADD("year", -1, getdate())) + "-" + RIGHT("0" + (DT_STR,4,1252)DATEPART( "mm" , getdate() ), 2) + "-" + RIGHT("0" + (DT_STR,4,1252)DATEPART( "dd" , getdate() ),...
View ArticleData flow extract with where IN clause
I have a table with 5 rows for locationID , I need to extract the data based on active location.So when i extract source data , I will be using where IN clause I did a test by importing below in script...
View ArticleHow to Insert to Specific Column of Excel
Hi All,Would like to get advise how we insert to specific Column of Excel. my script is to get total after execute store procedure and insert to L2 as shown below (Beside Total).I tried to select...
View ArticleSSIS Execution Process consuming all memory vs DataTools 2015 execution
hi folks, I have created a very small dtsx package that dumps data from Oracle (11g) to SQL Server (2014 Std). The package runs fine at design time, within the DataTools 2015 environment (consumes...
View ArticleSSIS with Rest API
I am trying to add "System.Web.Extensions.dll" as a reference in visual studio 2019. I am unable to find the option to add a reference. can they help?
View ArticleWMI and UNC paths from SSIS pacakge
HI, I want to listen the creation of a new file in a remote folder from my SSIS package but it does not work.Does the scope is missed?Using either of the following approaches:1)By using xp_cmdshell I...
View ArticleSSIS Package Deployment History/
Hi all, I am trying to get the SSIS package deployment history (not the SSIS project project deployment). Through SSISDB.internal.packages I got five rows with a project_version_lsn field, so I guess...
View Article[MapR][HiveODBC] (79) Failed to reconnect to server.
I'm running the SSIS Package on the production server. we are connecting to Hive Environment using Map R Hive ODBC Connector.During the package execution getting error like Open Database Connectivity...
View ArticleHow to troubleshoot SSIS package job failed?
The SSIS package executed fine with no errors in Visual Studio but the job failed in SQL Management Studio with Description: "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON." In the SSIS package,...
View Articledatabase 'REPOSTG' because of insufficient disk space in filegroup 'PRIMARY'
Error: 0xC0202009 at DFT - Cleansing TSSEKOLAH 1, OLE DB Destination 1 [593]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available....
View ArticleGetting new access_token using client_credential
Hi guys,Please I need help with a C# code that can help me get a new access_token from an api using the client_credntials using the variable below: {"client_id" :...
View Article