Hi guys,
I have a 9.12.3. application where I tried to do a user import via CMS > Users > MyGroup (right click) > Import users.
I used the CSV option, set all mappings, saved it.
When I push the RUN button it returns a stack trace page, any idea what can be the issue?
I tried it on both my develop as my acceptance environment, with the same outcome.
(also tried via settings > data integration)
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
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.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
Dynamicweb.Admin.DataImportSetMapping.GetStoredJob(String activityConfiguration) +242
Dynamicweb.Admin.DataImportSetMapping.InitializeJob(Boolean& isNewJob) +41
Dynamicweb.Admin.DataImportSetMapping.Page_Load(Object sender, EventArgs e) +346
System.Web.UI.Control.OnLoad(EventArgs e) +107
System.Web.UI.Control.LoadRecursive() +89
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1532