- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Forum
- :
- Is there any impact in creating custom views or table in FNMP DB
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
Is there any impact in creating custom views or table in FNMP DB ?
will this be impacted in future upgrades?
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@emtmeta - No. When you perform application upgrades, and additional views or tables you create within the FlexNet database tables are ignored and will remain and you run the Database Upgrade SQL Scripts.
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@emtmeta - No. When you perform application upgrades, and additional views or tables you create within the FlexNet database tables are ignored and will remain and you run the Database Upgrade SQL Scripts.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No impact as long as you keep 2 things in mind:
- They are in the dbo schema - our upgrades check and abort if there are any objects in a user schema
- Please choose a naming convention that is very different than what you see Flexera using - I typically prefix with a company specific acronym (dbo.client_mytable). You want to make sure Flexera is unlikely to choose to name an object the same thing.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks @kclausen @dhoagland1
Points well noted 🙂
It actually helps us to stretch the product capability to more levels .
Cheers,
Junaid Vengadan
