How to execute the 'manage technology models' UI action for multiple business application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 03:48 AM
Hi,
To implement the TPM dashboard, I am in a stage to associate the service software model [sn_apm_tpm_service_software_model] and service hardware model [ sn_apm_tpm_app_service_hardware_model] tables.
I know, by using the UI button "Manage Technology Models", we can fetch the product models and associate it with the service software/hardware model tables for a single application.
On total we have around 2000 business applications. My question is, How can we automate / use the "Manage Technology Models" script to fetch it for multiple business applications?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 04:19 AM
Hi Karthi,
you can create a scheduled job the checks all Application Services that has a related Business Application.
This manual action includes an intermediate UI to select. That would mean you need to fix those settings in logic and run it all by script.
BR,
Barry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 12:17 AM
@karthi1 were you able to achieve it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 04:58 AM - edited 08-28-2024 04:58 AM
To add to what Barry has shared, you are looking at the "Old" TPM functionality. There is a new TPM that is part of EA Workspace and also includes a job that you can execute.
Please check out this community post to learn more:
Technology Portfolio Management - Getting Started
best,
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 12:22 PM
Hello Mark,
We also have 1000+ calculated Application services in cmdb_ci_service_discovered table with service type of "Dynamic", "Tag_based".
All of these services have an association established with ci class is a "server" in svc_ci_assoc table which is resulting TPM Discovered Technologies in EA workspace.
In our Environment also has SAMPro implemented providing Software/Hardware Product lifecycles.
We are using OOB TPM Risk Parameters for Software/Hardware models to calculate age/stage risk for internal/publisher models. However when we execute scheduled job "Load TPM Risk Parameters and compute application service risks" We are not getting any risk related results populated in below TPM related sections:
->Software/Hardware risk parameters score
->Software/Hardware Model risk values
->Application Risk values
->Application Software/hardware Models
However, when we use "Old" TPM functionality by using Manage technology Models of Business Application to fetch Software/Hardware models and associate them to application service we are getting risks populated for all above TPM risk sections.
Is it still expected to use "Old" TPM functionality to fetch and associate Software/Hardware models to get the technology risk populated as per defined TPM Risk parameters.
Or
The risks should be automatically calculated in EA Workspace as per the TPM Risk parameters.
Appreciate if you can advice.
Thank you!