Jump to content

Recommended Posts

Posted

can you please clarify which is the purpose of the "SoftwareInventory" portion of the configuration file provided for the SCCM Asset import?

I'm running with success the latest version and it's not clear to me which is the impact against our instance.... is expecting to associate software asset to computer asset for example?

image.png.d72d77225beba9f5eba9608fec1bd865.png

I just see from the log the the software number retrieved for each asset is different...
would it be nice to have the software information stored or linked with an asset computer


image.png.e9bd18758f084476503f334218b296a4.png

 

Posted

@Steve G I'm receiving this error in the log file:
 

Error creating software record:Unable to create software inventory record: A database or query error occurred while inserting the primary record data into the database. (table=h_cmdb_assets_installed_software, pk=)

but this happens only for specific Computer Asset with the inventory execution

Posted

As far as I'm aware, that normally occurs when there's an error in the data, probably passing a string value into a numeric field.

For example, h_record_state will show in the UI as current, active, or archived but requires a value (as shown in the Entity Explorer) of 0, 1, or 2

Posted

You're already using debug mode, without that the [DEBUG] entries would not be in the log.

For understanding the input requirements the best method is to review the Entity Explorer in Service Manager (https://live.hornbill.com/[INSTANCE_ID]/admin/app/com.hornbill.servicemanager/advanced/entity-explorer) which lists the data types for all columns under the Database Schema Viewer dropdown, and where the values are representative numbers these are specified.

For example:

image.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...