Hi Harjo
I know SQL Anywhere is not part of the standard Servoy deployment anymore (for quite a while). But we continue using SQL Anywhere. We use both databases (Postgres long before it became the standard install with Servoy) for projects in use at customers (both databases in their latest versions).
For new projects we use SQL Anywhere, despite the licensing costs, which are (in my opinion of course) easily worth the money for what we get.
And yes, we have to install SQL Anywhere separately from Servoy, but this is of course no problem.
To come back to my original question, the only thing I would like to know is to what location (path in the files system) is the / (slash) in the URL pointing to?
URL is: jdbc:sybase:Tds:localhost:2638/servoy_repository
Best regards, Robert
Harjo wrote:Hi, Robert,
Servoy 6.1 does not come with Sybase anymore.
I see you mentioning Sybase SQL anywhere 12, so that one, you installed by hand?
Probably you updated a repository DB, which was still running, from an older version of Servoy.
with older version of Servoy you will find this in a folder: sybase_db.
with SQL anywhere 12, I don't know...
servoy_server.sh -upgradeRepository
does not create the database for you, it tries to find the database, and does an upgrade of internal structure...which is needed for a new (major) release of Servoy
Hope this helps