Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Governor Technology 146 posts 551 karma points
    Oct 29, 2013 @ 12:01
    Governor Technology
    0

    Input string was not in a correct format

    Hi there

    I am running Umbraco 4.11.4 and MemberExport 2.0.3 (full). I am trying to export a large number of users to Excel format. The selected member type has 38 properties including two MNTP properties. For most members both of these have no nodes selected in the MNTP.

    When the first of the MNTP properties are included in the export, it runs successfully. However when the second MNTP property is included, I can the error below. The export runs find if all properties except for the second MNTP property are included. The moment the second one is included, the error occurs.

    I've read in the change log, that the package has been upgraded to be compatible with the latest MNTP implementation, however I am still getting an error on this. Please find the error below and let me know if you need any further info for testing.

    Thanks in advance. Rig

    Event code: 3005 Event message: An unhandled exception has occurred. Event time: --- Event time (UTC): --- Event ID: --- Event sequence: 208 Event occurrence: 2 Event detail code: 0

    Application information: Application domain: --- Trust level: Full Application Virtual Path: / Application Path: --- Machine name: ---

    Process information: Process ID: 9572 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE

    Exception information: Exception type: FormatException Exception message: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at MemberExport.Library.ValueParsers.MNTPValueParser.(String ) at MemberExport.Library.ValueParsers.MNTPValueParser.Parse(MemberField memberField, Object value) at MemberExport.Library.Helpers.ValueParserFactory.Parse(Object value, MemberField memberField) at MemberExport.Library.ExportProviders.Excel.ExcelProvider.Export(List`1 columns, IRecordsReader reader) at MemberExport.Library.Helpers.ExportHelper.ExportMembers(ExportState state) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    Request information: Request URL: --- Request path: /umbraco/plugins/MemberExport/MemberExport.aspx User host address: --- User:
    Is authenticated: False Authentication Type:
    Thread account name: NT AUTHORITY\NETWORK SERVICE

    Thread information: Thread ID: 16 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) at MemberExport.Library.ValueParsers.MNTPValueParser.(String ) at MemberExport.Library.ValueParsers.MNTPValueParser.Parse(MemberField memberField, Object value) at MemberExport.Library.Helpers.ValueParserFactory.Parse(Object value, MemberField memberField) at MemberExport.Library.ExportProviders.Excel.ExcelProvider.Export(List`1 columns, IRecordsReader reader) at MemberExport.Library.Helpers.ExportHelper.ExportMembers(ExportState state) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Oct 29, 2013 @ 12:09
    Richard Soeteman
    0

    Hi,

    Thanks for reporting. According to the error message it can't parse a value. Looking this up in the source code it seems I always assume the node has a valid node id. I will change this now and send you a fix soon.

    Strange that this behavior occurs.

    I will send it to your email address.

    Best,

    Richard

  • Nurhak Kaya 53 posts 147 karma points MVP 2x c-trib
    Nov 23, 2016 @ 11:01
    Nurhak Kaya
    0

    Hello Richard,

    I am experiencing a similar problem, I wonder if you can recommend me any fix about this please?

    Please see my problem details in this link.

    Thanks in advance!

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Nov 23, 2016 @ 11:04
    Richard Soeteman
    0

    Hi Umbraco Forms is not Member export, best to ask Umbraco HQ support.

  • Governor Technology 146 posts 551 karma points
    Oct 29, 2013 @ 12:16
    Governor Technology
    0

    Hi Richard

    Thanks for the quick response. I'll wait for the fix and let you know the outcome.

    Best regards,

    Rig

  • Governor Technology 146 posts 551 karma points
    Oct 29, 2013 @ 15:46
    Governor Technology
    0

    Hi Richard

    Thanks for the fix. It is now working as expected.

    Best regards,

    Rigardt

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Oct 30, 2013 @ 08:05
    Richard Soeteman
    0

    Hi Rigardt,

    Thanks for reporting back. I will release the bugfix version 2.0.4

    Best,

    Richard

Please Sign in or register to post replies

Write your reply to:

Draft