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

CDC - There is no change data for this table - Error

$
0
0

I had an issue while running Incremental data load on a table which has CDC Enabled. I do get the below error while running Delta Load. The packages are called from Master Package.

Microsoft (R) SQL Server Execute Package Utility  Version 11.0.5058.0 for 64-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  3:55:02 AM  Error: 2015-07-17 03:55:05.40     Code: 0x4002F304    Source: CDC Control Task - Start CDC Control Task     Description: "There is no change data for this table.".  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started: 3:55:02 AM  Finished: 3:55:05 AM  Elapsed:  3.015 seconds.  The package execution failed.  The step failed.

Please let me know if you have any solution for this error.


Vedaraj


Import from Teradata using ODBC gives VS_NEEDSNEWMETADATA error

$
0
0

Annoying thing about this is it worked just 2 days ago but has stopped working and for the life of me, I can't think why from the changes I've made.

I'm using Visual Studio 17, SQL Server 2016 and the ODBC Driver for Teradata 15.10.03 from Teradata.

What happens is, if I include any date or time columns in my Teradata input query, the package fails on the source component with VS_NEEDSNEWMETADATA. I've tried building a new package with just a Teradata source component in it with the query fetching just one of the dates and that comes up with the same error so advice I saw that suggested removing and recreating the input component didn't help.

Interestingly when I view the External column definitions for the dates and times they all show as Byte Streams. I can't say whether that was the case when it last worked as I hadn't looked.

I also tried changing the query to cast the dates and times as strings and that changed the external definition to string but the same error still happened.

Just to prove it wasn't the query in general, I removed those 3 columns and all worked fine.

I thought it might be that our technology people have updated the ODBC driver but I get the same error when running in Visual Studio on my desktop and I know that hasn't been updated.

I don't have any control over the Teradata source but the view I'm applying my query to has been created specifically for my team so I can always ask the developers to change the definition of those columns to cast as string which I can then convert back once I've input it but that seems a cop-out.

Has anyone else ever experienced anything similar? If so, did you find a solution?

Source definition in Teradata

This is the definition of my cut down source component. If I click preview, I get data.

And this shows how SSIS interprets that column in the Advanced Editor

Finally the error when I run it:

I've tried running this against both Production and OAT instances of Teradata in 2 different domains but it makes no difference.


Nick Ryan MIS Programmer Analyst, ANZ Bank

Non-SysAdmins have been denied permission to run DTS Execution job steps without a proxy account. The step failed.

SSIS and uknown number of records in Excel. How do I skeep empty one?

$
0
0

We get excel files with known structure but the number of records changes.

I can load the data from excel just fine but I get many empty records.

I really cannot enforce this on marketing so I have to figure out how I can do this.

When I did this in Pentaho and just had to select "Ignore Empty lines" and that is it.

The data is going into staging table and I could filter it there but excel could have a million of empty records

Any ideas?

الخط الساخن لصيانه هاير || 01127571696 || ثلاجة هاير || 01127571696 || المهندسين

$
0
0

الاصلاح الفوري ثلاجة هاير ( 01127571696) ثلاجات هاير (01127571696) العباسيه

الاصلاح الفورى تلاجه نورج ( 0235695244 ) تلاجات نورج ( 01225025360 ) هضبه الهرم

Compare records in two tables using SSIS

$
0
0

Hi Team,

It is possible to compare records (not a count) in two tables using SSIS package. If it is possible, please guide me.


Thanks Bala Narasimha

Unexpected Termination error on SQL Server 2017 CU 12

$
0
0
I know this has been reported for older versions but I have the same issue on SQL Server 2017 - when running an SSIS package from the SSIS catalog, using SQL Agent, which calls other packages using Execute Package task, the package will abort suddenly, and the only error shown in the SSIS catalog reports is "Unexpected Termination." Is this still a problem in the current version of 2017?

XML Source file size limit

$
0
0
I need to import data from an xml file which is more than 2 gb in size. But the ssis package cannot complete the task and throws error with message memory 'system.OutOfMemoryException'. What is the maximum size the ssis can process?

SSISUnit testing: How do I replace the package connections with the test ones?

$
0
0

I've started looking at unit testing SSIS and was trying SSISUnit.

Not sure if I am being thick, but how do I get the task to use the connections set up in the test file?

<?xml version="1.0" encoding="utf-8" ?><TestSuite xmlns="http://tempuri.org/SsisUnit.xsd"><ConnectionList><Connection name="Destination" connection="Data Source=localhost;Initial Catalog=SandBox;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;" connectionType="ConnectionString"/>  </ConnectionList><PackageList><Package name="DimTranType" packagePath="C:\prj\IntegrafinBI\SSIS\IntegrafinDW\ConformedDimensions\DimTranType.dtsx" storageType="FileSystem"/>  </PackageList><TestSuiteSetup></TestSuiteSetup><Setup></Setup><Tests><Test name="Load Tran Type" package="DimTranType" task="\Package\Add DW Custom Reversals"><TestSetup><SqlCommand connectionRef="Destination" returnsValue="false">
      IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[DimTranType]') AND type in (N'U'))

      CREATE TABLE [dbo].[DimTranType](
      [TranTypeKey] [int] IDENTITY(1,1) NOT NULL,
      [trantype] [char](4) NOT NULL,
      [SubTranDescription] [varchar](60) NOT NULL,
      [TranGroup] [char](12) NOT NULL,
      [SubTranType] [char](5) NOT NULL,
      [TranDescription] [varchar](60) NULL,
      [InsertAuditKey] [int] NOT NULL,
      [UpdateAuditKey] [int] NOT NULL,
      CONSTRAINT [PK_SubTranType] PRIMARY KEY CLUSTERED
      (
      [SubTranType] ASC
      )
      )
    </SqlCommand></TestSetup><Assert name="Verify Table Count" expectedResult="71" testBefore="false"><VariableCommand operation="Get" name="tableCount" value=""/></Assert></Test>  </Tests><Teardown></Teardown><TestSuiteTeardown></TestSuiteTeardown></TestSuite>

If I try to run this, it errors saying it cant find the connections set up in the package instead of using the test connection.

What should I be setting to override the connections so I can fake the source and destination connections?

Regards

Jon

Unable to reinstall SSRS after VS 2017 Update

$
0
0

Prior to installing the VS 2017 update to 15.9.3, I uninstalled SSRS and SSAS because those also had updates. After updating VS 2017 15.9.2, I am able to open SSIS packages. However, when I attempted to reinstall SSRS, I get the below error output. Note: I am no longer using SSAS so I do not need it anymore.

Error Log:

11/29/2018 11:05:00 AM - Microsoft VSIX Installer
11/29/2018 11:05:00 AM - -------------------------------------------
11/29/2018 11:05:00 AM - vsixinstaller.exe version:
11/29/2018 11:05:00 AM - 15.9.3032
11/29/2018 11:05:00 AM - -------------------------------------------
11/29/2018 11:05:00 AM - Command line parameters:
11/29/2018 11:05:00 AM - C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\vsixinstaller.exe,/appidinstallpath:C:\Program Files (x86)\Microsoft Visual Studio\2017\SQL\Common7\IDE\devenv.exe,/skuName:IntegratedShell,/skuVersion:15.0.28307.145,/appidname:Microsoft SQL Server Data Tools for Visual Studio 2017,/culture:en-US,/noep,C:\Users\UserNam\AppData\Local\Temp\3\VSIXxmrpzbnu.vsix,/callingprocessid:6568,/installas:2728
11/29/2018 11:05:00 AM - -------------------------------------------
11/29/2018 11:05:00 AM - Microsoft VSIX Installer
11/29/2018 11:05:00 AM - -------------------------------------------
11/29/2018 11:05:01 AM - Initializing Install...
11/29/2018 11:05:01 AM - Extension Details...
11/29/2018 11:05:01 AM - Identifier         : 717ad572-c4b7-435c-c166-c2969777f718
11/29/2018 11:05:01 AM - Name               : Microsoft Reporting Services Projects
11/29/2018 11:05:01 AM - Author             : Microsoft
11/29/2018 11:05:01 AM - Version            : 2.0
11/29/2018 11:05:01 AM - Description        : The Microsoft RDL report designer, projects and wizards for creating professional reports. This package provides support for the .rptproj type and is designed for the most recent versions of Microsoft Reporting Services.
11/29/2018 11:05:01 AM - Locale             : en-US
11/29/2018 11:05:01 AM - MoreInfoURL        : 
11/29/2018 11:05:01 AM - InstalledByMSI     : False
11/29/2018 11:05:01 AM - SupportedFrameworkVersionRange : [0.0,2147483647.2147483647]
11/29/2018 11:05:01 AM - 
11/29/2018 11:05:10 AM - SignatureState     : ValidSignature
11/29/2018 11:05:10 AM - SignedBy           : Microsoft Corporation
11/29/2018 11:05:10 AM - Certificate Info   : 
11/29/2018 11:05:10 AM - -------------------------------------------------------
11/29/2018 11:05:10 AM - [Subject]       : CN=Microsoft Corporation, OU=OPC, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
11/29/2018 11:05:10 AM - [Issuer]        : CN=Microsoft Code Signing PCA 2010, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
11/29/2018 11:05:10 AM - [Serial Number] : 33000001FC5DB8191027A666C10000000001FC
11/29/2018 11:05:10 AM - [Not Before]    : 10/5/2017 1:26:08 PM
11/29/2018 11:05:10 AM - [Not After]     : 10/5/2018 1:26:08 PM
11/29/2018 11:05:10 AM - [Thumbprint]    : 5E940B33DEAE5945F506ADAB946A997867A40FEF
11/29/2018 11:05:10 AM - 
11/29/2018 11:05:10 AM - Supported Products : 
11/29/2018 11:05:10 AM - Microsoft.VisualStudio.Community
11/29/2018 11:05:10 AM - Version : [15.0.26510,16.0)
11/29/2018 11:05:10 AM - 
11/29/2018 11:05:10 AM - References         : 
11/29/2018 11:05:10 AM - -------------------------------------------------------
11/29/2018 11:05:10 AM - Identifier   : BAB64743-DA65-4501-B3A3-A73171C73D77
11/29/2018 11:05:10 AM - Name         : Microsoft BI Shared Components for Visual Studio
11/29/2018 11:05:10 AM - Version      : [5.0.1,5.99)
11/29/2018 11:05:10 AM - MoreInfoURL  : 
11/29/2018 11:05:10 AM - Nested       : Yes
11/29/2018 11:05:10 AM - 
11/29/2018 11:05:10 AM - Prerequisites      : 
11/29/2018 11:05:10 AM - -------------------------------------------------------
11/29/2018 11:05:10 AM - Identifier   : Microsoft.VisualStudio.Component.CoreEditor
11/29/2018 11:05:10 AM - Name         : Visual Studio core editor
11/29/2018 11:05:10 AM - Version      : [15.0,16.0)
11/29/2018 11:05:10 AM - 
11/29/2018 11:05:10 AM - Signature Details...
11/29/2018 11:05:10 AM - Extension is signed with a valid signature.
11/29/2018 11:05:10 AM - 
11/29/2018 11:05:10 AM - Capping recursion at 5 directories in each extension root due to 'default limit'.
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\zq2obtwo.o1j\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\ywq5o2i5.ryf\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\yjrei1nc.kes\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\x3spxubm.iy1\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\wsip5iun.qnf\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\TestWindow.Dotnet\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\TestPlatform\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\o3rkgae4.ems\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Windows Azure Tools\Common\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\WCF Connected Service\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio MPF\14.0\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio MPF\12.0\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio MPF\11.0\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio MPF\10.0\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Unit Test Explorer\TestWIExtension\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\SQLEditor\Vsix\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\SQLDB\Vsix\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\SQLDB\SSDTUpdate\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Portable Library Tools\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Microsoft Office 365 Connected Service\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\ManagedProjectSystem\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\CodeSense\Framework\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\ia24kh3e.v0t\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\chvzxqpj.w4y\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\atfm2vvn.3hs\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\41t33m3p.xqm\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Capping recursion at 5 directories in each extension root due to 'default limit'.
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\Visual Studio MPF\15.0\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\TreeNavigation\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\TreeNavigation\GraphProvider\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\Shell\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\ParallelDebugger\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\NavigateTo\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\NavigateTo\FileProvider\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\Debugger\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\XamlLanguageService\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\XamlDiagnostics\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\VisualStudio\Editors\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\TextMate\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\TestWindow\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\TemplateProviders\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\TeamFoundation\Team Explorer\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\SSIS\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ReferenceManager\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ProjectServices\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Project\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ProductUpdate\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\OpenFolder\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\NuGet\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\SourceBasedTestDiscovery\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\LanguageServices\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\InteractiveComponents\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\ExpressionEvaluators\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\LanguageServer\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Language\GenerateType\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Language\CallHierarchy\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\InteractiveWindow\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\GettingStartedTemplates\Resources\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ExtensionManager\ServiceModule\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ErrorList\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Editorconfig\Wizard\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Editor\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Diff\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\DesignTools\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\CodingConventions\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\CodeAnalysis\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ClientDiagnostics\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ClientDiagnostics\AppResponsiveness\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\BIShared\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Architecture Tools\Providers\Solution\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Architecture Tools\Providers\ManagedProvider\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Architecture Tools\GraphProviderPackage\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\DataDesign\extension.vsixmanifest'
11/29/2018 11:05:10 AM - Capping recursion at 5 directories in each extension root due to 'default limit'.
11/29/2018 11:05:10 AM - Skipping 'C:\Program Files (x86)\Common Files\Microsoft\ExtensionManager\Extensions' as it doesn't exist
11/29/2018 11:05:10 AM - Skipping 'C:\Users\UserNam\AppData\Local\Microsoft SDKs' as it doesn't exist
11/29/2018 11:05:10 AM - The extension with ID '717ad572-c4b7-435c-c166-c2969777f718' is not installed to Microsoft SQL Server Data Tools for Visual Studio 2017.
11/29/2018 11:06:05 AM - InstallProgressPage ChangeType: 'SingleTarget' operationCount: '2' Text: 'Modifying Microsoft SQL Server Data Tools for Visual Studio 2017...'
11/29/2018 11:06:05 AM - The following target products have been selected...
11/29/2018 11:06:05 AM - Microsoft SQL Server Data Tools for Visual Studio 2017
11/29/2018 11:06:05 AM - 
11/29/2018 11:06:05 AM - Capping recursion at 5 directories in each extension root due to 'default limit'.
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\zq2obtwo.o1j\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\ywq5o2i5.ryf\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\yjrei1nc.kes\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\x3spxubm.iy1\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\wsip5iun.qnf\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\TestWindow.Dotnet\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\TestPlatform\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\o3rkgae4.ems\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Windows Azure Tools\Common\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\WCF Connected Service\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio MPF\14.0\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio MPF\12.0\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio MPF\11.0\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Visual Studio MPF\10.0\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Unit Test Explorer\TestWIExtension\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\SQLEditor\Vsix\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\SQLDB\Vsix\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\SQLDB\SSDTUpdate\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Portable Library Tools\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\Microsoft Office 365 Connected Service\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\ManagedProjectSystem\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\Microsoft\CodeSense\Framework\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\ia24kh3e.v0t\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\chvzxqpj.w4y\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\atfm2vvn.3hs\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\EXTENSIONS\41t33m3p.xqm\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Capping recursion at 5 directories in each extension root due to 'default limit'.
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\Visual Studio MPF\15.0\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\TreeNavigation\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\TreeNavigation\GraphProvider\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\Shell\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\ParallelDebugger\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\NavigateTo\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\NavigateTo\FileProvider\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Platform\Debugger\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\XamlLanguageService\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\XamlDiagnostics\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\VisualStudio\Editors\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\TextMate\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\TestWindow\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\TemplateProviders\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\TeamFoundation\Team Explorer\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\SSIS\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ReferenceManager\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ProjectServices\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Project\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ProductUpdate\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\OpenFolder\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\NuGet\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\SourceBasedTestDiscovery\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\LanguageServices\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\InteractiveComponents\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ManagedLanguages\VBCSharp\ExpressionEvaluators\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\LanguageServer\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Language\GenerateType\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Language\CallHierarchy\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\InteractiveWindow\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\GettingStartedTemplates\Resources\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ExtensionManager\ServiceModule\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ErrorList\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Editorconfig\Wizard\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Editor\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Diff\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\DesignTools\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\CodingConventions\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\CodeAnalysis\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ClientDiagnostics\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\ClientDiagnostics\AppResponsiveness\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\BIShared\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Architecture Tools\Providers\Solution\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Architecture Tools\Providers\ManagedProvider\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\Microsoft\Architecture Tools\GraphProviderPackage\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Found 'C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2017\SQL\COMMON7\IDE\COMMONEXTENSIONS\DataDesign\extension.vsixmanifest'
11/29/2018 11:06:05 AM - Capping recursion at 5 directories in each extension root due to 'default limit'.
11/29/2018 11:06:05 AM - Skipping 'C:\Program Files (x86)\Common Files\Microsoft\ExtensionManager\Extensions' as it doesn't exist
11/29/2018 11:06:05 AM - Skipping 'C:\Users\UserNam\AppData\Local\Microsoft SDKs' as it doesn't exist
11/29/2018 11:06:05 AM - Beginning to install extension to Microsoft SQL Server Data Tools for Visual Studio 2017...
11/29/2018 11:06:07 AM - Install Error : Microsoft.VisualStudio.ExtensionManager.BreaksExistingExtensionsException: This extension cannot be installed because the following extensions contain dependencies that would be broken as a result of this installation:
- Microsoft Integration Services Projects
   at Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.ExtensionRequiresAdditionalOperationForInstall(InstallableExtensionImpl extension, IInstalledExtensionList modifiedInstalledExtensionsList, Boolean isNestedExtension, InstallFlags flags, Boolean& performExtensionUpdate)
   at Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.InstallInternal(InstallableExtensionImpl extension, InstallFlags installFlags, IDictionary`2 extensionsInstalledSoFar, List`1 extensionsUninstalledSoFar, IInstalledExtensionList modifiedInstalledExtensionsList, AsyncOperation asyncOp, IProgress`1 progress, Version targetedVsVersion)
   at Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.BeginInstall(IInstallableExtension installableExtension, InstallFlags installFlags, AsyncOperation asyncOp, Version targetedVsVersion)
   at Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.InstallWorker(IInstallableExtension extension, InstallFlags installFlags, AsyncOperation asyncOp)

http connection manager and script task to download a xml file from a secured website

$
0
0

Hi All,

I want to download xml file from a secured website. I have created a package.

1. HTTP connection was added - Credentials were given. Client certificate was chosen. Connection was tested and it works fine.

2. Following c# code was included in the main method in the script task.

#region Namespaces
using System;
using System.Data;
using Microsoft.SqlServer.Dts.Runtime;
using System.Windows.Forms;
#endregion

namespace ST_51cd75afde23429aad7bf937031b5de8
{
    	[Microsoft.SqlServer.Dts.Tasks.ScriptTask.SSISScriptTaskEntryPointAttribute]
	public partial class ScriptMain : Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
	{
       		public void Main()
		{

            Microsoft.SqlServer.Dts.Runtime.HttpClientConnection httpConn;
            Object obj;

            try
            {
                obj = Dts.Connections["HTTP Connection Manager"].AcquireConnection(null);
                httpConn = new HttpClientConnection(obj);
                httpConn.DownloadFile(@"C:\Users\" + Guid.NewGuid() + ".xml", true);
            }
            catch (Exception e)
            {
                Dts.Events.FireError(1, e.TargetSite.ToString(), e.Message, "", 0);
            }
			// TODO: Add your code here

			Dts.TaskResult = (int)ScriptResults.Success;
		}

       
        enum ScriptResults
        {
            Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success,
            Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
        };
        

	}
}

Package runs successfully. However When I open the xml file, I don't see any data there. I see the following error message.

"invalid user id/password pair"

<?xml version="1.0"?>
-<my-query-result-set> <start-time>2013/11/13 13:18:29</start-time> <usns-lastmod-dtg>201311131318</usns-lastmod-dtg> <query-type>all my</query-type> <query-parameter/> <error>invalid user id/password pair</error> <rec-count>0</rec-count> <end-time>2013/11/13 13:18:29</end-time> </my-query-result-set>
The same file is successfully downloaded with data using a .NET project.

Can anyone tell me why I don't see the data here.

Thanks


shamen

Get column with difference

$
0
0

Hello everybody,

I make a package SSIS. who compare two table with same column. and I want to create derived column with the name of column wich I have a difference.( Foreach difference I have a new row with the name of column and two other column with v1_value and v2_value)

And I have error in expression : [Column1_v1] !=[Column1_v2]? "Column1":([Column2_v1]  != [Column2_v2]? "Column2":([Column3_v1]  != [Column3_v2]? "Column3")).

Can you see the  issue in this expression or I should use another compenent .

thanks for your time.

How can I use replace function in text column in ssis

$
0
0

I have a text column and I need to use replace function.

If I convert to string, the column gets truncated.

Can anyone have a solution to use the replace function for a text datatype?

Thanks,

A Dhakal

Restricting number of decimals in flat file export

$
0
0

Hi,

I have an SSIS package which gets its data from a query executed on the database. I need to load this data into a flat file. I am using ragged right export, so my destination has fixed length fields. 

Now I have a float field named "Amount" in the source which has to be restricted to the format 000000000.00. I get Amount in this format by using CAST(Amount AS DECIMAL(11,2)) in the query. But when this data is loaded into the flat file it is loading a number of digits after the decimal like for example instead of 3383626.63 it is displaying 3383626.6299999999. Since my destination file has fixed length field this is resulting in an error.

The error description is this - "[Flat File Destination [1178]] Error: Data conversion failed. The data conversion for column "Amount" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.". 

Please help me with this issue.

 


Creating geojson file using SSIS 2014

$
0
0

Hi,

I want to create a geojson file using SSIS 2014. I am not sure how to do this in SSIS. My geojson has an array inside the properties attribute. I had a look at Newtonsoft and thought may be I can do it in script component destination using .NET collections. 

Due to the array, I have got a confusion on how do I convert dataset to geoJSON.

Any help will be appreciated.

Thanks,

Gayatri

SSIS transfer sql server objects task RUNS more than TWICE AS SLOW AS A SQL AGENT JOB AS OPPOSED RUN FROM BIDS/SSDT

$
0
0

Hi

I have a dev and live server and I created a transfer sql server objects task in ssis that pull tables from a source server to the dev (destination) server and saved it as a package. I have then copied this package and changed the destination server to the LIVE server.

When I run the package in dev and live they both run successfully. Both servers have identical spec. But when run as  SQL AGENT JOB  from both servers, it takes more than twice as much time on the LIVE server than the dev server. I have traced the job on both servers and the actual copying of data seems to be pretty much the same but the LIVE server spends half of its time trying to get the connection or validation...….all I can say is that it works on both servers but more than twice as slow in the LIVE server. The 2 ssis jobs are exactly the same except that the smo connection for destination on both are different (each pointing to its own server).

So if I run the task from integrated services on the live server, it still takes nearly 3 times longer.....

While monitoring the LIVE server I can see the sql activity monitor showing the ssisdb database as a suspended task state with a wait type of sleep_task……..I can see this in the DEV server also, but in the dev server it begins the transfer object task  after seconds and it takes about 4 minutes before it kicks into action on the LIVE server

No other jobs are running against either servers while I am doing this.

Can anyone help me understand why its much slower in one than the other...…and maybe suggest where I can go to resolve the issue...

Thanks for any help....


Regards David McGarry



Execute a SSIS from Excel macro

$
0
0

Hi...I need to execute a SSIS package built after an user press a button that is related to a macro....so the quesiton is basically if I there is some macro in VBA Excel to execute a SSIS package?

Thanks

Zek

SSIS Package Implementation- Error occured while working

$
0
0

Hi Team,

I am very new to SSIS Package. I have created a new project in SSMS 2012-SSDT . I have created a connection managed and SSIS Package-file . Added Dataflow task - OLEDB Source and Flat file destination-Mapping also done. While working with this. The SSDT Editor pop up came to save the project.the options are save As, Overrite, Discard . I have opted Save as and project reloaded. After reloading , The SSIS Package file missed in the solution explorer. and I have checked it in the file system.The file is there in my file system. So I came back to solution explorer and right clicked the SSIS Package to add Existing package. But an error message cam instead of adding the file.

I am working Virtual Desktop machine.Could you please help me to resolve this issue.



sajitha


Specified initialization vector (IV) does not match the block size for this algorithm

$
0
0

Hello Everyone,

I have a question regarding this error 'Specified initialization vector (IV) does not match the block size for this algorithm'

I have created a SSIS package, its saved in a shared drive where my other colleagues can also use it. I tried different encryption techniques DoNotSaveSensitive, EncryptSensitiveWithPassword but none of them seems to be working.

I can open these packages using password, but when other users open this package with same password it shows error and error is 'Specified initialization vector (IV) does not match the block size for this algorithm'. I tried to google it but most of the results were around c# and not SSIS.

Please assist me as whats causing this error.

Regards,

Abhishek

Viewing all 24688 articles
Browse latest View live


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