Forum .LRN Q&A: Re: bulk upload of users problem in dotLRN-2.0.3

Collapse
Posted by Deirdre Kane on
Volin,

We are on 2.1 now and bulk upload is working fine.  I tested your names with our bulk upload (using bogus email addresses) and did not get an error, so I have two suggestions:

1) your CSV file could have some hidden characters, so open it in Notepad and remove anything extraneous at the end of the file

2) since it's only two users, you could also create the accounts individually while you figure out what's broken with your bulk upload.

DeeDee

Collapse
Posted by Volin Karagiozov on
Thank you DeeDee,

CSV file seems to be OK.

Actualy I tested just with two users before adding all faculty and students and found this problem.

I looked at Postgres server.log file also:

ERROR:  ExecInsert: Fail to add null value in not null attribute username
WARNING:  Error occurred while executing PL/pgSQL function acs_user__new
WARNING:  line 54 at SQL statement

Volin