READ Free Dumps For Microsoft- 70-576
Question ID 10160 | You are designing the environment for a SharePoint 2010 server farm. You need to design the environment to meet the following requirements: SharePoint must log critical error messages to the Windows Event Log. To save log space, duplicate error messages must not be logged. Which approach should you recommend? |
Option A | Restrict the Trace Log disk usage space to 1 GB |
Option B | Enable Event Log Flood Protection. |
Option C | Find the error category and set the "Least critical event to report to the event log" value to "Warning" for that category |
Option D | Find the error category and set the "Least critical event to report to the trace log" value to "None". |
Correct Answer | B |
Question ID 10161 | Your developers have discovered an issue with a SharePoint 2010 application. The code has produced an exception and SharePoint has rendered an error page in the browser. The error page displays a Correlation ID and the time when the error occurred. You need the developers to investigate the problem by viewing logged exception messages. What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.) |
Option A | Open the SharePoint content database. Filter the Event Log table for rows with an Event Time column value the same as the time shown on the error page and with an Event Data column value equal to the Correlation ID found on the error page. |
Option B | Open the Application Event Log on the server. Filter the events for an exception that occurred at the time shown on the error page, and with a Source value equal to the Correlation ID found on the error page. |
Option C | Search for an exception in the SharePoint Unified Logging Service (ULS) logs with the same Correlation ID and time stamp displayed on the error page. |
Option D | Use the Power Shell get-splogevent command, passing in the Correlation ID as a parameter, which will return a list of items in the ULS log with the same Correlation ID. Look for an exception that occurred at the time shown on the error page. |
Correct Answer | CD |