SUPPORT AUTOMATION- SERVERCA Service Desk Manager - Unified Self ServiceKNOWLEDGE TOOLSCA Service Management - Asset Portfolio ManagementCA Service Management - Service Desk Manager
Issue/Introduction
What's the meaning of the following messages in stdlog file?
"... Factory noturg has no last mod date attribute "
What's the meaning of the following messages in stdlog file?
04/23 10:19:12.72 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory noturg has no last mod date attribute 04/23 10:19:12.72 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory bool has no last mod date attribute 04/23 10:19:12.72 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory rev_bool has no last mod date attribute 04/23 10:19:12.72 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory bms has no last mod date attribute 04/23 10:19:12.74 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory record_lock has no last mod date attribute 04/23 10:19:12.74 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory prod_list has no last mod date attribute 04/23 10:19:12.76 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory actlog_prod_list has no last mod date attribute 04/23 10:19:12.76 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory event_prod_list has no last mod date attribute 04/23 10:19:12.77 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory macro_prod_list has no last mod date attribute 04/23 10:19:12.77 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory mobile_attr_prod_list has no last mod date attribute 04/23 10:19:12.79 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory heat_obtyp_prod_list has no last mod date attribute 04/23 10:19:12.79 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory assetx_prod_list has no last mod date attribute 04/23 10:19:12.80 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory stored_query_prod_list has no last mod date attribute 04/23 10:19:12.80 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory object_notify_prod_list has no last mod date attribute 04/23 10:19:12.80 server domsrvr:02 10112 SIGNIFICANT factory.c 1599 Factory workflow_prod_list has no last mod date attribute
Environment
Service Desk Manager 14 / 17
Resolution
These messages are coming due to setting of "@NX_DBMONITOR_TABLES" variable in nx.env. Just check that what is the value set and what is the timer for this. If SDM is working fine than no need of worrying about SIGNIFICANT messages.
In factroy.c there is below code:
if ( last_mod_dt_attr_index <= 0 ) { log_nx( stdlog, LOGGER_NX::SIGNIFICANT, "Factory " << pFac->get_BOP_name() << " has no last mod date attribute" ); }
which determine whether or not our producer is in NX_DBMONITOR_TABLES and so is being watched by dbmonitor_nxd. If so, we will verify the cache every time we build a domset row for the factory.
So its just info that these factory does not contain last_mod_dt attribute.
This is not causing any issues and its just informational logs, just can be ignored. If still want to avoid such messages, add the complaining factory and attribute to NX.ENV variable @NX_DBMONITOR_TABLES