Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. 1) ManheimRemedier::CLI for ServiceNow backend allows you to open then close a CRQ when a change is made successfully
  2. Failure/Error: raise ApplicationError.new(e.message)
  3.  
  4. ApplicationError:
  5. 403 Forbidden: Operation against file 'change_request' was aborted by Business Rule 'Planned Start/End Date validation^7c065dc52b61120031a6308505da153d'. Business Rule Stack:Planned Start/End Date validation
  6. # ./lib/manheim_remedier/runners/snow_runner.rb:21:in `rescue in open'
  7. # ./lib/manheim_remedier/runners/snow_runner.rb:14:in `open'
  8. # ./lib/manheim_remedier/cli.rb:9:in `open'
  9. # ./spec/external/cli_spec.rb:68:in `block (3 levels) in <top (required)>'
  10.  
  11. 2) ManheimRemedier::CLI for ServiceNow backend allows you to open then backout a CRQ when an error occurs during a change
  12. Failure/Error: raise ApplicationError.new(e.message)
  13.  
  14. ApplicationError:
  15. 403 Forbidden: Operation against file 'change_request' was aborted by Business Rule 'Planned Start/End Date validation^c106990913691200738e7dcf3244b05e'. Business Rule Stack:Planned Start/End Date validation
  16. # ./lib/manheim_remedier/runners/snow_runner.rb:21:in `rescue in open'
  17. # ./lib/manheim_remedier/runners/snow_runner.rb:14:in `open'
  18. # ./lib/manheim_remedier/cli.rb:9:in `open'
  19. # ./spec/external/cli_spec.rb:78:in `block (3 levels) in <top (required)>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement