Is there any way (including DB manipulation) to delete unused (because for example renamed) variables and/or web services in the Engine?

asked 15.06.2018 at 07:03

peters's gravatar image

peters
(suspended)
accept rate: 0%


It is very easy to delete unused WebServices if you use 7.1:

7.1 Leading Edge and NEWER

With 7.1 you can steer on new deployments whether old configurations should be removed. See the configuration.cleanup options

On 7.0 LTS and older

You can do it by hand in the database by removing the entries in IWA_WebService respectively IWA_GlobalVariable. Ensure that you have a backup in case you delete too many entries.

link

answered 15.06.2018 at 09:23

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 15.06.2018 at 09:34

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

Tags:

×48
×44
×15

Asked: 15.06.2018 at 07:03

Seen: 1,868 times

Last updated: 15.06.2018 at 09:34