<div dir="ltr">The error suggests you're trying to read or write a table called pdpcontext which doesn't exist. Maybe you forgot to create it?<div><br></div><div>Cheers,</div><div>Daniel</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 16 Jul 2020 at 10:24, Papa Tana <<a href="mailto:papa.tana101@gmail.com">papa.tana101@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi All,<br>
<br>
I want to use Mnesia for my application, but it returns "no_exists"<br>
<br>
According to the documentation:<br>
<br>
==> no_exists: Tried to perform operation on non-existing (non-alive) item.<br>
<br>
$ dialyzer first.erl<br>
  Checking whether the PLT c:/Users/Lova/.dialyzer_plt is up-to-date... yes<br>
  Proceeding with analysis... done in 0m0.23s<br>
done (passed successfully)<br>
<br>
<br>
$ erl -sname myggsn@vm<br>
Eshell V11.0  (abort with ^G)<br>
<br>
(myggsn@vm)1> c(first).<br>
{ok,first}<br>
<br>
(myggsn@vm)2> node().<br>
myggsn@vm<br>
<br>
(myggsn@vm)3> mnesia:start().<br>
ok<br>
<br>
(myggsn@vm)4> first:database_initialize().<br>
=INFO REPORT==== 16-Jul-2020::11:12:13.951000 ===<br>
    application: mnesia<br>
    exited: stopped<br>
    type: temporary<br>
<br>
stopped<br>
<br>
(myggsn@vm)5> first:start().<br>
{aborted,{no_exists,pdpcontext}}<br>
<br>
Where am I wrong please?<br>
<br>
I send enclosed my first.erl<br>
<br>
Best Regards,<br>
</blockquote></div>