Reporting failed logins

How can I report on failed login attempts through our ASA 5515's using AnyConnect?

Michael,
In practical terms, ASA has limited capabilities to store this kind of information.
The best way to check this is on the AAA server you're using or by filtering syslogs.
ASA itself will store counters of how many authentications took place, how many succeeded etc. on a per-server basis.
Even the local server will store some info.
Example:
ASA# show aaa-serverServer Group:    LOCALServer Protocol: Local databaseServer Address:  NoneServer port:     NoneServer status:   ACTIVE, Last transaction at 14:07:19 UTC Thu Oct 3 2013Number of pending requests              0Average round trip time                 0msNumber of authentication requests       16888Number of authorization requests        0Number of accounting requests           0Number of retransmissions               0Number of accepts                       13Number of rejects                       16875Number of challenges                    0Number of malformed responses           0Number of bad authenticators            0Number of timeouts                      0Number of unrecognized responses        0
Best place to get details are your syslogs and AAA server reports.
Syslog messages:
http://www.cisco.com/en/US/docs/security/asa/syslog-guide/logmsgs.html
M.

Similar Messages

  • Portal Report for failed login attempts

    Hey Gurus,
    I've some doubts regarind the login mechanism of SAP Portal.
    1) Is it possible to capture the failed login attempts for a portal?
    2) Is there any standard report available where we can have the numbar of failed login attempts to the portal for a specifc user?.
    Say, If a user is trying to access portal. Firts attempt - Failed, Second attempt - Failed Third attempt - Success.
    So is it possible to capture these two failed login attempts by standard way and display it to administrator thru a report?
    Regards
    Abhinav

    SAP Security Audit can be used

  • AV alert for failed logins report

    how to monitor failed logins and get alerted /paged as and when we see failed logins attempts greater than 7?
    Is it possible to configure alert with 'failed login' report pdf attached?

    Is it possible to configure alert with 'failed login' report pdf attached? Audit Vault is a tool which help you to provide alert email and pdf report.
    otherwise you can use normal database auditing to capture detail in table.

  • Unable to connect to XL Reporter.  Login failed for user 'xlruser'

    Hi,
    I have one user getting the following error when starting XLR in 2005:
    Unable to connect to XL Reporter.  Login failed for user 'xlruser'
    I have done a clean uninstall of XLR on the client but the message still appears on starting the add-on
    Greig

    Check this SAP Note: 847981 Unable to connect to XLR after installation
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=847981]

  • SQL Failed login Report - SSRS or HTML

    Working on to create SSRS or HTMl Report for Failed Login from more then one server. 
    1) Get all Failed login information with server name and store it into one table 
    2) Create SSRS report. 
    Or If anyone has better script and Idea..
    Thanks 
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach A.Shah

    Hi,
    You can use the sp_readerrorlog to get the current error log and only return failed logins. See:
    Auditing Failed Logins in SQL Server
    Simply, you can add multiple data sources and datasets with sp_readerrorlog stored procedure. The number of them depends on the number of SQL Servers which you want to audit. And add multiple tables in your report with the corresponding datasets in your
    report.
    You can use PowerShell to retrieve the information from multiple servers. It is similar to the method which mentioned in the following articles:
    Check the Last SQL Server Backup Date using Windows PowerShell
    http://www.mssqltips.com/sqlservertip/1784/check-the-last-sql-server-backup-date-using-windows-powershell/
    Retrieve a List of SQL Server Databases and their Properties using PowerShell
    http://www.mssqltips.com/sqlservertip/1759/retrieve-a-list-of-sql-server-databases-and-their-properties-using-powershell/
    Automate collection and saving of failed logins for SQL Server
    http://www.mssqltips.com/sqlservertip/1750/automate-collection-and-saving-of-failed-logins-for-sql-server/
    Hope the information helps.
    Tracy Cai
    TechNet Community Support

  • Report to show all failed login attempts in B1 system

    Hi,
    Please advise is there anyway to view all failed login attempts in B1 system.
    Regards,
    Priscilla

    Hi Priscilla,
    Unfortunately, all failed login attempts are stored on each clients' local drive. There is no table to hold them.
    Thanks,
    Gordon

  • Load Report Failed : The System cannot find the path specified

    Hi,
    I have a .Net windows application and I'm using crystal report in that. Application is published in CITRIX. If I login as Administrator user, reports are generating fine.
    But for any other user i'm getting following error while trying to open crystal report
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    Exception Text **************
    CrystalDecisions.Shared.CrystalReportsException: Load report failed. ---> System.Runtime.InteropServices.COMException (0x80004005): The system cannot find the path specified.
       at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at castlegate.frmFormB.frmFormB_Load(Object sender, EventArgs e) in C:\MyFolder\My Projects\castlegate_with_setup\castlegate\frmFormB.vb:line 401
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
       at System.Windows.Forms.Control.set_Visible(Boolean value)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       at System.Windows.Forms.Application.RunDialog(Form form)
       at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
       at System.Windows.Forms.Form.ShowDialog()
       at castlegate.frmViewEnquiry.btnPrint_Click(Object sender, EventArgs e) in C:\MyFolder\My Projects\castlegate_with_setup\castlegate\frmViewEnquiry.vb:line 340
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Expecting solution to above issue
    Regards
    NistPS

    Hi,
    See the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/Rules%20of%20Engagement]
    What version of Crystal Reports are you using?
    Visual studio version you have?
    Have you applied any servcie pack?
    Is this on your development computer or on a deployed computer?
    If on a deployed system, how was the CR runtime installed to that system?
    Regards,
    Shweta

  • Intermittent exception - Load Report Failed

    Hi, I am new to the forums, this does kinda involve .Net but not be a simple .Net issue so I posted here.
    I have been using Crystal Reports 10 for a while now, bolting it into web pages and never had issues but I have come across 2 lately that have me stumped. (I will do a different post for the other one)
    The problem is that INTERMIITANTLY I get issues in the production environment with a Load Report Failed exception. The main user with thi s problem says that it will do it late in the day and then all the way up until she goes home. Then in the morning it will work just fine. I have also hit the same issue on my pc in testing. However when I try to duplicate this in debug mode it ALWAYS works!
    One time I just republished and it fixed it for about a week or so then it started again.
    At first I thought it was our SQL server and some kind of connection or load issue because it occurs in this chunk of code - where it sets the login parameters
                        TableLogOnInfos myTableLogOnInfos = crv.LogOnInfo;
                        foreach (TableLogOnInfo myTableLogOnInfo in myTableLogOnInfos)
                            myTableLogOnInfo.ConnectionInfo = myConnectionInfo;
    But I have a whole bunch of sites which use the same backend class and the same code and they work just fine even in this time range.
    I am getting a new SQL server soon so I will see for sure but I dont think that is the issue.
    No matter what I do I cant recreate this in debug mode to step thru the code and find exactly what line is causing the issue. My SQL performance logs shows no issues at these times. (it is under heavy load hence the new one but nothing different during this time frame)
    I also ruled out computer issues because it did the same thing in the production environment on my pc too.
    Anyone got any ideas?

    Darn.. I wish someone had come up with an answer. We're experiencing a similar issue. As soon as we create a ReportDocument object and attempt to load a report, we receive an error. But not always! Most of the time, it works fine... then suddenly someone gets the error.
    Code:
    ReportDocument rptDocument = new ReportDocument();
    rptDocument.Load(...path to report...);
    Error:
    Load report failed.
    CrystalDecisions.CrystalReports.Engine
    The system cannot find the path specified.
      at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
      at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename,
    OpenReportMethod.openMethod, Int16 parentJob)
      at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
    I have so far been unable to replicate the error in development... it only seems to happen in production. Guess we'll have to try to log the error as soon as it happens.. maybe the path to the report is getting messed up somehow.
    If anyone has any ideas why it would only happen occasionally, please let me know! Thanks.

  • Where is the failed login attempts log in ISE?

    I have a client whom purchased Cisco ISE about a year ago.
    The former NAC box was the Cisco ACS, which used TACACS.
    ISE does not support TACACS, so I am using RADIUS instead.
    We used to use ACS to query AD so that admins could authenticate to the switches on the network.
    I am trying to get ISE to also query AD when an admin tries to login to the switches.
    Where within ISE is the old Failed Attempts Log that was resident in ACS?
    thx

    Hi,
    In Cisco ISE to see live failed and passed authentication logs
    Operations>authentications>live authentications and then click on detail.
    For failed login attempts by administrator.
    Monitor > Reports > Catalog > Server Instance > Server Administrator Logins report
    For understanding and configuring loggs
    Administration > System > Logging

  • Failed Logins

    Are there any standard reports in Oracle that allow an admin to identify if somebody was trying to guess or hack the SYSADMIN login?
    If so what details would this give us to home in on the potential hacker, is it an IP Address or something?

    Hi,
    I believe there is no way to get the IP Address from the database.
    Note: 751658.1 - Table Fnd_unsuccessful_logins Does Not Contain The Terminal_id Value
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=751658.1
    To track user's logon information, you can either use the concurrent program mentioned in my previous reply or use the queries in the documents referenced below.
    Note: 230405.1 - How to track user's logon information (successful and unsuccessful) using SQL*Plus or Exchange SQL Engine page?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=357009.1
    Note: 357009.1 - Need A Way To Notify Users About Previous Failed Login Attempts
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=357009.1
    You can get more details (including the IP Address) about forms listener runtime processes from FND_OAM_FORMS_RTI table (or from .rti files under $COMMON_TOP/admin/log/<CONTEXT_NAME>), but I do not think this would help here.
    Regards,
    Hussein

  • ACS, generate e-mail on any failed login attempt?

    I have ACS 3.3 and was trying to find a way to generate an e-mail whenever there is a failed login attmept.
    I have only found how to generate an e-mail when a user tries to login to a disable account and this is working.
    The report is populating on failed login attemps, but can the ACS server send an e-mail as well?

    I don't think that you can email the failed attempts, these are the options for SMTP:
    "Email notification of event - Specifies whether Cisco Secure ACS sends an e-mail notification for each event."
    "Cisco Secure ACS uses the System Monitoring feature to detect the events to be logged."
    It looks like the Failed attempts are not consider part of the events that "System Monitoring" checks.
    It could as you mentioned "Generate event when an attempt is made to log in to a disabled account".

  • Error in report generation-Load report failed

    I have installed crystal reports  for VS2005 runtime in my live environment.When i try to load the report file from a .Net page i am getting the error'Error in Report generation-Load report failed'.
    This works fine in development and testing but when moved to production we are having issues.
    I believe i have a workaround i.e i need to open the rpt in a VS 2005 environment and re-write the connection string again.This fix had worked in development and testing when we had the same issue.
    But not sure if this is a known issue with crystal reports and if so do we have any hot fixes for the same.
    Please help.

    Hi Don,
    The reason why i posted the item on 'data Connectivity issues' is because i suspect the problem is with the connection string.Though i had provided the correct connection string,re-writing the connection string with the same info might help to fix the issue with loading the report.
    Does it mean that there is a problem in the connectivity?
    I have a risk here that i cant re-write the connection string..i.e to open the RPT file in VS2005 and bind it.The production web server & database server sits in a  third party environment and it is not in the company network.So i cant connect to this server to re-write from any other severs in the network.
    Is there any fix which can applied to the server to get this issue resolved?
    Cheers
    Nithya.

  • Report failing with error

    Hi All,
    Application R12.1.3 with Shared Application Tier 2 nodes
    Database : 11g R 11.2.0.2 with RAC 2 nodes with ASM
    We have a concurrent program which gets fired when submitted thru API . For each order program is run once . If there are more orders it will run n number of times . At this time one request is failing with error
    REP-0004:
    REP-0069:
    REP-57054:
    But for the same failed request when we run separately(with same parameters) it is completing Normal . There is no other error in Manager Logs.
    please help what can be the issue.
    thanks
    Mapps

    Please see the following docs/links.
    Concurrent Processing - Concurrent Reports Failing With Errors REP-0004,REP-0082 and REP-0104 [ID 844976.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=REP-0004+AND+REP-0069+AND+REP-57054&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    If the links did not help, please enable trace/debug and see if you get more details about the error and post the contents of the log file then -- How Can Trace and Debug Be Turned On For A Concurrent Request? [ID 759389.1]
    Thanks,
    Hussein

  • Crystal Reports with VS2005 - Load Report failed Error....

    Post Author: rajeshvijayan
    CA Forum: Older Products
    Hi,
    I am running Crystal Reports viewer on IIS6.0 and windows server 2003, which was installed using the redistributable package that comes along with Visual Studio 2005. We open these reports through a web based application 1 which is run on a different application pool on IIS. We have about 3 to 4 other web applications runing on the same IIS. All the other Web applications are working fine.
    This  web application 1 has 2 parts - one is the normal data display quiries from the back end SQL server 2005 and the other is the Crystal Reports which also quires data from SQL Server 2005. At times i find that these reports all of them throw an error - Load Report Failed. At the same time the Part 1 of this application does work fine in showing the data that is queried from the database. Moreover at this stage, I dont find any errors in the Event viewer. If i restart this application pool alone, the reports starts working fine again.
    I had gone through a few of the news groups and have made all the necessary permission related changes like the TEMP Folder, ASP.NET temporary folder, the folder in which the crystal reports is placed etc but still the same error throws up after some point in time. Wanted to know if there is any special configuration required on the Application pool when it comes to Crystal Reports. We have bout 10 to 15 users using this application for testing and it only throws this error at times and not always.
    Looking forward to any kind of solution from your side.
    Regards
    Rajesh

    Post Author: mikeeby
    CA Forum: Deployment
    Yes I too have been fighting this problem. I was using a XML Data file and schema file for my u201Cdatabase templateu201D in the report. I would then run my query using the .NET SQLClient then fill the report with my dataset table using the SetDataSource method from the ReportDocument object.
    I tried both embedded and runtime loaded reports all worked fine on my development machine but would NOT work on my production server. I use all the server installs, played with user rights, registering DLLu2019s still nothing.  I went as far as creating a winform app to fix the problem. I then had exactly the same problem, I was catching the error and it originated from the viewer control in both winform and webforms.
    What finally worked for me was to attach to the database using OLE DB instead of XML/schema (xml/xsd) datasource then pasting my SQL Query into the database connection command this gave me the fields to build the report. I actually used the u201CSet Database Locationu201D Dialog in Crystal Reports so I didnu2019t have to redesign my report. This dialog works very weird but I managed to figure it out. I then used an embedded report and all seem to be well. I think there is a problem with the Crystal Reports .NET Server Install and Merge Modules used with .NET with XML files, but I cannot be sure, all I know is this worked for me.
    I am concerned that if my database server is moved or renamed my report might break because the server connection is embedded in the report, but for right now it is working. I thought that was the reason for using the xsd file was to eliminate the dependence on a server connection in the report.
    Good luck and I hope this helps you fix your problem too. If it does please let me know I have see so many reports of people asking questions about this problem and it seems like most are left hanging.
    Mike

  • NFR 2.5 - no autogenerated reports, fails on generation

    Hello,
    we have NFR 2.5 installation with mutiple bindings to Windows and OES servers. The scans works well and we received information inside the databases (PG 9.2). I created some reports which will be work in the preview mode. The next step to schedule the reports fails. There are no reports inside the "stored reports" section. I reconfigure the log level to debug and see an error inside the report generation "Report generation completed with errors or warnings for report SERVER_FS_filextension: System.NullReferenceException: Object reference not set to an instance of an object. at SRSReportGenerator.SRSReportGenerator.ReportThread (Object obj)".
    Which are the next steps to fix this issue? Is there an other way to analyse the problem? I get the same error level for all reports on the system. I try also to delete these reports and recreate a new one.
    Here you found a trace from the report generation:
    01 2015-01-27 15:38:00 3600 5 800c 2848 3000 Sched, ST: Removed task AgentManagerService Scheduled Task 3 from schedule queue.
    01 2015-01-27 15:38:00 3600 8 8010 2848 4588 SQL: SQL Processing SQL stored procedure: 'srs.add_scan_active_task_entry', Param 0 (): '<?xml version="1.0" encoding="UTF-8"?><ScanScheduleSetupTask><TaskType>2</TaskType><ScanType>2</ScanType><ScheduleID>283</ScheduleID><PolicyID>17</PolicyID></ScanScheduleSetupTask>', Param 1 (): '0'
    01 2015-01-27 15:38:00 3600 5 800c 2848 4588 Sched, RT: ScanSchedulerService Scheduled Task 283 executed, Result = 0.
    01 2015-01-27 15:38:00 3600 5 800c 2848 4588 Sched, RT: This is the last execution for ScanSchedulerService Scheduled Task 283.
    01 2015-01-27 15:38:00 3600 5 0005 2848 748 SSC: Starting initial setup for report definition 17, schedule 283, type: 2...
    01 2015-01-27 15:38:00 3600 5 0005 2848 748 SSC: Dispatching scheduled report, schedule 283, report definition id 17...
    01 2015-01-27 15:38:00 3600 8 8010 2848 748 SQL: SQL Processing SQL query: 'SELECT * FROM srs.report_definitions WHERE id=?', Param 0 (): 17
    01 2015-01-27 15:38:00 3600 8 8010 2848 748 SQL: SQL Processing SQL stored procedure: 'srs.add_report_in_progress_entry', Param 0 (): '17', Param 1 (): '1', Param 2 (): '0'
    01 2015-01-27 15:38:00 3600 8 8010 2848 748 SQL: SQL Processing SQL stored procedure: 'srs.add_scan_active_task_entry', Param 0 (): '<?xml version="1.0" encoding="UTF-8"?><ReportExecutionTask><ReportDefinitionID>17 </ReportDefinitionID><InProgressReportID>40</InProgressReportID><PriorityLevel>3604529</PriorityLevel></ReportExecutionTask>', Param 1 (): '6'
    01 2015-01-27 15:38:00 3600 8 8010 2848 748 SQL: SQL Processing SQL query: 'DELETE FROM srs.scan_active_tasks WHERE id=?', Param 0 (): 592
    01 2015-01-27 15:38:00 3600 5 0005 2848 2252 SSC: Report Worker executing report for definition ID 17, priority 3604529...
    01 2015-01-27 15:38:00 3600 8 8010 2848 2252 SQL: SQL Processing SQL query: 'SELECT * FROM srs.report_definitions WHERE id=?', Param 0 (): 17
    01 2015-01-27 15:38:00 3600 8 8010 2848 2252 SQL: SQL Processing SQL query: 'SELECT nt.* FROM srs.notification_targets AS nt JOIN srs.report_notification_targets AS rnt ON nt.id = rnt.notification_target_id WHERE rnt.report_definition_id=?', Param 0 (): 17
    01 2015-01-27 15:38:00 3600 8 8010 2848 4252 SQL: SQL Processing SQL query: 'DELETE FROM srs.scan_active_tasks WHERE id=?', Param 0 (): 593
    01 2015-01-27 15:38:00 3600 8 8010 2848 4252 SQL: SQL Processing SQL stored procedure: 'srs.add_notification_entry', Param 0 (notification_timet): '1422369480', Param 1 (target): '', Param 2 (type): '1', Param 3 (severity): '1', Param 4 (status_code): '-1', Param 5 (destination_type): '2', Param 6 (subject): 'Report generation failure', Param 7 (message): 'An error was encountered while attempting to generate the report SERVER_FS_filextension: System.NullReferenceException: Object reference not set to an instance of an object. at SRSReportGenerator.SRSReportGenerator.ReportThread (Object obj).'
    01 2015-01-27 15:38:00 3600 8 8010 2848 4252 SQL: SQL Processing SQL query: 'SELECT report_name FROM srs.report_definitions WHERE id=?', Param 0 (): 17
    01 2015-01-27 15:38:00 3600 3 0005 2848 4252 SSC: Report generation completed with errors or warnings for report SERVER_FS_filextension: System.NullReferenceException: Object reference not set to an instance of an object. at SRSReportGenerator.SRSReportGenerator.ReportThread (Object obj)
    01 2015-01-27 15:38:00 3600 5 0005 2848 2252 SSC: Report Worker executed report for definition ID 17, priority 3604529, result: 0.
    Thanks for support and help for this issue
    Michael

    On 1/30/2015 6:16 AM, michaelkuerschner wrote:
    >
    > Hello,
    >
    > we have NFR 2.5 installation with mutiple bindings to Windows and OES
    > servers. The scans works well and we received information inside the
    > databases (PG 9.2). I created some reports which will be work in the
    > preview mode. The next step to schedule the reports fails. There are no
    > reports inside the "stored reports" section. I reconfigure the log level
    > to debug and see an error inside the report generation "Report
    > generation completed with errors or warnings for report
    > SERVER_FS_filextension: System.NullReferenceException: Object reference
    > not set to an instance of an object. at
    > SRSReportGenerator.SRSReportGenerator.ReportThread (Object obj)".
    >
    > Which are the next steps to fix this issue? Is there an other way to
    > analyse the problem? I get the same error level for all reports on the
    > system. I try also to delete these reports and recreate a new one.
    >
    > Here you found a trace from the report generation:
    > -------------------
    > 01 2015-01-27 15:38:00 3600 5 800c 2848 3000 Sched, ST: Removed task
    > AgentManagerService Scheduled Task 3 from schedule queue.
    > 01 2015-01-27 15:38:00 3600 8 8010 2848 4588 SQL: SQL Processing SQL
    > stored procedure: 'srs.add_scan_active_task_entry', Param 0 (): '<?xml
    > version="1.0"
    > encoding="UTF-8"?><ScanScheduleSetupTask><TaskType>2</TaskType><ScanType>2</ScanType><ScheduleID>283</ScheduleID><PolicyID>17</PolicyID></ScanScheduleSetupTask>',
    > Param 1 (): '0'
    > 01 2015-01-27 15:38:00 3600 5 800c 2848 4588 Sched, RT:
    > ScanSchedulerService Scheduled Task 283 executed, Result = 0.
    > 01 2015-01-27 15:38:00 3600 5 800c 2848 4588 Sched, RT: This is the last
    > execution for ScanSchedulerService Scheduled Task 283.
    > 01 2015-01-27 15:38:00 3600 5 0005 2848 748 SSC: Starting initial setup
    > for report definition 17, schedule 283, type: 2...
    > 01 2015-01-27 15:38:00 3600 5 0005 2848 748 SSC: Dispatching scheduled
    > report, schedule 283, report definition id 17...
    > 01 2015-01-27 15:38:00 3600 8 8010 2848 748 SQL: SQL Processing SQL
    > query: 'SELECT * FROM srs.report_definitions WHERE id=?', Param 0 ():
    > 17
    > 01 2015-01-27 15:38:00 3600 8 8010 2848 748 SQL: SQL Processing SQL
    > stored procedure: 'srs.add_report_in_progress_entry', Param 0 (): '17',
    > Param 1 (): '1', Param 2 (): '0'
    > 01 2015-01-27 15:38:00 3600 8 8010 2848 748 SQL: SQL Processing SQL
    > stored procedure: 'srs.add_scan_active_task_entry', Param 0 (): '<?xml
    > version="1.0"
    > encoding="UTF-8"?><ReportExecutionTask><ReportDefinitionID>17 </ReportDefinitionID><InProgressReportID>40</InProgressReportID><PriorityLevel>3604529</PriorityLevel></ReportExecutionTask>',
    > Param 1 (): '6'
    > 01 2015-01-27 15:38:00 3600 8 8010 2848 748 SQL: SQL Processing SQL
    > query: 'DELETE FROM srs.scan_active_tasks WHERE id=?', Param 0 (): 592
    > 01 2015-01-27 15:38:00 3600 5 0005 2848 2252 SSC: Report Worker
    > executing report for definition ID 17, priority 3604529...
    > 01 2015-01-27 15:38:00 3600 8 8010 2848 2252 SQL: SQL Processing SQL
    > query: 'SELECT * FROM srs.report_definitions WHERE id=?', Param 0 ():
    > 17
    > 01 2015-01-27 15:38:00 3600 8 8010 2848 2252 SQL: SQL Processing SQL
    > query: 'SELECT nt.* FROM srs.notification_targets AS nt JOIN
    > srs.report_notification_targets AS rnt ON nt.id =
    > rnt.notification_target_id WHERE rnt.report_definition_id=?', Param 0
    > (): 17
    > 01 2015-01-27 15:38:00 3600 8 8010 2848 4252 SQL: SQL Processing SQL
    > query: 'DELETE FROM srs.scan_active_tasks WHERE id=?', Param 0 (): 593
    > 01 2015-01-27 15:38:00 3600 8 8010 2848 4252 SQL: SQL Processing SQL
    > stored procedure: 'srs.add_notification_entry', Param 0
    > (notification_timet): '1422369480', Param 1 (target): '', Param 2
    > (type): '1', Param 3 (severity): '1', Param 4 (status_code): '-1',
    > Param 5 (destination_type): '2', Param 6 (subject): 'Report generation
    > failure', Param 7 (message): 'An error was encountered while attempting
    > to generate the report SERVER_FS_filextension:
    > System.NullReferenceException: Object reference not set to an instance
    > of an object. at
    > SRSReportGenerator.SRSReportGenerator.ReportThread (Object obj).'
    > 01 2015-01-27 15:38:00 3600 8 8010 2848 4252 SQL: SQL Processing SQL
    > query: 'SELECT report_name FROM srs.report_definitions WHERE id=?',
    > Param 0 (): 17
    > 01 2015-01-27 15:38:00 3600 3 0005 2848 4252 SSC: Report generation
    > completed with errors or warnings for report SERVER_FS_filextension:
    > System.NullReferenceException: Object reference not set to an instance
    > of an object. at
    > SRSReportGenerator.SRSReportGenerator.ReportThread (Object obj)
    > 01 2015-01-27 15:38:00 3600 5 0005 2848 2252 SSC: Report Worker
    > executed report for definition ID 17, priority 3604529, result: 0.
    > -------------------
    >
    > Thanks for support and help for this issue
    > Michael
    >
    >
    Michael,
    Would you mind sending an email to [email protected]? We'd like to
    troubleshoot this with you directly. Thank you.
    -- NFMS Support Team

Maybe you are looking for

  • Yosemite - Creative Suite 5 - Updates will not install

    Hello, I have an iMac running Yosemite 10.10.2 and I am having issues updating my CS5. The Application Manager alerted me to updates but when I tried to update, all updates failed to install: Some Updates Failed to Install: The following updates were

  • Reports JFIF image stored in a blob

    Hi everyone, I'm using forms & reports 10g release 1. I noticed that a image stored in a blob with a format of JFIF doesn't work well with in Reports. I get the rep-62203, cannot render error. When the datatype is longraw instead of blob, it works fi

  • Programmatically selecting Item in drop down

    I want to Programmatically select an item in a dropdown when the page is loaded. I am using the following code: <h:selectOneMenu binding="#{CatByLocTrend.predefinedQueryDropdown}" id="predefinedQueryDropdown" style="height: 21px; width: 133px; font-f

  • Local laptop seller installed Windows which is not genuine.

    Hi! I claimed my hard disk warranty but my local laptop seller installed Windows which is not genuine. Do hard disk warranty also comes with original windows warranty?

  • Error in SDOE_ESDMA_DESIGN

    Hi ,    Hi friend am facing some issue in SDOE_ESDMA_DESIGN like 1 Backend destination not configured for search FM ZBAPI_WRAPPER_LOTLIST2 2 Warning- Assigned Data Object LOG_MBO has no distribution model defined. But in SDOE_WB Am getting values . T