Start a Conversation

Unsolved

This post is more than 5 years old

528

July 24th, 2008 08:00

Syslog Adapter: Bad hash table key in sm_adapter.log

Hello,
I can't gen syslog notifications. Whenever I receive a syslog these lines appear in the sm_adapter.log file. I tried with many different vendors/syslog messages and I'm using the latest versions/patches of smarts.


[24-lug-2008 17.10.23+343ms ora legale Europa occidentale] t@2432 main
ASL-W-ERROR_RULE_SOURCE-While executing rule set
'C:\InCharge7\SAM\smarts\local\rules\icoi-syslog\syslog_mgr.asl'
ASL-ERROR_ACTION-While executing action at:
ASL-CALL_STACK_RULE- RuleName: GET_NOTIFIED_AT_SECONDS, Line: 272
ASL-CALL_STACK_RULE- RuleName: START, Line: 90
ASL-ERROR_UNDEFINED_TABLE_KEY_ACCESS-Attempted to access undefined key '?2?'
in table 'monthval'
ASL-BAD_HASH_TABLE_KEY-The hash table key 'lug' was not found

Thanks!

53 Posts

August 13th, 2008 09:00

Can you post your code? It is hard to see whats happening without it.

30 Posts

August 25th, 2008 22:00

An entry your trying to access in a table is not existing.
Try not to access it or write "? IGNORE" at the end.

Regards,
Christian
No Events found!

Top