- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2015 09:22 AM
I'm trying to combine the sysevent and sys_user tables in a database view to capture login-related events.
I've been struggling to get it working.
Every time, I want to test it - it crashes. I have no idea why.
Thanks,
D.
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2015 10:49 AM
Can you please check your Table Rotations module? You should see sysevent in the Table Rotations. Database views can not be created on Rotated tables and this is most likely the cause of the problem (Database Views - ServiceNow Wiki). Additionally, Database Views can not include Extended tables either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2015 10:49 AM
Can you please check your Table Rotations module? You should see sysevent in the Table Rotations. Database views can not be created on Rotated tables and this is most likely the cause of the problem (Database Views - ServiceNow Wiki). Additionally, Database Views can not include Extended tables either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2015 10:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2015 10:50 AM
Sorry for breaking it up like this, I have been getting errors that prevented me from posting, so I did everything I could to get the post to go through. So hopefully this helps 😄
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2015 11:13 AM
I checked and you're right - sysevent is listed in our Table Rotation module.
Database views can not be created on tables that participate in Table Rotation.
Thanks for the tip regarding the right spot in the wiki
I'll have to look to another way to solve my problem. .
D.