development
development copied to clipboard
Reset timer operation does not work in "Service instance operation" dialog of controller
[Version] 16.1 fix6+ 2017/03/14
[How to reproduce]
- Due to a configuration problem a "start service instance operation" did not return.
- This caused the timer to be stopped
- The configuration problem was resolved,
- in service instance dialog,
http://
:8880/oscm-app/controller/?cid=ess.aws "complete pending" was done for operation, followed by "reset timer" - the operation was repeated.
[Expected result] operation is now successful
[Observed result] operation is not successful, timer is off (was not reset)
[Details] I finally changed the db entry in table serviceinstance "runwithtimer" from FALSE to TRUE. This resolved my problem. But this should be done with reset timer automatically.