<span class="hps">Usted puede encontrar</span> 
<span class="hps">una solución a su</span> 
<span class="hps">problemma</span> <span class="hps">en el capítulo 2.2</span> <span class="hps">del Manual de</span> <span class="hps">ADCofABCD</span><span></span><br><br>2.2. CISIS<br>CISIS is the software developed by BIREME to handle ISIS databases from the Command Line in UNIX/Linux<br>
or DOS/Windows. This sofware has been written in the C-programming language and hence the name of this<br>ISIS family member. CISIS mainly exists of a series of 'utilities', i.e. command-driven executables which<br>
perform all types of functions in ISIS-databases, like creating records, updating and searching them, updating<br>the Inverted File, import and export and many other functions, sometimes unique in the 'ISIS Family', e.g.<br>
joining records from different databases according to common keys, indexing and searching from different<br>Inverted Files for one database.<br>Actually CISIS as a set of utilities contains more than 25 different tools or executables. As this is not a manual<br>
on CISIS, we will not deal with all of them, but some are worth being mentioned, certainly also because we will<br>use them for some off-line functions of ABCD.<br>2.2.1. The Master / Xross-reference tool : mx<br>The mx tool is the main CISIS utility, it could easily be baptised as 'CDS/ISIS for the command line', meaning<br>
most things which can be done with (M)asterfiles and (X)rf-files - therefore 'mx' indeed - with ISIS can also be<br>done with MX. Just to give an idea we give the list of parameters mx accepts (as this list is given when invoking<br>
the command in a command-line environment such as the CMD-window in Windows or a terminal-window in<br>UNIX/Linux. As one will see, too many parameters are available, meaning mx is an enormously powerful tool<br>for ISIS-database management, but it deserves a manual and training in its own right !<br>
1'classic' refers the technology of ISIS since its introduction in the 1970's up to the introduction of J-ISIS and ISIS/NBP in 2009.<br>2This behaviour, necessary because of the variable length of records, makes ISIS less suited for very dynamic databases, such as<br>
transactional applications (loans e.g.).<br>Introduction<br>10<br>A glance at the many parameters show that mx can not only search ISIS-databases (bool=) but apply on-the-fly<br>GIZMO (string-substitutions) and ANSI-conversion (ansi=), join fields of records from different databases but<br>
identified by their IF-entry (join= and jchk=), apply data-entry processes (proc=) and inverted file operations.<br>As CISIS comes in several varieties, according to the capacity of the databases and Inverted File keys intended,<br>
we need to specify that for ABCD we will only use the '16/60' variety of mx and other CISIS-tools. This can be<br>verified from the information mx gives when invoked without any parameter as illustrated :<br>The most relevant uses of mx in this context of ABCD are :<br>
1. import of ISO-records into an ISIS-database, e.g. the command :<br>mx iso=myISOrecords.iso create=mydb now -all tell=100<br>will read the file myISOrecords.iso and create an ISIS database 'mydb' without waiting for any user-input<br>
('now'ait) and without showing any information on the screen (-all) but showing progress after every 100<br>records imported.<br>Note<br>In ABCD we use this to import a larger quantity of ISO-records into a database, as a high number<br>
and therefore long processing time would invoke the time-out of the web-server to stop the process.<br>2. index an ISIS-database, e.g. the command :<br>mx mydb ifupd/create=mydb fst=@mydb.fst stw=@mydb.stw now -all<br>will create an 'Inverted File' named 'mydb' using the mydb database with the indexing specifications given in<br>
the FST 'mydb.fst' and omitting the stopwords listed in mydb.stw, again without interactive mode or output<br>(now -all).<br>Note<br>In ABCD we use this to create an index off-line in case - as is often the case - the database is r<br>
<br><div class="gmail_quote">Em 7 de fevereiro de 2012 11:50, Airam Alfonso Guerra <span dir="ltr"><<a href="mailto:airam@icrt.cu">airam@icrt.cu</a>></span> escreveu:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hola comunidad,<br>
<br>
Hace poco comence el estudio e instalación de ABCD pero se me ha<br>
presentado un problema con la subida de las ISO a la hora de migrar una<br>
base de datos  al ABCD, en mi directorio C:\ABCD\php tengo los siguientes<br>
ficheros<br>
 php.ini<br>
 php.ini-dist<br>
 php.ini-recommended<br>
<br>
En los cuales, segun los manuales, modifique la seccion:<br>
<br>
Maximum allowed size for uploaded files.<br>
upload_max_filesize = 2M<br>
<br>
Por defecto trae 2M o sea que solo permite cargar ISOs al ABCD de 2MB, le<br>
cambie el dato por 8M puesto que la capacidad por defecto que trae el<br>
php.ini es muy pequeña con respecto a bases de datos que esten en el orden<br>
de mas de 4000 registros como es el caso de algunas de mis bases de<br>
datos,al realizar los cambios me sigue saliendo un error de exceso de<br>
tamaño al cargar una ISO,por favor necesito que alguien me diga que estoy<br>
haciendo mal o que fichero me falta por modificar en la configuracion.<br>
<br>
Salud@s,<br>
Airam     <br>
<br>
<br>
       "Si salgo, llego; si llego, entro; si entro, triunfo"   <br>
<br>
<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>