Oct 26, 2020
07:37 PM
Hi @deannag
Please see if this old thread can give any hints here in case you haven't yet read
https://community.flexera.com/t5/FlexNet-Manager-Forum/quot-Usage-agent-is-configured-not-to-run-on-this-machine-quot/td-p/124340
... View more
Oct 26, 2020
07:08 PM
@deannag
Light weight agent (or called inventory scanner) is more like a 'plug and play' tool , as far as I know our solution engineer uses them quite often by demoing this tool capability on a customer machine during POC. Get the ndi and import into a demo FNMS so that customer can see how it looks like in FNMS level. Simply speaking if you don't bother manually transfer the ndi file from machine to somewhere (beacon/server), then this tool is pretty handy as you don't need to run installer of agent and specify upload/download location on agent reg key etc.
This is first pop up my head. HTH
... View more
Oct 26, 2020
07:05 PM
Hi @martelj4
Try this document (page 11) for the user name and password for Gateway tool
https://docs.flexera.com/fsg202/FSG2v6.0InstallAdminGuide.pdf
Hope it helps.
... View more
Oct 21, 2020
07:22 PM
1 Kudo
Hello @jiwaniec
The license entitlement can either from the PO you have linked or manually input via "Extra entitlement" from the license general tab as showing below
Regarding to allocation whether consume the entitlement, It's a user decision. The control is under License -> "Use Rights & Rules" tab ->"Consumption per device, user or access" as showing below
HTH
... View more
Oct 05, 2020
11:17 PM
Hello @deepakgu
Could you please clarify what Flexera product of this issue is? This forum is specialized for the product "FlexNet Manager Suite" .
Cheers
... View more
Oct 05, 2020
11:14 PM
1 Kudo
Hi @Ralph_Crowley
The support compatibility of the Platform OS can be found here . (search with keyword ' FlexNet inventory agent' should lead you there)
Therefore officially 2020 R1 support Mac OS 10.6–10.15.
Please note , you may find the existing agent might just work on those new platform as well. Of course if there is anything observed, please let us know either here or via a support ticket.
HTH
Cheers
Kevin
... View more
Oct 05, 2020
10:52 PM
2 Kudos
Hi @winvarma
Try to check below see if it's the cause
On the IIS on FNMS Batch server: the inventory-beacons service, "Anonymous" authentication is turned on or off? Try to disable it if it's on, if that's the case then the Beacon will work when it's off. OOTB we support only windows auth.
Cheers
Kevin
... View more
Oct 05, 2020
12:19 AM
2 Kudos
Hello @adamgalbreath
Recently I have helped a partner using IATrack (which is not officially supported FNMS component). They are Multi-tenant FNMS 2019 R2. The product is a production Oracle Siebel system. Here are some challenges you may encounter :
1. The v9.2 IAtrack tool is the most recent version available from the KB article , but the outcome of ndi file seem still resolved file in the most recent FNMS Inventory manager.
2. The file size of an IAtrack ndi file can be huge. One of the Oracle server generated 1.6 GB ndi (surprisingly the IATrack tool itself runs well)
3. Based on the large size your potential challenges will be and workaround be:
- a. Try to compress the ndi -> ndi.gz by a compression tool
- b. Due to MSP/Cloud FNMS, you can't directly resolving the ndi on server but have to run through beacon -> Batch server (As beacon will assign a Tenant UID on the file header during upload), this is the logic of multi-tenant system
- c. You will need to overcome the beacon uploading 'timeout' issue while transferring a 250 MB compressed ndi gz file (there is a registry key in beacon you can increase the timeout)
- d. Once the ndi file is uploaded to the Batch server, you will also need to increase the 'resolver' , the default value will easily go 'timeout' when resolving such big ndi file (there is a registry key in batch server regarding resolving command run time)
- e. Once the ndi file is finally resolved into IM, and a successfully import to FNMS , you should see the Oracle machine with dbo.importedinstance data via either log / sql / or UI (unrecognized installer evidence)
-f. You will be very likely to create a EBS application by picking up those Oracle evidence (as likely they haven't been in our public ARL due to the popularity). Once you can build the local app by linking the 'new local' evidence. It should almost enough
-g. We use the Oracle application user license type by linking the new local Oracle title , we can see the Oracle user and consumption correctly.
HTH
Cheers
Kevin
... View more
Oct 04, 2020
06:15 PM
Hello Nicola
As your account does purchase both App Portal and FNMS, therefore you should have a way to refer both side of 'content' at hands.
I am not 100% of sure your real challenge in your case though , but this is my guess
1. You want to have a quick way to match ARL's applications and find out what 'ARL's category' of those mapped one? then try 'rectify' the category in your App portal accordingly ?
2. Or you want to a bulk 'introduce' all the 'ARL Category' items into App Portal categories during 'new creation' ...then in future your App Portal will have a complete 'category list' from FNMS product ?
Regardless which one is your real question, this is indeed a good use and suggestion here , So forum is a good place for you to use and listen other customers' inputs.
The key here is how you can quickly mapping the existing catalog in App Portal vs FNMS ARL here. In FNMS ARL, all the applications are carefully classified into the following fields "ProductName/ Version/Edition/Publisher/ Classification (commercial or freeware etc)/ Category (Office tool or game etc ) . The table in FNMS you can utilize is dbo.SoftwareTitleInfo table. I am sure you are able to find it useful. It will fully depends on how your App Portal existing 1000 category naming convention is used, but it's feasible to do some mapping by excel or sql to give you some quick 'mapping' (certainly some manual/review is required for those not mapped between two products).
If the question is simply to introduce the ARL category list into App Portal. The list in ARL system you can quickly extract is via below sql query
select * from groupex where GroupExId Like '4%'
It's about 170 rows items that you can consider what to add in App Portal
HTH
Cheers
Kevin
... View more
Oct 01, 2020
02:41 PM
1 Kudo
Summary
This Knowledge Base article will explain what are the correct steps to stop/fail a running batch process if required in FlexNet Manager Suite.
Synopsis
For version 2015+, we introduced the BatchProcessTask.exe & BatchProcessTaskConsole.exe command line which can be used to run batch process individually (for details how to use this command line, please see KB: (000018340) To stop/fail a running batch process for v2015+ , please follow the below steps:
BatchProcessTaskConsole list-tasks to find the <task ID>
BatchProcessTaskConsole fail-task -m <task ID>
To stop/fail a running batch process for v2014 R2, 2014 R3, (since we didn't have BatchProcessTaskConsole.exe in those version), please follow the below steps: 1 . Run attached SQL Script SELECT statement to find the 'right' Batch Process, we need know the type of process is running 2. Kill the corresponding task executable file from Windows Task manager, eg: ComplianceReader.exe (for Compliance Inventory Import) ; MgsImportRecognition.exe (for content library download/import) 3. Run 'Deletion statement' to cleanup the 'stale' Batch process from the database, (to make sure system is back to sync)
Discussion
For version 2014 R2+, the step 3 mentioned above to clean up the database entry of a killed process is required to run. A running process is killed, but the product WEBUI may showing the status still running without a clean up on the database (table: BatchProcessExecution) A reported issue was found in 2014 R2 , the root cause is due to the killed batch process is still appearing in the DB, so UI is hanging , for details please see 'Additional Information' session.
Related KB Articles
000018340 -- How to use BatchProcessTask.exe/BatchProcessTaskConsole.exe command line in Flexnet Manager Platform v2015+ On Premise
Additional Information
The specific customer reported case is License Reconcile page is always showing running so the issue is customer is no longer able to run a manual reconcile from the UI, but in reality the import.log and schedule task are both showing the process is not running. The root cause is due to a hanging process in the 'BatchProcessExecution' table , once the hanging entry is deleted from the database, UI is back to original status.
... View more
Labels:
Sep 27, 2020
06:38 PM
Thank you @ubhatt
Great news, For other customers, this is the version our team is talking about. Please see below screenshot for your reference.
HTH
Cheers
... View more
Sep 24, 2020
02:34 AM
Did you try to contact with your regional support for further assistence (It may not be a pleasant experience if you try to resolve all the issues by yourselves or rely on forum if it's urgent. Usually reconcile failure is something we should look into in a high priority. ) When you open a support ticket, Try to provide with the import.log which is located from your batch server eg: C:\ProgramData\Flexera Software\Compliance\Logging\ComplianceReader and attach in the support ticket as first step
Cheers
... View more
Sep 24, 2020
02:01 AM
1 Kudo
Hi All
A KB article of this product defect has been created
https://community.flexera.com/t5/FlexNet-Manager-Knowledge-Base/Compliance-Reconcile-failure-at-Writer-InstalledSoftwareAlerts/ta-p/163427/jump-to/first-unread-message
The KB contains a patch for 2020 R1 and former version user.
HTH
Cheers
... View more
Sep 24, 2020
01:58 AM
5 Kudos
Description
A product defect has been identified which will cause the FNMS Compliance Reconcile failed in the Writer 'InstalledSoftwareAlerts' steps. Or an Red error while the user is viewing "VMware Inventory" page in UI.
The failure message can be found in either import.log or WEBUI.log with the following wordings:
2020-09-22 03:20:57,289 [INFO ] InstalledSoftwareAlerts 2020-09-22 03:20:57,461 [INFO ] Failed to execute Writer 'InstalledSoftwareAlerts' from file C:\ProgramData\Flexera Software\Compliance\ImportProcedures\Inventory\Writer\InstalledSoftware.xml, at step line 40 Error: Conversion failed when converting the nvarchar value '12.1.0.2.0' to data type int. 2020-09-22 03:20:57,461 [INFO ] All retries have been attempted for Writer 'InstalledSoftwareAlerts' 2020-09-22 03:20:57,477 [ERROR] System.Data.SqlClient.SqlException (0x80131904): Conversion failed when converting the nvarchar value '12.1.0.2.0' to data type int. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at ManageSoft.Compliance.Importer.Logic.XML.Writer.Execute(IExecutionContext context) at ManageSoft.Compliance.Importer.Logic.ComplianceImporter.ExecuteWriters(ComplianceReader p_ComplianceReader, IExecutionContext context, String singleConnectionIdentifier) ClientConnectionId:8171c472-5a5b-4aee-97f4-3576e0945d0c Error Number:245,State:1,Class:16
The defect JIRA number is IOJ-2118477 - "InstalledSoftwareAlerts import writer step or viewing "VMware Inventory" page in UI may fail with "Conversion failed when converting the nvarchar value '...' to data type ..."
Resolution
The affected FNMS version can be 2019 R1, R2 and 2020 R1.
This problem under consideration to be addressed in a future release.
** Please be advised If you believe that this problem may be affecting you, contact Flexera Support to discuss whether a hotfix or workaround may be available that is applicable to your situation.
... View more
Sep 22, 2020
11:21 PM
1 Kudo
Hi @FrankvH
At this stage, to revert an 'archived' device to 'active', I am afraid you will need to use SQL update statement, something like below for a On Premise solution customer.
UPDATE ComplianceComputer SET ComplianceComputerStatusID = 1 WHERE ComputerName = 'ChangeToMachineName' and ComplianceComputerStatusID = 6
For Cloud FNMS, you will need to work with support to update the status. As UI doesn't give the user certain control/'button' to switch the Status at the moment.
I will still suggest checking more fundamentally such as the "Last Inventory Date" field when you open the "general tab" of this machine, does this machine has quite recent date there? if so you may try to understand why the inventory tool is still reporting daily inventory back but status is in an 'archived' status ? Will any chance could be a manual 'deletion' from UI by an operator operation causing that? (you may check from History tab and map the timestampe/username to give some further understanding why the machine was updated to 'archived' ?
Cheers
... View more
Latest posts by Kevin_Hou
Subject | Views | Posted |
---|---|---|
1069 | Jun 01, 2021 02:06 AM | |
806 | Apr 12, 2021 02:45 AM | |
988 | Apr 06, 2021 12:58 AM | |
511 | Mar 11, 2021 05:05 PM | |
2026 | Jan 26, 2021 06:07 PM | |
1006 | Jan 24, 2021 05:49 PM | |
2968 | Jan 21, 2021 11:46 PM | |
2972 | Jan 21, 2021 11:45 PM | |
3008 | Jan 19, 2021 07:04 PM | |
940 | Jan 12, 2021 05:24 AM |
Activity Feed
- Got a Kudo for Re: Data warehouse export task failing after upgrade to 2020 R1.2. Aug 16, 2021 07:15 PM
- Kudoed Re: CLR Integration for ChrisG. Jun 10, 2021 05:47 AM
- Posted Re: How to manage changing vendor (Publisher) names? on FlexNet Manager Forum. Jun 01, 2021 02:06 AM
- Kudoed What is the ECCN (Export Control Classification Number) for FlexNet Manager Suite? for ChrisG. May 02, 2021 09:47 PM
- Kudoed Re: Data warehouse export task failing after upgrade to 2020 R1.2 for SenthilNathan. Apr 20, 2021 09:02 PM
- Posted AWS connection via Configuring Connections to AWS using IAM Roles (External ID is Case sensitive) on FlexNet Manager Knowledge Base. Apr 12, 2021 02:45 AM
- Kudoed "Execution Timeout Expired" error with FlexNet Manager Suite databases hosted on SQL Server 2016 SP2 CU16 (13.0.5882.1) for WheresThePizza. Apr 08, 2021 05:07 PM
- Posted Re: Extra points for Application Usage Tracking (AUT) in FNMP on FlexNet Manager Knowledge Base. Apr 06, 2021 12:58 AM
- Got a Kudo for Re: FlexNet Agent hasnt inventoried for more than 90 days. Mar 15, 2021 03:24 AM
- Posted Re: FlexNet Agent hasnt inventoried for more than 90 days on FlexNet Manager Forum. Mar 11, 2021 05:05 PM
- Kudoed Re: Support Plan for Flexera Day March 5th, 2021 for KMaria. Mar 02, 2021 08:31 PM
- Kudoed Re: FlexNet Manager Platform / Suite – SKU, PURL & Bundle updates (Release #476) for ChrisG. Mar 02, 2021 07:18 PM
- Kudoed Re: How to visualize Office 365 usage in FNMS for MurrayPeters. Feb 18, 2021 06:48 PM
- Kudoed Re: Windows workgroup servers getting certificate error when communicating with the beacon. for ChrisG. Feb 08, 2021 07:44 PM
- Kudoed Re: ARL changes to commercial products - how can I determine when this will happen? for kfindlay. Feb 03, 2021 08:15 PM
- Posted Re: File evidences cleanup on FlexNet Manager Forum. Jan 26, 2021 06:07 PM
- Got a Kudo for Re: File evidences cleanup. Jan 26, 2021 06:07 PM
- Posted Re: Upgrading FNMS Training on FlexNet Manager Forum. Jan 24, 2021 05:49 PM
- Got a Kudo for Re: Data warehouse export task failing after upgrade to 2020 R1.2. Jan 22, 2021 03:41 AM
- Posted Re: content libraries not getting updated due to Digital signature verification failure on FlexNet Manager Forum. Jan 21, 2021 11:46 PM