AEMC / Deployment Pipeline: Application CI not getting created and likely therefore no Change Record

Mikael Karlsson
Kilo Sage

We've just configured our AEMC and Deployment Pipeline setup, but upon deployment, no application CI getting created and AEMC therefore doesn't show the app under Custom Apps. Also no change request is getting created. I can't see that any application creation flow is even getting triggered.

 

Deployments succeed and the app gets installed, but there is an error in the application log

Scheduled deployment error in application log:
Scheduled deployment failed for application: 59b8c276eb59c210eb5af476cad0cde6 version: 2.0.7 failed with error message: The current execution is in the waiting state and error code: undefined

 

AEMC Populate Tables: Error populating AEMC tables during scheduled job. Encountered exception: ConversionError: The undefined value has no properties., error duration: 00:00:00


 

1 ACCEPTED SOLUTION

WORKFLOW-COWBOY
ServiceNow Employee
ServiceNow Employee

Hi @Mikael Karlsson - have you followed steps 4f and 4g here: https://docs.servicenow.com/bundle/washingtondc-application-development/page/build/app-engine-studio...

 

You to set this property to true: sn_deploy_pipeline.change_management.enabled

 

I think that should be enough to also create the CI, but if it does not this page may be useful as well: 

 

https://docs.servicenow.com/bundle/washingtondc-application-development/page/build/pipelines-and-dep...

 

 


--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow

View solution in original post

2 REPLIES 2

WORKFLOW-COWBOY
ServiceNow Employee
ServiceNow Employee

Hi @Mikael Karlsson - have you followed steps 4f and 4g here: https://docs.servicenow.com/bundle/washingtondc-application-development/page/build/app-engine-studio...

 

You to set this property to true: sn_deploy_pipeline.change_management.enabled

 

I think that should be enough to also create the CI, but if it does not this page may be useful as well: 

 

https://docs.servicenow.com/bundle/washingtondc-application-development/page/build/pipelines-and-dep...

 

 


--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow

Thanks, for some strange reason i must have missed that. i thought i was following documentation, videos, guided setups but still.. 🙂 i'll flip it and do a test deplyment and share the results.