Monitoring - Start time & End time does not reflect to my local country time
-
sexta-feira, 6 de julho de 2012 04:14
Hi All,
I have 2 questions
1) How could I change the MDT 2012 time to my local time (Singapore GMT+8)? When I checked the start time & end time, is always 8 hrs behind Singapore time.
2) I have problem accessing http://xxx.xxx.xxx.xx:9800/MDTMonitorEvent from IE. I got an error message " Endpoint not found". How should I solve it?
Thank you
Todas as Respostas
-
sexta-feira, 6 de julho de 2012 12:08
1) All times are stored in UTC and the Deployment Workbench just shows them without any modification. As far as I know, there is no way to adjust this in the MDT Workbench. You would need to read the information from the web service to present them in a different format.
2) Use http://xxx.xxx.xxx.xxx:9800/MDTMonitorEvent/ (the final slash is important)
Regards
Maik
http://myitforum.com/cs2/blogs/maikkoster/ -
segunda-feira, 9 de julho de 2012 01:55
Hi Maik,
Thank you for your advice.
It really important of the final slash at end of the URL address. But I have seen another error message " svcutil.exe http://localhost:9800/MDTMonitorEvent/?wsd1l ". Any advice of such error? Thankz
-
segunda-feira, 16 de julho de 2012 13:50
That's not an error message. It's simply telling you, how to create a client that will be able to use this web service from your custom code. If you want to test the function, that MDT is posting to, from your browser, you would need to use the name of the function and pass in all paramters by hand like
http://localhost:9800/MDTMonitorEvent/PostEvent?id=00:11:22:33:44:55&computername=Test&.......
If you would like to read the information that has been posted, you need to use a different web service
http://localhost:9801/MDTMonitorData/
That returns an OData stream that you can read.
You might want to have a alook on this post http://myitforum.com/cs2/blogs/maikkoster/archive/2012/07/16/mdt-monitoring-deep-dive-i.aspx for some more information.
Regards
Maik

