Unable to import student list in Education module

Dear All,

I am a new user started using ERP next for learning purpose, i am trying to setup a small school on ERP Next.
I tried to import guardian which made successfully, then i tried to upload student against guardian link ID’s but every time it gets failed.

Here is the error log message i am getting:

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/data_import/importer.py”, line 403, in upload
doc.insert()
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 216, in insert
self._validate_links()
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 741, in _validate_links
frappe.LinkValidationError)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 356, in throw
msgprint(msg, raise_exception=exc, title=title, indicator=‘red’)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 342, in msgprint
_raise_exception()
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 315, in _raise_exception
raise raise_exception(msg)
LinkValidationError: Could not find Row #1: Guardian: “EDU-GRD-2019-00285”

Kindly advise.

Thanks

1 Like

same error here did you get solution