cancel
Showing results forĀ 
ShowĀ Ā onlyĀ  | Search instead forĀ 
Did you mean:Ā 

Inventorysettings.xml

Hi
I tried to get oracle inventory thru password store and there was an error. In the logfile, error was "Failed to read inventorysettings.xml."
I installed FlexNet Manager Suite 2016R1

Anyone who can help?
(1) Solution

It looks like inventorysettings.xml may not be present/generated. can you check if inventorysettings.xml is present under 

Inventory beacon download the inventory settings from the batch server (generated on the batch server) to C:\ProgramData\Flexera Software\Beacon\InventorySettings and copy to

C:\Program Files (x86)\Flexera Software\Inventory Beacon\RemoteExecution\Public\Inventory

to be used by remote execution for oracle inventory. 
Please check if it exist on the beacon check if exists on the batch server C:\ProgramData\Flexera Software\Beacon\InventorySettings  (default location).

If does not exist it mean batch server is failing to generate inventory settings, in this case please check if it exist in the database and revision number in the master and configuration file table matches. if not update the configuration file revision to be same as in the master table.

SELECT * FROM MasterConfigurationFile  -- Source table used to populate the ConfigurationFile 
SELECT * FROM ConfigurationFile where Name='InventorySettings.xml'   -- Used to generate Inventory Settings.

HTH,
Aamer

 

 

View solution in original post

(2) Replies

It looks like inventorysettings.xml may not be present/generated. can you check if inventorysettings.xml is present under 

Inventory beacon download the inventory settings from the batch server (generated on the batch server) to C:\ProgramData\Flexera Software\Beacon\InventorySettings and copy to

C:\Program Files (x86)\Flexera Software\Inventory Beacon\RemoteExecution\Public\Inventory

to be used by remote execution for oracle inventory. 
Please check if it exist on the beacon check if exists on the batch server C:\ProgramData\Flexera Software\Beacon\InventorySettings  (default location).

If does not exist it mean batch server is failing to generate inventory settings, in this case please check if it exist in the database and revision number in the master and configuration file table matches. if not update the configuration file revision to be same as in the master table.

SELECT * FROM MasterConfigurationFile  -- Source table used to populate the ConfigurationFile 
SELECT * FROM ConfigurationFile where Name='InventorySettings.xml'   -- Used to generate Inventory Settings.

HTH,
Aamer

 

 

Perfect Answer, thank Amer.