Type mismatch error in Server Application Log

P

Peter Jakab

When I post some action to the PDS, in the viewdrop the XML message
contains a <Timestamp> value.
With other users it's in a format aof M/D/YYYY HH:mm:ss.

In my view xml it's formatted as yyyy. mm. dd. Type mismatch error is logged
in app log on server :

Component: PCSViews
File: ViewsDrop.cls
Line: -1
Error Number: 0xd
Description: Error Information: Type mismatch
Additional Information: An error occured processing the following view :-
<ViewsDropData><ProjectData><EntProjectName><![CDATA[MSTALT.Published] ]></E
ntProjectName><EntProjectID>199</EntProjectID></ProjectData><OrgGuid>project
server</OrgGuid><ProjectID>244</ProjectID><BasePath>projectserver</BasePath>
<TimeStamp>2003. 10. 09. 14:25:09</TimeStamp></ViewsDropData>




In the OS my settings for short date is m/d/yyyy.

Where can I set the dateformat for this option (xmlhttp sending?) to work
correctly?

Thanks

Peter
 
Top