I am trying to import an xls file - first column is numbered from 1 to 155 any Idea's of what is wrong with failure to import records on this trial version?
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
[OverflowException: Value was either too large or too small for an Int16.] System.Convert.ToInt16(Char value) +2511673 System.Char.System.IConvertible.ToInt16(IFormatProvider provider) +9 System.Convert.ToInt16(Object value) +25 CookDNN.DNN.Modules.UniversalList.Import.ImportExcel(String FileName, Int32 RowsCount) +200 CookDNN.DNN.Modules.UniversalList.Import.DrawPreImport() +335 CookDNN.DNN.Modules.UniversalList.Import.StartImport() +270 CookDNN.DNN.Modules.UniversalList.Import.DrawActions() +113 CookDNN.DNN.Modules.UniversalList.Import.Page_Load(Object sender, EventArgs e) +90 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
westdh
Please send us an example of file to import. Then we can review it.
I'm getting the same error with an Excel file.
I've tried both putting a number field as the first field to serve as the ID field.and not doing that.
I have one referenced field. I 've tried both uploading with the IDnumber of the link field in the Excel file and the displayed value.....still get the error.
I can download excel files just fine, and the downloaded file looks (column-wise) just like the one I'm trying to upload.
Any ideas?
Jill
Where are the uploaded files for import supposed to be saved? I'm not sure the files are actually uploading.
Another quesion.....I have some records in the database I'm trying to import the files into. Is that a problem. Does the import have to be into an empty file? I made the ID numbers of the imported file start at the next number from the existing files.