<div dir="ltr">Hi Alan,<div><br></div><div>Would this by any chance also fix the issues with sharing-rules?</div><div><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 17 November 2014 11:37, Alan Lord <span dir="ltr"><<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On 17/11/14 07:13, lajeesh k wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
     I have a client planned to move from ondemand to opensource for<br>
doing some customization. We have got database dumb file from vtiger. I<br>
would like to hear the best method for this from someone experienced and<br>
what are possible challenges.<br>
</blockquote>
<br></span>
In vtiger 5.4.0 you could re-create the user-privileges and tabdata files with a very simple script - you can probably do the same with 6.1.0 but you will need to look to see of the functions are different.:<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<?php<br>
$Vtiger_Utils_Log = true;<br>
require_once('include/utils/<u></u>CommonUtils.php');<br>
<br>
echo ("Regerating tabdata files ..." . PHP_EOL);<br>
        perform_post_migration_<u></u>activities();<br>
echo ("Done" . PHP_EOL);<br>
echo "Recalculate Sharing Rules" . PHP_EOL;<br>
    RecalculateSharingRules();<br>
echo "Done" . PHP_EOL;<br>
<br>
?><br>
</blockquote>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div><br></div></div>