cancel
Showing results for 
Search instead for 
Did you mean: 

Sql Anywhere 17 db-file get host and servername

Former Member
0 Kudos
2,482

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?

Accepted Solutions (0)

Answers (1)

Answers (1)

chris_keating
Product and Topic Expert
Product and Topic Expert

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.