We just bought and installed the 2.0.24 version of the User Import module. So far I have tried to import in several ways, but have encountered problems with all approaches: * I tried importing from SQL, but am getting a javascript error of "IsFilled is not defined" at line 1913. * I tried import an XLS file (both with the file on the server and an attempt from my local drive), but the task reports ERROR and the following info. SOURCE: DNNMasters.UserImportManager MESSAGE: Error during Load And Check Data: Format file: '.XLS' is not implemented TARGETSITE: System.Data.DataSet loadAndCheckData(System.String[], DNNMasters.UserImportManager.ImportExport.ImportDataInfo) STACKTRACE: at DNNMasters.UserImportManager.ImportExport.ImportDB.loadAndCheckData(String[] filesName, ImportDataInfo importInfo) at DNNMasters.UserImportManager.ImportExport.ImportDB.Execute(ImportDataInfo importInfo) at DNNMasters.UserImportManager.ExportEx.ImportUsersTask.DoWork(Object parameters) Perhaps I'm missing some vital step. Can you advise me what I might be doing wrong? A few more questions too... * Can the SQL import do the update if existing option like the file import can? * How should I be representing roles in the file if I go with the file import option. I noticed that your export option creates for unique files (User, Profile, Roles and User/Roles). The file import option gives me the ability to import from just a single file at a time. Would I be creating separate jobs - one for users, one for roles, and so on? Thanks, Greg |