A new Flexera Community experience is coming on November 25th. Click here for more information.
Hi,
I'm using OOB the HP UD adapter i.e., to load the data to FNMS compliance from staging,
all the configurations are correctly also the connectivity test is succesull but i get the following error, not sure what it is
ImporterMessage>The version query for connection 'HP_UD' failed, or did not return any records. Check the version query in reader.config for this connection type.</ImporterMessage>
<ErrorMessage>The version query for connection 'HP_UD' failed, or did not return any records. Check the version query in reader.config for this connection type.</ErrorMessage>
‎Feb 22, 2024 08:32 AM
It's fixed now,
There was an issue with Permission, So i executed the following query
.\Config.ps1 "Config\FNMS Windows Authentication Config.xml" forceUpdateConfig
Config.ps1 file is available in support folder of flexera setup
‎Feb 27, 2024 03:42 AM
This message likely indicates that the following query failed or didn't return any value when executed against the source staging database you have configured:
SELECT [Value]
FROM uCMDBStagingDatabaseConfiguration
WHERE Property = 'SchemaVersion'
What result you get when you execute this query against the source database?
‎Feb 22, 2024 08:16 PM
Thank you @ChrisG now I don't see any of those errors after inserting the schema version, Files are getting created in the intermediate folder but I don't see them uploaded to the Staging tables of FNMS Compliance like an imported computer or an imported virtual machine.
I investigated further these adapters and found that they look at compliance connection ID to insert the data into these tables. So when I check the compliance connection table, I don't see the newly created adapters Connection in this table not sure why, can you suggest
‎Feb 24, 2024 11:35 AM
It's fixed now,
There was an issue with Permission, So i executed the following query
.\Config.ps1 "Config\FNMS Windows Authentication Config.xml" forceUpdateConfig
Config.ps1 file is available in support folder of flexera setup
‎Feb 27, 2024 03:42 AM