Feb 28, 2023
05:27 PM
Great, thanks for clarifying!
... View more
Feb 21, 2023
01:30 PM
The first part of the inventory .ndi filename identifies the user account that the ndtrack inventory gathering process ran as. On Windows, this process is typically run as the "SYSTEM" user, which matches what you see in the filename. On OS X, as long as the username identified in the NDI filename has root rights then I expect all should be OK. If you are somehow running the ndtrack process as a user that does not root rights, then you may find that there are some details that don't get included in the inventory compared to what would be included if you ran the process with root rights.
... View more
Oct 21, 2022
03:46 AM
The following query has been extended to include details of applications files are linked to via file evidence recognition rules:
SELECT ic.ComputerName, ife.FileName, iifep.ExternalFilePath, ic.InventoryDate, er.RuleDefaultString, st.FullName
FROM dbo.ImportedInstalledFileEvidence iife
JOIN dbo.ImportedComputer ic
ON ic.ComplianceConnectionID = iife.ComplianceConnectionID
AND ic.ExternalID = iife.ExternalID
JOIN dbo.ImportedFileEvidence ife
ON ife.ComplianceConnectionID = iife.ComplianceConnectionID
AND ife.ExternalFileID = iife.ExternalFileID
JOIN dbo.ImportedInstalledFileEvidencePath iifep
ON iifep.ComplianceConnectionID = iife.ComplianceConnectionID
AND iifep.ExternalFilePathID = iife.ExternalFilePathID
LEFT OUTER JOIN (
dbo.ImportedFileEvidenceMapping ifem
JOIN dbo.SoftwareTitleFileEvidence stfe ON stfe.FileEvidenceID = ifem.FileEvidenceID
JOIN dbo.EvidenceExistenceRuleI18N er ON er.EvidenceExistenceRuleID = stfe.EvidenceExistenceRuleID AND er.RuleDefaultString IN ('Required', 'At least one')
LEFT OUTER JOIN dbo.SoftwareTitle st ON st.SoftwareTitleID = stfe.SoftwareTitleID
) ON ifem.ComplianceConnectionID = iife.ComplianceConnectionID AND ifem.ExternalFileID = iife.ExternalFileID
... View more
Sep 24, 2022
05:08 AM
Hi Kyle,
I agree with @ChrisG: Since version 18 of SQL Server Management Studio, the SQLCMD command line interpreter has become an separate download. This command line interpreter is required for importing the ARL libraries.
Please check if you have SQLCMD available (try executing SQLCMD from a command line without any options). If you don't have it available, download it from Microsoft, please.
... View more
Jun 13, 2022
08:54 AM
1 Kudo
Hi Chris, This worked. Thanks a lot. Best, Paweł
... View more
May 02, 2022
05:09 AM
1 Kudo
Thanks for confirming and the tip, man. Best, Paweł
... View more
Apr 27, 2022
02:49 AM
See the following article for information about this issue: CreateVDIUserConnections writer step may fail with error: The INSERT statement conflicted with the FOREIGN KEY constraint "FK_VDIUserConnection_ComplianceUser". (IOJ-2258826)
@ppyrzynski - thanks for working with Flexera Support to diagnose this!
... View more
Latest posts by ppyrzynski
Subject | Views | Posted |
---|---|---|
163 | Feb 28, 2023 05:27 PM | |
1073 | Feb 21, 2023 03:29 AM | |
1119 | Feb 21, 2023 03:03 AM | |
1171 | Feb 20, 2023 08:41 AM | |
1179 | Feb 20, 2023 07:54 AM | |
1190 | Feb 20, 2023 06:44 AM | |
1204 | Feb 20, 2023 06:17 AM | |
1226 | Feb 20, 2023 05:00 AM | |
1242 | Feb 20, 2023 01:53 AM | |
299 | Feb 09, 2023 08:24 AM |
Activity Feed
- Posted Re: ActiveDirectoryComputer table - enabled only? on FlexNet Manager Forum. Feb 28, 2023 05:27 PM
- Kudoed Re: ActiveDirectoryComputer table - enabled only? for ChrisG. Feb 28, 2023 05:25 PM
- Posted Re: ndi file from a Mac on FlexNet Manager Forum. Feb 21, 2023 03:29 AM
- Kudoed Re: ndi file from a Mac for ChrisG. Feb 21, 2023 03:26 AM
- Kudoed Re: ndi file from a Mac for durgeshsingh. Feb 21, 2023 03:24 AM
- Kudoed Re: ndi file from a Mac for durgeshsingh. Feb 21, 2023 03:24 AM
- Posted Re: ndi file from a Mac on FlexNet Manager Forum. Feb 21, 2023 03:03 AM
- Posted Re: ndi file from a Mac on FlexNet Manager Forum. Feb 20, 2023 08:41 AM
- Posted Re: ndi file from a Mac on FlexNet Manager Forum. Feb 20, 2023 07:54 AM
- Posted Re: ndi file from a Mac on FlexNet Manager Forum. Feb 20, 2023 06:44 AM
- Posted Re: ndi file from a Mac on FlexNet Manager Forum. Feb 20, 2023 06:17 AM
- Posted Re: ndi file from a Mac on FlexNet Manager Forum. Feb 20, 2023 05:00 AM
- Posted ndi file from a Mac on FlexNet Manager Forum. Feb 20, 2023 01:53 AM
- Posted ActiveDirectoryComputer table - enabled only? on FlexNet Manager Forum. Feb 09, 2023 08:24 AM
- Posted Re: Paths to evidences on each device on FlexNet Manager Forum. Oct 20, 2022 04:42 AM
- Posted Re: Paths to evidences on each device on FlexNet Manager Forum. Oct 14, 2022 01:25 AM
- Kudoed Re: Paths to evidences on each device for ChrisG. Oct 14, 2022 01:11 AM
- Posted Paths to evidences on each device on FlexNet Manager Forum. Oct 13, 2022 01:39 AM
- Posted Re: ARL failed to upload: The system cannot find the file specified on FlexNet Manager Forum. Sep 23, 2022 06:45 AM
- Got a Kudo for Re: Duplicate but only in one sccm table. Jun 13, 2022 05:07 PM