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
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)
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.
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)
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
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!
Hi Umbraco Forms is not Member export, best to ask Umbraco HQ support.
Hi Richard
Thanks for the quick response. I'll wait for the fix and let you know the outcome.
Best regards,
Rig
Hi Richard
Thanks for the fix. It is now working as expected.
Best regards,
Rigardt
Hi Rigardt,
Thanks for reporting back. I will release the bugfix version 2.0.4
Best,
Richard
is working on a reply...