<div dir="ltr"><div>No tan evidente porque la línea de comando varía para el fullinv y para el retag.<br><br></div>Se puede hacer una solución que reciba como parámetro la acción que se quiere ejecutar y el script decida que línea de comando generar para invocar el cisis.  <br>
<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 21, 2014 at 1:27 PM, 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">Y qué si queremos usar p.e. retag (para desbloquear una b.d.) ? Tenemos que eliminar la parte mx.exe y sustituir por retag.exe ? Hay otras possibilidades de usar otras herramientas de CISIS...<br>

<br>
So sería más conveniente solamente usar el camino (path) como el nombre lo sugiere ? No creo que hay muchas instancias de llamar a este variable y cambiarlo...<br>
<br>
Egbert de Smet<br>
Universiteit Antwerpen<br>
________________________________________<br>
From: <a href="mailto:guildaa@gmail.com">guildaa@gmail.com</a> [<a href="mailto:guildaa@gmail.com">guildaa@gmail.com</a>] on behalf of Guilda Ascencio [<a href="mailto:gascencio@msinfo.info">gascencio@msinfo.info</a>]<br>

Sent: Wednesday, May 21, 2014 7:50 PM<br>
To: De Smet Egbert<br>
Cc: <a href="mailto:rmorgenstern@iway.na">rmorgenstern@iway.na</a>; isis-users<br>
Subject: Re: [Isis-users] Updates available for ABCD 1.3t: Problem with IF generation<br>
<br>
Hola a todos<br>
<br>
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>
(las rutas deberan adaptarse a las reales de cada instalación)<br>
<br>
$cisis_ver por defecto está en blanco pero se utiliza en algunas ocasiones para ejecutar otras versiones del cisis.<br>
<br>
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>
Disculpas por los inconvenientes.<br>
<br>
<br>
<br>
<br>
<br>
On Wed, May 21, 2014 at 2:55 AM, De Smet Egbert <<a href="mailto:egbert.desmet@uantwerpen.be">egbert.desmet@uantwerpen.be</a><mailto:<a href="mailto:egbert.desmet@uantwerpen.be">egbert.desmet@uantwerpen.be</a>>> wrote:<br>

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><mailto:<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><tel:%2B264%2061%20242124><br>
Cell: +264 81 2910284<tel:%2B264%2081%202910284><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><mailto:<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><mailto:<a href="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</a>><br>
<br>
</blockquote></div><br></div>