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

The value could not be converted because of a potential loss of data.

$
0
0

Hello all,

I'm working on moving records from a .DAT file to a SQL Server DB. When i run my package, i get the error:The value could not be converted because of a potential loss of data."

When i see the data coming from the file, the column has 02000 which is supposed to be a numeric(5,2)  after the conversion, and also that is the data type for the destination field of my table.  i've tried the ignore failure but still i get the same thing.

Any ideas o how to get around this issue??

Thanks in advance!


SSIS Package

$
0
0

Hi,

I am trying to compare two EXCEL Source file with the common column Employee ID. If Employee ID available in Excel B is matching with the Empoyee ID available in Excel A, I need to update a remark in my destination SQL Table by createing a new column.

Please help me in creating this SSIS package.

Thank You

SSIS high availabillity

$
0
0

Hi all

SSISDB is supported on alwayson so that you can store your packages in an HA env. 

When Executing these Packages through SQL Listener with the Build in SP’s in SSISDB, will SSIS engine always choose the Integration service on the Active Node?

We are not talking about a Scale-out Solution here only a AlwaysON Setup with 2 nodes (HA Solution)

شحن فريون تكييفات كاريير & 0235695244 &صيانه كاريير & 01225025360 &مدينه نصر

Enable AlwaysON support for SSISDB catalog - using powershell

$
0
0

Hi All,

Is there a command line option for enabling AlwaysOn support for SSISDB?

Thanks

Chinni


SSIS Error 0xC020801F With OData Source - Connection on Microsoft Dynamics CRM

$
0
0

Dear All

I'm using a OData component for connect with Microsoft Dynamics CRM.

When i see data in Odata Source component it are OK, i see data.

However, when i start a execute task i have trouble - ERROR 0xC020801F!

My OData Connect:

OData Connect OK

I can see data in component:

Data from OData

But, when a run task - ERROR 0xC020801F

OData Error

Please!!! Anywhere can help-me?

I try all possibilities finded in foruns.

Thanks!

Execution Performance report Active Time vs. Total Time

$
0
0

Looking at the figures for various sub-components, the Active Time for a number of them varies between .3 seconds to 4.5 seconds. In most of those cases, the Total Time is between 706 seconds and 721 seconds.

What exactly does this mean? That the component is taking 12 minutes or more for 4 seconds worth of work? Or am I missing the point of these 2 numbers?

If it really is, what could be wrong with the package design to produce such appalling performance?


Nick Ryan MIS Programmer Analyst, ANZ Bank

SSIS: When set the task to ignore errors, don't log the errors

$
0
0

Hello there. Ignoring any discussion of 'coding it right in the first place' (I have my reasons)….I have an SSIS package that loops through a task and sometimes it fails and other times it doesn't.

I've got it functionally working, i.e. errors are ignored, parents + package succeed (as designed) but I can't seem to supress the error logs.

Is there a way to stop these logs?

Thanks.


Derived field Expression

$
0
0

Hello

I am hoping someone can explain what is happening in the Expression below? I'm not sure what the ? means

Thanks in advance.

Roy.

Empty Line after each row in text file

$
0
0

Hi Guys,

I am creating an SSIS package that loads data from MSSQL table to a text file. However, I need to format the text file such that after each row of the data, there will be an empty line/row before the next one.

Please can someone assist me on how to achieve this.

Thanks


me

How to remove unwanted quotes in the data

$
0
0

Hi All,

I have a package that loads the data from flat file to a sql server table . It is failing on a column name. I opened in notepad++ and went to the row number and saw that the address has quotes in it

"123 MAIN ST APT "B"" 

What i did was in the file connection manager i changed the text qualifier from " to <none>. Now no issues package runs fine but the data in the table is enclosed in quotes.

Is there a way i can remove those extra unwanted quotes please?

Thanks

Sales Order and Detail Issue

$
0
0

Greeting 

I'm working with the AdventureWorks DataBase I do have 3 Tables 

Table1  : OrderSales (OrderSaleslID "PK" , OrderDate , CustomerID )

Table 2 : OrderSaleReason (OrderSaleslID "PK" , SalesReason "PK")

Table 3 : OrderSalesDetail  (OrderSalesDetail ID "PK" , OrderSaleslID "PK" , ProductID , QTE ) 

My fact table "Sales" is based on the OrderSalesDetail   

FactSales (OrderSalesDetail ID "PK" , OrderSaleslID  , ProductID , QTE Order , OrderDate , CustomerID)

My Question is there a possibility to integrate the SalesReason in my fact table without creating another table or having a duplicate in my fact table 
PS: 1 sale order can have many sales Reason 

and thanks!  

Character which was read in unicode source table is failing to get converted into non-unicode table

$
0
0

Analytics ‎

The above text has . value if you see it in Notepad++ this text was in the unicode table but now when we are trying to store it in non-unicode table it is failing to store.It fails data conversion . Schema of source and target are same hence it is not the issue .

Does anyone know what is this character ? 

when I looked the below link it says -Character not present in GSM charset, forces to use Unicode encoding

https://www.textmagic.com/free-tools/unicode-detector

I have to explain what this character is and why is it not getting stored in char column ( non unicode column)

SSiS package to set users in their correct timezone

$
0
0
I would like to setup a scheduled SSIS Package to scan users and to correct their timezone. I have a table that contains user name and timezone. My question is this possible and where do I check if there timezone is incorrect, and if it is possible to change to correct timezone.

SSIS Package inserts data into Oracle, but data not sustains on Oracle.

$
0
0

Hello,

I am a very beginner to SQL Server/ SSIS.

We have a daily job on SQL Server Agent that executes an SSIS pkg, assume the name as - mySsisPkg.

mySsisPkg first deletes entire rows from Oracle table and then inserts new data into it from an SQL server table[jus like copying complete table data].

Problem : 

When I execute either mySsisPkg directly or through SQL server Agent, the data on oracle sustains till next job run. [well and good]

If the job executes automatically[according to schedule], then I see no data on Oracle table, but job shows successful execution.

Tried different ways but no success.

Is there any other attribute/ property I need to change/ add ? 

pls. suggest !!

thx.


SSIS in sql job_ Login failed for use

$
0
0

HI

I created a domain account to run a SSIS in sql job.

I works fine with a user which is administrator in the OS.

But when I use a proxy in a sql job which is a common user account the error is:

Executed as user: DESKTOP-20NPOFV\test. Microsoft (R) SQL Server Execute Package Utility  Version 14.0.1000.169 for 64-bit  Copyright (C) 2017 Microsoft. All rights reserved.    Started:  23:17:16  Failed to execute IS server package because of error 0x80131904. Server: DESKTOP-20NPOFV, Package path: \SSISDB\REP\AURA.Data.Integration\PkgIntegracionAlmacen.dtsx, Environment reference Id: NULL.  Description: Login failed for user 'DESKTOP-20NPOFV\test'.  Source: .Net SqlClient Data Provider  Started:  23:17:16  Finished: 23:17:16  Elapsed:  0.078 seconds.  The package execution failed.  The step failed.

While populating computed field data from list in sharepoint into table through SSIS package, getting error

$
0
0

While populating computed field data from list in sharepoint into table through SSIS package, getting below error

cannot access a disposed object.
Object name:'System.Net.HttpWebResponse'.

Please let me know how to resolve this issue.

Thanks in Advance.

How to connect TIBO EMS using SSIS

$
0
0
We have a requirement in our project to read the messages from TIBCO EMS using SSIS. As I know there is no out of box feature to connect EMS using SSIS. Could anyone help me to solve this?

بلاغات اعطال تكييفات كاريير 01014723434 & 01127571696 &الشروق

Who will be announced as the next SQL Server Integration Services Guru? Read more about April 2019 competition!

$
0
0


What is TechNet Guru Competition?

Each month the TechNet Wiki council organizes a contest of the best articles posted that month. This is your chance to be announced as MICROSOFT TECHNOLOGY GURU OF THE MONTH!

One winner in each category will be selected each month for glory and adoration by the MSDN/TechNet Ninjas and community as a whole. Winners will be announced in dedicated blog post that will be published in Microsoft Wiki Ninjas blog, a tweet from the Wiki Ninjas Twitter account, links will be published at Microsoft TNWiki group on Facebook, and other acknowledgement from the community will follow.

Some of our biggest community voices and many MVPs have passed through these halls on their way to fame and fortune.

If you have already made a contribution in the forums or gallery or you published a nice blog, then you can simply convert it into a shared wiki article, reference the original post, and register the article for the TechNet Guru Competition. The articles must be written in April 2019 and must be in English. However, the original blog or forum content can be from beforeApril 2019.

Come and see who is making waves in all your favorite technologies. Maybe it will be you!


Who can join the Competition?

Anyone who has basic knowledge and the desire to share the knowledge is welcome. Articles can appeal to beginners or discusse advanced topics. All you have to do is to add your article to TechNet Wiki from your own specialty category.


How can you win?

  1. Please copy/Write over your Microsoft technical solutions and revelations to TechNetWiki.
  2. Add a link to your new article on THIS WIKI COMPETITION PAGE (so we know you've contributed)
  3. (Optional but recommended) Add a link to your article at the TechNetWiki group on Facebook. The group is very active and people love to help, you can get feedback and even direct improvements in the article before the contest starts.

Do you have any question or want more information?

Feel free to ask any questions below, or Join us at the official MicrosoftTechNet Wiki groups on facebook. Read More about TechNet Guru Awards.

If you win, people will sing your praises online and your name will be raised as Guru of the Month.


PS: Above top banner came from Ronen Ariely.

Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.

NuGet BaseConnectionLibrary for database connections.

StackOverFlow
profile for Karen Payne on Stack Exchange

Viewing all 24688 articles
Browse latest View live


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