Standard output error messages
The following messages appear when launching inventory without
using the -verbose option (resulting in more output
lines, including non-errors information).
The error messages are written in the standard output using different formats.
Format Type 1
ERROR in INVENTORY : <short error message> : <detailed error message>
Examples
ERROR in INVENTORY : Cannot continue without permissions.
Format Type 2
Error : <short error message>
Examples
Error: You must specified a profile name
Error: Cannot read from database
- or -
Warning : <short error message>
- or -
<short error message>
Examples
"-tutu" is not a known option
List of available options: -? -D -Parent -U -action -name -noX -reload -reportGrouping
Short and detailed error messages are listed in the following table:
| Short Error Message | Detailed Error Message | Comments |
| Cannot connect to database. | ||
| Database access error (%s). | %s : <message>. | |
| Cannot disconnect from database. | ||
| Cannot continue without permissions. | ||
| Cannot delete in database | ||
| Cannot save in database | ||
| Cannot read from database | ||
| Profile '%s' already exist ! | ||
| File '%s' doesn't exist ! | ||
| You must run discovery before running synchronization | ||
| %s | %s : <message>. |
Format Type 3
This type of log is produced while the module is using resmgr APIs. The log format is the same as what is normally produced by resmgr.
<Log level> : < Short message> : <Detailed message>
where <Log level> is Error , or Warning , or Info
Example
resmgr -import fgp -colNames "npath" -file ./t.txt
Info : === insert : INSERT ON Formula Group
( ~Fake_ProServices~MIBII ) (does not exist)
Info : === insert : UPDATE ON Formula Group (
~ProServices~MIBII~Interface ) (exists)
Info : === insert : UPDATE ON Formula Group (
~ProServices~Netware ) (exists)
Info : === insert : UPDATE ON Formula Group ( ~ProServices~Lotus
Notes ) (exists)