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

Could not establish trust relationship for the SSL/TLS secure channel with authority SharePoint ssis connectors

$
0
0

Hi All,

I am using SharePoint List Connectors to load the data from Sharepoint list to  Sql server.

I have created an ssis package and attached to the SQL agent job in works fine

SharePoint Source dev url : http://company.dev.com (working fine)(http)

DB server:(server\instance)

I thought all i good and can test with the uat sharepoint url.

I have changed the configuration url yo point to uat.(https)

SharePoint Source dev url : https://companyuat.dev.com (working fine)

DB server:(server\instance)

 

Suddently it fails when  with the following error:

In both the cases i am running the agent job from the same db server

DB server:(server\instance)

 

Error Message:

Could not establish trust relationship for the SSL/TLS secure channel with authority 'companyuat.dev.com'. --->  System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.

Source: Data Flow Task SharePoint List Source [1] Description: System.ServiceModel.Security.SecurityNegotiationException: Could not establish trust relationship for the SSL/TLS secure channel with authority 'companyuat.dev.com'. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.  

Is there is workaround to reslove this?Any inputs highly appreciated as it is time to move to production :(.

Thanks

Ravi


Ravi


Code: 0xC0208452 Source: Data Flow Task ADO NET Destination [86] Description: ADO NET Destination has failed to acquire the connection {}. The connection may have been corrupted.

$
0
0

Hi There!

I have created one package (1) to import data from Flatfile(csv), (2)Clean It  then (3)send clean rows to SQL Database.

This package was working fine before. Since I have decided to deploy this package to automate this process, I have no clue what went wrong but this doesn't run anymore. Flatfile and Database are on same windows box. We are running SQL 2008.I have attached some screenshot to make this conversation more concise.

Your time and efforts will be appreciated!

Thanks,

DAP

Need Help - synchronize Oracle db with SQL Server DB

$
0
0

Hi Guys

I have Oracle DB as Source and Sql Server(2012) as Destination

I want to Perform E(Extraction) & L(Load) but not T(Transformation) can you suggest fast and accurate method

Any changes perform in Source It Should be Reflected in destination Immediately,and Latency period must be less

Thanks in advance


ADKR


Script component error

$
0
0

Hello,

did anybody faced this error that is related to Script Component? I am trying to learn this tutorial:

Bulk Report Generation using SSIS and SSRS 2008 R2

http://technet.microsoft.com/en-us/library/ff793463%28v=sql.105%29.aspx

How to get rid of this error?

Thanks

Note: VS is 2008, too.


FINDSTRING

$
0
0

Inside the "Derived Column Transformation Editor" I try to replace the name-field.

How should the code look like?

What I'm trying to do:

If the advertiser-site-value contains "difrax" or "dreumes" then prefix the name-value with the brand-value.

(DT_STR,70,28591)FINDSTRING(LOWER(advertiser_site),"difrax",1) > 0 || FINDSTRING(LOWER(advertiser_site),"dreumes",1) > 0 ? brand + " " + name : name

Metadata changes - can I stop the code being modified?

$
0
0

I made a change to the database and updated the data flow task accordingly.

The changes to the database were dropped.

The next time I looked at the data flow task I saw that the fields that I had created were no longer available for input or output.

The fields could be seen in the automatically generated XML code.

Once the package was saved the fields were removed from the XML code too.

Please can someone explain if there is wat to stop the XML code being updated should the database schema change. 

regarding ssis - schedule 20 packages

$
0
0

Hi,

how can we schedule 20 packages at a time in ssis


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  



SSIS- Oracle 64 bit OLEDB Provider gives unicode conversion errors only in one environment

$
0
0

I have SSIS Packages which uses 64 bit Oracle Client and 32 bit ODAC -Oracle Provider for OLEDB and extracts data from Oracle. The package runs fine in our DEV, QC and UAT environments But when run on PROD server, It fails with"cannot convert between Unicode and non-Unicode string types" error. We have many other SSIS packages which use the same Oracle Client and ODAC and run fine. Only the recently deployed one's fail.  When the packages is set to run as 32-bit, It runs successfully

We are unable to figure out why it fails only in PRD when the package is run as 64-bit. Any suggestions on this would be greatly appreciated.

Thank you for your time.

load bulk data using transformations

$
0
0

Hi all,

I have a problem to loading with bulk data. ORACLE TO TERADATA  using SSIS package. we have bulk data in ORACLE and we should transform it into Teradata by using SSIS. we are having more then 10 million records.

Thanks,

what is scd type 6 in ssis and how to implement that without using scd transformation

$
0
0

Hi

What is SCD TYPE 6 in SSIS, how to implement that without using SCD transformation.

it will be helpful if anyone shared links related to this.

Thanks in advance

SQL 2012 SSIS log provider. The connection "" is not found. This error is thrown by Connections collection when the specific connection element is not found.

$
0
0

SQL 2012 SSIS log provider. The connection "" is not found. This error is thrown by Connections collection when the specific connection element is not found.


Create SSIS 2012 project.
Create connection manager in "Package" for setting SSIS log provider.
[Start Debugging] is work fine.

Create "Project" connection manager.
And change "Project" connection manager from "Package" connection manager on SSIS log provider.
[Start Debugging] is looks fine. But there is error in [Execution Result] Tab.

--------
The connection "" is not found. This error is thrown by Connections collection when the specific connection element is not found.
--------

Error has occurred, but logging is done.

「The connection "" is not found.」are saying what not find?

Migrate DTS between SQL 2000 Server

$
0
0
Hi ~ Are there any way I can copy all the DTS package from one SQL 2000 to another ?

Package Parameters Issue

$
0
0

Hi

I have started giving Project parameters a try in SSIS 2012 in order to pass through values from a parent package to its child. The value that I need to pass across is an Audit ID which gets generated in a SQL task. The problem I am having is assigning the value to the package parameter as I am getting the following error:

Validation error. SQL Begin Audit SQL Task: Variable "$Package::AuditLogID" cannot be used as an out parameter or return value in a parameter binding because it is read-only.

From the error I’m taking a guess that the error is happening due to the parameter being set to read-only. I’ve had a look through the properties for the parameter to see if it is possible to change this but have had no luck.

Anyone have an ideas on what can be done? This was fairly a simple task prior to 2012 using the package configuration manager, so I am thinking of converting the project to the Package Deployment model in order to get this feature back.

Thanks

How do you do you check if a value is in a list, in the Derived Column Transformation in SSIS?

$
0
0

This seems like such a simple thing, but I can't get it to work. 

All I want to do is check this substring to see if it is in the list of three values. 

SUBSTRING( [Revenue_Cost_Code] , 5, 2 ) in ("10","20","80")

I can't find any documentation on a comparison to a list of values.  Is my only option to do an OR statement and comare it to each value one-at-a-time?


How to deploy a part of all the packages in SSIS?

$
0
0

Hello everybody,

I have created Deployment Manifest for the project. And following the wizard deployed the packages to the production server. I have updated one package. Can I deploy just the single package using deployment manifest? if yes, how? if no, what is the way out?

One more question, how to setup VSS(visual source safe) for our project. Any reference is also welcome.

Thanks in advance.

Regards,

Anujit Karmakar


Anujit Karmakar Sr. Software Engineer

how to optimize parallel bulk inserts waiting on IMPPROV_IOWAIT

$
0
0

is there a way to optimize a parallel bulk insert that's waiting on IMPPROV_IOWAIT? (get rid of the waits)

so far tempdb has >= number of files than then number of parallel loads and so is the destination database and  table is partitioned.

we are using the SSIS bulkload operator the destination table haswith no indexes (a heap)

there are 45 different parallel loads - file size is  205 MB we have a 48 core machine on 250 G of RAM and currently the load takes 3minuted 17 seconds which I think might be optimized better

this post is somewhat related to (see below) that is now resolved

 https://social.technet.microsoft.com/Forums/en-US/54cdbf4b-3471-4e27-9fc8-a12dba2e249c/bulk-insert-parallel-load-causing-blocks?forum=sqlintegrationservices


eddy.a

SSIS 2012 installation

$
0
0

Hi

Please let me know what all licences I need to purchase for SSIS 2012. Some one told me it is

1. SQL Server 2012 licence

2. Visual Studio 2012 or 2013 for SSDT

or

SSDT comes free with SQL Server.

Thanks in advance

Regards

Sajith

Package refuses to fail

$
0
0
I'm doing some maintenece on a package somebody else wrote. Somehow, this person has rigged the package to never fail. In a data flow task, I can see an OLE DB Source fail. It lights up red but the package keeps on trucking. As near as I can tell, I've thrown every switch I can to prevent this from happening. Everything that looks like "fail package on failure" is set to true. Where else do I need to look to make sure the package actually dies when a componet fails?

error 0xC0209029 importing table

$
0
0
Hi All: I'm trying to copy a table between two sql2008R2 sp2 servers. The table has just 239 rows. I've tried SQLNativeClient and OLEDBforSQLServer with the same result. The table has a mixture of varchar fields, datetimes and ints, but none of the varchars are more than 1024 in length, and the total row size is small.
I keep getting 0xC0209029 errors copying the table. SSIS drops and recreates the table, reads the rows, but seems to error out before copying/inserting.  Is there any way to isolate which column is causing the problem? Or is this not a data problem at all? My error message is below.
Messages
Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80004005  Description: "Unspecified error".
 (SQL Server Import and Export Wizard)
 
Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The "input "Destination Input" (110)" failed because error code 0xC020907B occurred, and the error row disposition on "input "Destination Input" (110)" specifies failure on error. An error occurred on the specified object of the specified component.  There may be error messages posted before this with more information about the failure.
 (SQL Server Import and Export Wizard)
 
Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Destination - ems_product" (97) failed with error code 0xC0209029 while processing input "Destination Input" (110). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information about the failure.
 (SQL Server Import and Export Wizard)
 
Viewing all 24688 articles
Browse latest View live