Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP LTM
Known Affected Versions:
11.3.0
Opened: Oct 03, 2013 Severity: 3-Major
Attempt to modify existing application then get this error returned 'invalid application update, an application was not specified.'
The system posts the error message 'invalid application update, an application was not specified.'
Here is one case that causes the message: modify sys application service my_app.app/myapp tables replace-all-with { ... }
This issue can be avoided by also setting another property on the Application Service object when modifying the variables. You can workaround the issue by setting a property on the AppSvc that is not a "join" object like the "description" property For example, the description is set to "none": # modify sys application service my_app.app/myapp tables replace-all-with { ... } description none
None