Feb 22, 2023
10:04 AM
If you remove the user.xml file from "CustomInventory", the original user.xml file should take over.
... View more
Feb 22, 2023
03:49 AM
1 Kudo
As this error seems to appear in the ManageSoft Reader, can you please check if your inventory database (e.g. FNMSInventory) got migrated properly?
USE FNMSInventory
SELECT *
FROM DatabaseConfiguration
WHERE Property = 'SchemaVersion'
... View more
Feb 21, 2023
06:10 AM
2 Kudos
I believe, Hyper-V virtualization, specifically guest-host-relationship, could be a gap when relying on SCCM only.
... View more
Feb 08, 2023
02:59 AM
2 Kudos
Thanks, I'll have a look at it.
... View more
Feb 05, 2023
03:15 PM
2 Kudos
Is this ‘build your own’ integrations feature already available? And is there any kind of documentation available?
... View more
Jan 16, 2023
01:50 AM
This sounds like a bug I filed in Jan 2021 with a failed implicit type conversation in the data warehouse export.
... View more
Jan 13, 2023
02:22 AM
2 Kudos
Hi Sharath,
I am not sure if there is a way for that. I always considered the XML output just for quickly reviewing what results the uCMDB API provided.
For production, I always use the "stream" method to have the data put directly into a staging DB (from where the reader will consume it).
Best regards,
Markward
... View more
Jan 12, 2023
11:46 AM
1 Kudo
I guess this would be the case if you wanted the Beacon to transfer the data the "normal" way and/or if you wanted the Beacon to be part of the environment.
But I just thought about moving* the replicated files to the "Incoming" folder of your on-prem Beacon/app server.
* e.g. using PowerShell
... View more
Jan 12, 2023
11:22 AM
2 Kudos
One more thing: a colleague reminded me that the Beacon now has the replication function integrated. It should be even easier to send the data from the replication folder to the local FNMS app server.
... View more
Jan 12, 2023
02:40 AM
3 Kudos
The discussion mentioned by @ChrisG names a specific file. Have you looked at it? Try to customize the picture, GIMP should work. I don't know the exact pixel coordinates, so you'll have to experiment a bit.
... View more
Jan 12, 2023
02:33 AM
3 Kudos
Hi,
I believe, all data transfer the Beacon does, to a Beacon or App server above it in the hierarchy, should be file based (see "Incoming" folder and subfolders).
So my idea would be to change the existing tasks (see Task Scheduler) to copy these files to a local Beacon or App Server before they're uploaded to Flexera One.
Having done something like this in the past to route data to two on-prem environments (Test & Prod), there's a little risk of files arriving just after the copy process and before the upload. A little more complex scipt should be able to address this issue.
Best regards,
Markward
... View more
Jan 11, 2023
09:46 AM
Thanks John,
The "Microsoft Server Core" metric with "Minimum cores per VM" of 8 seems to work ok for this new license option.
Will we get an integrated metric in FNMS, aside from that report, that will be able to chose the best option on a per cluster basis?
Best reagrds,
Markward
... View more
Nov 02, 2022
07:20 AM
Thanks for your answer, unfortunately that didn't solve my problem.
PS: I removed user, role and policies and re-did everything after the user-approach. Still getting the same error.
... View more
Oct 27, 2022
10:33 AM
I had this error repeatedly in a customer environment (2020 R1), not only on a daily basis, but also every time I ran the writer manually.
I am not sure what caused this, but I found ImportedUsers with ComplianceUserIDs that were no longer valid. I can only assume that ComplianceUsers were removed and that was not properly translated back to ImportedUser.
One could argue that existing ImportedUsers should still be valid and their ComplianceUser counterpart should not have been deleted, but that's just how it is here.
I solved it by adding a WHERE clause to "Delete license allocations that no longer exist in ImportedSoftwareLicenseAllocations" (step 1170).
WHERE iu.ComplianceUserID IN (SELECT ComplianceUserID FROM ComplianceUser)
The step name is a bit confusing because that temp table #ImportedLicenseUser is later also used for importing teh new stuff.
... View more
Oct 25, 2022
06:45 AM
1 Kudo
Hi,
A customer asked me if they chould change an existing AppPortal installation to AppBroker by importing a different license file.
Judging from the basically identical source files, the license seems to be the only differentiator.
Can anyone confirm this?
Has this been done before?
Is existing data a problem?
What to take care of, beyond ServiceNow/BMC integration and license change?
Best regards,
Markward
... View more
About
Principal Engineer // Managed Services
Leipzig, Germany
Latest posts by mfranz
Subject | Views | Posted |
---|---|---|
859 | Feb 22, 2023 10:04 AM | |
960 | Feb 22, 2023 03:49 AM | |
224 | Feb 21, 2023 06:10 AM | |
137 | Feb 08, 2023 02:59 AM | |
202 | Feb 05, 2023 03:15 PM | |
767 | Jan 16, 2023 01:50 AM | |
336 | Jan 13, 2023 02:22 AM | |
764 | Jan 12, 2023 11:46 AM | |
774 | Jan 12, 2023 11:22 AM | |
329 | Jan 12, 2023 02:40 AM |
Activity Feed
- Kudoed Re: upgrade OS FNMS for ChrisG. Mar 08, 2023 04:30 AM
- Kudoed Re: upgrade OS FNMS for Big_Kev. Mar 08, 2023 04:29 AM
- Kudoed Re: Microsoft 365 adapter - authorization error for maxhenselcrayon. Mar 07, 2023 08:08 AM
- Kudoed Microsoft 365 adapter - authorization error for ThomasK. Mar 07, 2023 05:00 AM
- Posted Re: Inventory import fails after FNMS 2022 R2 upgrade on FlexNet Manager Forum. Feb 22, 2023 10:04 AM
- Kudoed Re: Inventory import fails after FNMS 2022 R2 upgrade for rwiltshire. Feb 22, 2023 10:03 AM
- Got a Kudo for Re: Inventory import fails after FNMS 2022 R2 upgrade. Feb 22, 2023 03:55 AM
- Posted Re: Inventory import fails after FNMS 2022 R2 upgrade on FlexNet Manager Forum. Feb 22, 2023 03:49 AM
- Got a Kudo for Re: The big choice for gathering inventory: the FlexNet inventory agent or tool "XYZ"?. Feb 21, 2023 07:50 AM
- Got a Kudo for Re: The big choice for gathering inventory: the FlexNet inventory agent or tool "XYZ"?. Feb 21, 2023 07:46 AM
- Posted Re: The big choice for gathering inventory: the FlexNet inventory agent or tool "XYZ"? on FlexNet Manager Blog. Feb 21, 2023 06:10 AM
- Kudoed Re: The big choice for gathering inventory: the FlexNet inventory agent or tool "XYZ"? for johnksilverwood. Feb 21, 2023 06:10 AM
- Kudoed Re: Microsoft Windows Server virtual core licensing option for nrousseau1. Feb 20, 2023 01:40 AM
- Kudoed Flexera SaaS Management Data Ingestion Utility for aswindells. Feb 08, 2023 07:25 AM
- Got a Kudo for Re: NEW DATE for SaaS Manager Webinar! Now on Thursday, 15 December!! (10am, ET/3pm, GMT). Feb 08, 2023 03:01 AM
- Got a Kudo for Re: NEW DATE for SaaS Manager Webinar! Now on Thursday, 15 December!! (10am, ET/3pm, GMT). Feb 08, 2023 03:00 AM
- Posted Re: NEW DATE for SaaS Manager Webinar! Now on Thursday, 15 December!! (10am, ET/3pm, GMT) on Events and Webinars. Feb 08, 2023 02:59 AM
- Kudoed Known Issue: All Beacons grid may show the "Not reporting normally" or "Check connectivity" status for fully functioning beacons if the inventory and database servers have different time zones (IOJ-2244613) for FlexeraBot. Feb 06, 2023 06:33 AM
- Got a Kudo for Re: NEW DATE for SaaS Manager Webinar! Now on Thursday, 15 December!! (10am, ET/3pm, GMT). Feb 05, 2023 03:16 PM
- Got a Kudo for Re: NEW DATE for SaaS Manager Webinar! Now on Thursday, 15 December!! (10am, ET/3pm, GMT). Feb 05, 2023 03:16 PM