<div dir="ltr"><div><div><div><div>Hola a todos<br><br></div>Respecto al $mx_path, actualmente estoy considerando que incluya el ejecutable mx.exe al igual que lo hace el parámetro $Wxis, entonces, ambos deberían quedar así en el config.php<br>
<br>//Path to the wwwisis executable (include the name of the program)<br>$Wxis="/ABCD/www/cgi-bin/$cisis_ver"."wxis.exe";<br><br>//path to the mx  program (include the name of the program)<br>$mx_path="/ABCD/www/cgi-bin/$cisis_ver"."mx.exe";<br>
<br></div><div>(las rutas deberan adaptarse a las reales de cada instalación)<br></div><div><br></div>$cisis_ver por defecto está en blanco pero se utiliza en algunas ocasiones para ejecutar otras versiones del cisis.<br>
<br></div>El script central/utilities/vmx_fullinv.php se ha estandarizado para no incluir el llamado al mx.exe cuando se genera la línea de comandos. Anexo el script central/utilities/vmx_fullinv.php normalizado<br><br></div>
Disculpas por los inconvenientes.<br><br><br><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 21, 2014 at 2:55 AM, De Smet Egbert <span dir="ltr"><<a href="mailto:egbert.desmet@uantwerpen.be" target="_blank">egbert.desmet@uantwerpen.be</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Please change, into config.php (in htdocs/central) the path to mx without the name of the executable itself :<br>
<br>
if ($cisis_ver!="")<br>
$mx_path="/ABCD/www/cgi-bin/";<br>
else<br>
$mx_path="/ABCD/www/cgi-bin/";<br>
<br>
If the executable is added, the script has it twice in the command as can be seen from the error info.<br>
Since the variable names points to a 'path', not a file (as in e.g. $wxisUrl), I think it is more logical to only put the path there.<br>
I will check it in the demo-config.php and correct but keeping this one correct is a 'local' responsibility.<br>
<br>
Egbert de Smet<br>
Universiteit Antwerpen<br>
________________________________________<br>
From: Renate Morgenstern [<a href="mailto:rmorgenstern@iway.na">rmorgenstern@iway.na</a>]<br>
Sent: Wednesday, May 21, 2014 9:13 AM<br>
To: De Smet Egbert<br>
Cc: isis-users<br>
Subject: Updates available for ABCD 1.3t: Problem with IF generation<br>
<br>
Good day,<br>
<br>
On my ABCD Windows installation I tested the Inverted file generation with mx. it seems that it did not work.<br>
However, on the Ubuntu installation it said that it was succesful.<br>
See screen shots.<br>
Is it not working only for me?<br>
<br>
Regards<br>
Renate<br>
<br>
--<br>
<br>
Renate Morgenstern<br>
Tel.: <a href="tel:%2B264%2061%20242124" value="+26461242124">+264 61 242124</a><br>
Cell: <a href="tel:%2B264%2081%202910284" value="+264812910284">+264 81 2910284</a><br>
Fax: 088637518<br>
Windhoek, Namibia<br>
_______________________________________________<br>
isis-users mailing list<br>
<a href="mailto:isis-users@iccisis.org">isis-users@iccisis.org</a><br>
To manage your own subscription options go to: <a href="http://lists.iccisis.org/listinfo/isis-users" target="_blank">http://lists.iccisis.org/listinfo/isis-users</a><br>
Or contact Henk Rutten: <a href="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</a><br>
</blockquote></div><br></div>