on 2018 Feb 07 8:03 AM
I try using Full Konvert to convert my sybase sql anywhere dbfile to mssql.
On SQL Anywhere 17 i can connect directly to my dbfile. SQL Anywhere starts a server with the database in it.
In Full Konvert, for the Sybase SQL Anywhere (ASA) connection it needs the host and the servername.
How do i get the host and the servername now?
You may want to start the database manually. In reviewing the tools "how to" documentation, I think it expects that the database will be running TCPIP (by default if you autostart SQL Anywhere it will be using the personal server which does not use tcpip by default).
To start the server manually against a database named Database.db on the same machine hosting Full Konvert,
dbeng17 -x tcpip -n ServerName Database.db -n DatabaseName Host: localhost Server Name: ServerName Database Name: DatabaseName
If you need or want to run Full Konvert on a different machine, use dbsrv17 instead of dbeng17 and set the host appropriately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.