-
-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Bug Affects...
[x] admin experience UI
[x] Content Types or data management
Current Behavior / Expected Behavior
For small datasets (500 or fewer) records, importing data through XML templating works well. For my project, I had to work with a dataset that included 8028 records consisting of 4014 en-CA records and 4014 fr-CA records).
Directly importing the data from one XML file fails - the operation never completes. To work around this, I created 17 files each with no more than 500 records (250 en-CA, 250 fr-CA). Here is the summary for one of the batches:
Importing the data one by one went fine until batch number 9 when an error occurred. Here is a screen shot of the error that pops up:
To Reproduce (Steps, Videos, Screenshots, Apps)
- Created an app with data called RollOfHonourEntry (data template just below)
2sxc RollOfHonourEntry Template 20251111194525.xml
- Attempted to import 17 XML files - the maximum number of records in each is 500. Failed on number 10.
- In the DNN Admin log, there was the following error:
- The JavaScript console contained this information:
Your environment
- 2sxc version(s): 20.00.08
- Browser: all
- DNN : 10.1.2
- Hosting platform: IIS
- Ui Languages: English & French
Additional context
It seemed that each subsequent batch took longer to process but I may be imagining this.
I can supply data and the data template if that is helpful.