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.

We have an old connection (last request: last Friday) floating around on our primary database (in a high availability cluster) that we can't drop. Neither right clicking in Sybase Central and saying "disconnect", nor calling "drop connection" actually drop the connection. We also have a "The number of requests waiting to be fulfilled: 1" message in Health and Statistics. We strongly suspect that that message is caused by that connection.

SQL Anywhere 11.0.1.2436. Connection ID 9273. Connection Name SQL_DBC_2eb4bf0. Last request type is a fetch.

How do we get rid of this connection without restarting the database?

asked 08 Mar '11, 19:16

RobertDD's gravatar image

RobertDD
489161719
accept rate: 42%

edited 08 Mar '11, 22:04

Some more information please: What is the version and build? connection number? connection name?

(08 Mar '11, 19:48) Breck Carter

SQL Anywhere 11.0.1.2436 Connection ID 9273 Connection Name SQL_DBC_2eb4bf0 Last request type is a fetch

When I connect to the secondary database I don't see any indication that anything is wrong.

(08 Mar '11, 19:58) RobertDD

Are there any locks related to this connection (cf. sa_locks(), or the "BlockedOn" column of sa_conn_info())? (Just guessing...)

(09 Mar '11, 08:35) Volker Barth

There is a known issue (CR #702733 - 11.0.1.2786, 12.0.1.3713) which allows connections to be 'undroppable' in rare circumstances (usually involving a parallelized query that makes use of a HashFilter). Setting the connection option 'MAX_QUERY_TASKS' to '1' or restarting the database server is a workaround for the issue.

For more information about this issue, see my response to this question here: http://sqlanywhere-forum.sap.com/questions/6164/connections-that-cannot-be-dropped/6197

permanent link

answered 30 Mar '12, 14:20

Jeff%20Albion's gravatar image

Jeff Albion
10.8k171175
accept rate: 25%

To identify which programm used the connection you can use sybase central go to the connected user tab and look at the properties of the connection. In the tab Extended Information you will see first the AppInfo which tells you from which machine and which programm the connection was initiated. Maybe with this information you get a better understanding if it is still a valid connection or what might have happened to it.

permanent link

answered 09 Mar '11, 07:44

Martin's gravatar image

Martin
9.0k130169257
accept rate: 14%

Just for completeness: I guess the same info can be found with ISQL and the query "select connection_property('AppInfo', 9273)".

(09 Mar '11, 08:21) Volker Barth
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:

×159
×9

question asked: 08 Mar '11, 19:16

question was seen: 5,182 times

last updated: 30 Mar '12, 14:20