- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2017 11:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2017 12:12 PM
without seeing the where clauses we are guessing but are you sure that column is NAMED configuration_item and not cmdb_ci like it is used elsewhere in the database?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2017 12:08 PM
Ignore my previous (deleted) post, the margin was cutting off the image. Can you validate that the em_alert table has a field named configuration_item and the cmdb_rel_ci table has a field named child? If they do, have you tried using dots? (ale.configuration_item = rel.child)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2017 12:12 PM
without seeing the where clauses we are guessing but are you sure that column is NAMED configuration_item and not cmdb_ci like it is used elsewhere in the database?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2017 01:14 PM
You are rigth! the field name is cmdb_ci not configuration item(display name).
you save my live!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2017 01:18 PM
You are rigth Doug!. I was using the display name(configuration item) instead of the column name (cmdb_ci).
Thanks