SSIS migrated from 2005 to 2008

Hi,
SSIS migrated from 2005 to 2008. The job ended successfully and text reports were created. However, in job history indicates the step still running. What did I miss during migrating SSIS process? Thanks.
Chris

Click on Refresh button changed nothing?
Best Regards,Uri Dimant SQL Server MVP,
http://sqlblog.com/blogs/uri_dimant/
MS SQL optimization: MS SQL Development and Optimization
MS SQL Consulting:
Large scale of database and data cleansing
Remote DBA Services:
Improves MS SQL Database Performance
SQL Server Integration Services:
Business Intelligence

Similar Messages

  • SSIS PACKAGE MIGRATION FROM 2005 to 2008 - Script task/component errors

    HI All,
    We have to migrate ssis packages (about 300) from ssis 2005 to 2008 .
    1. I understand that the major concern is regarding the script component/tasks.
    I searched a lot about this and also consulted with many friends , all of them are aware of this issue but not able to provide what could be the issues and the solution.
    Can some one help me with the common script issues that can happen during migration and the solution for the same.
     2. I do have one more question.
    As per my understanding given in the below link 
    http://blogs.msdn.com/b/mattm/archive/2008/03/21/package-upgrade-wizard.aspx
    there is this part which says ... 
    Once the packages have been chosen, the next page asks you to pick the output location. This can be:
    Same as the source location
    File System
    SSIS Service (Package Store)
    SQL Server 
    Does this mean I can deploy in sql server directly on fly while upgrading ?
    Any help highly appreciated .
    Regards
    Praveen..

    Hi Praveen,
    Question 1: The error may occur if there are duplicate input columns in the Script Task/Component or the current user cannot access the C:\Windows\Temp directory. Except for the link provided by SanBhaumik, you can also refer to the following
    threads:
    http://www.sqlservercentral.com/Forums/Topic811208-148-1.aspx 
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/5c11eb57-59d6-4f81-bfdc-13bd6489a0ac/sql-server-2008-ssis-package-script-component-error?forum=sqlintegrationservices 
    Question 2: We can directly save the package to the File System, SSIS Package Store, or SQL Server by selecting the proper destination during the package upgrade. However, this operation is not equal to the package install operation identically.
    For example, if we have enabled package configurations for a package, the package configurations won’t be upgraded or installed during the package upgrade.
    Regards,
    Mike Yin
    TechNet Community Support

  • When migrating ssis packages from 2005 to 2012 Activex Script Task component doesn't exist in 2012 version

    Hello,
    We are migrating the ssis packages from 2005 to 2012.
    I'm unable to convert Activex Script Task from 2005 vesrsion to 2012 because in 2012 version Activex Script Task doesn't exist.
    Can anyone please let me know what is the alternative way to convert Activex Script Task from 2005 vesrsion to 2012?

    Hi Vinay9738,
    Have you tried to upgrade the SSIS 2005 packages to SSIS 2012 packages by using the SSIS Package Upgrade wizard? In certain cases, ActiveX script in SSIS won’t work and we need to either modify the script or replace the ActiveX Script with stock SSIS
    tasks. You can find the mapping between some most common patterns used in DTS ActiveX Script and SSIS native tasks from the following link:
    http://help.pragmaticworks.com/dtsxchange/scr/ActiveX%20Script%20Task.htm
    Here is also a useful link about how to convert ADODB object of ActiveX Script to SSIS tasks:
    http://help.pragmaticworks.com/dtsxchange/scr/FAQ%20-%20How%20to%20convert%20ADODB%20object%20of%20ActiveX%20Script%20to%20native%20SSIS%20Task.htm
    Regards,
    Mike Yin
    TechNet Community Support

  • SSRS Reports migration from 2005 to 2008R2

    Hi ..
    I have couple of questions.. looking for answers
    Am new to report migration. We have 1000+ of reports in 2005 which we need to migrate to 2008R2. After googling theweb i got to know that we have an third party utility RSScripter which is used to move the reports from 2005 to 2008.
    Question 1:
    By using the above tool i was able to migrate the reports from 2005 to 2008. However, i am not able to redeploy the reports to sub folder in 2008..
    Example  i have some reports in 2005 at Dev_reports\Reports\.. when i want to copy these reports to Dev_reports\Reports folder they are not moved to sub folder Reports on destination server, but rather they are copied to root folder. Is there any why
    that i can copy the reports to particular folder in destination server.
    Question 2:
    When moved the reports from 2005 to 2008 are all the reports are automatically upgraded and copied to new server(2008)? or we need to explicitly open each and every report in 2008 and deploy to the new report server(2008)?
    And my third requirement is to create couple(2) solution for the above said reports and check in them to TFS as a reporting project.
    one report project with all the reports from 2005 and another with all reports from 2008.
    Appreciate your responses at the earliest. As this is on top priority.. Thanks in Advance
    Sri

    Hi Sri,
    Per my understanding that you are using the RSScripter to move the reports from SSRS 2005 from SSRS 2008 R2, now your first problem is you don't know how to move the reports from the sub folder of 2005 to an specify folder on SSRS 2008 R2, right?
    I have tested on my locak enviroment and can reproduce the issue, by default, when you execute the .cmd file the report will move to the new server's root folder, for example, you have an rdl report in SSRS 2005 which path is "/Test/report1.rdl"
    , when you move to the SSRS 2008 R2 using the tool it will move to the path "home/Test/report1.rdl".
    If you want to move this rdl to the specify folder "home/Test0323/Test/Report1.rdl" you should do the action as below:
    Create the specify folder on the SSRS 2005 but not SSRS 2008 R2, move the subfolder and the rdl in it "/Test/report1.rdl" to the specify folder
    find and check the "/Test0323/Test/Report1.rdl" in the RSScripter:
    the Output will have the path like "Test0323/Test/Report1.rdl",after move to the SSRS 2008 R2, it will also create the path like "/Test0323/Test/Report1.rdl"
    More details information about using the RSScripter tool:
    Migrating SQL Reporting Services to a new server
    For the second question, Generally, reports are not upgraded when you upload a report definition file directly to the report server or SharePoint site. The report is automatically upgraded the first time it is viewed, but the stored report definition file
    remains unchanged. Upgrading a report definition in SQL Server Data Tools is the only way to upgrade the .rdl file.
    Similar thread:
    If I upload RDL 2005 template on SQL Server
    2014 then will SQL Server 2014 render it without migrating it to 2014 ?
    Details information about upgrade and migration in the below articles for your reference:
    Upgrading Reports
    Upgrade and Migrate Reporting Services
    For the third question please reference to below article:
    TFS Reports using SSRS
    Using TFS2010 with Visual Studio / BIDS 2008 and SQL Server Management Studio
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • Migrate from server core 2008 r2 hyper-v with failover cluster volumes to server core 2012 r2 hyper-v with failover cluster volumes on new san hardware

    We are getting ready to migrate from server core 2008 r2 hyper-v with failover cluster volumes on an iscsi san to server core 2012 r2 hyper-v with failover cluster volumes on a new iscsi san.
    I've been searching for a "best practices" article for this but have been coming up short.  The information I have found either pertains to migrating from 2008 r2 to 2012 r2 with failover cluster volumes on the same hardware, or migrating
    to different hardware without failover cluster volumes.
    If there is anyone out there that has completed a similar migration, it would be great to hear any feedback you may have on your experiences.
    Currently, my approach is as follows:
    1. Configure new hyper-v with failover cluster volumes on new SAN with new 2012 r2 hostnodes and 2012 r2 management server
    2. Turn off the virtual machines on old 2008 r2 hyper-v hostnodes
    3. Stop the VMMS service on the 2008 r2 hostnodes
    4. copy the virtual machine files and folders over to the new failover cluster volumes
    5. Import vm's into server 2012 r2 hyper-v.
    Any feedback on the opertain I have in mind would be helpful.
    Thank you,
    Rob

    Hi Rob,
    Yes , I agree with that "file copy " can achieve migration.
    Also you can try "copy cluster wizard " :
    https://technet.microsoft.com/en-us/library/dn530779.aspx
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Migration from SQL SERVER 2008 to Oracle 10g issues.

    Hi ,
    I'm trying to migrate from SQL Server 2008 to Oracle 10g and I end up with some issues that I wanted to ask some info about it.
    First, I was following a tutorial
    http://st-curriculum.oracle.com/obe/db/hol08/sqldev_migration/mssqlserver/migrate_microsoft_sqlserver_otn.htm
    and and in the last version of Oracle SQL developer I downloaded, I didn't find the Load Database Capture Script Output option.
    My first question is how can I either add this option or is there a new way to load the capture script ?
    Then I use the migration wizard and after following everything, I had the migration complete message from the application.
    When I tried to open my connectionss, it tells me version 11.2 is required. Does that mean that Oracle SQL developper 3 only
    do the migration for oracle 11g? And if I tried the previous versions, it doesn't support SQL server 2008.
    What do I do in this case ?
    Thanks !

    Thank you for your reply.
    After using the wizard and made the offline migration script, in the Migration projects window I made a move data to the oracle connection I previously made and after when I tried to reopen the connection, I couldn't.
    Well I didn't retry it yet to see if I'll have the same behavior but basically this is what I think I did. When I tried to open the connection I made, it says, Oracle 11.2 is required.
    Now, I just generate target from the convert model and it says migration complete but how do I test it and I do I go to oracle and see change ?
    Do I had to create a special user in SQL Server to log to it first ? How do I logon to it ?
    Edited by: 873671 on Jul 20, 2011 7:03 AM
    Edited by: 873671 on Jul 20, 2011 7:19 AM

  • Reports can't be upgraded from 2005 to 2008

    I have converted all my rdl reports from 2005 to 2008 through BIDS conversion wizard.I have also converted the XSD file from 2005 to 2008.
    When I try to load the report locally(through dotnet code), I am getting below run time error.
    The report definition is not valid.  Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded.
    Could you please help me to resolve this issue?.

    Hi Dikshan,
    As per my understanding, we can directly use Business Intelligence Development Studio (BIDS) Conversion Wizard to upgrade reports from 2005 to 2008. While in the upgrade process, we may run into the failed upgrade process, then we may receive the error message.
    Based on my research, the reason why this issue occurred is that there are some assembly still refer to 8.0.0.0 version, other than 9.0.0.0 version. So we should manual change the 8.0.0.0 version string with 9.0.0.0. For more details, please refer to the
    following blog post by Brian Hartman:
    http://blogs.msdn.com/b/brianhartman/archive/2010/06/07/upgrading-web-application-projects-to-vs-2010.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Upgrade from 2005 to 2008 R2 did not work

    I upgraded from 2005 to 2008 R2 32-bit this weekend. The upgrade gave me and error about not finding sqladmin so canceled and finished upgrade.  Database is still running on sql 2005. In the detail log it shows this. How do I get it to upgrade? Do I
    just run the install disk again?
    Thanks.
    Kevin
    Sql Server 2008 R2   MSSQLSERVER.INACTIVE MSSQL10_50.MSSQLSERVER         Database Engine Services                 1033                      
                   10.50.1600.1    No        
      Sql Server 2008 R2   MSSQLSERVER.INACTIVE MSSQL10_50.MSSQLSERVER         SQL Server Replication                   1033                  
                       10.50.1600.1    No        
      Sql Server 2008 R2   MSSQLSERVER.INACTIVE MSSQL10_50.MSSQLSERVER         Full-Text Search   

    Hello,
    Please try the workaround posted on the following post:
    http://blogs.msdn.com/b/baliles/archive/2012/04/27/how-to-fix-a-failed-sql-2005-2008-r2-or-2012-install-upgrade-mssqlserver-inactive.aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • FSMO Migration from 2003 to 2008 R2

    I am prepping for FSMO migration from 2003 to 2008 R2 this weekend. I was going through the steps and found a issue that is concerning me. On the 2008 server which is a DC and going to hold all FSMO roles. When I right click on Schema to change Schema
    Master the "Change field" does not reflect the new 2008 R2 server? Is this by design...As in will this reflect the 2008 R2 server once I do step 1 Change Domain Controller? Single domain simple AD topology. I am an enterprise admin, domain
    admin, and schema admin.  The current FSMO is 2003 R2 and it follows to current 2003 R2 and 2008 R2. Will I have to seize the role?
    All other FSMO moves show the new server ma-file1. Any help appreciated.
    Dave Santel

    All AD commands show that I have healthy replication, DNS, ect. No errors. Issue as stated above is when I goto "Change Schema Master" on ma-file1 it only gives the option to change to 2003 existing FSMO ma-file. Not sure if I should proceed with
    FSMO migratio using NTDSUTIL to manually transfer? Or if anyone has any advice on how to proceed?
    C:\>netdom query fsmo
    Schema master               ma-file.ccc.local
    Domain naming master        ma-file.ccc.local
    PDC                         ma-file.ccc.local
    RID pool manager            ma-file.ccc.local
    Infrastructure master       ma-file.ccc.local
    The command completed successfully.
    C:\>netdom query dc
    List of domain controllers with accounts in the domain:
    MA-FILE
    MA-FILE1
    MA-UTILITY
    The command completed successfully.
    Dave Santel

  • Migration from windows server 2008 10.2.0.4 to linux as4 11.2g

    Hello,
    I am looking to migrate my 10.2.0.4 which is on windows server 2008 to 11gr2 which is on linux as 4.. my database size is 50gb, what is best way to perform this task, please do update me, i will be thankfull to you.
    Thanks and regards
    firdous

    Hi,
    Please close this thread as answered and keep updating your other thread:
    migration from windows server 2008 10.2.0.4 to linux as4 11.2g
    Regard
    Helios

  • Sql server migration from 2005 to 2012 (110)

    hi, experts, 
    the database of  .net web form application (Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1025  ) that I am responsible will be migrated to sql server 2012 (110). 
    the .net webform use the functions from System.Data.SqlClient. should be ado.net
    e.g.
    public static DataSet LoadByID(int id)
    SqlConnection conn = new SqlConnection();
    DataSet ds = new DataSet();
    try
    conn.ConnectionString = ConfigurationManager.ConnectionStrings["connection_string"].ToString();
    conn.Open();
    SqlParameter[] aryParams = new SqlParameter[1];
    aryParams[0] = new SqlParameter("@ID", SqlDbType.Int);
    aryParams[0].Value = id;
    SqlCommand cmd = new SqlCommand("a_store_procedure_name", conn);
    cmd.CommandType = CommandType.StoredProcedure;
    cmd.Parameters.AddRange(aryParams);
    SqlDataAdapter sqlAdapter = new SqlDataAdapter(cmd);
    sqlAdapter.Fill(ds);
    catch (Exception ex)
    throw ex;
    finally
    if (conn.State == ConnectionState.Open)
    conn.Close();
    return ds;
    I cloned the database from 2005, restore into 2012 and change the compatibility level to 110 of cloned database.
    I am doing tests on the sql server 2012 from the web application user interface. (changed connection string to new 2012 db)
    I found that I always hit this error 
    any configuration for whole web form application?
    Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    Source Error:
    delaynomore.

    Hi delaynomore,
    According to your description, you fail to execute the function with timeout error after migration to SQL Server 2012. Based on my research, the issue could be due to the long running tasks or uncommitted transactions.
    To troubleshoot the issue, besides Olaf's suggestion to check the connection to SQL Server 2012 instance and the stored procedure using SQL Server Management Studio(SSMS) manually, you could also follow the methods below.
    1. Execute that procedure manually using SSMS and check if it takes a very long time to execute and return. For example, there could be millions of rows being updated. If it takes a long time, you can adjust the CommandTimeout accordingly.
    2. Execute the following statement in SSMS to check if there are any uncommitted transactions: dbcc opentran ('yourDatabaseName'). If there are any uncommitted transactions, please change the  stored procedure accordingly to commit the transactions.
    For more information about the process, please refer to the article:
    http://blogs.msdn.com/b/spike/archive/2008/07/31/timeout-expired-the-timeout-period-elapsed-prior-to-completion-of-the-operation-or-the-server-is-not-responding.aspx
    Regards,
    Michelle Li

  • Migration from SQL Server 2008 to Oracle 11g

    Hi there,
    I have a quick question, Anyone who have experienced to migration procedures,function from SQL Server 2008 to 11g R2. Is it possible? I migrated tables and views through Oracle heterogenious servinces but I am not sure about the fucntions and procedures.
    Any help would be appreciated.
    Warm regards,

    Automated conversions are possible. After these conversions the system will pretty much run. However, and it can be a pretty big HOWEVER, performance could well take a hit - which the uninitiated or SQL Server acolytes will seek to blame on Oracle not being very good. This is not actually the case.
    You could be in for a major review and rewrite. Besides the syntax differences in the procedural languages, there is a huge - like really huge - difference in transaction control, isolation, and read consistency. Basically, keep in mind that Oracle reads do not block writes, writes do not block reads, and there are no dirty reads. Writes only block other writes. Thus, no coding 'tricks' are needed to get around these blockers. Oracle has global temporary tables that are generally used to help out those converting from SQL Server. In actuality, then are mostly not needed as you can almost always do your work in one SQL statement.
    Read the concepts guide from cover to cover, then do it again, then start looking at what you need to do to convert your procedural code.

  • Upgrade from 2005 and 2008 R2 to 2012 SP2

    My project is getting ready to upgrade from SQL Server versions 2005 and 2008 R2 to SQL Server 2012.
    Is there any known issues that we should look out for?
    For SQL Server 2005, we are only running the Database Engine, Full text search and SQL Server Agent. 
    For SQL Server 2008 R2 we are running Database Engine, Full Text Search, SQL Server Agent, Analysis Services, Reporting Services, and Integration Services.
    DJ

    Hello,
    A new full-text search service was introduced on SQL Server 2008, so about upgrading full-text search from SQL Server 2005 to SQL Server
    2012, please read the following article:
    http://msdn.microsoft.com/en-us/library/ms142490(v=sql.110).aspx
    On the post-installation tasks, please repopulate the full-text catalogs.
    To what edition of SQL Server 2012 you are upgrading? Do you know about the core-based Enterprise licensing
    Have you run Upgrade Advisor? Please read the following technical article too:
    http://download.microsoft.com/download/9/5/3/9533501A-6F3E-4D03-A6A3-359AF6A79877/SQL_Server_2012_Upgrade_Technical_Reference_Guide_White_Paper.pdf
    About Analysis Services, please read the following:
    http://technet.microsoft.com/en-us/library/ms143742(v=sql.110).aspx
    http://technet.microsoft.com/en-us/library/ms143229(v=sql.110).aspx
    http://technet.microsoft.com/en-us/library/ms143682(v=sql.110).aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • CA migration from 2003 to 2008 R2 server.

    Hi,
    If the name of the destination server (Win2008) is different from the source server(Win2003). And later we decide to decommission the server(Win2003). What effect will be on the Certificate that are already issued from the source server(Win2003).
    1. Can we renew those certificates from the Windows 2008 server ?Since we have restored the CA database and private key on the Windows 2008 server.
    2. What could be the impact if we shutdown the Windows2003 after migration. Please note CA server of windows 2008 have a different hostname now.
    3. What are the impact to the existing servers where the cert is pointing to the Windows 2003 CA server.
    I followed this article to do the CA migration
    http://technet.microsoft.com/en-us/library/9aa53be9-0497-49fa-9ff6-09b72cb69444(v=ws.10)#BKMK_GrantPermsAIA
    Thanks....

    Can we have two CA running in an environment ?
    In the below TechNet docs , it has mentioned to Removing the CA role service from the source server and
    Removing the source server from the domain . Can we skip these steps ?
    The point it to decommission or removed source CA only when the new CA server with different name is active and successfully operational.

  • Migrating from SQL Server 2008.

    What options do I have to migrate from 2008 to work around the quick migrate? How do I generate the capture scripts from the SQL Server database to bring into developer to bypass the utility?
    Thanks

    Wrong forum.
    Oracle has a tool named "Migration Workbench" that should help you though I'd be surprised if it was compatible with any new SS 2008 features.
    My preference, due to the strangeness that is SQL Server, is to reverse engineer objects to DDL and run the scripts and dump the data as vertical
    bar delimited ASCII and load with Oracle SQL*Loader.
    SQL Server 2008 has been out a very short time. I'd be interested in knowing why it is so quickly being abandoned. Thanks.

Maybe you are looking for

  • CONDITION TYPES  DEFAULT IN CONDTIONS TAB IN PO

    Hi I have to insert the conditon types in conditions tab in PO. every time. I have two conditons types which are required to be inserted for every PO. Is it posible to make the condition types to appear by default every time i prepare the PO. How to

  • Color issues after update to 10.4.9

    Has anyone discovered color printing (images) after the 10.4.9 update? ColorSync was updated as stated here: http://docs.info.apple.com/article.html?artnum=305214. I personally swear that I have onscreen proofing go bad using Aperture with a particul

  • No Faith in BT for Broadband

    Reading some of the other messages on this forum it would appear I am not alone and that my issue is a bit repetative, I make no apologies for registering my issue as hopefully it will help others. What I failed to do was I failed to read this forum

  • How to see the mapping functions assigned...

    Consider someone has done the mapping with some userdefined functions and some node functions,etc... now...i want to see the mapping used...i mean what is the userdefined function used ..or what is the node function used.....how to check that....I ev

  • Trouble opening pdf files

    I've tried to change the default to evince, but everytime I click on a pdf file it opens in Gimp. How do I get it to open with evince all the time?