<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    <div>    As far as i know to reuse mnesia schema on different nodes,
      when the name of the node changes, we need to repair the Mnesia
      schema, as it contains the names of the nodes where the tables
      belong.</div>
    <div><br>
    </div>
    <div>So before starting Mnesia i will open the <font
        face="monospace">schema.DAT</font> file, a <font
        face="monospace">dets</font> file which contains <font
        face="monospace">{schema, Tab, Opts}</font> entries. Among the
      options change the old node name to the new node name, and save
      the new schema under its original file name. Then if we start
      Mnesia and all our data will be there.<br>
      <br>
      but i have a doubt, since the dets operations are not
      transactional in the middle editing schema.DAT file, if my
      application gets restart, will it corrupt the <font
        face="monospace">schema.DAT <font face="sans-serif">file and if
          happens so how can i safe guard the data.? Can anybody suggest
          me how to tackle this problem. ?</font></font><br>
      <br>
      <font face="monospace"><font face="sans-serif">Thanks in advance<br>
          Arun</font></font><br>
    </div>
  </body>
</html>