Re: How to setup sql monitors?
That error is returned by the Oracle driver itself, not by SAM. I would recommend uninstalling the Oracle client and use the Microsoft .NET Data Provider that can be downloaded from your Customer Portal
View ArticleAgent Service
Is there a agent service that runs in the background once the agent is installed?
View ArticleRe: SQL web/report writer at odds over my query...
another option (haven't tested in web report but worked in writer) is to create stored procedure with your SQL that works and just call it from the SW report.
View ArticleHow to use the "has changed" variable
Simple question please. Can I get a list of all alert triggers for which the variable "has changed" will work? For example, can I set a trigger condition defined as, "Total Volume has changed"? Thank you.
View ArticleRe: SQL web/report writer at odds over my query...
This is a good idea. Gonna post my query anyway because I'm really wondering why it's not working in the web but working in report writer.
View ArticleRe: SQL web/report writer at odds over my query...
with VOLweekly as( select 'Name' = al.ObjectName, 'Date' = cast(al.LogDateTime as date), 'Day' = DateName(dw,al.LogDateTime), 'Time' = Right(al.LogDateTime, len(al.logdatetime)-11), ad.AlertID,...
View ArticleRe: SQL web/report writer at odds over my query...
I'm impressed it worked in writer...I came up w/ the stored procedure thing b/c I couldn't get case to work in writer...that might be why it doesn't work in web...not sure.
View ArticleRe: Need some help with setting up alerts for AP's
What manufacturer? Normally its monitored through the controller.
View ArticleRe: Need some help with setting up alerts for AP's
The out of the box thin-AP alerts don't work with Aruba Controllers when you have backup controllers. The wireless controller support is completely broken for Aruba when you have backup controllers...
View ArticleRe: Need some help with setting up alerts for AP's
We are using Cisco controllers and AP’s. Ford WalkerSystems IntegratorOffice (901)866-3089Ford.walker@ptsupply.com
View ArticleRe: If I have 100 Locations and want to run a separate report for each...
If/when you submit that feature request link to it here in this post and you will have my vote!
View ArticleSAM 6.1 new node poller types required ?
Dear Sir or Madam - In SAM, we create all of our nodes using the Orion SDK. Historically, to create an "ICMP and SNMP" node, we only needed to create two pollers for the node -...
View ArticleRe: Company Mail Server Configuration Error
Hey outersource , I noticed this thread hadn't been responded on. Just letting you know that mandevil is on vacation this week. I'm checking with his team to see if there is an update, but you may...
View ArticleRe: Custom SWQL Query for Nodes Down Showing Every Time Node Went Down
Anyone have an idea whats wrong?
View ArticleRe: why we always have gaps in graphs of WPM
Baseline is data for that period (where you see gaps) is not present on the DB, it could be transaction timed out or transaction never completed or even though transaction was successfully WPM failed...
View ArticleRDP and Dameware 11.0.0.3.1003
I have ran into an issue with users using RDP into a machine, and then when I try to Dameware into the same machine, I get a different session. I would like to know if there is something I can do to...
View ArticleRe: Renaming Interfaces
Hi k1gaudineer , you will have to use an UPDATE query to modify the interface names, you would get help on studio for the same against the table.But then the user that you are using to connect to DB...
View ArticleJobEngine.V2/SchedulerResults
I have found a couple of posts regarding issues with the above mentioned folder filling up fast but have not seen a response or resolution to this. As they are log files, is there any reason to keep them?
View ArticleRe: Renaming Interfaces
Have you tried to change them in the database with Database Manager? Should be able to run a SQL pulling back just the interfaces from a specific node, then change them directly moving down the table.
View Article