Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

I have a old program which starts a program called the "Sybase SQL Anywhere network requestor" to make database queries. On the server there's a sybase SQL Anywhere 5.5 server installed that runs as a desktop application. Sometimes the server program crashes, which might be due to it running on a Windows 2008 R2 server.

What versions could I upgrade to without breaking the 5.5 client?

Can I replace that 5.5 client without breaking the program?

What are my options, altogether?

The program upgrades would be VERY expensive, so we hope there's a different solution... The company will not do anything but upgrade the program.

asked 12 Apr '13, 10:39

sinni800's gravatar image

sinni800
16113
accept rate: 100%

edited 12 Apr '13, 10:44

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297


After not finding a solution myself, the question has finally been solved (for me): I don't need to upgrade anymore since the maker of the software has sold us an update that improved everything anyway. It now also uses Microsoft SQL Server so we don't have to run SyBase anymore. The company has upgraded all the data of the SyBase server so I can now ban this old version to the backups for a while.

permanent link

answered 30 Jul '16, 05:15

sinni800's gravatar image

sinni800
16113
accept rate: 100%

2

> The program upgrades would be VERY expensive

Congratulations saving up enough money to buy a SQL Server implementation... in three years ( that sounds about right :)

(30 Jul '16, 14:46) Breck Carter

Just to understand - are the following statements correct?

  • You have a client-server application with both a v5.5 database server and a v5.5 database client running on a different box.
  • The database server runs on a Win 2008 R2 server.
  • You are asking about upgrading the database server to a newer version.
  • You would like to leave the application unchanged.

If this is true, some further questions:

  • What API is the client application using (Embedded SQL, ODBC)?
  • Do you wish to leave the client side completely unchanged (i.e. leave the client on v5.5) - or are you planning to upgrade the client, too?
  • Can you upgrade the database itself to a newer version (which generally requires DBA access), or must it stay on v5.5? - I'm asking a v9 database servers can run v5.5 database files...

FWIW, the SA network requestor (dbclient.exe) was only used with v5 and is needed for TCP/IP connections between client and server. With v6 and above, the according SA client libraries are able to establish and manage network connections themselves, so v6 and above clients do not need the separate dblient.exe anymore.


Note: Even v9 is long EOL'ed - current SQL Anywhere releases are on v11.0.1, v12.0.1 and v16.0...

permanent link

answered 13 Apr '13, 06:13

Volker%20Barth's gravatar image

Volker Barth
40.2k361550822
accept rate: 34%

I am sorry for not answering this for a long time. I don't know what API the application is using, it is automatically starting a SQLAnywhere connector, more I don't know. I can and would switch out the SQLAnywhere connector application if possible. The database itself could be upgraded, this is not my issue.

I can change everything - EXCEPT! the client application which runs the connector. It's proprietary software which drives a CNC machine with drawings. I would go up in the DB version as far as possible without breaking the client application.

My problem is that Windows Server 2008 just doesn't seem to run v5.5 that well anymore, it sometimes crashes.

If there are any specific sources for informtation that I can look into, please tell me so.

(07 May '13, 17:48) sinni800
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×62
×37
×17

question asked: 12 Apr '13, 10:39

question was seen: 7,243 times

last updated: 30 Jul '16, 14:55