User getting error The vlaue provided for the report parameter is not valid for it's type

  • Hi,

    I have a very puzzling issue. I have a report which takes a date parameter, works for me and another colleague but does not work for two other users.

    User gets error - The value provided for the report parameter 'dtFromDate' is not valid for it's type.

    Created report using MS Visual Studio 2008, SQL Server 2008. Accessing the reports using IE.

    This is the url

    http://myservername/Reportserver?/SAiD/NewHireDeparturesTempLeaveIT&iViewMode=3&dtFromDate=25/6/2012

    The weird thing is if I change the date format to 6/25/2012 I get the same error but otherwise the above works for me but not for the 2 other users.

    Any help will be greatly appreciated.

    Thank you.

    Megan

  • Have you tried setting the ParameterLanguage in the URL?

    This forces it to accept the paramter in the desired format.

    e.g. rs:ParameterLanguage=en-GB

  • The users probably have their default browser language settings as en-US and yours is en-GB so it messes up the date conversion.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply