mnesia creation of database failed
Valentin Micic
valentin@REDACTED
Fri Mar 4 14:24:37 CET 2005
Or... trying to create table in ram_only schema?
V.
----- Original Message -----
From: "Ulf Wiger" <ulf@REDACTED>
To: <erlang-questions@REDACTED>
Sent: Friday, March 04, 2005 12:52 PM
Subject: Re: mnesia creation of database failed
Den 2005-03-04 11:09:53 skrev Dietmar Schaefer <dietmar@REDACTED>:
> Hi !
>
>
> Most recently I changed my directory layout ( The way how I origanize
> source,bin, etc)
>
> When I now try to create my database tables I get:
>
> creation of database scalarVariables failed reason.{bad_type,
> scalarVariables,
>
> {disc_copies,cmmc@REDACTED}}
>
> I am quite shure I dod not change anything else ! (?)
I'm not quite sure if it isn't just the format of the
error message, but the reason could be that the value
of disc_copies should be a list of node names, not
just a single node.
/Uffe
More information about the erlang-questions
mailing list