Process exit code:1073741819
I have changed a SSIS package last week. Now, I met the problem that the package sometimes failed both in SQL agent and the BIDs. SQL agent just give the detail: Process Exit Code -1073741819. The...
View ArticleThe incoming tabular data stream (TDS) protocol stream is incorrect
Hi,I have researched this error but could not find any solutions so far. I have a package that runs every night and recently its been failing intermittently with the following error:"An OLE DB record...
View ArticleI have a job that can be failed due to some reason?
I I have a job that can be failed due to some reason? where we check the details of that job history ,And how we can go and resolve that failure package and hw to ractify that problem,and agin re...
View ArticleHelp - SSIS Communication Link Failure - Error code: 0x80004005 - How to...
Hello All, SSIS loads have recently began to experience the below errors Occurs OftenScheduled SSA job - SSIS ETL JobsDifferent jobs are affectedDoes not always occurs, sometimes we go a few days...
View ArticleExecute SQL Not Working
All - I have an execute sql task set up as follows:ResultSet = Single RowConnection Type = OLE DBSQL Source Type = Direct InputSQL Statement = execute dbo.StoredProcedure @FileName = ? @FileCount = ?...
View ArticleError while copying data from oracle to SQL using Import and export data...
Hello Team, I am working on migrating data from a ORACLE database to a SQL Server database. Details below:Oracle version : 11g (11.0.2.x)SQL server : SQL Server 2008 R2 SP2 EEOracle driver used with...
View ArticleSSIS Data viewer
Hi,I wonder if it is possible in SSIS package.Actually I have table which has some null employee SEID,Select email, SEID from employee table.Where SEID is NULLemail SEIDsxx@xxx.gov...
View Articleconcat dts variables
Hello,i know its a rela noob Question, but i didnt find a solution:Public Sub Main() ' ' Add your code here ' Dts.Variables["user::sql"].Value = Dts.Variables["sqlVorlage"].Value &...
View ArticleERROR In SSIS Package
Hello Professionals, I hope you guys might faced the same problem earlierhere are my error details:[DEST_CLAIM [16]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code:...
View ArticleSSIS 2012 Web Service Task output to variable...Variable always empty
Basic web service task. If I point the output of the web service task to a file destination, the xml gets written to the file successfully. If I point the output of the web service task to a string...
View ArticleSSIS Expressions – Operators on Dates
I’m trying to get a SQL query in a variable. The query should be something like select*fromMyTablewhereDate1>Date2The underlined objects are all variables. I am able to get the expression to work up...
View ArticleWirting to SQL Server 2012 with SSIS 2008
Is it possible?What do I need to do in order to accomplish this?--- Best Regards, Igor Santos Twitter: @sqlsantos Blog: sqlsantos.wordpress.com
View ArticleFigure out Job that relates to SSISDB Operation
Hello,Currently we have an Intergration Services Catalog that we use with the default name of SSISDB. When a job is run I can see that a new entry is added to the operations table in the SSISDB...
View ArticleDervied Column Function Error
In the SSIS package i have a derived column with the following expression :But when i run the package i'm egtting the following error:[Derived Column [268]] Error: The magnitude of the result of a...
View ArticleSQL 2012 - Connection Manager not listed in Source Assistant
Hi,Using SQL Srv 2012 - Started a new project, created an ADO.Net connection manager, created a Data Flow task, in the Data Flow tab created a Source Assistant, when prompted to choose a Connect...
View ArticleI have to work on centralizing of data of 8 different locations for...
Currently we have local database server (MS SQL Server 2008R2) situated in 8 different countries. I have to pull data from those remote database servers and pump it into Centralize database server...
View ArticleNeed SSIS Data Execute Utility
HiWhat version of SQL Server 2008 R2 shall I install so that I can install SSIS packages using SSIS "Execute Package Utility".I read that any Express version won't let me run SSIS packages file (.dtxx)...
View ArticleError Message when trying to save SSIS Package in Import Wizard
I have the following set up:1. An MSAccess database with Queries to a database that uses an ODBC connection Using that Access database to import data from the ODBC connection it is connection to into...
View ArticleSql Server 2012 SSIS SAP BW 7.0
I have SQl server 2012, VS 2012 and BW adapter 1.1 installed on my laptop.With this configuration i am to pull data from a BW 7.0 SP3 system with OSS notes applied. I am also able to pull data from a...
View ArticleAgent job failed at night but succeeded during the day
Hi,This is a new ssis package in sql 2008R2. It has 3 steps.Step 1, exec sql to truncate 1 staging table.Step 2. Data flow task to copy txt file from sql server's local drive into the db.Step 3. exec...
View Article