News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - vmgracia

#1
Hi All

I have edited several events to declare a single server action in each and they work correctly.

if I add more server actions to any event they still work but I get a critical database error, for example:

496 03.08.2021 22:51:02 03.08. 2021 22:51:02 System LSRPNETXMS1 0 SYS_DB_QUERY_FAILED Critical Database query failed (Query: INSERT INTO server_action_execution_log (id,action_timestamp,action_code,action_name,channel_name,recipient,subject,action_data,success) VALUES (? ,?,?,?,?,?,?,?,?,?,?,?,?); Error: 23505 ERROR: duplicate key value violates unique constraint "server_action_execution_log_pkey"
DETAIL: Key (id)=(494) already exists.) 0

Can someone help me with this?

#2
General Support / netxms hangs every 7-8 days
September 02, 2013, 09:36:23 PM
i have a netxms version 1.2.8 running on dedicated windows server 2003.
works very fine but every 7 or 8 days the core process hangs and stops any netxms activities, also stops the nxmc console response.

no error logged on the log file.

how can i start the troubleshooting?
#3
Hi all

I do not get any entry on the Syslog arrives from a server with Windows agent and the  logwatch subagent

the parser i use in the agent  is:

<parser>
   <file>*System</file>
   <rules>
      <rule>
         <level>1</level>
         <match>(.*)</match>
         <event params="1">100008</event>
      </rule>
   </rules>
</parser>

any idea?
#4
General Support / SQL query failed
May 17, 2013, 02:18:19 PM
hi all

I'm constantly getting into the event monitor the following message:

SQL query failed (Query = "INSERT INTO object_custom_attributes (object_id,attr_name,attr_value) VALUES (?,?,?)"): columns object_id, attr_name are not unique

the table object_custom_attributes is empty.

Does anyone know that I have to do to fix it?

thanks.