I am trying to find the log or SQL table where ICM Router Log Viewer gets its data. I want to create an automated job that will notify our group whenever an error is displayed.
Solved! Go to Solution.
There are couple of places you can find this information. You can look at Application_Event table or Event table which are part of the logger schema. For any assistance with regard to the database the best place to look for is "Schema Help" from your ICM admin workstation.
If I recall, you would have to run queries against Route_Call_Detail and filter out the appropriate Router_Error_Code. I don't believe the codes are in a table in the ICM so you would have to create that table and then link to that. I believe those Error Codes can be found in the Help feature of Config Manager.
There are couple of places you can find this information. You can look at Application_Event table or Event table which are part of the logger schema. For any assistance with regard to the database the best place to look for is "Schema Help" from your ICM admin workstation.
That help is no longer available, but you can find information on Router Error Codes the doc-wiki here: