- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
I am not too familiar with FNMS Cloud yet, but can you run custom inventory adapters on Beacons reporting to the cloud?
Background is that it would be extremely costly for a customer to have agents deployed to systems managed by another service provider. Getting reports and creating a custom inventory adapter based on this data, could be a feasible approach.
Best regards,
Markward
Accepted Solutions


- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I think the link to documentation that @DAWN intended to provide may have been to: FlexNet Manager Suite Inventory Adapters and Connectors Reference. For this scenario (i.e. a custom inventory adapter with FlexNet Manager Suite Cloud), look in The Inventory Adapter Studio chapter and pay attention to parts which talk about:
- The ImportProcedures\ObjectAdapters directory on beacons (this is where your inventory adapters will live)
- "Source to Object" steps - these steps are used for this type of adapter rather than "Source to Target" steps.
- The Inventory Adapter Object Model section of the chapter, which talks about the object model that data must be mapped to by this type of adapter.
The attached .zip file contains a simple sample of this type of adapter to get started:
- Run the InventoryStagingDB.sql script to create a staging database with a sample schema that holds computer hardware, installer evidence and user data.
- Insert your inventory data into the database.
- Place the other adapter files into C:\ProgramData\Flexera Software\Compliance\ImportProcedures\ObjectAdapters\SampleObjectAdapter\.
- Configure an inventory source connection to the staging database in the beacon UI as normal.

- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: FNMS Cloud & Custom Inventory Adapter
You can create inventory adapter for cloud. However, FlexNet Manager has an out of the box ability to import data from spreadsheets. If your external source can be mapped into this format that would save you a lot of time and effort in building a custom adapter.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: FNMS Cloud & Custom Inventory Adapter

- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: FNMS Cloud & Custom Inventory Adapter


- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I think the link to documentation that @DAWN intended to provide may have been to: FlexNet Manager Suite Inventory Adapters and Connectors Reference. For this scenario (i.e. a custom inventory adapter with FlexNet Manager Suite Cloud), look in The Inventory Adapter Studio chapter and pay attention to parts which talk about:
- The ImportProcedures\ObjectAdapters directory on beacons (this is where your inventory adapters will live)
- "Source to Object" steps - these steps are used for this type of adapter rather than "Source to Target" steps.
- The Inventory Adapter Object Model section of the chapter, which talks about the object model that data must be mapped to by this type of adapter.
The attached .zip file contains a simple sample of this type of adapter to get started:
- Run the InventoryStagingDB.sql script to create a staging database with a sample schema that holds computer hardware, installer evidence and user data.
- Insert your inventory data into the database.
- Place the other adapter files into C:\ProgramData\Flexera Software\Compliance\ImportProcedures\ObjectAdapters\SampleObjectAdapter\.
- Configure an inventory source connection to the staging database in the beacon UI as normal.