If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Migration From Sybase ASA 7.0 to MySql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-18-08, 02:02
mavartak mavartak is offline
Registered User
 
Join Date: Jun 2003
Location: INDIA
Posts: 3
Smile Migration From Sybase ASA 7.0 to MySql

Hi, Everybody,

I want to migrate from Sybase's Adaptive Server Anywhere 7.0
i.e ASA 7.0 to MySql.

Source database (of ASA 7.0) and the newly created target
database ( of MySql ) would be on same machine. ( no network involved )

I want to migrate both data and schema.
Is there any tool which can do the job.

I tried MySql's Migration toolkit. But it is not connecting to source database and giving errors like

Connecting to source database and retrieve schemata names.
Initializing JDBC driver ...
Driver class Sybase JDBC Driver
Opening connection ...
Connection jdbc:jtds:sybase://LOCALHOST:3306/d:\db_nolog\yog_0708.db;user=milind;password=;char set=utf-8
The list of schema names could not be retrieved (error: 0).
ReverseEngineeringSybase.getSchemata :Network error IOException: Connection refused: connect
Details:
net.sourceforge.jtds.jdbc.ConnectionJDBC2.<init>(C onnectionJDBC2.java:372)
net.sourc

When actually network is not involved why is it expecting all other network
related parameters

Please help me and suggest how should I convert my sybase data to MySql
Reply With Quote
  #2 (permalink)  
Old 07-18-08, 09:39
Kleisath Kleisath is offline
Registered User
 
Join Date: Jun 2008
Posts: 2
The easiest approach may be to use SQL Anywhere's dbunload utility. This will create a reload.sql file that you can modify to match MySQL's syntax, along with csv files with the data.

ASA version 7 is over 9 years old. Have you tried one of the newer versions of SQL Anywhere? The SQL Anywhere Version 11 Free Developer edition was just posted on the Sybase website: http://www.sybase.com/sqlanywhere

The Developer Edition allows free development, and demonstrates much faster performance than MySQL on many different types of applications. Perhaps it would solve your needs, without the need for migration.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On