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

Not finding the Integration Services

$
0
0

The Services show an instance of 'SQL Server Integration Services 14.0' is running but I can't find it in SSMS when trying to connect to it. The Browse won't list any services under 'Integration Services'

it is all installed on my local machine.

What do I need to do to see it? 


Create multiple dynamic excel files in SSIS

$
0
0
I am creating a SSIS package, in which I am trying to create multiple dynamic excel files with 2 worksheets in each file. I can do this by using foreach loop container and flat files but I am not able to do this with excel files. I am able to create a dynamic file but each time the loop runs instead of creating new file it just overwrites the existing excel file. But the same approach works by using flat files.

Leading zero being removed in flat file results

$
0
0

I have an SSIS package which has an AMT field.  Some amounts are less than 1.00, for example 0.85. 

The source and destination fields are DT_Numeric with scale 18, precision 2.  The data viewer which is placed just prior to the flat file shows all sub 1.00 vales as 0.85 or even -0.85.  However, when they land in the flat file, the leading zero is removed, which is NOT what I need to have happen.  I must retain the leading zero.

I have tried converting the output to Text and even a derived column or data transform - it makes no matter - the leading zero is always removed in the resulting flat file.

Any thought or suggestions would be appreciated.

No Integration Services node on server?

$
0
0

I am trying to learn how to use SQL Server Integration Services using the tutorial on Tutorial Gateway.

I particularly am interested in deployment, so started there.

It mentioned that the IS Catalog should be under the Management folder, but it's not there.

It on the web it mentions that it does not come with Express or Comunity editions, so can I not install it?

I can't afford the developer edition, so am I stuck without a way to go?


TEH

Unable to create the type with the name 'AzureStorage'.

$
0
0

 SQL Server 2019 Development Edition
Visual Studio 2019 Edition
SSIS Project Deployment Model
Imported Solution
Installed Azure Feature Pack
Deploy Project to SSIS Catalog
TargetServerVersion SQL Server 2017
Deploy Project in Solution

Error: Unable to create the type with the name 'AzureStorage'.

Any ideas?


Execute SQL Task - SQLStatement with variable

$
0
0

Hi,

I have a package with Execute SQL Task. In the task I wish to have an SQLStatement as per the below.

The first table name is 'studFile_', followed by the year number. e.g studFile_2016, studFile_2017, studFile_2019, etc

I have created a variable called Year, which I use to pass the Year to the Execute SQL Task

SELECT * FROM dbo.studFile_"+@[User::Year]+" st 

JOIN dbo.StudsMain sm on sm.ID = st.ID

This SQL statement however isn't working.

Please assist; I am not sure what I'm doing wrong.

Thanks

DTS Script Task : Runtime Error on VSDT2017

$
0
0

Hi

I am currently using VSDT 2017 for SSIS, I used a script to verify the file in a folder. It ran successfully first time then I started getting a runtime error. 

I have changed the ScriptTask assembly reference to version 12.0.0.0 and using .NET Framework 4.5. But still getting runtimeerror. Can anyone help me? 


Do you want to be acknowledged as SQL Server Integration Services Guru? Submit your work to Sep 2019 competition!

$
0
0


What is TechNet Guru Competition?

Each month Microsoft 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 official post, a tweet fromMicrosoft Wiki Ninjas Twitter account, links will be published atMicrosoft 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 Sep 2019 and must be in English. However, the original blog or forum content can be from beforeSep 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 discuss 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 HIGHLY Recommended) Add a link to your article at the TechNetWiki group on Facebook to get feedback and tips from the council members and from the community. The group is very active and people love to help. You can even get direct improvements to your 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 Mark This As Answer if it solved your issue
Please Vote This As Helpful if it helps to solve your issue
Visakh
----------------------------
My Wiki User Page
My MSDN Page
My Personal Blog
My Facebook Page


IntegrationServices->SSISDB->RightClick/StandardReports

$
0
0

how to clear the content of this report present at below path.? if fails it is capturing all the parameters including the password ones, which we need to clean.

IntegrationServices->SSISDB->RightClick/StandardReports


Neil

How to export UTF-8 .txt file from SSIS to Azure Blob Destination?

$
0
0

I currently have this data flow task wherein I have a flat-file (.CSV) as source which I need to aggregate some of the columns in and export the UTF-8 .txt file to an Azure Blob Storage.

However, the fields for Azure Blob Destination only contains setting for the Blob name without any fields for the file format nor the encoding of the said format.

May I know how such file can be exported into a Blob storage with a format of .TXT and an encoding of UTF-8?

I have already tried changing the Code Page from the "General" tab of the Flat File Source Manager but it returns an error.

Upon checking the exported file in the Azure Blob Storage, the file is encoded in ANSI format.

BIDS Package not running or showing errors when scheduled as SQL Server job

$
0
0

Hi ,

In my BIDS package i have the source as excel and destination is a sql server table and i have no issues running it and the data gets loaded. I scheduled the job using SQL Server Agent. In the General section i used the owner as "sa". When i run the sql server agent job manually ( by right clicking and start job) the wheel keeps spinning for minutes together and nothing happens. I had to STOP the job. The BIDS package takes 5 seconds to load the data. Where should i start looking as it doesn't error out either.

Thanks

How to deal with commas in comma delimited file when importing flat file as a source to SQL Server in SSIS

$
0
0

Hi all!

Hope everyone is well. I need your help most urgently.

I have a flat file that with comma as a delimiter. In one address column i have . My issue is that one of the fields in my file contains "," (commas), so when the file is created it creates new columns because the field is "," comma delimited on the column. Is there anyway to get round this without having to get rid of commas in my file (which I've tried and works)?

Example-  

store_name , phone , email , street , city , state , zip_code
Santa , (831) 476-4322 , santacruz@bikes.shop1 , 3700, Portola Drive1 , Santa Cruz1 , CA1 , 950601
Baldwin1 Bikes , (516) 379-8883 , baldwin@bikes.shop1 , 4200 Chestnut Lane1 , Baldwin1 , NY1 , 114321
Rowlett Bikes1 , (972) 530-5545 , rowlett@bikes.shop1 , 8000 Fairway Avenue1 , Rowlett1 , TX1 , 750881

Underline field is mainly creating the issue.

Any help much appreciated.

Thanks.

In C# is there a way of refreshing query in EXCEL (REFRESH ALL)

$
0
0

Hi All,

Need C# code in SSIS Sript task which should refresh all excel data which extracts from a table using Microsoft query.

Can anyone help at all ?

Thanks 



Sri.Tummala

OST to PST Conversion

$
0
0

I have tried a lot of tools for conversion but found OST to PST Converter one of the best, it is ads free , easy to use, fast in processing, please recommend me any other tool also that can help me in  easy conversion from ost to pst conversion online.

coolutils dotcom slash OSTtoPSTConverter


xml source

$
0
0

Hi All

I am importing multiple xml files via ftp task in control flow and in the data flow section I am placing xml source. I am using variable as xml source. The source file in variable is *.XML

What need some help in completing this package.

1. Getting error message path is invalid

2. How to setup XSD destination.


SSIS OLEDB - Receiving error ORA-01403 No Data Found when trying to load records into oracle GTT

$
0
0

I am trying to load records from one table, on a SQL Server, into a global temp table on a Oracle server. I'm able to load the records successfully if I set the dataflow task to a default table name, but it runs far to slow for what I need. It's when I set it to a FAST load, that I run into this error message. I am using the Native OLE DB\Oracle Provider for Oracle. Initially, I thought it was an issue with the oracle provider, but whenever I try this on a different table (permanent), on a different server, it runs fine. I tried switching with Microsoft's oracle provider, but that threw a different error message entirely.

Would there be a setting on the GTT that would block fast loads, or would it be something else entirely? I did not create the GTT. Here's the error output:

[GTT_Variable [2]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code:0x80004005.

An OLE DB record is available.  Source:"OraOLEDB"  Hresult:0x80004005  Description:"ORA-01403: no data found".[Facets GTT [2]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.
The "GTT_Variable.Inputs[OLE DB Destination Input]" failed because error code 0xC020907B occurred,and the error row disposition on"GTT_Variable.Inputs[OLE DB Destination Input]" 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.[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED.
The ProcessInput method on component "GTT_Variable"(2) failed with error code 0xC0209029while processing input "OLE DB Destination Input"(15).
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.

Thanks

File watcher task failure.

$
0
0

I am using visual studio 2015 and i have sql server 2014. So i downloaded file watcher sql server 2014 from http://www.sqlis.com/sqlis/post/File-Watcher-Task.aspx.

once i downloaded and installed it was not showing up in my toolbox i tried refreshing it but still not showing up. So, i downloaded 2016 file watcher then it showed up on my VS 2015 and package ran successfully but the problem here is, it was failing when i scheduled a job in SSMS 2014 as it is 2014 and file watcher was 2016. I can upgrade my ssms to 2016 as all my projects are using it.

Please reply to this post if you have any solution.

Thanks in advance.

Below is the error


Error:

Message
Executed as user: ----\svc-mssqld. Microsoft (R) SQL Server Execute Package Utility  Version 12.0.4100.1 for 64-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  12:13:17 PM  Error: 2016-08-09 12:13:17.62    Code: 0xC0010018     Source: File Watcher Task      Description: Failed to load task "File Watcher Task", type "". The contact information for this task is "File Watcher Task; Konesans Ltd; Copyright ? 2016 Konesans Ltd; http://www.konesans.com".  End Error  Error: 2016-08-09 12:13:17.62     Code: 0xC0010018     Source: File Watcher Task 1      Description: Failed to load task "File Watcher Task 1", type "". The contact information for this task is "File Watcher Task; Konesans Ltd; Copyright ? 2016 Konesans Ltd; http://www.konesans.com".  End Error  Error: 2016-08-09 12:13:17.63     Code: 0xC0010026     Source: File Watcher Task      Description: The task has failed to load. The contact information for this task is "File Watcher Task; Konesans Ltd; Copyright ? 2016 Konesans Ltd; http://www.konesans.com".  End Error  Error: 2016-08-09 12:13:17.63     Code: 0xC0024107     Source: File Watcher Task      Description: There were errors during task validation.  End Error  Error: 2016-08-09 12:13:17.63     Code: 0xC0010025    Source: FileWatcher      Description: The package cannot execute because it contains tasks that failed to load.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  12:13:17 PM  Finished: 12:13:17 PM  Elapsed:  0.156 seconds.  The package execution failed.  The step failed.

Compressed Azure Blob files as source for SSIS

$
0
0

I have installed the Azure feature pack for SSIS and am trying to load data from blob to SQL server using SSIS. The source files are compressed and there are multiple files - all having the same layout.

When I try to provide the path in blob and select the format and compression, SSIS does not seem to be able to identify the column layout

Please let me know your suggestions. I hope, SSIS has the ability to load all the files from a blob path and I do not need to explicitly provide the path to each file. Please let me know if that is not the case.

Thanks in advance.


Generating Error while execute SSIS package through SQL Server Agent.

$
0
0

I have created SSIS Package using Visual Studio (Integration Service Project). This is working fine.

I want to Create this SSIS Package in schedule job using SQL Server Agent. 

I have configured the job and when i execute it will show belw error.

Executed as user: DOMAINNET\XXXXXXXXX. The step did not generate any output.  The return value was unknown.  The process exit code was -1073741819.  The step failed.


Note : If i execute SSIS package through Visual Studio, it will be working fine.

I have used below Site for Scheduling SSIS Package through SQL Server Agent.

https://www.mssqltips.com/sqlservertutorial/220/scheduling-ssis-packages-with-sql-server-agent/

What could be the problem and how we could solve this error...?

behavior of a no cache lookup followed by an oldedb destination

$
0
0

Hi we run 2017 std. We have a no cache lookup on Table B for values coming into the buffer from (driven by) Table A with two paths coming out of the lookup, one for matches and another for no matches.

The no match path leads to an oledb destination where inserts occur on the lookup table TableB.

At https://jorgklein.com/2008/02/28/ssis-non-blocking-semi-blocking-and-fully-blocking-components/ I see that lookups are non blocking.  And as I recall, if ssis gets multiple hits on a lookup, it throws away all but the first matching candidate from TableB.  

We suspect that duplicates are coming into the buffer from Table A which is a different subject but do not believe they are sorted in any way on their way in.

For some reason the query you see in the code block is showing as the selected custom query in the advanced window of the lookup.  Other than the nolock I don't see it being any different from what ssis would have generated in the first place.

My question is if either of the following scenarios could occur...

1. could a pair of dupes both get inserted in the oledb destination because by the time the second arrived, the lookup would not have yielded a match yet on the 1st lookup?  In fact perhaps the rule that saves results of last lookup also saves the fact that no match was found on that key on the prev record?

2. one of the latter went the match route because by the time it arrived and tried a lookup, the other had already been inserted?

select * from (select * from [dbo].[TableB] (NOLOCK)) [refTable] where [refTable].[Id] = ? and [refTable].[ID2] = ?



Viewing all 24688 articles
Browse latest View live


Latest Images

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