Jan 30, 2023
07:20 AM
Thanks for confirmation Aamer,
we are really looking forward for that functionality in 2023R1 OnPrem!
currently, using Agent 19 for z/os on FNMW 2022R2 (onPrem) the ndi files will be produced just fine and find their way into FNMSInventory. In FNMSCompliance though they are not visable most of the time, even each having unique AgentID. I expect that this functionality (3 Layers, Guest, LPAR, Mainframe) will be solved/created in the next on Prem release like already stated. Looks like in the current release the different guests will be merged (overwritten) and sometimes even enter as "VM Host"...so still some open topics to be resoved until next release...
I fully understand that this functionality is not offically supported right now (enven though Flexera provided tha Agent Install Source!)
Thanks and greetings
Steffen
... View more
Jun 22, 2022
11:53 PM
Based on the subject of this thread, I'm assuming that you are specifically wonder what the following line of the logging indicates:
2022-06-22 14:17:15,430 [overy.NetServerGetInfo|PropertyDisco] [INFO ] Completed NetAPI discovery for device 'ordxxxxx' unsuccessfully: The network path could not be found
At a low level, the "network path could not be found" message is a status returned from a call to the NetServerGetInfo Win32 network management API to attempt to retrieve information that Windows is able to identify about the computer named "ordxxxxx".
The error suggests that the Windows operating system that the beacon is running on doesn't know anything about this name for a computer. For example, that may be because the computer name is not part of the same domain or network environment as where the beacon is running, and so Windows isn't aware of it.
... View more
Jun 07, 2022
04:54 AM
1 Kudo
Hi, maybe the following trigger will help you to reach your goal? The trigger automatically assigns all sites to the main beacon. Of course it can be customized if there are multiple beacons.
Best Alex
IF EXISTS (SELECT * FROM sys.triggers WHERE object_id = OBJECT_ID(N'[dbo].[trd_AddBeaconSiteSubnet]'))
DROP TRIGGER [dbo].[trd_AddBeaconSites]
GO
CREATE TRIGGER [dbo].[trd_AddBeaconSiteSubnet]
ON [dbo].[SiteSubnet_MT]
AFTER INSERT, UPDATE
AS
BEGIN
-- ASSIGN ALL SITE SUBNET TO MAIN BEACON AFTER INSERT AND UPDATE ON TABLE SITESUBNET_MT
SET NOCOUNT ON;
-- CREATE TEMP TABLE FOR IPADDRESS TO BEACON ASSIGNMENT
IF OBJECT_ID('tempdb..#BeaconSiteSubnetMapping') IS NOT NULL
DROP TABLE #BeaconSiteSubnetMapping
CREATE TABLE #BeaconSiteSubnetMapping
(
BeaconID [int] NOT NULL,
SubnetID [int] NOT NULL
)
-- INSERT DETAILS OF SITE SUBNET TO BEACON ASSIGNMENT
INSERT INTO #BeaconSiteSubnetMapping
SELECT
(SELECT TOP 1 BeaconID FROM Beacon_MT) AS [BeaconID]
,SubnetID AS [SubnetID]
FROM [dbo].[SiteSubnet_MT]
-- CREATE SITE SUBNET TO BEACON ASSIGNMENT
EXEC BeaconSiteSubnetMappingPutBatchByBeaconIDSubnetID
END
... View more
Apr 20, 2021
11:50 PM
Hi Darwin, thanks for your interest and details. Yes App Portal will support the Intune integration and will be available by early Q4 2021 time frame. Thanks!
... View more
Jan 10, 2021
12:58 PM
Hi @lad_denis It's quite a common question in the forum in regards that the connector fails in this step. Usually this could be related to permissions. When generating the Token you need to ensure to have these access rights Cloud Application Administrator and (directory.read.all, reports.read.all, and offline_access) Please note that reports.read.all do not come in the CAA Role, this permission give access to the reports API behind Graph API. You also need to select consent on behalf of my organisation after login with the credentials.
... View more
Dec 21, 2020
01:45 PM
Yes, Agree there is some problem after upgrading to 2019 R2 on-prem. The Inventory process is not running as it should. Importing seems to be not working.
... View more
Jan 14, 2020
04:41 PM
Could you please check the connection details are correct for the mentioned datasource: FNMP-DW-DS on Cognos. To check this, on the Cognos UI if you are logged in as Analytics Administrator:
-Click on the Manage icon 'click mark icon' around the bottom left side of the navigation bar.
-Then navigate to Administration Console>Configuration>Data Source Connections.
-Notice the FNMP-DW-DS group listed
-Click on the above group and then click on the ‘More’ link under Actions on the right side of the page.
-Then navigate to Set Properties>Connection.
-Next to the ‘Connection String’ field, click on the pencil icon ‘Edit the connection string’.
-Check both the ‘Native’ and ‘JDBC’ tabs to make sure connection details there are correct. Also you could perform Test connection there to see which one is failing.
Thanks.
... View more
About
DevOPS Engineer
USA
Latest posts by darwin_hammons
Subject | Views | Posted |
---|---|---|
228 | Jun 22, 2022 02:45 PM | |
250 | Jun 06, 2022 01:52 PM | |
958 | Apr 20, 2021 10:17 AM | |
1443 | Jan 08, 2021 03:39 PM | |
440 | Dec 21, 2020 01:45 PM | |
1592 | Jan 09, 2020 01:22 PM | |
4353 | Apr 30, 2019 05:19 PM |
Activity Feed
- Posted Completed NetAPI discovery for device - - network path could not be found on FlexNet Manager Forum. Jun 22, 2022 02:45 PM
- Got a Kudo for Assigning IP Subnets via SQL Query. Jun 07, 2022 04:23 AM
- Posted Assigning IP Subnets via SQL Query on FlexNet Manager Forum. Jun 06, 2022 01:52 PM
- Posted Re: App Portal Intunes on App Broker Forum. Apr 20, 2021 10:17 AM
- Posted Re: O365 Inventory Gathering Failed on FlexNet Manager Forum. Jan 08, 2021 03:39 PM
- Posted Re: Duplicate records in Inventory Database Post Upgrade to 2019 R2 on FlexNet Manager Forum. Dec 21, 2020 01:45 PM
- Posted Re: Cognos error: QE-DEF-0322 The connection string is invalid. RQP-DEF-0068 Unable to connect to at least one database during a multi-database attach to 1 database(s) in: FNMP-DW-DS on FlexNet Manager Knowledge Base. Jan 09, 2020 01:22 PM
- Posted Re: Does FlexNet Inventory Agent support IBM Z Mainframe? on FlexNet Manager Knowledge Base. Apr 30, 2019 05:19 PM