Upgrade packages from 2008R2 to 2014/SSDT2013

We are going to upgrade our environment from 2008R2 to 2014. This means both database engine and packages will be upgraded to 2014 and SSDT2013 respectively.
Has anyone experienced this scenario? Can you give me some advise or checklist before upgrading packages or if possible TSQL/store proc changes/testing. 
How do you have done testing after upgrading packages for result scan (output comparison with 2008R2 packages)?
Any recommendation besides running upgrade advisor?
Thanks in advance! :)
ZK

Hi ZK,
Based on my research, some custom SSIS Tasks can always throw error after upgrading packages from SQL Server 2008 R2 to SQL Server 2014. After going thru the upgrade wizard you need to do several things:
Change your custom tasks and components to target the .NET 4.0 Framework in each of the project properties, in the Application Tab, under Target framework.
Update the assembly references in each of your projects to point to the appropriate SqlServer dlls.
Build and copy your project dlls to the appropriate directory, depending on what kind of components you are updating, i.e. Program Files (x86)\Microsoft SQL Server\120\DTS\PiplelineComponents
Register your components in the GAC.
Close Visual Studio and then reopen; open your SSIS packages and refresh the SSIS Toolbox, by right clicking in the tool box and selected Refresh Toolbox.
Besides, if some of your script task throw errors to you, we can open the script task in VSTA, insert Breakpoint to debug the scripts, then find the root cause. For more details, please see:
Debug a Script by Setting Breakpoints in a Script Task and Script Component
The following similar thread is for your reference:
http://nobrainerlab.com/2013/02/19/ssis-script-task-upgrade-to-ssis-2012/
Thanks,
Katherine Xiong
If you have any feedback on our support, please click
here.
Katherine Xiong
TechNet Community Support

Similar Messages

  • Upgrade packages from installation USB

    Hi,
    I moved harddrive with arch installation from one computer to another one, everything works well, except of networking (second computer has different network card)
    What i want to do now, is reinstall/update kernels and drivers from my live arch USB. Is there any chance telling pacman to search for packages on live USB? I don't want to reinstall whole system.
    Thank you

    microcz wrote:What i want to do now, is reinstall/update kernels and drivers from my live arch USB. Is there any chance telling pacman to search for packages on live USB? I don't want to reinstall whole system.
    I'm a little confused.
    !) Are you trying to get the latest packages from the repos, while booted into the live environment?
    2) Or are you trying to install packages from your installed system's cache, while booted into the live environment?
    3) Or are you trying to install packages from the live USB?
    Karol's answer addresses (2) but I'm not sure if that's what you were asking.
    And why would you need to reinstall the entire system?

  • Upgrading packages from 2005 to 2012 : Custom components and delyavalidation woes

    Hey folks
    I've two specific cases with upgrading SSIS 2005 to 2012
    1st : most annoying
    I have a custom transformation written in c# 2005. It references sql server 2005 dlls such as from 
    Microsoft.SQLServer.DTSRuntimeWrap
    Microsoft.SQLServer.ManagedDTS
    Microsoft.SqlServer.PipelineHost
    Those are stored under 
    C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies
    The requirement is to upgrade the package to 2012 and the code as well. Since 2005 was not installed on new server , I copied the referenced dlls from old server , added them back to C# project and rebuilt the Custom components dlls then added to GAC
    When I open the packages , they complain about the version
    Error 2
    Validation error. : The component metadata for "My_Comonents, clsid {874F7595-FB5F-40FF-96AF-FBFF8250E3EF}" could not be upgraded to the newer version of the component. The PerformUpgrade method failed.  
    So I thought , I can add the dll to the toolbox and add it again. WHen I try this , I get this error
    "Could not load file or assembly Microsoft.SqlServer.PipelineHost  ,version = 9.0.242.0"
    Now I assume this is because I don't have 2005 components installed.
    Before getting things messy , what should be the right approach :
    a- Should I just leave the custom components dlls as they are and add them to GAC ? but they will still need 2005 dlls , should I install 2005 client components ?
    b- I can not change the code of the c# project to use new SQL 2012 components , it's a lot of work. so what should be right approach here ?
    That was the important part
    2- Validation
    Even for disabled tasks , like data flow task , setting delyavalidate= True still doesn't help against them being validated and raising error. removing them will help but I do not want , any workaround ?
    Thanks

    Thanks a lot Joost , appreciate the feedback
    This is what I thought too.
    I came to the blog you mentioned , but I wasn't sure how it should be related to my problem. Now I think I'll need to make the code changes.
    Indeed , I see some declarations of *****90
    public void CreateExternalMetaDataColumn(IDTSOutput90 output, int outputColumnID)
                IDTSOutputColumn90 oColumn = output.OutputColumnCollection.GetObjectByID(outputColumnID);
                IDTSExternalMetadataColumn90 eColumn = output.ExternalMetadataColumnCollection.New();
        public override DTSValidationStatus Validate() {
                IDTSVariables90 variables = null;
    public override void SetOutputColumnDataTypeProperties(int outputID, int outputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType dataType, int length, int precision, int scale, int codePage) {
                IDTSOutputCollection90 outputColl = this.ComponentMetaData.OutputCollection;
                IDTSOutput90 output = outputColl.GetObjectByID(outputID);
                IDTSOutputColumnCollection90 columnColl = output.OutputColumnCollection;
                IDTSOutputColumn90 column = columnColl.GetObjectByID(outputColumnID);
    SO I should use 2012 references and start migrating this code over ? is it as easy as so ?
    Thanks

  • Multiple upgrade packages from single serial

    This may be a strange question. I have a machine running Final Cut Studio 2 (upgrade copy) and I want to expand to another machine. Can I purchase a couple of upgrade copies of the new FCStudio and upgrade both my original machine and my new one from my single FCS 2 upgrade license?

    Don't think so, but you can have fcp installed on both a desktop and laptop from one license (but you're not supposed to run them at the same time)

  • LogShipping 2008R2 Primary - 2014 Secondary

    Hello,
    I have many servers in SQL Server 2008R2 replicated via Log Shipping to one "Replica concentrator" Instance of SQL 2008R2.
    Now i've been asked to upgrade the concentrator server to SQL 2014.
    Did someone has and DB replicated from 2008R2 to 2014? I have found some problems with DB versions.
    (I can only restore the first TLog backup, because the database is in StandBY mode and and version upgrade is nedeed)
    Thank You
    Rafa

    Hello,
    I have many servers in SQL Server 2008R2 replicated via Log Shipping to one "Replica concentrator" Instance of SQL 2008R2.
    Now i've been asked to upgrade the concentrator server to SQL 2014.
    Did someone has and DB replicated from 2008R2 to 2014? I have found some problems with DB versions.
    (I can only restore the first TLog backup, because the database is in StandBY mode and and version upgrade is nedeed)
    Thank You
    Rafa
    Its Literally not possible to configure fully functional logshipping between SQl server 2008 r2 and SQl server 2014. Because moment you failover to 2014 you cannot get back to 2008 r2.
    As a best possible method break logshipping upgrade both server and hen configure logshipping again
    you can preserver logshipping setting as well for that you must read below article
    http://msdn.microsoft.com/en-us/library/cc645954.aspx
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Upgrade from 2008R2 to 2012 or 2014?

    Hi, 
    Have to start planning/testing a upgrade of SQL 2008R2 in the next month or so.  I was planning on going to 2012 but I'm wondering if I should jump straight to 2014.  Anyone done this all in one go, any problems/issues? 
    I will upgrade one instance to start with, however I will still need to backup/restore from 2008R2 to this 2012 server, mostly using RedGate SQL Backup, however there are occasions when vanilla backup/restore are used.
    No replication or log shipping (as yet).
    The server is a development environment for SSIS & SSRS, basically it's a BI server.
    Thanks in advance. 
    Dave

    Hello,
    On SQL Server 2008 R2 you have Business Intelligence Development Studio for BI, SSIS. SQL Server 2012 and 2014 offer SQL
    Server Data Tools. You won’t be able to use SSIS designers in VS 2008 to target SSIS 2012, you will have to use VS 2010 or VS2012, and if you upgrade to SQL 2014 to will have to use VS 2013.
    http://blogs.msdn.com/b/analysisservices/archive/2014/04/02/sql-server-data-tools-business-intelligence-for-visual-studio-2013-ssdt-bi.aspx
    Use SSIS package upgrade wizard to upgrade SSIS packages.
    http://msdn.microsoft.com/en-us/library/cc280547.aspx
    Since SQL Server 2012, a new project deployment model exists. Read about it on the following document.
    http://msdn.microsoft.com/en-us/library/hh667275.aspx
    If you choose to upgrade to SSIS 2014 instead of SSIS 2012, you will have to provide users access to integration services service using the following procedure. You do not have to do this procedure for SSIS 2012.
    http://msdn.microsoft.com/en-us/library/hh213130.aspx
    Please use Upgrade Advisor to detect any possible blocking points.
    http://msdn.microsoft.com/en-us/library/d85b0833-ddeb-42e3-9397-97ea60d521b7(v=sql.120)
    The following technical guides may be useful.
    http://download.microsoft.com/download/9/5/3/9533501A-6F3E-4D03-A6A3-359AF6A79877/SQL_Server_2012_Upgrade_Technical_Reference_Guide_White_Paper.pdf
    http://blogs.technet.com/b/sqlman/archive/2014/12/17/sql-server-2014-upgrade-technical-guide-now-available.aspx
    Questions:
    (1)  
    Are you planning an in-place upgrade or a side-by-side upgrade? Backup SSRS encryption keys and restore them on the new environment on a side-by-side
    upgrade.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Unable to upgrade SSIS packages to SQL Server 2014

    Hi there,
    I'm trying to upgrade our SSIS packages from SQL Server 2012 to 2014 (in Visual Studio 2013).  The wizard pops up the minute the project loads and I leave everything to default.
    It errors immediately though on almost every package with the following error:
    Error 0xc001000e: MyPackage: The connection "{5F69F91E-8CD7-49A7-A76A-815244411037}" is not found. This error is thrown by Connections collection when the specific connection element is not found.
    That connection is a project connection manager and most definitely exists.  In fact, I can open the individual package and it upgrades it for me and the package is completely fine.  It seems to me that the upgrade wizard has a bug whereby it doesn't
    look for project connection managers.
    Any help would be greatly appreciated, otherwise I might just post it to connect as a bug.

    I was able to fix it using the following steps:
    Open project, "Upgrade Package Wizard" opens automatically
    Select all packages, click next, some packages will fail. Ignore them, close wizard.
    Open every package. A message says "Package was upgraded" for each package.
    Save every package, save solution, close solution
    Open the solution again. This time no "Upgrade Wizard" opens, upgrade was successful
    Deploy the solution to SSIS server (my project already had package configuration)
    This is what worked for me, I hope it'll help others.

  • Can't upgrade Premiere from 2014 to 2014.1 on Windows 8.1? It says it's 'up to date'.

    I can't upgrade Premiere from 2014 to 2014.1 on Windows 8.1? It says it's 'up to date'. I tried to uninstall from 'Control Panel' and reinstall. It didn't help. I didn't have that problem on Mac. Please help. My Premiere projects from Mac are 2014.1 and can't be opened on Windows with older Premier.

    CC desktop lists applications as "Up to Date" when they are not
    -http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html
    -and added step https://forums.adobe.com/thread/1529654

  • Hello.  Can I install a Final Cut Studio 3 Upgrade package using a serial number from an old Final Cut Studio 1 package?

    I would like to install Final Cut Studio 7 on my Macbook Pro (2012).
    I may be able to get an upgrade package, which will mean I need a previous version of Final Cut Studio to install it.  I have an old Macbook with Final Cut Studio 1 on it.  Could I use the serial number from that version of Final Cut Studio to activate the new upgrade on a new computer?
    Thanks,
    Mark

    Thank you Jim.

  • Windows 8.1 official offline upgrade package & GPO question related to Metro & UAC

    Hello!
    I am testing pre-deployment of Windows 8.1 in our 2008R2 domain. So far only my workstation is upgraded to win8x64 (from win7x64) and I am assessing if all of our LOB aps and servers will work fine with it. A few questions
    1. We use workstations coming with OEM win8 license (all currently running win7 downgrade). I noticed that oficially there is no win8.1 offline upgrade package! Does that mean that Microsoft officially wants people to sing into Windows Store with a Microsoft
    account to perform online upgrade with administrative privileges? That's pretty awkward ...
    I figured that I could use win 8.1 installer ISO/UFD that I created in past (for home computer actually), but am not sure if that works out with our win8 OEM license keys tied to BIOS/UEFI on each desktop computer.
    Was actually expecting an 8.1 Service Pack package that I could publish to WSUS, so it could take care of upgrade on win8 computers, but there is no such thing ... and no official package for 8.1 offline deployment either ... weird ...
    Currently I am actually about to upgrade my own/test workstation to 8.1 (from 8.0, using Windows Store online), then sysprep it and create a reference WIM image and see if I can deploy 8.1 thick image (with all updates and company apps installed) this way
    via WDS. anybody tested if it works this way? any gotchas?
    2. win8 GPOs
    Can somebody enlighten me where in Group Policies I can find a setting to re-assign ALL file/media extensions (e.g. jpg, tiff, png, bmp, mp4, WMV, etc.) back to Desktop applications instead of the horrible Metro UI equivalents?
    We are actually about to bypass Metro UI completely on each computer so it boots straight to desktop and all file upon double-click must open an application within Desktop (no Metro UI for end users).
    I know how to do this manually one by one via Group Preferences, but am asking if there is some specific GPO ADMX setting that would replace Metro UI apps with Desktop application in any and all file associations.
    Personally I see no point in using the clunky Metro UI without a touchscreen.
    3. is UAC enabled required for Windows Store to work?
    Seems like it needs at least the Low security setting, so the Windows Store and Metro UI stays operational. no workaround for that for disabled UAC environment?
    Just asking, it's not a big deal, people can learn to live with UAC, but am curious if that's by design.
    Thanks for answers!

    Hi,
    1. For upgrading to Win8.1, please refer the following link:
    http://windows.microsoft.com/en-in/windows-8/update-from-windows-8-tutorial  As I know, Win8 activated using KMS, cannot upgrade to Win8.1
    2. No, there is no such GPO settings added into Admin template. You will have to work around this using GPP...
    3. There is no way to bypass UAC and allow Windows Store at one time. UAC is headache since Vista times and we have to live with the Protection :) Believe me, it does good to PC safety.
    Regards, Brian
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    thanks for the answers!
    Yeah, UAC is a bit of a headache especially with legacy software. When deploying our Win7 domain clients however I got away by simply disabling it to make it easier for all users coming straight from XP environment.
    for future win8.1 deployments however, I will set the UAC level to Low and keep it there, so modern apps and winstore stays operational if anybody wanted it or needed it. not  a big deal, plus an added security layer, I agree with that.
    As per default win8 file extension associations ... well, that's a bummer, and yeah, the GPP is what I had in mind to work around that manually.
    I am running on upgraded win8.1 right now and so far I like it more or less in work environment, after adjustments that is :)
    My only problem is related to win 8.1 clean installation and imaging and deployment however, wanted to use Lite Touch via WDS for w8.1, but problem is that I have no image of win8.1 that can activate with OEM licenses tied to BIOS.
    Sysprep doesn't work on upgraded 8.1 (from 8.0), so I can't image that with generalization and on other hand the only generalized image I can take is from bare win 8.0 without the 8.1 upgrade. What I mean is that our computer vendor (HP) switched to OEM
    win8 licenses tied to UEFI/BIOS (no more case stickers) and that doesn't activate when I try to clean install 8.1 even though it should, but the build ID string in BIOS must be changed ... need to open a case with HP to work it out, I am sure it's still possible
    to achieve even without volume licensing.
    We use a Basic Infrastructure model so far with retail+OEM keys (no KMS so far but it's in plans if Office deployment plans get approved by CFO). I thought for 8.1 actually it was a good idea to implement Standardized Infrastructure with thick images, as
    manual upgrade to win 8.1 from win 8.0 is painful.

  • How to Run 2012 SSIS packages on 2008R2 Version

    HI Friends,
    I have scheduled a job to run 2012 SSIs packages on 2008R2. I am getting this error can you please Give any ideas how can I run them without converting!
    ERROR Is :
    Package migration from version 6 to version 3 failed with error 0xC001700A "The version number in the package is not valid. The version number cannot be greater than current version number."

    Hello,
    There is backward compatibility in SSIS but no forward compatibility, meaning, when 2008 R2 is developed they were aware of all versions less than 2008 R2 and included execution scenarios , this is backward compatibility
    while 2008 R2 is being developed , 2012 is not yet developed. so we cannot execute a 2012 package on 2008 R2 Server where vice versa is possible 
    Correct.
    The "backwards compatibility" is implemented by SSIS upgrading older versions of packages to the current version of SSIS when executing. If the upgrade fails, you're out of luck.
    MCSE SQL Server 2012 - Please mark posts as answered where appropriate.

  • Migrated WSUS from 2008R2 to 2012R2 - WID errors and Win7/2008R2 machines don't connect

    Recently migrated from 2008R2 WSUS to 2012R2 WSUS via a very troublesome migration (see this thread for details:  http://community.spiceworks.com/topic/535378-wsus-replica-no-computers-updates-listed?page=1#entry-3541584 ).  But I was finally able
    to get the migration to work, db moved and set up, sync'd w/MS, etc.  Yet for some reason none of my 2008R2 servers or Win7 machines connect to the new WSUS server.  Also, which is puzzling, is the actual WSUS server itself doesn't connect in to
    itself.
    This is what I see on my PC's WindowsUpdate.log file:
    2014-07-14 05:48:12:681 1112 2448 AU #############
    2014-07-14 05:48:12:681 1112 2448 AU ## START ## AU: Search for updates
    2014-07-14 05:48:12:681 1112 2448 AU #########
    2014-07-14 05:48:12:683 1112 2448 AU <<## SUBMITTED ## AU: Search for updates [CallId = {E426BB1C-410A-4B3C-B37F-CAD668BA88CF}]
    2014-07-14 05:48:12:683 1112 20fc Agent *************
    2014-07-14 05:48:12:683 1112 20fc Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-07-14 05:48:12:683 1112 20fc Agent *********
    2014-07-14 05:48:12:683 1112 20fc Agent * Online = Yes; Ignore download priority = No
    2014-07-14 05:48:12:684 1112 20fc Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and
    DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-07-14 05:48:12:684 1112 20fc Agent * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-07-14 05:48:12:684 1112 20fc Agent * Search Scope = {Machine}
    2014-07-14 05:48:12:758 1112 20fc Setup Checking for agent SelfUpdate
    2014-07-14 05:48:12:759 1112 20fc Setup Client version: Core: 7.6.7600.256 Aux: 7.6.7600.256
    2014-07-14 05:48:12:759 1112 20fc Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-07-14 05:48:12:789 1112 20fc Misc Microsoft signed: Yes
    2014-07-14 05:48:15:056 1112 20fc Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-07-14 05:48:15:063 1112 20fc Misc Microsoft signed: Yes
    2014-07-14 05:48:15:067 1112 20fc Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-07-14 05:48:15:082 1112 20fc Misc Microsoft signed: Yes
    2014-07-14 05:48:15:085 1112 20fc Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
    2014-07-14 05:48:15:085 1112 20fc Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
    2014-07-14 05:48:15:085 1112 20fc Misc WARNING: DownloadFileInternal failed for
    http://ServerName-01:8530/selfupdate/WSUS3/x64/Win7SP1/wsus3setup.cab: error 0x80190194
    2014-07-14 05:48:15:085 1112 20fc Setup WARNING: SelfUpdate check failed to download package information, error = 0x80244019
    2014-07-14 05:48:15:085 1112 20fc Setup FATAL: SelfUpdate check failed, err = 0x80244019
    2014-07-14 05:48:15:085 1112 20fc Agent * WARNING: Skipping scan, self-update check returned 0x80244019
    2014-07-14 05:48:15:115 1112 20fc Agent * WARNING: Exit code = 0x80244019
    2014-07-14 05:48:15:115 1112 20fc Agent *********
    2014-07-14 05:48:15:115 1112 20fc Agent ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-07-14 05:48:15:115 1112 20fc Agent *************
    2014-07-14 05:48:15:115 1112 20fc Agent WARNING: WU client failed Searching for update with error 0x80244019
    2014-07-14 05:48:15:116 1112 1658 AU >>## RESUMED ## AU: Search for updates [CallId = {E426BB1C-410A-4B3C-B37F-CAD668BA88CF}]
    2014-07-14 05:48:15:116 1112 1658 AU # WARNING: Search callback failed, result = 0x80244019
    2014-07-14 05:48:15:116 1112 1658 AU # WARNING: Failed to find updates with error code 80244019
    2014-07-14 05:48:15:116 1112 1658 AU #########
    2014-07-14 05:48:15:116 1112 1658 AU ## END ## AU: Search for updates [CallId = {E426BB1C-410A-4B3C-B37F-CAD668BA88CF}]
    2014-07-14 05:48:15:116 1112 1658 AU #############
    2014-07-14 05:48:15:116 1112 1658 AU Successfully wrote event for AU health state:0
    2014-07-14 05:48:15:117 1112 1658 AU AU setting next detection timeout to 2014-07-14 17:48:15
    2014-07-14 05:48:15:117 1112 1658 AU Successfully wrote event for AU health state:0
    2014-07-14 05:48:15:131 1112 1658 AU Successfully wrote event for AU health state:0
    2014-07-14 05:48:20:085 1112 20fc Report REPORT EVENT: {46204AF0-1316-4901-8710-817B9064F3D9} 2014-07-14 05:48:15:085-0700 1 148 101 {D67661EB-2423-451D-BF5D-13199E37DF28} 1 80244019 SelfUpdate Failure Software Synchronization Windows Update Client failed
    to detect with error 0x80244019.
    2014-07-14 05:48:20:107 1112 20fc Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2014-07-14 05:48:20:107 1112 20fc Report WER Report sent: 7.6.7600.256 0x80244019 D67661EB-2423-451D-BF5D-13199E37DF28 Scan 101 Managed
    2014-07-14 05:48:20:107 1112 20fc Report CWERReporter finishing event handling. (00000000)
    2014-07-14 05:59:19:092 1112 20fc PT WARNING: Cached cookie has expired or new PID is available
    2014-07-14 05:59:19:092 1112 20fc PT Initializing simple targeting cookie, clientId = be5336c9-d649-431a-91b6-d4f8ac2cbbe5, target group = , DNS name = ComputerName.domain.local
    2014-07-14 05:59:19:092 1112 20fc PT Server URL =
    http://ServerName-01:8530/SimpleAuthWebService/SimpleAuth.asmx
    2014-07-14 05:59:19:104 1112 20fc Report Uploading 1 events using cached cookie, reporting URL =
    http://ServerName-01:8530/ReportingWebService/ReportingWebService.asmx
    2014-07-14 05:59:19:106 1112 20fc Report Reporter successfully uploaded 1 events.
    I'm also seeing a bunch of MSSQL$MICROSOFT##WID errors in event viewer.  They all are talking about the susdb file that
    WAS initially associated with the WSUS install.  That was prior to my changing over to SQL2014express to get things to work...it looks as if it never fully cleared itself out.  That file is no longer in the Windows\WID folder,
    yet there are still other files in there...is there a way to remove MSSQL$MICROSOFT##WID and this association with susdb file?
    I think this is also the reason my SBE backup jobs are failing on my Hyper-V server...because there are backup job errors on this server referencing the SQL##WID account...
    errors 18210; 3041; 1 WIDVDI; 8229 VSS; 2 vmicvss; 17204
    Any and all help is greatly appreciated.
    Thanks

    Hi,
    DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation'
    and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    RebootRequired=1 this means the server is pending restart.
    errors 18210; 3041; 1 WIDVDI; 8229 VSS; 2 vmicvss; 17204
    Is VSS enabled on the drive which WID stored? Run “vssadmin list writers”, check if there is any errors under wid writer. Or you can disable WID vss writer service.
    is there a way to remove MSSQL$MICROSOFT##WID and this association with susdb file?
    When you removed WID feature, delete the susdb and susdb_log files and then reinstall.
    In addition, the method referred in my last reply is also worth trying. And I forgot we should patch WSUS 3.2 with
    http://support.microsoft.com/kb/2734608
    Hope this helps.

  • Multiple duplicate Configuration Manager Client (Upgrade) Packages

    We have 14x Configuration Manager Client Package / Configuration Manager Client Upgrade Packages in our SCCM2012R2cu1 environment.
    We tried deleting all of the packages that were not linked to deployments/task sequences, but a few days later these were re-created with new PackageIDs.
    Any ideas what could be causing this? are there some logs we should be checking?
    http://oi61.tinypic.com/5nx4.jpg
    Thanks!

    FROM hman.log:
    CheckSQLServiceRestart : SQL Service hasn't been restart since last time we check, skip it.    SMS_HIERARCHY_MANAGER    7/07/2014 6:03:54 AM    1936 (0x0790)
    Handle auto-upgrade client configuration changes    SMS_HIERARCHY_MANAGER    7/07/2014 6:03:54 AM    1936 (0x0790)
    Update auto-upgrade client configurations    SMS_HIERARCHY_MANAGER    7/07/2014 6:03:54 AM    1936 (0x0790)
    INFO: Full client package id XX1001EB exists.    SMS_HIERARCHY_MANAGER    7/07/2014 6:03:55 AM    1936 (0x0790)
    INFO: Client upgrade package id XX1001EC exists and upgrade package flag is set to 1.    SMS_HIERARCHY_MANAGER    7/07/2014 6:03:55 AM    1936 (0x0790)
    INFO: Client upgrade program Configuration Manager Client Upgrade Program in package id XX1001EC exists and its currently disabled.    SMS_HIERARCHY_MANAGER    7/07/2014 6:03:55 AM    1936 (0x0790)
    INFO: Client upgrade advertisement id XX1203B8 exists for package XX1001EC and program Configuration Manager Client Upgrade Program. Deployment is targeted to collection SMS00001.    SMS_HIERARCHY_MANAGER    7/07/2014 6:03:55 AM  
     1936 (0x0790)
    INFO: All client auto upgrade related objects exists. No objects are to be created.    SMS_HIERARCHY_MANAGER    7/07/2014 6:03:55 AM    1936 (0x0790)
    INFO: Successfully added client upgrade packages XX1001EC and XX1001EB to all 31 distribution points from site XX1.    SMS_HIERARCHY_MANAGER    7/07/2014 6:03:55 AM    1936 (0x0790)
    Wait for site control changes for maximum 3600 seconds...    SMS_HIERARCHY_MANAGER    7/07/2014 6:03:55 AM    1936 (0x0790)

  • Can I upgrade directly from ColdFusion 9 Enterprise to ColdFusion 11 Enterprise without going to 10 first?

    Can I upgrade directly from ColdFusion 9 Enterprise to ColdFusion 11 Enterprise without going to 10 first?
    For those who have done this,
    1.  What quirks did you find that you had to overcome in your installation (I know that everyone's environment is different and produces differest results)?
    2.  What part of your code broke for which you had to find fixes?
    Tips and suggestions for a smooth installation, besides following the installation document.
    Thanks!

    Create a car (archive file) in CF 9 enterprise which will capture all CF 9 settings like Data sources, Web services etc. Make sure when you are doing this, pop up blocker is disabled.
    NOTE : While creating the archive file, give the full name with the absolute path in the package name. For example C:\Test\mypackage.car
    Then move this car file into the server where you want to install CF 11. Install CF 11 and then  deploy this archive (car) file. All CF 9 settings will be migrated to CF 11 enterprise.
    Else, if you want to install CF 11 on the same server where CF 11 is installed, then remove the connector for all the websites which are configured with CF 9, make sure the CF 9 services are running and then run the CF 11 installer and at the end of CF 11 installation, you will get a dialogue box which will ask you to migrate CF 9 settings in CF 11.
    Run the Code Analyzer in CF 11 Administrator to check whether any the CF 9 code used in your application is breaking in CF 11 or not
    HTH
    VJ

  • Upgrade IDSM2 from 4.1(5)S225 to 5,1 using application partition

    can i upgrade an IDSM2 (WS-SVC-IDSM2-BUN)in a 6513 from 4.1(5)S225 to 5.1 by copying the 5.1 application partition to the sensor
    [from the cisco userguide]
    Chapter 10 Configuring the Sensor Using the CLI
    Reimaging Appliances and Modules
    Reimaging the IDSM-2
    This section contains the following topics:
    • Catalyst Software, page 10-124
    • Cisco IOS Software, page 10-126
    Catalyst Software
    To reimage the application partition, follow these steps:
    Step 1 Obtain the application partition file from Software Center on Cisco.com and copy
    it to an FTP server.
    Step 2 Log in to the switch CLI.
    Step 3 Boot the IDSM-2 to the maintenance partition:
    cat6k> (enable) reset module_number cf:1
    Step 4 Log in to the maintenance partition CLI:
    login: guest
    Password: cisco
    Step 5 Reimage the application partition:
    [email protected]# upgrade ftp://user@ftp server IP/directory
    path/image file
    Step 6 Specify the FTP server password.
    After the application partition file has been downloaded, you are asked if you
    want to proceed:
    Upgrading will wipe out the contents on the hard disk. Do you want to
    proceed installing it [y|n]:
    Step 7 Type y to continue.
    When the application partition file has been installed, you are returned to the
    maintenance partition CLI.
    Step 8 Exit the maintenance partition CLI and return to the switch CLI.
    Step 9 Reboot the IDSM-2 to the application partition:
    cat6k> (enable) reset module_number hdd:1
    Step 10 When the IDSM-2 has rebooted, check the software version.
    Step 11 Log in to the application partition CLI and initialize the IDSM-2.
    See Initializing the Sensor, page 10-2, for the procedure.
    IF NOT, THEN IS THERE A SHORT CUT FROM 4.1 to 5.1 ?

    Just wanted to clarify some things.
    As Scott has already confirmed you can re-image using the method described and following Scott's advice on what additional updates to install.
    BUT understand that any configuration you have your 4.1 sensor will be lost during that method of re-imaging to 5.1.
    Another alternative is to first upgrade from 4.1(5)S225 to 5.0(1), and then to upgrade to 5.1(1).
    The upgrade to 5.0(1) will convert the 4.1 configuration into a compatible 5.0 format.
    I saw another post you made implying that you had to downgrade back to 4.1(5)S189 to do the 5.0(1) upgrade. This is not the case. You can upgrade directly from your current 4.1(5)S225 to 5.0(1).
    You can install the IPS-K9-maj-5.0-1-S149.rpm.pkg file directly on your current 4.1(5)S225 sensor.
    When S225 was installed on your 4.1(5) sensor, it also placed in storage the corresponding S225 update for your 5.0 sensor.
    So when IPS-K9-maj-5.0-1-S149.rpm.pkg is installed on the sensor it will detect that stored off S225 for 5.0 and install it at the same time.
    So once installed you will be immediately at 5.0(1)S225.
    Once at 5.0(1)S225, then you can upgrade directly to 5.1(1) using the IPS-K9-min-5.1-1d.pkg upgrade.
    (NOTE: 5.1-1d file was created to fix some upgrade bugs, but still installs the same 5.1(1) files as the original 5.1(1) upgrade package).
    So you will wind up at 5.1(1)S225.
    Now at this point I would recommend installing at least one later signature update (S226 or higher in your case) BEFORE installing the 5.1(1p1) patch.
    And AFTER the signature update, then install the 5.1(1p1) Engineering Patch (contact the TAC for this patch).
    Because of this specific upgrade path, the best way to avoid some issues is to install at least one signature update before installing the 5.1(1p1) patch. The signature update helps to ensure the sensor is ready for the 5.1(1p1) upgrade. Some of the files needed for the 5.1(1p1) upgrade have been seen to not get carried forward properly in the upgrade from 5.0(1) to 5.1(1), but a signature update corrects those issues.
    NOTE: This precaution of installing the signature update BEFORE the 5.1(1p1) is only needed when upgrading from 5.0(1) to 5.1(1). If imaging directly to 5.1(1) using the maintenance partition, then the 5.1(1p1) can be installed before a signature update without an issue.
    Once 5.1(1p1) is up and running and monitoring packets and generating alarms, then additional signature updates can be installed afterwards.

Maybe you are looking for

  • Debugger stopped on uncompilable source code.

    Dear Friends, I got the Error as like Debugger stopped on uncompilable source code. The code is down!!! I could not figure out the reason, why it comes. !!! I read data from a txt file and generate an XML file. please any 1 help me to solve this Priy

  • Adobe Acrobat Pro 7 Form Locks Up at Beginning of Each New Page

    I have created a submittable form using Acrobat Professional  7.  It is a 14 page form with somewhere  between 1,000 and 1,500 fillable fields (I have not counted them exactly).  I created this form from an existing PDF that was provided to me and by

  • What Datarate (kbit/s) to choose in my situation

    HY, I have a Canon HG20 AVCHD Cam which shoots at 24mbit. When I cut my video in iMovie I'd like to export it to mp4 with h.264. I choose export using Quicktime conversion; format MPEG-4; under file format select MP4; under video tab select H.264; 19

  • Please help combining mpeg4's

    I used dvd decoder to take my dvds and decode them into 8 to 12 separate mov. files. then i used an ipod converter to make those into mpeg4 files. it works and i have them playing on my ipod video, but i was wondering how i can get those separate mpe

  • Safari, AOL, and Airport extreme together

    Hi everyone, I am a college student, and at school I connect using my school's network. However, at home, I connect through AOL by using airport with a dial up modem ( i only use airport so that I can get online wirelessly)...However, I am never able