- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 07:05 AM
I am using LAB instance with HAM installed but can not get the CI to be created even though all settings seems to be ok (see screenshots). I've run the job 'Asset - Create asset delayed sync' several times with no effect. What I am missing?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 07:47 AM
Check whether 'Create CI on Insert' business rule is active. If it is disabled, you need to set it to 'Active'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 04:23 AM
'Asset - Create asset delayed sync' scheduled job does not create CIs. The purpose of this job is creation of assets when CIs are created.
It is controlled by the system property 'glide.create_alm_asset.async'. If the value of system property 'glide.create_alm_asset.async' is "false", asset is created immediately when the Configuration item is created. If the value is "true", asset creation is deferred when the Configuration item is created. In this case, Asset is created via the "Asset - Create asset delayed sync" schedule job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 07:47 AM
Check whether 'Create CI on Insert' business rule is active. If it is disabled, you need to set it to 'Active'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 07:23 AM
What you suggest will help with creating CI while updating an asset but I do not understand why the job does not create the CIs, which was my original question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 04:23 AM
'Asset - Create asset delayed sync' scheduled job does not create CIs. The purpose of this job is creation of assets when CIs are created.
It is controlled by the system property 'glide.create_alm_asset.async'. If the value of system property 'glide.create_alm_asset.async' is "false", asset is created immediately when the Configuration item is created. If the value is "true", asset creation is deferred when the Configuration item is created. In this case, Asset is created via the "Asset - Create asset delayed sync" schedule job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2023 05:20 AM
That makes sense, thanks!