development icon indicating copy to clipboard operation
development copied to clipboard

Reset timer operation does not work in "Service instance operation" dialog of controller

Open ghost opened this issue 7 years ago • 0 comments

[Version] 16.1 fix6+ 2017/03/14

[How to reproduce]

  1. Due to a configuration problem a "start service instance operation" did not return.
  2. This caused the timer to be stopped
  3. The configuration problem was resolved,
  4. in service instance dialog, http://:8880/oscm-app/controller/?cid=ess.aws "complete pending" was done for operation, followed by "reset timer"
  5. 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.

ghost avatar Mar 14 '17 14:03 ghost