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.

Hi all,

how can i make sure that no other application is connected to the database while the ml agent runs a structure update script? Can i drop all other database connection with a simple command?

Thanks, Axel

asked 12 Feb '18, 03:04

Axel%20Siepmann's gravatar image

Axel Siepmann
294111526
accept rate: 7%

Hm, is it a good idea to drop the connections when users are synchronizing their data?

(12 Feb '18, 04:29) Vlad
Replies hidden
1

...the other connections :)

(12 Feb '18, 07:06) Breck Carter

Hm x2, even worse. I am doing nothing that belongs to the application, and BANG! my connection was dropped :(

(12 Feb '18, 07:45) Vlad

Foxhound's AutoDrop feature might be appropriate here, since it is focused on actual evil-doers.

(13 Feb '18, 09:02) Breck Carter

This forum has several FAQs on that topic, here's one to make sure your connection is the only one. A search for something like "drop connection" will reveal several others.

permanent link

answered 12 Feb '18, 03:30

Volker%20Barth's gravatar image

Volker Barth
40.2k361549822
accept rate: 34%

Ah, sorry... Thanks for your answer, Volker!

(12 Feb '18, 03:45) Axel Siepmann
Replies hidden
1

No need to feel sorry, I didn't want to sound harsh but just wanted to give a few hints... :)

(12 Feb '18, 04:03) 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:

×371

question asked: 12 Feb '18, 03:04

question was seen: 4,542 times

last updated: 13 Feb '18, 09:06