Project

General

Profile

User story #17890

Updated by BenoƮt PECCATTE almost 4 years ago

Error message during inventory processing  

 <pre> 
 2020-07-01 11:15:50+0200] ERROR inventory-processing - Error when trying to process report: Can't merge inventory report in LDAP directory, aborting; cause was: Exception in preCommit pipeline with processor 'p 
 re_commit_inventory:check_os_type_is_known}', abort; cause was: Error in preCommit pipeline with processor 'pre_commit_inventory:check_os_type_is_known', abort; cause was: Inconsistency: Os Type is not suported  
 (OS Type: 'darwin'; OS Name: 'MacOSXAmerica/New_York}') 
 </pre> 

 Plus there is a bug in the inventory arsing since this name come from this XML 
 <pre> 
       <NAME>MacOSX</NAME> 
       <TIMEZONE> 
         <NAME>America/New_York</NAME> 
         <OFFSET>-0400</OFFSET> 
       </TIMEZONE> 
 </pre> 

Back