
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 06:08 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 07:05 AM
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:
--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 07:05 AM
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:
--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 10:21 AM
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.