Quantcast
Channel: SQL Server Integration Services forum
Viewing all 24688 articles
Browse latest View live

SSIS write custom logging information to sql 2012 table

$
0
0

I have a Package that I want to put logging information in to a SQL table.

I can do this with a script task but each time the package runs it will open a SQL connection write the log information and then close this connection it will do this 10 times every time the package executes and i could 50 of the packages running at the same time so i am looking for a better way to do this.

My thought was to create a in memory table object at the start of the package and then insert the log records in to it and at the end do a bulk insert at the end of the package.

My problem is I don't know if this can be done and if it can how would I create the in memory table insert the records and then bulk load it to the SQL server table.


SSIS data load from OLE DB Source to Excel(xlsx) destionation

$
0
0

Hi,

I want to load data from OLE DB source to excel file with .xlsx extension. While selecting name of excel sheet it gave follwing error:

TITLE: Microsoft Visual Studio
------------------------------

Could not retrieve the table information for the connection manager 'Excel Connection Manager'.
Failed to connect to the source using the connection manager 'Excel Connection Manager'

------------------------------
BUTTONS:

OK
------------------------------

Base OS is windows 2012. MS office version 2010.

I have installed access database engine also.

Its not working. Please give your input.

Thanks,

Vivek Singh

 

How to Insert bulk data data from flat file using SSIS 2005 and SSIS 2008

$
0
0

How to insert bulk data from flat file to sql server 2005 it has around on daily basis from 5million rows to 8 million rows from feed.

we have requirement to do in legacy 2005 and other in 2008 BIDS.

Please provide any exisiting link or possible approach or any material I could go through to implement.

Thanks,

Vinod

Column metadata issue in SQL table

$
0
0
Hi All,
I am having one store procedure which use to load data from flat file to staging table dynamically.
everything is working fine.staging_temp table have single column.all the data stored in that single column
below is the sample row.

AB¯ALBERTA ¯93¯AI
AI¯ALBERTA INDIRECT ¯94¯AI
AL¯ALABAMA ¯30¯ 

after the staging_temp data gets inserted into main table.my probelm is to handle such a file where number of columns are more than the actual table.
if you see the sample rows there are 4 column separated by "¯".but actual I am having only 3 columns in my main table.so how can I get only first 3 column from the satging_temp table.
output should be like below.
AB¯ALBERTA ¯93
AI¯ALBERTA INDIRECT ¯94
AL¯ALABAMA ¯30

Please help me to achieve above scenario

Thankx & regards, Vipin jha MCP

Need help on ssis package xml using query

$
0
0

I have used this reference

http://sqlblog.com/blogs/peter_debetta/archive/2006/07/13/Using-XML-Data-Type-Methods-to-query-SSIS-Packages.aspx

I'm able to achieve packagename, taskname, tasktype,parentnodename,childnodename,level,currentnode,childnode,configurationtype.

Problem - My Package consists of half a dozen sql task & data flow tasks in a single container. After execution of tasks in container, it will call package. Each data flow task consists of source & destination as well, which are not part of the below table. I also want to know which source & destination will fall under which tasktype?

How do I establish under which taskType which TaskType will come? I want to know relationship between tasktype. How can I figure it out which task will come, under that what will be other task? From level field, I can only find at which level but not able to figure it out which tasktype. Is it possible can I get 1 and 1.1. and 1.1.1.1 and 2 and 2.1 and...under each object subobjects will be identified in this way.

Note: I have entered only few rows.

Microsoft.SqlServer.Dt.Tasks.Execute....=Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.ExecuteSQLTask, Microsoft.SqlServer.SQLTask, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91

PackagenameTasknameTaskTypeParentNodeNameNodeNamelevelCurrentNodeChildNodeConfigurationType
test1Tax_mSSIS.Pckage.2 Tax_m1some xmlsome xml 
test1Seq_Tax_mSTOCK.SEQUENCETax_mSeq_Tax_m2some xml  some xml 
test1Ept_Tax_mSSIS.ExecutePackageTask2Tax_mEpt_Tax_m2 some xml  
test1Sql_valid_key_Tax_mMicrosoft.SqlServer.Dt.Tasks.Execute....Seq_Tax_mSql_valid_key_Tax_m3 some xml  
test1Sql_Dst_Del_Tax_mMicrosoft.SqlServer.Dt.Tasks.Execute....Seq_Tax_mSql_Dst_Del_Tax_m3 some xml  
test1Dft_Tax_MSSIS.Pipeline.2Seq_Tax_mDft_Tax_M3 some xml  
test1Sql_valid_key_TL_mMicrosoft.SqlServer.Dt.Tasks.Execute....
Seq_Tax_mSql_valid_key_TL_m3 some xml  
test1Sql_Dst_Del_TL_mMicrosoft.SqlServer.Dt.Tasks.Execute....Seq_Tax_mSql_Dst_Del_TL_m3 some xml  
test1Sql_valid_key_TM_mMicrosoft.SqlServer.Dt.Tasks.Execute....
Seq_Tax_mSql_valid_key_TM_m3 some xml  
test1Sql_valid_key_TC_mMicrosoft.SqlServer.Dt.Tasks.Execute....
Seq_Tax_mSql_valid_key_TC_m3 some xml  
test1Sql_Dst_Del_TM_mMicrosoft.SqlServer.Dt.Tasks.Execute....
Seq_Tax_mSql_Dst_Del_TM_m3 some xml  
test1Dft_TL_MSSIS.Pipeline.2Seq_Tax_mDft_TL_M3 some xml  


Find the Number of times a '¯'character appears in a string.

$
0
0
Hi,
In my staging table I am having data like below


ABL¯ABL¯0¯0¯ABL¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ 
ABL¯ABQ¯480¯825¯DLS¯AMA¯ABQ¯ ¯ ¯ ¯ ¯ ¯ ¯ 
ABL¯ACD¯808¯1255¯DLS¯ELP¯TCS¯PHX¯ACD¯ ¯ ¯ ¯ ¯ 
ABL¯ADE¯1256¯471¯DLS¯AMA¯ABQ¯LSV¯ADE¯ ¯ ¯ ¯ ¯ 
ABL¯AFT¯1140¯1744¯DLS¯LAX¯FON¯AFT¯ ¯ ¯ ¯ ¯ ¯ 
ABL¯AHM¯1178¯1637¯DLS¯LAX¯AHM¯ ¯ ¯ ¯ ¯ ¯ ¯ 
ABL¯ALB¯1769¯1825¯DLS¯WIL¯ALB¯ ¯ ¯ ¯ ¯ ¯ ¯ 
ABL¯ALE¯1041¯1150¯DLS¯ALE¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯

Now I want to find the Number of times a '¯'character appears in a string.
I should get output 14

thanks & regards,
Vipin Jha

Thankx & regards, Vipin jha MCP

SQL Server Express 2012 SP2 Update Only download

$
0
0

where can i find just the SP2 update. We have the base only installed . All I can locate is the full 2012 express with SP2 already installed. Also, I'm assuming I can go right to SP2

Thank you,

Richard

Sorting SysObject Variable value

$
0
0

Hi,

I follow the solution mentioned in this link: http://sqlage.blogspot.in/2014/02/ssis-how-to-validate-excel-header.html

With the solution given there, Now, I am able to get the column headers of excel sheet and the table field names in the respective variables. 

I am getting the table's field names of the table using below query, 

SELECT Distinct 
t.name AS table_name,
SCHEMA_NAME(schema_id) AS schema_name,
c.name AS column_name
FROM sys.tables AS t
INNER JOIN sys.columns c ON t.OBJECT_ID = c.OBJECT_ID
WHERE SCHEMA_NAME(schema_id) in ('dbo') 
and t.name = 'CRM'

This query returns the column names in alphabetical order. So I used customized excel query to make the order of the excel column headers in alphabetical order.  But the code below never sorts the column values and goes for matching :(. So always the columns, though are same, but returns result as not matching.. any thought on this?

If i get a help of sorting the values within the sysObject variable i guess i can make it, But in C# to sort the datatable values it requires column name to be provided upon which the sorting can happen. please help - Thank you!

OleDbDataAdapter ExcelAdapter = new OleDbDataAdapter();
            DataTable EDatatable = new DataTable();
            ExcelAdapter.Fill(EDatatable, Dts.Variables["User::ExcelCRMColCounts"].Value);
            int RC = 1;
            String ColumnHeader;

            MessageBox.Show(Dts.Variables["User::ExcelCRMColCounts"].Value.ToString());

            forCRMh (DataRow DataRow in EDatatable.Rows)
            {
                if (RC == 1)
                {
                    for (int i = 0; i < EDatatable.Columns.Count; i++)
                    {
                        ColumnHeader = DataRow[i].ToString();
                        Dts.Variables["User::FileHeader"].Value = Dts.Variables["User::FileHeader"].Value + "," + ColumnHeader;
                    }
                }
                RC += 1;
            }
            MessageBox.Show(Dts.Variables["User::FileHeader"].Value.ToString());

            MessageBox.Show(Dts.Variables["User::TblCRMColCounts"].Value.ToString());

            if ((Dts.Variables["User::FileHeader"].Value.ToString().Remove(0, 1)).TrimEnd(',') == Dts.Variables["User::TblCRMColCounts"].Value.ToString())
            {
                Dts.Variables["User::ExcelHeaderFlag"].Value = 1;
                MessageBox.Show("Value are Matching");
            }
            else
            {
                Dts.Variables["User::ExcelHeaderFlag"].Value = 0;
                MessageBox.Show("Value are not Matching");
            }
			Dts.TaskResult = (int)ScriptResults.Success;



--------------------------- Radhai Krish | Golden Age is no more far | --------------------------


Business Logic Layer Separation from Stored Procedure/Package

$
0
0

Hi All,

I need your expert advise please on this scenario. In my SQL Database, I have my Source Table (tbl_Source), master mapping tables (tbl_Market, tbl_Item) as well as the destination (tbl_Destination). I came up with some data example along with Business Decision logic. This sample is pretty easy and probably we can write a stored procedure/SSIS Data Flow with no problem at all. But, we want to be little bit flexible here...

We may in future think of adding a new Price3 column and decide to take WholeSale Prices from that column. So instead of Isnull(Price2, Price1) we'll then use IsNull(Price3, Price2) or something like that.  Basically instead of hard coding all Logic in Stored procedure, I want to keep a dynamic provision of Handling/Loading Decisions from Some config Table/File etc where we can separate out Business Logic Layer. We can later think of having a Front end to maintain those logic and Later if I alter any Logic, either a stored proc will be generated to serve purpose based on this decision or will look up decisions to deal with data.

Any good suggestion(s)/idea(s) or advise(s) please from any one please?

Final Output


Regards, Avik M.

SSIS Documentation

$
0
0

Requirement - My boss asked me to create a document that contains all components in the package. I should build a solution using .net or some other way. This document should contain all components along with the properties. Could someone help me on this. I'm able to find some info from this website...I cannot buy a product.

http://sqlage.blogspot.in/2013/07/ssis-read-ssis-package-filedtsx-for.html



Script delays

$
0
0
I am experiencing a slow down of my computer due to "Script" delays when a window comes up asking if I want to stop the script.  Often it takes a minute or more to stop the script.  Is there some way I can put a stop to this.

Loading Packed Decimal in SSIS 2012

$
0
0
I am trying to load a packed decimal field value from a flat file (fixed length) to a SQL Server table by using SSIS 2012. 

The schema of this field is descibed as:

Field Name: Field10 
From Position: 20
To Position: 25
Length: 6
Decimal Positions: 2
Data Type: PACKED
Addtional Notes: Actually this field is 11 digits with 2 decimal positions-PACKED.  Ensure the 'To' positions are calculated correctly with the cell formula by changing 
the data length to actual positions-UNPACKED data.

So far I have used the information and techniques explained in the following links.

http://stackoverflow.com/questions/795523/interpreting-comp-3-packed-decimal-fields-into-numeric-values

http://www.mssqltips.com/sqlservertip/3459/importing-mainframe-data-including-packed-numbers-with-sql-server-integration-services/

http://mikedavissql.com/2011/08/31/convert-ebcdic-to-ascii-in-ssis/

http://www.microsoft.com/en-us/download/details.aspx?id=20397


I added a flat file connection manager and set the 'UseBinaryFormat' os this column to true in the flat file source. I have marked this filed as byte array in the connection manager.
This field value displays as a six byte array in the data viewer for all records in the file.


The problem is - my SSIS transformations are rejecting nearly two third of the records. My best guess is that a packed decimal field, when read as an array of bytes will
have values between 0 and 9 except for the last (right most) sign nibble. The last sign nibble can be C or D or F. 


When I use a data viewer to read the data and byte array, the first few records have the value of this field as:

0x00 0x00 0x00 0x03  0x17 0x5F
0x00 0x00 0x00 0x88  0xC8 0x29
0x00 0x00 0x00 0x00  0x6F 0x29
0x00 0x00 0x00 0x01  0xD8 0x5F
0x00 0x00 0x01 0xC9  0xC1 0xB1
0x00 0x00 0x00 0x19  0x11 0xA4
0x00 0x00 0x00 0x03  0x17 0x3F
0x00 0x00 0x00 0x88  0xC8 0xAC
0x00 0x00 0x00 0x00  0x6F 0xAC
0x00 0x00 0x00 0x01  0xD8 0x3F
0x00 0x00 0x02 0x7F  0x20 0x0D
0x00 0x00 0x00 0x02  0x72 0x29
0x00 0x00 0x00 0x02  0x90 0xAC
0x00 0x00 0x00 0x16  0x84 0x0D
0x00 0x00 0x00 0x16  0x84 0x0D
0x00 0x00 0x00 0x16  0x84 0x0F
0x00 0x00 0x00 0x16  0x84 0x0F
0x00 0x00 0x01 0x64  0xEF 0x1A
0x00 0x00 0x94 0xE4  0x00 0x7C
0x00 0x00 0x20 0x80  0x93 0xAC
0x00 0x00 0x00 0xEF  0x65 0x1A
0x00 0x00 0x13 0x71  0x60 0x1A


As far as I know, each of these bytes should end with C or D or F. All other characters in the byte array should have a digit between 0 and 9. Is my understanding correct?

I am in the process of reaching out to the people who provided those flat files but just want to reach out to the community to see if someone can point out if I am missing something.

All the fields other than this field are readable to me by directly opening the file and are loading just fine. So this looks like an ASCII file with one field which is packed decimal (may be Field10 is encoded differently as it seems filled with weird characters in the file).

Thanks in advance for your help.



Running SSIS 2005 in SQL Server Job Agent 2012

$
0
0

Hi Guys,

I'm trying to create a job in SQL 2012 that calls an SSIS 2005 package, however i'm getting some issue.  I researched the issue a bit and got this link . The given link suggested to use dtexec as SQL 2012 try to convert it in the memory.

I used the dtexec  but I'm still getting an issue.

"Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility  Version 9.00.1399.06 for 32-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    Started:  4:11:19 PM  Error: 2015-04-13 16:11:26.24     Code: 0xC0012024     Source: OTH Market Exist?      Description: The task "OTH Market Exist?" cannot run on this edition of Integration Services. It requires a higher level edition.  End Error  Error: 2015-04-13 16:11:26.24     Code: 0xC0012024     Source: Arcticle CSV Exist?      Description: The task "Arcticle CSV Exist?"cannot run on this edition of Integration Services. It requires a higher level edition.  End Error  Error: 2015-04-13 16:11:26.24     Code: 0xC0012024     Source: BV Market Exist?      Description: The task "BV Market Exist?" cannot run on this edition of Integration Services. It requires a higher level edition.  End Error  Error: 2015-04-13 16:11:26.51     Code: 0xC002F210     Source: No Input Files Email Execute SQL Task     Description: Executing the query "DECLARE @result int;  EXEC @result = security.dbo.spSendEmail  @Subject='[GFK Import & Export] - All Input Files Are Missing',  @Message ='Processing has been stopped due to missing input files',  @ToID =25,  @ccID =0,  @Attachment =''" failed with the following error: "Database 'security' does not exist. Make sure that the name is entered correctly.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly,

It seems that I do need to upgrade my packages to run in SQL 2012 unless if there's another way without upgrading it that would be great.

I just want to get the confirmation if possible or not

Many thanks guys.


SQL Server 2008 Execute SQL Task parameter problem

$
0
0

hi, guys

i create a very simply package which only Execute SQL task, set the properties as:

the testing table structure:createtable t(
 idx int,
 cname varchar(60)
)Execute SQL Task setting:
[genaral]
ResultSet: None
ConnectionType: Ado.netconnection:LocalHost.APR11.sa1
SQLsourceType:Direct input
SQLStatement:deletefrom t where idx=?

[parameter mapping]
variable name: user::idx
direction: input
data type: Int32
parameter name:NewParameterName
parameter size:-1

i hardcode the idx=1, but get error:

SSIS package "test.dtsx" starting.
Error: 0xC002F210 atExecute SQL Task, Execute SQL Task: Executing the query "delete from t where idx=?" failed with the following error: "Parameter name is unrecognized.". Possible failure reasons: Problems with the query, "ResultSet" property notset correctly, parameters notset correctly, orconnectionnot established correctly.
Task failed: Execute SQL Task
SSIS package "test.dtsx" finished: Success.

help me please.

Regards.

 

 

 

Maintenance Plan : Subplan failed

$
0
0

Hello~ I have a plan which have 3 subplans. one of it has problem ~and have the following error:

 EXECUTE msdb..sp..." failed with the following error: "

"The INSERT statement conflicted with the FOREIGN KEY constraint "FK_sysmaintplan_log_subplan_id". The conflict occurred in database "msdb", table "dbo.sysmaintplan_subplans", column 'subplan_id'. 

I have checked some forum and ask me to check dbo.sysmaintplan_subplans,sysjobs,sysmaintplan_log

and nothing special

and I know this problem is come from sp_maintplan_open_logentry, how can I know what parameter is passing to this SP ?

when the job is run ?


CPackage::LoadFromXMLfails

$
0
0

Hello ,

I am using Sql server 2005 and I have developed a SSIS package which will load the data from Excel files to the database. I am using ForEachEnumerator so that the data from each sheets of an excel file is read and dumped into DB. Till last month the package was executing fine but from this month when I opened the SSIS Solution I am getting the following errors.

I tried all possible techniques but no success. Please let mme know if you can helpin overcoming this error.Below are the Errors

1>

Error 1 Error loading FinalDataMovement_Production.dtsx: Error loading value "<DTS:ForEachEnumerator xmlns:DTS="www.microsoft.com/SqlServer/Dts">  <DTS:Property DTS:Name="ObjectName">{5938CF3D-03E6-4F9B-BE52-5C0D69EA9F87}</DTS:Property> <DTS:Property DTS:Name="DTSID">{5938CF3D-03E6-4F9B-BE52-5C0D69EA9F87}</DTS:Property>  <DTS:Prope" from node "DTS:ForEachEnumerator".   C:\Users\santhosh.h\Desktop\Dad\Daddy_Paper\Daddy_Paper\FinalDataMovement_Production.dtsx 1 1 

Error 2 Error loading FinalDataMovement_Production.dtsx: Element "{9C7E6220-041C-4670-A10C-07817C1E9875}" does not exist in collection "Executables".   C:\Users\santhosh.h\Desktop\Dad\Daddy_Paper\Daddy_Paper\FinalDataMovement_Production.dtsx 1 1 
Error 3 Error loading FinalDataMovement_Production.dtsx: Error loading value "<DTS:Executable xmlns:DTS="www.microsoft.com/SqlServer/Dts" IDREF="{9C7E6220-041C-4670-A10C-07817C1E9875}" DTS:IsFrom="-1"/>" from node "DTS:Executable".   C:\Users\santhosh.h\Desktop\Dad\Daddy_Paper\Daddy_Paper\FinalDataMovement_Production.dtsx 1 1 
Error 4 Error loading FinalDataMovement_Production.dtsx: Error loading value "<DTS:PrecedenceConstraint xmlns:DTS="www.microsoft.com/SqlServer/Dts">  <DTS:Property DTS:Name="Value">0</DTS:Property> <DTS:Property DTS:Name="EvalOp">3</DTS:Property>  <DTS:Property DTS:Name="LogicalAnd">-1</DTS:Property>  <DTS:Property DTS:Name="Expres" from node "DTS:PrecedenceConstraint".  C:\Users\santhosh.h\Desktop\Dad\Daddy_Paper\Daddy_Paper\FinalDataMovement_Production.dtsx 1 1 
Error 5 Error loading FinalDataMovement_Production.dtsx: Element "{DD7E143C-4913-464B-B0DB-6550B05282C2}" does not exist in collection "Executables".   C:\Users\santhosh.h\Desktop\Dad\Daddy_Paper\Daddy_Paper\FinalDataMovement_Production.dtsx 1 1 
Error 6 Error loading FinalDataMovement_Production.dtsx: Error loading value "<DTS:Executable xmlns:DTS="www.microsoft.com/SqlServer/Dts" IDREF="{DD7E143C-4913-464B-B0DB-6550B05282C2}" DTS:IsFrom="0"/>" from node "DTS:Executable".   C:\Users\santhosh.h\Desktop\Dad\Daddy_Paper\Daddy_Paper\FinalDataMovement_Production.dtsx 1 1 
Error 7 Error loading FinalDataMovement_Production.dtsx: Error loading value "<DTS:PrecedenceConstraint xmlns:DTS="www.microsoft.com/SqlServer/Dts">  <DTS:Property DTS:Name="Value">0</DTS:Property> <DTS:Property DTS:Name="EvalOp">2</DTS:Property>  <DTS:Property DTS:Name="LogicalAnd">-1</DTS:Property>  <DTS:Property DTS:Name="Expres" from node "DTS:PrecedenceConstraint".  C:\Users\santhosh.h\Desktop\Dad\Daddy_Paper\Daddy_Paper\FinalDataMovement_Production.dtsx 1 1 

Please help me out to overcome this problem.


Please have look on the comment

Teradata destination ODBC connections failing in SSIS job

$
0
0
Windows Server 2012 R2
SQL Server Integration Services 2012
Teradata 13.10.00.14, Driver 14.10.00.06

We have a situation where ODBC connections to Teradata destination database keep getting errors from time to time, not every night though.
Some nights regular load jobs execute successfully and sometimes they get errors "There was an error trying to establish an Open Database Connectivity (ODBC) connection with the database server." -one or more component failed validation.

The faulty component is usually different, not the same every time. Package may also differ. There are 4 packages starting parallelly at the same time, each having 1 or 2 sequences of dataflows and sql tasks (about 60 dataflows and 40 sql tasks in total in those packages). Packages have been migrated from DTS to SSIS and this kind of error-situation has never occurred before.
So we checked what happens on the Teradata side - many simultaneous sessions, validation sessions at first then TPT Load and ODBC sessions, but the number of concurrent open sessions never exceeds something like 30-40. And there is a parameter in Teradata indicating that max allowed sessions is 120.

Two different kinds of connection managers used - Teradata Connection Manager, used in Attunity Teradata Destination component for TPT Loading and ODBC Connection manager to execute SQL Tasks and also for loading to Teradata destination tables in case of low number of records being transfered.
TPT Loads take 14 sessions each, ODBC destination and validation sessions apparently 1 per validation/component.

What could be the reason for this error? Where to look, what to check?

Thanks for any advice!

SSIS - BypassPrepare what does this mean ?

$
0
0

Please look at SQL task, General > SQL Statement > BypassPrepare. It says that BypassPrepare indicates whether the task should prepare the query before executing it.

What is meant by "prepare the query before executing it". Why do we need to do this ?

Also, when I press "parse query" button for my SQL query, then I see this warning "this operation has no effect since bypassprepare property was set to true". What is the meaning of this and should I be concerned about it ?

package works in a job but not in bids

$
0
0

Hi,

I have a package that runs from a job but not from my Visual Studio 2012.

I start the package as a step in a job, no configuration files, and it works perfectly or at  least if finishes after few minutes. I start the same package from SSDT and suddenly it freezes - always in the same time. The package itself consists of few"execute sql tasks" and some "execute ssis package tasks". The problem has something to do with executing one of the subpackages.

 The scenario is like that:

  • I start the package, it starts running;
  • I can see some of the execute sql tasks executed successfully;
  • I can see some of the subpackages also executed successfully;
  • then one "execute ssis package tasks" starts
  • i can see its corresponding package open and start in SSDT
  • because it also consists of some "execute ssis package tasks" I can mores packages open and start
  • and on one of those, those sub-sub-packages, Visual Studio freezes

All I can see is an information "testing connectivity..." in the VS2012 statusbar and a pop-up appears on my windows taskbar saying that my VS2012 is busy. Could anybody explain what is going on and how to approach the problem?

I had read that it may have something to do with delayed validation, *.suo files or something like that but if so than why is it working from a job?



Rafal

Process exit code:1073741819

$
0
0

   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 step failed.

   In BIDs,when I Check the log,there is even no error. But the last Infomation in the output windows is the package canceled. It just like somebody stop running package manually.

   The more strange thing is the package sometimes succeed with running the same data.

 

     Thanks for your help

 

Viewing all 24688 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>