DTS TO SSIS Migration wizard throws error

Hi,
I have a DTS Package which I am trying to migrate to Integration services in 2008. I have msxml3.dll and msxml6.dll but still I get the error
LogID=37
#Time=3:29 PM
#Level=DTSMW_LOGLEVEL_ERR
#Source=Microsoft.SqlServer.Dts.MigrationWizard.Framework.Framework
#Message=Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: Failed to save package file "C:\Users\ishwarya.gnanasekar\Documents\Load_Data_working_{6A78F89F-1315-477E-A833-9CA49D1CC82A}.dtsx" with error 0x800A0BB9 "(null)".
 ---> System.Runtime.InteropServices.COMException (0xC001100E): Failed to save package file "C:\Users\ishwarya.gnanasekar\Documents\Load_Data_working_{6A78F89F-1315-477E-A833-9CA49D1CC82A}.dtsx" with error 0x800A0BB9 "(null)".
   at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.SaveToXML(String FileName, IDTSPersist100 pPersistObj, IDTSEvents100 pEvents)
   at Microsoft.SqlServer.Dts.Runtime.Application.SaveToXml(String fileName, Package package, IDTSEvents events)
   --- End of inner exception stack trace ---
   at Microsoft.SqlServer.Dts.Runtime.Application.SaveToXml(String fileName, Package package, IDTSEvents events)
   at Microsoft.SqlServer.Dts.MigrationWizard.DTS9HelperUtility.DTS9Helper.SaveToXML(Package pkg, String sFileLocation)
   at Microsoft.SqlServer.Dts.MigrationWizard.Framework.Framework.StartMigration(PackageInfo pInfo)
It would be helpful if anybody provides a solution to this.

I have done it several times and every old (dts) package was  NOT successful upgraded , I just opened a new projects and re-wrote the package..:-(
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

  • Installing CF10, in Configuration and Settings Migration Wizard - getting error: Invalid Password

    Installing CF10, in Configuration and Settings Migration Wizard, in browserhttp://127.0.0.1/CFIDE/administrator/enter.cfm,
    ColdFusion has been successfully installed. This wizard will guide you through the remaining server configuration steps and, if applicable, migrate settings from a previous version of ColdFusion.
    To guarantee the security of your server, please enter your ColdFusion Administrator password.
    - getting error: Invalid Password. It won't take the password I provided in previous "Set Admin password" screen. Help?

    Hi,
    I am having the issue with the URL on the Configuration ans Setting Migration Wizard pointing to the following URL:
    http://localhost/CFIDE/administrator/enter.cfm
    Receiving a message:
    HTTP Error 404.0 - Not Found
    The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
    The following is the information in the error page:
    Module
    IIS Web Core
    Notification
    MapRequestHandler
    Handler
    ISAPI-dll
    Error Code
    0x80070002
    Requested URL
    http://localhost:80/jakarta/isapi_redirect.dll
    Physical Path
    D:\ColdFusion10\cfusion\wwwroot\jakarta\isapi_redirect.dll
    Logon Method
    Anonymous
    Logon User
    Anonymous
    I could not find a directory called jakarta.
    Any ideas?
    Thanks,
    Mike

  • Migration Wizard throws exception on launch

    PTPortal v5.0.1, After installation of the Exchange Integration Portlet suite, when I tried to launch the migration wizard to import the server packages (PTE's), I received the following java exception:
    Exception in thread main java.lang.UnsatisifiedLinkError: getDefaultPixelDImpl
    at com.plumtree.migrationtool.PTMigration.main (PTMigration.java:34)
    I assume that there was something triggered by the Exchange install, since I've been using the migration wizard with no problems. I can still run ptMigration from the command line, but it dies due to missing dependencies within the Exchange PTE file.
    Any help would be appreciated.
    v/r,Jeff.

    Thanks for the reply. The problem is on the PT Server itself, and I've only installed the PT jre's. I did notice that there are 2 different JRE folders within the PT installation directory. I'm not sure which software put them there (i.e., PT obviously put one, but did Exchange portlet suite or a PT Hotfix install a newer version?)
    Not sure what would cause this to break all of a sudden.
    Any suggestions are appreciated! :)

  • DTS to SSIS migration issue

    Hi,
    We have recently migrated DTS 2000 packages to SSIS. All the tasks were migrated to SSIS but "The Execute DTS 2000 Task" was not migrated to SSIS. Could you please help me to migrate "The Execute DTS 2000 Task" to SSIS.
    Thanks,
    Raja.

    Thank you very much RSingh for sharing a valuable information.
    If I were planing to change Execute DTS 2000 Package to Data Flow task,instead of ActiveX Script Transformation What I need to use. Could you please suggest me. See the below images for reference. 
    You need to use Script Component
    http://www.sqlis.com/sqlis/post/The-Script-Component-as-a-Transformation.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Site published by WCF publishing wizard throws "Error in the application.."

    Hi, I'm running BizTalk 2013r2 and run into a problem with the publishing wizard.
    I have used the BizTalk WCF publish wizard, following the the steps:
    Metadata only endpoint (MEX), publish for receive location <I select existing WCF-BasicHttp receive location from my Biztalk app>
    Publish schemas as a WCF service
    Update the web service description tree view to give a single one-way web method
    Give a target namespace (currently using http://tempuri.org/)
    Enter location for website (http://localhost/BTS-Store6), select Overwrite existing location, Allow anonymous access
    Generated service summary is below:
    Summary of WCF service description
    <?xml version="1.0" encoding="utf-16"?>
    <WcfServiceDescription xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="BizTalkWcfService" TargetNamespace="http://tempuri.org/" xmlns="http://schemas.microsoft.com/BizTalk/2006/01/Adapter/Wcf/Publishing">
      <LocationSettings Location="http://localhost/BTS-Store6" Overwrite="true" AuthAnonymous="true" />
      <ApplicationSettings CreateReceiveLocations="false" ApplicationName="" />
      <AdapterSettings AdapterName="" />
      <MetadataSettings EnableMetadata="false" MetadataOnly="true" ReceiveLocationName="RcvStore6POS_WCF" />
      <WcfServices>
        <WcfService Name="OnRamp">
          <WcfOperations>
            <WcfOperation Name="POSTransaction" Flow="OneWay">
              <WcfMessages>
                <WcfMessage Name="Request" Direction="Input">
                  <WcfMessageType Category="XsdType" TypeName="BTS.GO.Store6.Schemas.BT.POSTranaction" AssemblyName="BTS.GO.Core.Store6.Schemas, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0a9764041befeb8b"
    AssemblyLocation="C:\Windows\Microsoft.Net\assembly\GAC_MSIL\BTS.GO.Core.Store6.Schemas\v4.0_1.0.0.0__0a9764041befeb8b\BTS.GO.Core.Store6.Schemas.dll" TargetNamespace="http://BTE.ESB.StoreInputModel.POSTransaction" RootName="POS"
    IsAnyType="false" IsEnvelope="false" />
                </WcfMessage>
              </WcfMessages>
            </WcfOperation>
          </WcfOperations>
        </WcfService>
      </WcfServices>
    </WcfServiceDescription>
    Problem is, after publish the site, I can browse to the .svc, and use WCF storm to consume the WSD - all is good. However, after leaving it for about 30 minutes - when I next try to access the service the following error is thrown:
    <<Eventxmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
      <Provider
    Name="System.ServiceModel 4.0.0.0"/>
      <EventIDQualifiers="49154">3</EventID>
      <Level>2</Level>
      <Task>5</Task>
      <Keywords>0x80000000000000</Keywords>
      <TimeCreated
    SystemTime="2015-01-12T12:26:41.000000000Z"/>
      <EventRecordID>293995</EventRecordID>
      <Channel>Application</Channel>
      <Computer>xxx.xxx.local</Computer>
      <Security
    UserID="S-1-5-21-1638455640-2704731959-1606034848-1010"/>
      </System>
    <EventData>
      <Data>System.ServiceModel.Activation.HostedHttpRequestAsyncResult/11812267</Data>
      <Data>System.ServiceModel.ServiceActivationException: The service '/BTS-Store6/OnRamp.svc' cannot be activated due to an exception during compilation.
    The exception message is: Error in the application.. ---> System.ApplicationException: Error in the application. at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
    at Microsoft.BizTalk.Adapter.Wcf.Metadata.ConfigurationInfo.GetReceiveLocation(String receiveLocationName) at Microsoft.BizTalk.Adapter.Wcf.Metadata.MexServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses) at System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String
    normalizedVirtualPath, EventTraceActivity eventTraceActivity) at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity) at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String
    normalizedVirtualPath, EventTraceActivity eventTraceActivity) --- End of inner exception stack trace --- at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result) at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result)</Data>
      <Data>w3wp</Data>
      <Data>21772</Data>
      </EventData>
      </Event>
    With an exception message as vague as "Error in the application.."
    I'm at a loss as to what may be causing this. I have tried this many times. Usually, but not always, after republishing the site from the wizard I am able to browse to the service. The later, with semmingly only elapsed time being a changing factor, it
    fails.
    Any ideas?

    Hi Rob,
    Coming to your error, it’s really strange. You can able to access/use your WCF service for a while and after sometime you get error. Few things which I would recheck are as follows:
    Make sure it’s not due to your active directory. I would check if there are any issue with AD after an elapsed period of time to valid my app pool credentials.
    In your Application-pool, under process model, try by increasing the “Idle Time-out (minutes)”. This time decides the amount of time worker process will remain idle before its shutdown.
    I personally never required to change it from default value-20 mins, but looking at your issue, it’s worth trying this.
    In your Application-pool, under CPU, Check the setting “Limit Action” to “KillW3WP”. Default is “NoAction”. “KillW3WP” setting potential could have impact like yours. If so change it to
    “NoAction”.
     When you create a WCF service using wizard, I expect to have default values; check any setting at IIS level is having an impact.
    Few things I would try:
    Create a separate App pool for this WCF service and check the impact
    Reapply the credentials of you app pool. Just simply go to the “Identity” section and reapply the same valid credentials. This could clear any cache related things to do
    with the credentials/AD validation.
    I understand you’re overwriting the service/virtual directory while creating the SCF service in Wizard. Try manually deleting the virtual directory folder and create the
    WCF server as fresh using Wizard, without using the overwrite checkbox.
    Hope the above suggest helps.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • "Add Operating System Installer Wizard" Throws Error When Adding OS's

    Good Afternoon All - 
    Okay - I just installed SCCM 2012 in our production environment - whoo hoo!
    Going through the initial setup and configuration, I had a few errors that I had to take care of, but was able to figure out what caused them OR just uninstall / reinstall them fixed it.  I've got a new issue I can't figure out, though.
    On my SCCM 2012 Primary Site Server, I created a folder named Images and shared it to my SCCMAdmin account (full) and SCCM Admin group (full).  Inside of it, I created sub folders for each of the OS's that I want to have installers for.  For now,
    I am working with Windows 7 Professional SP1 x64.
    In the console (signed in as SCCMAdmin), I go to Software library, then Add Operating System Installer Wizard.  I type in the UNC path going to shared folder, then sub folder holding the ISO file and click Next.  I then get an error saying
    "The specified path does not contain a valid operating system or you do not have permission to access it.  Specify a valid path."
    Perhaps I'm doing something wrong, but here's what I've tried to fix it so far...
    - Tried pointing it to a folder with the ISO's contents extracted as well as to the Sources folder
    - Downloaded the ISO from TechNet so that I know it was fresh - nogo
    - Tried adding a Windows 8 ISO I had laying around - nogo
    - Checked folder share permissions as well as security ones.  I even gave Everyone full access - nogo
    - Checked SCCM component and site status - green across the board.
    Any ideas? - Thanks!
    Ben K.

    Sorry to bring up a relatively old post, but wanted to relay my experience with this same problem.  In my case, I knew all permissions were correct, but I received the same error message.  Turns out the problem was that I had only copied the
    install.wim file to my Images directory.  I then directed SCCM to the Images directory and got the error message.  The reason for the error was that SCCM is looking for the folder structure that is on the DVD, namely, the "sources" directory. 
    By the time I figured this out, I had already copied the entire "sources" directory to the root of my Images directory.  I moved all of these files under the Images\Sources directory and went ahead and copied the rest of the DVD to the Images directory. 
    After doing that, I was able to complete the wizard as expected.  Hope that helps someone to not have to waste the same 2 hours that I just did.  :)

  • Add a new column to an "Insert Form" created by HTMLDB Wizard throws Error

    Hi,
    My table design has changed and I had to add 2 new columns.
    The corresponding Insert Form/Report/Update Forms created by the HTMLDB should now reflect the new columns that have been added.
    In report and update forms I did not have a problem but in the Insert form, under Edit Page Process I tried to change the sql and I get the below error
    "Encountered the symbol "end-of-file" when expecting one of the following: begin case declare end exception exit for goto if loop mod null pragma raise return select update while with "
    My Edit Page Process SQL is as below-(Last two columns are the NEW columns i.e CDPL and CDPLCA)
    insert into "L2ENTRIES"
    ("AUTONUML2E",
    "ROLLNO",
    "AWARDCODE",
    "ROLLCLASSCODE",
    "SURNAME",
    "FORENAME",
    "SEX",
    "DOB",
    "PPSNO",
    "M1",
    "M2",
    "M3",
    "M4",
    "M5",
    "M6",
    "M7",
    "M8",
    "M9",
    "M10",
    "M11",
    "M12",
    "M13",
    "M14",
    "M15",
    "M16",
    "FEES",
    "CNULLS",
    "CDUPPPS",
    "CROLL",
    "CAWARDS",
    "CMODULES",
    "CHECKCHAR",
    "CHECKNO",
    "VALIDPPS",
    "VALIDPPSUK",
    "PPSNOPAD",
    "CDPL",
    "CDPLCA")
    values (
    :P3_AUTONUML2E,
    :P3_ROLLNO,
    :P3_AWARDCODE,
    :P3_ROLLCLASSCODE,
    :P3_SURNAME,
    :P3_FORENAME,
    :P3_SEX,
    :P3_DOB,
    :P3_PPSNO,
    :P3_M1,
    :P3_M2,
    :P3_M3,
    :P3_M4,
    :P3_M5,
    :P3_M6,
    :P3_M7,
    :P3_M8,
    :P3_M9,
    :P3_M10,
    :P3_M11,
    :P3_M12,
    :P3_M13,
    :P3_M14,
    :P3_M15,
    :P3_M16,
    :P3_FEES,
    :P3_CNULLS,
    :P3_CDUPPPS,
    :P3_CROLL,
    :P3_CAWARDS,
    :P3_CMODULES,
    :P3_CHECKCHAR,
    :P3_CHECKNO,
    :P3_VALIDPPS,
    :P3_VALIDPPSUK,
    :P3_PPSNOPAD,
    :P3_CDPL,
    :P3_CDPLCA)
    It will be great if some one can assist me in this matter.
    Thanks.

    Resolved this by a simple ";" at the end of the insert sql.
    I did not think a ";" will be necessary because when you edit the page process a ";" is not visible.

  • Upgrade Preparation: How to map applications, DTS packages, SSIS packages and reports to databases

    Hi,
    I am on the initial phase of upgrading SQL Server 2005 to SQL Server 2012. Right now, I'm taking as much inventory as I can from our current server, SQL Server 2005. If anyone could help me, how can I map the following:
    Map applications to databases
    Map DTS packages to databases
    Map SSIS packages to databases
    Map reports to databases
    Thank you!

    Some questions and suggestions:
    How are we planning to upgrade whether in-place\parallel\others?
    Will this be with HA[Clustered one] or with standalone?
    Do you have time to do actual migration from now on and you will need to setup the environment for end to end testing for application validation so that all differences between application or system variables can be known before actual deployment?
    Also, it will be good to check with Upgrade Advisor for below pointers preparedness too.
    Map applications to databases: If you have already need to setup databases and logins for each and every applications then your mapping to database for applications will be lot  easier and you will have less challenge.
    Map DTS packages to databases: Good link to check
    https://www.simple-talk.com/sql/ssis/dts-to-ssis-migration/
    Map SSIS packages to databases: Good link to check
    http://www.experts-exchange.com/Database/MS-SQL-Server/Q_28340818.html http://www.sqlservercentral.com/Forums/Topic1531839-2799-1.aspx
    Map reports to databases -- Good link for Reporting Services if you meant that:
    http://msdn.microsoft.com/en-us/library/ms143747.aspx
    http://www.mssqltips.com/sqlservertip/2627/migrating-sql-reporting-services-to-a-new-server/
    Good link to check other thing as well :
    http://thomaslarock.com/2013/03/upgrading-to-sql-2012-ten-things-you-dont-want-to-miss/
    Santosh Singh

  • Need a DTS Migration Wizard expert

    I have to convert to SSIS a group of DTS that copy data from an Oracle db to a Sql Server db.
    The connection to Oracle is managed using Oledb provider for ODBC.
    Looking at the SSIS generated by the simplest DTS (just one datapump task) what I see is one Execute DTS 2000 task that refers to datapumptask1 of the existing DTS.
    I've been working on the conversion of other DTS (but the connections were just using the provider for Sql Server) and the datapump tasks have been managed correctly by the Migration Wizard.
    Someone that have been working on the conversion of DTS related to Oracle databases or encountered the same problem could tell :
    - which is the cause of this problem ?
    - is there a chance to correct ?
    Kind regards.   Alex

    Consider just rewriting the ETL as SSIS packages from scratch (using the DTS package as a specification), or using DTS xChange.
    See
    Migrating DTS Packages to Integration Services
    David
    David http://blogs.msdn.com/b/dbrowne/

  • WebI report throwing error when migrated from XIR2 to XI3.1

    I have some webi reports built in BO XIR2 on OLAP universes (SAP BW3.5 based). Recently I have migrated the reports from old XIR2 environment to a new XI3.1 environment.
    The specification of new system is as below:
    BO XI3.1
    SAP BW 3.5
    No SP and FP is installed. (Actually when I tried to install the SP2, it failed)
    After the migration, some of my reports are running for 5 minutes and then throwing an error like below:
    A database error occured. The database error text is: Error in MDDataSetBW.GetCellData. See RFC trace file or SAP system log for more details. (WIS 10901).
    The same report is working fine in old system.
    Has anyone faced this problem yet?
    Regards

    Hi Jacques,
    The transports are already imported.
    What I can see is if there is a query with only dimension objects and no measure, then that is throwing error in XI3.1. But the same query is running fine in XIR2.
    Any Idea?
    Thanks and Regards

  • Where to find the migration reports and errors

    i am using Oracle SQL developer 3.0 for migrating MS SQL 2008 to oracle using migration wizard,after clicking on finish the tool throws the null as error window and asked me to look into migration reports. where should i find the migration reports and errors
    KK
    Edited by: 860986 on May 25, 2011 9:33 PM

    Log into the SQL Developer Migration repository and you get the list of Migration Projects.
    Click on the project you're interested into and on the right side you get a pane with Status, Summary, Analysis...
    The Summary pane shows you how many objects SQL Dev migrated.
    You also have Capture isues showing you the issued during the capture phase as well as Conversation Issues etc.

  • How to convert CLOB to BLOB with SQL Developer migration wizard?

    Hi,
    According to our requirement, we need to only migrate data from SQL Server 2008 to Oracle 11. I use the SQL Developer 3.0.04 migration wizard to do it.
    I do migration from SQL Server (database name: SCDS41P2) to Oracle (User name: HCDS41P2).
    My migration steps are as below: (I need to modify the target schema, so I add the steps 2) and step 3) )
    1) Do migration by SQL Developer migration wizard;
    2) Remove the Converted Database Objects node from migration project;
    3) Re-do convert by SQL Developer migration wizard (contains changing the target schema);
    When do step 1), the DBO_SCDS41P2 user is created automatically. CLOBTOBLOB_SQLDEVELOPER procedure is also created in this user.
    I continued to run step 2) and step 3) with online mode. And find the table data which contains BLOB column can be moved into the target table. But from the Logging Page, I can't see the other detailed error info, so that I can't check which tables don't move data successfully.
    Could you please tell me where the detail log file (e.g. contains every table's migration status) is if I use the online mode?
    Additional, If I use offline mode to do step 3), I found the CLOB data can't be converted into BLOB automatically. Because in the load script (that is oracle_ctl.bat), only copy the source data to the CLOB column. After copy, it don't deal with the converting from CLOB to BLOB.
    So could you please tell me how to convert CLOB to BLOB with offline mode?
    Thanks so much.

    Hi,
    For your first question about logging - after the migration there will be an entry in the right hand panel for the migration project. If you open this there are various fields that give information about the status of each part of the migration. Does this give you the information you need ?
    For the second problem about offline moving blob data have a look at the SQL*Developer documentation -
    Oracle® SQL Developer User’s Guide Release 3.0
    in the section -
    2.2.8.1.4 Populating the Destination Database Using the Data Files
    which describes the problem and how to get round it.
    Regards,
    Mike
    Edited by: mkirtley on Aug 12, 2011 10:49 AM

  • Migrating from 9.2 to 10.0 portal using migration wizard in 10.0.

    Migrating from 9.2 to 10.0 portal using migration wizard in 10.0.
    I am getting the following errors:
    "A WebLogic Portal web application project should be added as a J2EE module a WebLogic Portal EAR project for proper deployment
    The associated EAR "MyPortalEAR" is not a Portal Application Services EAR          LabPortal     "
    I just followed the steps given in portal guide.
    Can some one help

    They are not available for download.
    Don't erase your 9.x on your system yet, you'll need to upgrade your firmware first:
    http://docs.info.apple.com/article.html?artnum=86117
    Otherwise you may end up with a permanently blank screen.
    Once your firmware is up to date, and you have at least 3.5 GB of at least a 10 GB hard drive free (see my FAQ*: http://www.macmaps.com/diskfull.html to learn what proportions you need free), you have at least 512 MB of RAM, and your data is backed up, you can upgrade to 10.3.9. I wouldn't bother with anything less. See this place*:
    http://www.macmaps.com/usedrefurbished.html
    on where you might be able to find 10.3 retail, which looks like *, and then you can upgrade to 10.3.9 from the combo update here:
    http://www.apple.com/support/downloads/macosxcombinedupdate1039.html
    10.0 to 10.3 are not tiger. 10.0 = Cheetah, 10.1 is Puma, 10.2 is Jaguar, and 10.3 is Panther. Ironically 10.3 is the fastest of the bunch.
    - * Links to images I asterisk, and my pages are hosted on a website I may get compensation from.
    Message was edited by: a brody

  • Migration Wizard

    Hello All,
    I was so excited up to the point ORACLE Capture Wizard completed its process capturing my SQL SERVER 7 database. I was then prompted with starting the MIGRATION Wizard Process. On the screen where the Migration Wizard asks end-user to enter the Destination User, Destination PW, and the Destination Service, i am prompted with an Error message after i had entered the correct information and clicked Next. The Error i got was:
    ORA-12560 TNS:Protocol adapter error
    Please some one help me out and let me know what's wrong and why i got the above error.
    Thank you,
    Mitra

    Mitra,
    Using the details you supplied to the Workbench, have you proved that you can successfully connect to the target database. Have you tried to connect via SQL*Plus?
    This error indicates that either your SQL*Net is not correctly configured, or the data you entered is incorrect. What version of the Workbench are you running exactly?

  • Failed to locate source plugin in Quick Migration wizard

    I'm trying to migrate a simple Sql Server 2005 database (only a few tables without data) in an oracle XE Database server .
    I'm using Sql*Developer 1.5.5 and I've done connections to Sql Server and Oracle Xe without any problem.
    I can connect to Sql Server and browse database objects.
    I've created an Oracle Schema with the correct grants and permissions and I've associated "Migration repository"
    Than I'm trying to do "Quick Migration Wizard", but when I check prerequisites there's a blocking error "Falied to locate source plugin".
    This is the image : [http://img210.imageshack.us/img210/7640/15643078.jpg]
    I can't find any documentation about this step and source plugin ?? What does it means ?
    Any help is very appreciated !
    Edited by: datasyst on Sep 3, 2009 3:19 AM

    I got the same thing when I tried to migrate sql server 2008 to oracle

Maybe you are looking for

  • How to call Xcelsius in Java Web application without OpenDoc

    Hi, We require to call Xcelsius Dashboard from a Java Web application. We cann't use OpenDoc function as result of some client preferences/restrictions Please let me know, what would be the other method to call the Xcelsius Dashboard from a Web appli

  • ALE Vendor payments with clearing

    Hi We are on ECC 6.0 and using FIDCC2 msg type to ALE vendor open items ( without clearing) to cenntral system for payments.  We need to get back the payment info back to the de-central system with clearing of the original vendor invoice.  We are cur

  • Dynamic table in adobeform

    Hi Exports, I need to pass the values of dynamic internal table from SE38 program to adobeform. But in interface i couldn't find an option to pass the dynamic internal table. Is it possible to bind a dynamic  internal table in Adobeform?  Both row an

  • Qualified lookup table

    Hi Guys, Can you tell me the steps to be followed for importing and syndicating qualified lookup table . Thanks, MS Reddy

  • InterMedia Dicom Support

    Hi! I'm new in using Oracle and Oracle intermedia. I' working on a project in which I have to read the metadata from a DICOM file and display the embedded images in a web browser. I read the information from the user guide and try to implement, but I