What triggers a unauthorized emergency change request?

SM123
Tera Expert

Hi all,

According to this product documentation Unauthorized change request (servicenow.com) 

Whenever there is an unplanned change in a CI an unauthorized Emergency change request will be automatically created. I went into the cmdb_ci table and made changes in one of the ci but it's not creating any unauthorized change request and yes i enabled "Enable event processing "checkbox. Could anyone help me with this?

 

4 REPLIES 4

Community Alums
Not applicable

Hi @SM123 ,

From this properties page, you can control the capabilities, such as:
  • Enabling or disabling the creation of unauthorized change requests when receiving the ci.change.unplanned event.
  • Configuring the type of change requests, which are valid, and fall into the unauthorized change category.
  • Configuring a quiet time, whereby, if there is a repeated change to a CI that has been flagged previously, another unauthorized change is not created within that time period.
  • Configuring the interval frequency for detection.
  • Including a CI class for the change request that must be monitored.
    Note: Monitored CIs must be part of an application service.
Navigate to Change > Administration > Unauthorized Change Properties to view and edit the properties.

Hi @Community Alums ,

I already tried the ways you mentioned it's same as the product documentation. Basically, what my question is i made changes in the CI (which is not repeated) but it's not working. it's not creating any unauthorized change. 

i will tell you what i did. I Navigated to Change > Administration > Unauthorized Change Properties and edited the properties as shown in the picture. then went into cmdb_ci.list and converted one of the ci(it doesn't have any change request previously) into application service because OOB i don't have any records in application service table(cmdb_ci_service_discovered.list) because product document says that CI should be part of application service. Then i again went to cmdb_ci.list then changed some of the fields in that CI then IT SHOULD ATOMATICALLY create a unauthorized change which is not creating. Could you help me with this?un.png

tarek_elkelani
ServiceNow Employee
ServiceNow Employee

Hey Malika,

 

Try creating a new record in the svc_ci_assoc table and link the cmdb_ci record to the service record:

 

tarek_elkelani_0-1736444009596.png

 

Palak Gulati
Tera Contributor

hi,

 

I am facing same issue , have you got any solution for this.