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.

Through trial and error learning about Agents in Sybase Central, I have a number of remote databases and agent database defined that no longer exist. I was hoping to do some cleanup and remove/delete these but cannot find any “delete” option. Right-clicking in Sybase Central only brings up a properties window. Is there a way to delete obsolete remote databases and agent databases from the consolidated Sybase Central?

asked 26 Mar '12, 11:30

TL1's gravatar image

TL1
46335
accept rate: 0%

retagged 26 Mar '12, 12:44

RussC_FromSAP's gravatar image

RussC_FromSAP
1.3k11030


In "Agents" folder, you can right click and delete any agent. This will automatically remove the agent database associated with that agent.

For you own databases, I'm not sure why they can't be deleted using the GUI, but there is a stored procedure you can use instead.

ml_delete_remote_id( 'your_remote_id' )
permanent link

answered 26 Mar '12, 14:04

Michael%20Thode's gravatar image

Michael Thode
613
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:

×371
×1

question asked: 26 Mar '12, 11:30

question was seen: 1,635 times

last updated: 26 Mar '12, 14:04