Migracion Sybase a SQL Server

Hola 
Estoy intentando hacer una migracion de Sybase a SQL SErver pero tengo inconveneintes con la licencia la pagina dice que no lo encuentra, usted me puede ayudar como encontrar esta licencia par apoder realizar
la migracion.
Muy amable.

Hi Karen Puentes,
Since this is English Forums about SQL Server, I recommend you post your issue with English, it is appropriate and more experts will assist you.
Translating your problem into English, we need to verify if your issue is that the registering page could not be opened.
// I'm trying to make a migration from Sybase to SQL Server but the registering licensed says page not found, can you help me find this pair link about license for performing the migration?//
SQL Server Migration Assistant (SSMA) is a free supported tool from Microsoft that simplifies database migration process from Sybase Adaptive Server Enterprise (ASE) to SQL Server or SQL Azure. In theory, you can download the license in the registering page.
I also do a test, it is also display error 404.
Personally, I recommend you that submit the requirement at https://connect.microsoft.com/SQLServer/. 
If the requirement mentioned by customers for many times, the product team may consider to note this issue . Your feedback is valuable for us to improve our products and increase the level of service provided.
Regards,
 Sofiya Li
Sofiya Li
TechNet Community Support

Similar Messages

  • Data transfer from sybase to sql server

    Hi ,
    we are pulling data from sybase to sql server using ssis pacakges.
    a column of type bit in sybase is transferred as int in sql server.
    but because of that the value of sybase column as 1  is transfered as -1 in sql server till now .
    suddenly the value is now coming as 1 in sql server.
    can anybody tell me what could be going wrong here ?
    please help
    thanks in advance

    If its a bit field in sybase the corresponding datatype should be bit itself in SQLServer. Bit is boolean based data having values as only 0 and 1 (and NULL also if columns in nullable). int datatype can hold any integer data so they both are not same.
    Also a bit value of -1 is invalid and makes no sense
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • I will be working on a project to migrate from Sybase ASE (15.7) to SQL Server 2014 using Oracle golden gate........I am trying to find documentation which can guide me to use a separate box installation of OGG and how to configure it for Sybase and SQL s

    Hi,
    I need guide to install OGG on a separate box which will help me to migrate Sybase to SQL server.
    Viral Dave

    hi - just an fyi
    we have SQL Server 2012 and from my reads and understanding OGG supports SQL Server up to 2008. not to say it wouldn't work on higher versions if installed. in the link above check out the SQL Server installation chapter. before purchasing the license I would contact Oracle.
    maybe someone here has installed it on a higher version and got it to work. we are currently working on setting up OGG to work on Oracle to Oracle servers.

  • SQL Server Replication: Sybase as publisher and SQL Server as Subscriber possible or not?

    Hi,
    Using SQL Server Replication, data pulling from Sybase to SQL Server is possible or not?
    --sybase has publisher and sql has subscriber
    Thanks  

    Hello,
    Just as Hilary post, you should backup the following database and restore to the new server:
    1.The publication database at the Publisher
    2.The distribution database at the Distributor
    3.The subscription database at each Subscriber
    4.The master and msdb system databases at the Publisher, Distributor and all Subscribers
    After restoring the publication database from a backup, you reinitialize all subscriptions to the publications.
    Reference: Strategies for Backing Up and Restoring Merge Replication
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • Sql server to oracle conversion

    i received the following error while converting from sql server to oracle 10g on windows and sql developer version is 1.5.1
    --oracle.dbtools.migration.workbench.core.ui.AbstractMigrationProgressRunnable.start(AbstractMigrationProgressRunnable.java:141)
    --oracle.dbtools.metadata.persistence.PersistenceException: ORA-06550: line 1, column 13: PLS-00306: wrong number or types of arguments in call to 'GATHERCONNECTIONSTATS' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    can anyone help me

    Hi <Please supply name>,
    SQL Developer 1.5.1 is very old (> 3 years old). Lots of improvements have been made since then.
    You can download SQL Developer 3.1 (EA 1) here
    http://www.oracle.com/technetwork/developer-tools/sql-developer/sqldev-ea-download-486950.html
    Heres a video of migrating Sybase to Oracle using SQL Developer 3.1
    Sybase and SQL Server migrations are identical.
    http://www.youtube.com/watch?v=W1QaEHpNw6Y
    Hope this helps,
    Regards,
    Dermot.
    SQL Developer Team

  • How to replicate data  between Oracle db and SQL server dbs in real time?

    Hello,
    Anyone has idea that what tool we can use to do data replication in real time between Oracle and SQL sever or Oracle and Sybase or Sql server and Sybase?
    This is topic is brought by a project manager?
    I only know Oracle to Oracle dbs by streams or GoldenGate.
    Thanks
    Jerry

    Since GoldenGate's bread and butter was (and is) replicating data between heterogeneous data sources, and since Oracle has purchased GoldenGate, that would seem like a natural place to start.
    Beyond that, it depends on the architecture you want and how you define "real time." Just about any ETL tool on the market, whether Oracle's ODI or OWB or any number of third party products (Informatica, DataStage, etc) can handle "trickle feeds" from various data sources to a database target of your choosing. Different tools will have different sorts of integration with the source database, many will require that a bunch of triggers are created to track changes on the source systems.
    If you want Oracle to control the replication process (which doesn't really make sense if we're talking about replication from a non-Oracle database to another non-Oracle database), you can use the Oracle Transparent Gateway products to create database links from Oracle to the non-Oracle databases and query data on the source database periodically.
    Justin

  • Sybase to SQL Migration Problem

    Hi:
    I'm trying to Migrate Sybase 15.5 to SQL Server 2012.
    My problem with Arabic Words,
    I've tried SSMA , bcp in collated the sql server to ARABIC_CI_AS and ARABIC_100_AI_AS
    but with no luck even tried to fonts in the sql reports when I made them but no luck
    is there a way to change the charset in Sybase or SQL Server ? Since I found that the data itself will go as charecters no windows.
    Note: When I made bcp out from sybase I let it to use windows charset and in when I displyed the output of the bcp in notpad it showed the arabic words but when I try to bcp in the SQL Server it gives me errors ether invalid data for type numeric or it gives
    me string data right truncation
    many thanks in advance
    Bye Faisal

    Hi Faisal Shahin,
    According to your description, if you use SSMA to migrate Sybase database to SQL Server, this tools can migrate the data from Sybase to SQL Server and synchronize target entire database with all attributes. it is confused that you use BCP utility to import
    the data from SQL Server or export data from Sybase.
    If you want to migrate data (including Arabic Words) from Sybase to SQL Server, you can set the database collation to ARABIC_CI_AS or ARABIC_100_AI_AS when creating database in SQL Server, then use SSMA tool to convert entire Sybase database (with all attributes
    ) and synchronize target database to SQL Server.
    For more information about setting or changing the Database Collation, you can review the following article.
    http://technet.microsoft.com/en-us/library/ms175835.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Migrating SybaseIQ to SQL Server via SSMA?

    Hi all,
    anyone who tried to migrate from Sybase IQ to SQL Server via SQL Server Migration Assistant (SSMA)? As from the product Website only Sybase
    ASE is officially supported. I'm looking especially for a way to migrate Stored Procs.
    BR Dirk

    Hi Dirk,
    Indeed, SQL Server Migration Assistant (SSMA) is a free supported tool from Microsoft that simplifies database migration process from
    Sybase ASE version 11.9 and higher to all editions of SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, SQL Server 2012, and SQL Azure. If you want to migrate T/SQL Stored Procedures from Sybase IQ to SQL Server, maybe need to use the third-party
    tools, such as SQLWays or other tools.   
    There is a detail about SQLWays Tool, you can review the following article.
    http://www.ispirer.com/products/sybase-to-sql-server-migration
    Note: Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft
    cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and please be cautious and ensure you have completely understood
    the risk before retrieving any software from the Internet.
    Thanks,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • How can I Connect to SQL Server or other RDBMS like Sybase from Form 6i

    I want to connect Connect to SQL Server or other RDBMS like Sybase from Form 6i. I kniow that I need some gateway product but I don't know the name of the product?Can i use some other technology to do the same like client software etc.
    I need this help urgently?

    Check the following link.
    http://www.oracle.com/technology/products/gateways/index.html

  • Can I use Other database as the repository, Sybase/SQL Server? Urgent!!!

    Hi all,
    Can I use Other database as the repository, Sybase/SQL Server? Urgent!!!
    And Can I use other database store business data and sync with lite?
    Thanks ahead!!!

    Jonathan,
    No, it is not possible to use any other database than Oracle (8.1.7) or later .
    Oracle Lite will only work with Oracle.
    Regards

  • Does Oracle have Extended Stored Procedure like SQL Server and Sybase?

    Hi, i am new to Oracle. I want to know if...
    Does Oracle have Extended Stored Procedure like SQL Server and Sybase?
    If it does not have, then how can i call outside program written in C or JAVA from the Database stored procedure or trigger?

    refer to this link on external procedures
    http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a76956/manproc.htm#11064

  • Sybase sql server to oracle

    I am looking for help in migrating some tables from our old sybase database on vax vms to oracle 8i database on windows 2000.
    can somebody please help me out on the best way to do this. Migration workbench is ruled out as the version of sybase is not supported and also i do not have the sybase client software.
    can somebody give me the bcp out commands to also the sql*loader commands and control file to do this.
    email : [email protected]
    Thanks

    hi - just an fyi
    we have SQL Server 2012 and from my reads and understanding OGG supports SQL Server up to 2008. not to say it wouldn't work on higher versions if installed. in the link above check out the SQL Server installation chapter. before purchasing the license I would contact Oracle.
    maybe someone here has installed it on a higher version and got it to work. we are currently working on setting up OGG to work on Oracle to Oracle servers.

  • Import into SQL Server db from Sybase 7 data source - SQL Server 2008 R2/2012

    Hi,
    I need to import Sybase 7 data into a SQL Server 2008 R2 or 2012 database.
    Has anyone any experiences about this import?
    Thanks

    The nuance is in basically setting your connection manager right.
    If I remember correctly, I did that using the ODBC/ADO, but I do not remember the Sybase version.
    I suggest you visit a post dedicated to this operation (the author chose to use the ADO.NET type of a provider):
    http://msbimentalist.wordpress.com/2013/11/01/import-and-export-from-sql-server-to-sybase-db-using-ssis/ 
    Arthur My Blog

  • Migration from sybase sql server 7 to Oracle 8i

    Hi,
    We have a very old Sybase database which contains some 2gb of data which is still being used by the users, we want to phase this out. We want to selectively export some tables and import them into our oracle 8i database. I have looked at documentation related to the migration workbench and it wont work for us because the version of sybase database is very old and I cannot find any client software either to help me to connect to the database.
    I noticed in this forum, several messages suggesting the use of bcp to export data from the sql server and then sql*loader to import the data into oracle.
    Can anybody please send me the information on bcp and how to export data using that and then how to import it in oracle. I am familiar with sql*loader but am not a expert so any help on how to define the control file etc for sql*loader would be helpful.
    Thanks

    Hi Hari,
    You will be able to get the Beta release on this site in the next
    couple of days in the 'Software' section of this page.
    We are just waiting on our web page administrators to make this
    software public.
    The amount of interest in the SQL Server 7.0 plugin is
    substantial, so we are focussing on making it production as soon
    as possible.
    Please provide feedback on the beta to [email protected]
    Regards
    John
    Hari (guest) wrote:
    : Hello great ones,
    : I have a website converted from sql server 7 to Oracle 8i (okay
    : the customer just woke up to the reality that Oracle rules in
    : the e-commerce world..). I read about the workbench and the
    : sqlserver 7 plugin which is still in beta.
    : Is there any ways I could get hold of the beta release?. This
    is
    : a big company and if I could do the job fast, it would result
    in
    : more business to oracle for they will buy the production
    : licenses
    : (as well as Oracle Apps) after I show them I am successful and
    : Oracle 8i is great.
    : Any help would be appreciated and thanks a bunch. I am more
    : concerned about database objects other than stored procedures
    : only.
    : Thanks in advance.
    : Hari
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Can I use attunity CDC to propagate changes from sql server to a sybase database

    can i use attunity cdc components in sql server to propagate changes to a sybase destination. I did some experimenting with cdc in ssis 2012 and got it working to send changes to sybase, but I need to do this for approx 5000 tables. so looking for a product
    that can do this for me.
    ny help welcome
    thanks
    Geert Vanhove DCOD ------ http://geertvanhove.wordpress.com/ ----------- Please click the Mark as Answer or Vote As Helpful if a post solves your problem or is helpful!

    Hello,
    It seems that you try to with captures SQL Server data changes and move to Sybase database with Attunity CDC. Since it is a thrid party tool, I suggestion that you post the question in the
    Attunity site for support.
    Reference:Attunity CDC
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

Maybe you are looking for

  • F.13 Clearing

    Hi Guys, There is a problem with automatic GR/IR clearing . We are using transaction F.13. Problem is that there is a price difference between GR and IR. It is causes by the following fact. Our local currency is INR. When we buy something in EUR, the

  • Dynamic form processing in struts

    Hi all, I need your help regarding dynamic form elements form processing. Here is my JSP Script, <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> <%@ taglib uri="/WEB-INF/struts

  • InDesign CC will not launch

    When I try to open the app, or open an existing file, Adobe Application Manager launches. But nothing else happens. I'm on an iMac running 10.7.5. Thoughts?

  • Cannot rename folders in SMB share using Column view

    I connect to an Ubuntu SMB server and files and folder access worked perfectly under 10.5.8. I upgraded to Snow Leopard and a curious thing happends. I set CHMOD of the main folder to 777. I can create and rename folders in this first level but if I

  • Access You local Scanner in Air Application

    is it possible to access your local scanner and scan a document using air application?