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 just inherited some legacy code that uses SQL Anywhere. The server name is truncated, whenever constructed, to 30 characters. This causes problems for some users. I want to find out if this is a SQLA limitation, but haven't found a definitive answer in last day of searching.

asked 09 Nov '09, 19:52

Matthew's gravatar image

Matthew
11112
accept rate: 0%


The limit was 40 bytes except for shared memory on unix, which was 31 bytes. This was bumped to 250 bytes in version 10.

permanent link

answered 10 Nov '09, 16:54

Graeme%20Perrow's gravatar image

Graeme Perrow
9.6k379124
accept rate: 54%

If my hazey memory recalls correctly versions prior to 10 restricted the length of the servername parameter. I think it was 40 bytes

permanent link

answered 10 Nov '09, 16:24

steve's gravatar image

steve
112
accept rate: 0%

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:

×25
×7
×6

question asked: 09 Nov '09, 19:52

question was seen: 3,195 times

last updated: 10 Nov '09, 16:54