- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2017 04:01 AM
Is there a query I can do to get the provisioning / installation date of an instance?
+ How can I know the first version it had without having to go through the sys_upgrade table?
(not using HI )
thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2017 04:14 AM
You need to check the Updated field of instance_id or instance_name property on sys_properties table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2017 10:24 AM
Did you check the Updated field of the instance_name property in System Property [sys_properties] table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2017 12:00 PM
Hi Adil,
Thanks. Yes, the updated field works exactly the same as looking for it at the upgrade history, I get the same result (last zboot or installation date).
Kind regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2017 10:15 AM
Please Refer Below article might be helpful :
ServiceNow KB: Using the HI Service Portal (KB0547103)
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2017 11:17 AM
HI Albert,
On the instance you can go to the Upgrade history module and filter on [From][is not][n/a] and get the upgrade info since the last zboot like so:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2017 11:48 AM
OK, I think I see the problem now... I know an instance that is older than the first record that appears on the upgrade history (2014). But I think it was a zboot then, so that would be the reason. I understand then that there is no way to see when it was provisioned for the very first time, even in the case of later zboots. Perhaps in HI but I was interested to see it in the instance.
Thanks Anthony.