I'm currently working on a new agent that communicates with a database. It requires a login for that database, and the connection cannot always be guaranteed. Currently I have it writing to the log file when there is issues, what is it doing, you know, normal development stuff. However, I would like to notify the user when the login has failed and they need to check the credentials they have entered. Is there a way, when the agent can notify the user on the front end of any issues. The best would be a popup in the web interface, but having a notification in the activity log would be good enough for me. Any ideas? Thanks.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.