[Reddes.bvs-tech] RES: RES: Reddes.bvs-tech Digest, Vol 50, Issue 9

Mori, Marcos (BIR) morimarc at paho.org
Mon Apr 7 13:47:59 BRST 2014


Oi Suelen, 

Agora estamos recomendando a utilizar a instalação através das alterações dos arquivos do sistema LILDBI-WEB. 

Ir para esses arquivos listados abaixo e ajustar o caminho onde a aplicação está instalada. 

---------------------------------------
/htdocs/lildbi/lildbi.def
/htdocs/lildbi/iah/iah.def
/htdocs/lildbi/iah/edit/iah.def
/htdocs/lildbi/decs/decsserver.def
/htdocs/lildbi/docsonline/pft/cipar.pft
---------------------------------------
Precisamos atualizar no manual sobre essa questão

Mas se você acessou esse arquivo abaixo e ocorreu como resposta o código do arquivo é porque o PHP não está instalado ou não está configurado corretamente, 

> /lildbi/install/setup.php

Por favor, copie esse arquivo em anexo para o seu documentRoot e tente executá-lo

exemplo:  http://localhost/info.php

A página que deveria aparecer a imagem está em anexo. (infophp.png)

Se não apareceu a página como está em anexo, tem que revisar a instalação dos softwares básicos de acordo com o documento de preerequisitos.

http://bvsmodelo.bvsalud.org/download/prereq/PreReq-Manual-pt.pdf

Espero ter ajudado, por favor, nos deixe informado sobre o que está ocorrendo.. abraços,

Marcos Luis Mori
RST/MTI
BIREME/OPS/OMS

------------------------

Mi Nuevo email: morimarc at paho.org
Siga-nos no twitter: https://twitter.com/ComunidadRedDes/
Curta a nossa página: https://www.facebook.com/ComunidadRedDes



________________________________________
De: reddes.bvs-tech-bounces at listas.bireme.br [reddes.bvs-tech-bounces at listas.bireme.br] em nome de CDC01 [cdc1 at ammgmail.org.br]
Enviado: segunda-feira, 7 de abril de 2014 11:13
Para: reddes.bvs-tech at listas.bireme.br
Assunto: [Reddes.bvs-tech] RES: Reddes.bvs-tech Digest, Vol 50, Issue 9

Bom dia Pessoal,

Seguindo o manual de instalação em uma máquina recém formatada e destinada
apenas pra fins do Lildbi – Web

Me deparei com o erro abaixo, no momento em que prosseguiria com a
configuração do sistema em meu servidor acessando no browser o endereço
/lildbi/install/setup.php
____________________________________________________________________________
_______
<?
ini_set ("register_globals", "On");
$CGI_VARS = ( $HTTP_SERVER_VARS ? $HTTP_SERVER_VARS : $_SERVER );
//$documentRoot = str_replace("\\\\","/",$CGI_VARS["PATH_TRANSLATED"]);
$documentRoot = str_replace("\\\\","/",$CGI_VARS["DOCUMENT_ROOT"]);

$serverId = $CGI_VARS["HTTP_HOST"];

$requestURI = str_replace("\\\\","/",( $CGI_VARS["REQUEST_URI"] ?
$CGI_VARS["REQUEST_URI"] : $CGI_VARS["PATH_INFO"] ));

if ( strstr($requestURI,"?") != false )
{
        $requestURI = substr($requestURI,0,strrpos($requestURI,'?'));
}

$pos = strpos($documentRoot,$requestURI);

if ( $pos != false )
{
        $documentRoot = substr($documentRoot,0,$pos);
}

if ( substr($documentRoot,1,1) == ":" )
{
        $documentRoot = substr($documentRoot,2);
}
$documentRootLength = strlen($documentRoot);
if ( substr($documentRoot,$documentRootLength-1,1) == "/" )
{
        $documentRoot = substr($documentRoot,0,$documentRootLength-1);
}
if ( strstr($documentRoot,"/") != false )
{
        $serverRoot = substr($documentRoot,0,strrpos($documentRoot,'/'));
}

$pathData = str_replace("install/setup.php", "",$requestURI);

if (!$lang) $lang = "es";
include("setup.inc");

$message = $messageArray[$lang];

$pathDbase = $serverRoot . "/bases" . $pathData;
$pathCgi = $serverRoot . "/cgi-bin" . $pathData;

?>

<html>
<head>
        <title><? print_r($message["title"]) ?></title>
</head>

<body>
<form action="setup-run.php" method="post">
<?
        // print "<input type=\"hidden\" name=\"documentRoot\"
value=\"$documentRoot\">";
        // print "<input type=\"hidden\" name=\"pathData\"
value=\"$pathData\">";
        print "<input type=\"hidden\" name=\"lang\" value=\"$lang\">";
        print "<input type=\"hidden\" name=\"productID\"
value=\"$productID\">";
        // print "<input type=\"hidden\" name=\"serverId\"
value=\"$serverId\">";
?>

<table border="0" width="90%">
        <tr>
                <td align="right"><? print_r($message["language"]) ?></td>
        </tr>

</table>

<table border="1" width="610" cellspacing="1" cellpadding="1" align="center"
bgcolor="#B3CEEC">
        <TR>
                <td width="100%">
            <table border="0" width="100%" cellpadding="1"
cellspacing="0"><tr>
                <TD align="left" bgcolor="#666699" valign="center">
                        <img src="logo_bireme.gif">
                </TD>
                <TD align="right" bgcolor="#666699" valign="center">
                        <font face="Verdana" size="2" color="white"><b><?
print_r($message["title"]) ?></b></font>
                </TD></tr>
            </table>
            </td>
        </TR>
        <TR>
                <TD bgcolor="#D9E4EC" width="100%">
                <br>
                <font face="Verdana" size="2">
                <!-- blockquote -->
                        <!-- &raquo; <? print_r($message["server"]) ?><p>
                        &raquo; <? print_r($message["htdocs"]) ?><br> -->
                        <table width="100%" border="0" cellspacing="5"
cellpadding="3">
                  <tr>
                <td width="100%"><font face="Verdana" size="2">
                        <? print_r($message["para1"]); ?>
                          </font></td>
                        </tr></table>
                        <table width="100%" border="0" cellspacing="5"
cellpadding="3">
                  <tr>
                <td width="25%"><font face="Verdana" size="2">
                  <? print_r($message["server"]); ?>
                          </font></td>
                  <td width="75%"><font face="Verdana" size="2">
                  <? print "<input type=\"text\" name=\"serverId\"
value=\"$serverId\" size=\"40\">&nbsp;<font size=\"1\">";
                  print_r($message["obs1"]);
                        print "</font>"; ?>
                          </font></td>
                </tr>
                <tr>
                  <td width="25%"><font face="Verdana" size="2">
                  <? print_r($message["server_path"]); ?>
                    </font></td>
                  <td width="75%"><font face="Verdana" size="2">
                  <? print "<input type=\"text\" name=\"documentRoot\"
value=\"$documentRoot\" size=\"40\">&nbsp;<font size=\"1\">";
                  print_r($message["obs1"]);
                        print "</font>"; ?>
                          </font></td>
                </tr>
                        </table>
                        <table width="100%" border="0" cellspacing="5"
cellpadding="3">
                  <tr>
                <td width="100%"><font face="Verdana" size="2">
                        <? print_r($message["para2"]); ?>
                          </font></td>
                </tr>
                        </table>
                        <table width="100%" border="0" cellspacing="5"
cellpadding="3">
                <tr>
                      <td width="25%"><font face="Verdana" size="2">
                  <? print_r($message["htdocs"]); ?>
                    </font></td>
                  <td width="75%"><font face="Verdana" size="2">
                  <? print "<input type=\"text\" name=\"pathData\"
value=\"$pathData\" size=\"40\">&nbsp;<font size=\"1\">";
                  print_r($message["obs2"]);
                        print "</font>"; ?>
                          </font></td>
                </tr>
                        <tr>
                    <td width="25%"><font face="Verdana" size="2">
                  <? print_r($message["cgi_path"]); ?>
                    </font></td>
                  <td width="75%"><font face="Verdana" size="2">
                  <? print "<input type=\"text\" name=\"pathCgi\"
value=\"$pathCgi\" size=\"40\">&nbsp;<font size=\"1\">";
                  print_r($message["obs2"]);
                        print "</font>"; ?>
                          </font></td>
                </tr>
                  <tr>
                    <td width="25%"><font face="Verdana" size="2">
                  <? print_r($message["db_path"]); ?>
                    </font></td>
                  <td width="75%"><font face="Verdana" size="2">
                  <? print "<input type=\"text\" name=\"pathDbase\"
value=\"$pathDbase\" size=\"40\">&nbsp;<font size=\"1\">";
                  print_r($message["obs2"]);
                        print "</font>"; ?>
                          </font></td>
                </tr>
                        </table>
                        <table width="100%" border="0" cellspacing="5"
cellpadding="3">
                  <tr>
                <td width="100%"><font face="Verdana" size="2">
                        <? print_r($message["para3"]); ?>
                          </font></td>
                </tr>
                        </table>
                        <br>
                <!-- /blockquote -->
                <div align="center">
                        <input type="submit" name="set" value="<?
print_r($message["apply"]) ?>">
                </div>
                <br>
                <!-- </TD>
                </tr></table> -->
                </TD>
        </TR>
</table>

</form>
</font>
</body>
</html>

____________________________________________________________________________
_______

Gostaria de saber se há alguma correção para este erro.

Att,

Rondinelli





-----Mensagem original-----
De: reddes.bvs-tech-bounces at listas.bireme.br
[mailto:reddes.bvs-tech-bounces at listas.bireme.br] Em nome de
reddes.bvs-tech-request at listas.bireme.br
Enviada em: segunda-feira, 7 de abril de 2014 10:38
Para: reddes.bvs-tech at listas.bireme.br
Assunto: Reddes.bvs-tech Digest, Vol 50, Issue 9

Send Reddes.bvs-tech mailing list submissions to
        reddes.bvs-tech at listas.bireme.br

To subscribe or unsubscribe via the World Wide Web, visit
        http://listas.bireme.br/mailman/listinfo/reddes.bvs-tech
or, via email, send a message with subject or body 'help' to
        reddes.bvs-tech-request at listas.bireme.br

You can reach the person managing the list at
        reddes.bvs-tech-owner at listas.bireme.br

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Reddes.bvs-tech digest..."


Today's Topics:

   1. RES: RES: [bvstech] Erro ao instalar o LILDBI -   WEB
      (Mori, Marcos (BIR))


----------------------------------------------------------------------

Message: 1
Date: Mon, 7 Apr 2014 13:37:11 +0000
From: "Mori, Marcos (BIR)" <morimarc at paho.org>
Subject: [Reddes.bvs-tech] RES: RES: [bvstech] Erro ao instalar o
        LILDBI -        WEB
To: "suelen.brabo at icen.ufpa.br" <suelen.brabo at icen.ufpa.br>
Cc: "reddes.bvs-tech at listas.bireme.br"
        <reddes.bvs-tech at listas.bireme.br>
Message-ID:
        <AAAAEACBD69E7D42B0A6D1428EE9B35074062E4D at HQ-EXCH-MB04.wdc.paho.org>
Content-Type: text/plain; charset="windows-1252"

Oi Suelen,

Enviei em um arquivo em anexo de como seria o comportamento normal.

E realmente problemas de permiss?o dos arquivos podem fazer ocorrer esse
tipo de problema

Me desculpe, n?o enviei o link da wiki onde cont?m esse tipo de informa??o.

Agora sim.

http://wiki.reddes.bvsalud.org/index.php/LILDBI-WEB-protecao-etapa3#Linux_e_
Windows_2

Por favor, fa?a essa verifica??o e nos deixe informado se o problema foi
solucionado,



Abra?os,


Marcos Luis Mori
RST/MTI
BIREME/OPS/OMS

------------------------

Mi Nuevo email: morimarc at paho.org

Siga-nos no twitter: https://twitter.com/ComunidadRedDes/

Curta a nossa p?gina: https://www.facebook.com/ComunidadRedDes



________________________________
De: suelen.brabo at icen.ufpa.br [suelen.brabo at icen.ufpa.br]
Enviado: segunda-feira, 7 de abril de 2014 10:25
Para: Mori, Marcos (BIR)
Cc: reddes.bvs-tech at listas.bireme.br
Assunto: Re: RES: [bvstech] Erro ao instalar o LILDBI - WEB


Bom dia,

Segue em anexo a imagem.



respeitosamente,

Suelen Brabo

Bacharelanda em Ci?ncia da Computa??o - UFPA

Licenciada Plena em Pedagogia - UEPA



Em 2014-04-07 10:20, Mori, Marcos (BIR) escreveu:

Suelen, insisto em sempre enviar email para o nosso canal de suporte t?cnico
reddes.bvs-tech at listas.bireme.br (com exce??o se tiver informa??es
sens?veis) para que o atendimento n?o fique parado em um uma s? pessoa ao
inv?s de compartilhar com a rede.
N?o recebemos o documento que vc disse que anexou, vc poderia enviar
novamente?.

> Conforme o manual, dever?amos entrar no m?dulo "ADMINISTRA??O DA BASE
> DE DADOS",

> entrar com login e senha: admlilacs, e em seguida nos seria apresentada a
tela para cadastros de novos perfis.

> Essa tela n?o aparece. Aparece a tela informando que o sistema e o
"certificar" est?o ativados, conforme imagem em anexo neste email.

> Por gentileza, o senhor poderia informar qual o procedimento devemos
seguir para que possamos cadastrar os perfis e assim, permitir o
funcionamento adequado do Lilacs?



Uma possibilidade ? revisar as permiss?es de acordo com a wiki abaixo.
Obrigado e esperamos sua resposta.



Marcos Luis Mori
RST/MTI
BIREME/OPS/OMS

------------------------

Mi Nuevo email: morimarc at paho.org

Siga-nos no twitter: https://twitter.com/ComunidadRedDes/

Curta a nossa p?gina: https://www.facebook.com/ComunidadRedDes



________________________________
De: bvs.technical.support-bounces at listas.bireme.br
[bvs.technical.support-bounces at listas.bireme.br] em nome de Silva, Asael
Costa da (BIR) [silvaasa at paho.org]
Enviado: sexta-feira, 4 de abril de 2014 11:04
Para: suelen.brabo at icen.ufpa.br
Cc: bvs.technical.support at listas.bireme.br
Assunto: Re: [bvstech] Erro ao instalar o LILDBI - WEB Prezada Suelen n?o
estou na Bireme por estes dias. Sugiro que vc mantenha sempre o endere?o
acima para futuros contatos, pois sempre h? algu?m do suporte para
responder.
Abcs


Asael Costa Silva
System Analyst
MTI/RST
BIREME/PAHO/WHO



________________________________
From: suelen.brabo at icen.ufpa.br [suelen.brabo at icen.ufpa.br]
Sent: Thursday, April 03, 2014 10:51
To: Silva, Asael Costa da (BIR)
Subject: RE: [bvstech] Erro ao instalar o LILDBI - WEB

Bom dia Asael,



Tive alguns problemas com meu email no ?ltimo m?s e por isso n?o dei o
retorno como afirmado em email anterior.

Depois do contato, editamos todos os caminhos conforme o solicitado e o
Lilacs chegou onde deveria.

Entretando, est?vamos testando em m?quinas virtuais e ao tentar passar para
o servidor o programa n?o respondia adequadamente.

Refizemos toda a instala??o no nosso servidor e conseguimos avan?ar.

Agora, chegamos h? um ponto desconhecido e solicitamos mais uma vez sua
ajuda.



Conforme o manual, dever?amos entrar no m?dulo "ADMINISTRA??O DA BASE DE
DADOS",

entrar com login e senha: xxxx, e em seguida nos seria apresentada a tela
para cadastros de novos perfis.

Essa tela n?o aparece. Aparece a tela informando que o sistema e o
"certificar" est?o ativados, conforme imagem em anexo neste email.

Por gentileza, o senhor poderia informar qual o procedimento devemos seguir
para que possamos cadastrar os perfis e assim, permitir o funcionamento
adequado do Lilacs?

Desde j? agradecemos.



respeitosamente,

Suelen Brabo

Bacharelanda em Ci?ncia da Computa??o - UFPA

Licenciada Plena em Pedagogia - UEPA







Em 2014-02-07 13:23, Silva, Asael Costa da (BIR) escreveu:

Cara Suelen
Agora notei em sua mensagem um erro meu. Como voc? est? instalando o
LILDBI-Web, o correto seria o que voc? executou mesmo. Desculpe meu erro,
mas na correria coloquei o nome do arquivo WWWISIS da IAH cujas chaves de
invers?o s?o 10/30, enquanto o do LILDBI-Web utiliza chaves maiores (16/60)
por necessidade da terminologia do DeCS.
Documento aqui pois pode ajudar algu?m no futuro.
Aproveito para comentar que a execu??o do WWWISIS (wxis1660.exe) est?
normal. ? o resultado esperado quando n?o se passa o nome de um script
escrito em IsisScript.
Sugiro ap?s a altera??o sempre limpar o cache do navegador pois como as
chamadas s?o as mesmas, o navegador pode continuar mostrando um erro que n?o
existe mais.
Att.


Asael Costa Silva

System Analyst

MTI/RST

BIREME/PAHO/WHO



________________________________
From: suelen.brabo at icen.ufpa.br [suelen.brabo at icen.ufpa.br]
Sent: Friday, February 07, 2014 10:27
To: Silva, Asael Costa da (BIR)
Subject: RE: [bvstech] Erro ao instalar o LILDBI - WEB

Bom dia,

revisei os arquivos ontem, reeditei para os caminhos corretos e o erro
persistiu.

Vamos fazer o procedimento utilizando um virtualHost, e enviaremos a
resposta at? o final do dia.

Quanto ao teste, wxis1660.exe?hello, o resultado foi: (

CISIS Interface v5.52/GC/W/M/32767/16/60/I - XML IsisScript WWWISIS 7.1e
CISIS Interface v5.52/.iy0/Z/GIZ/DEC/ISI/UTL/INVX/B7/FAT/CIP/CGI/MX/W
Copyright (c)BIREME/PAHO 2009. [http://www.bireme.br/products/cisis]
Copyright (c)BIREME/PAHO 2009.
[http://bvsmodelo.bvsalud.org/php/level.php?lang=pt&component=28&item=1]

WXIS release date: Jan 13 2010

WXIS|missing error|parameter|IsisScript|



Agradecemos o aux?lio.



respeitosamente,

Suelen Brabo

Bacharelanda em Ci?ncia da Computa??o - UFPA

Licenciada Plena em Pedagogia - UEPA

Em 2014-02-07 09:15, Silva, Asael Costa da (BIR) escreveu:

Prezada Suelen
Revise os arquivos que devem ser alterados com os caminhos corretos dos
arquivos conforme o item NOTAS: subitem 'a', ou seja, todos os arquivos
abaixo:
/htdocs/lildbi/lildbi.def
/htdocs/lildbi/iah/iah.def
/htdocs/lildbi/iah/edit/iah.def
/htdocs/lildbi/decs/decsserver.def
/htdocs/lildbi/docsonline/pft/cipar.pft
Tamb?m execute um teste para ver se o WWWISIS est? funcionando corretamente:
http://meu-servidor/cgi-bin/wxis.exe?hello
onde:
'meu-servidor' ? o nome de dom?nio que est? sendo utilizado na sua
instala??o. Pode ser tamb?m um n?mero de IP.
Envie por favor o conte?do do resultado dessa execu??o no pr?ximo e-mail
caso tenha alguma d?vida.
Att.


Asael Costa Silva

System Analyst

MTI/RST

BIREME/PAHO/WHO



________________________________
From: reddes.bvs-tech-bounces at listas.bireme.br
[reddes.bvs-tech-bounces at listas.bireme.br] on behalf of Silva, Asael Costa
da (BIR)
Sent: Thursday, February 06, 2014 15:32
To: suelen.brabo at icen.ufpa.br; reddes.bvs-tech at listas.bireme.br
Subject: Re: [Reddes.bvs-tech] [bvstech] Erro ao instalar o LILDBI - WEB
Prezada Suelen Vamos revisar os passos para tentar descobrir onde est?o os
problemas.
1. Foram seguidos os passos descritos no 'Manual de instala??o de software
prerrequisito para aplicativos da BVS' v. 2.0, rev. 1, cap?tulo
'Configura??o de Apache 2.2.xx e PHP 5.3.x em ambientes Linux', p?g. 25
dispon?vel em:
http://bvsmodelo.bvsalud.org/download/prereq/PreReq-Manual-pt.pdf ?
2. Foram seguidos os passos descritos no 'Leiame de instala??o' dispon?vel
em:
http://wiki.bireme.org/pt/index.php/Instala%C3%A7%C3%A3o_do_LILDBI-Web_leiam
e ?
NOTAS:
a. pela mensagem de erro reportada em seu e-mail, n?o foi executado o setup
ou os arquivos n?o foram modificados manualmente como demonstra a se??o 'III
- Instala??o manual nos casos de ocorrer problemas de permiss?es de acesso e
configura??o do PHP'; b. referente ao problema com permiss?es, note que
instalando o pacote abaixo do sitio padr?o do Apache, h? que se modificar as
permiss?es e configura??es de seguran?a no arquivo httpd.conf. por este
motivo, sempre sugerimos utilizar um Virtual Host e instalar o aplicativo em
local diferente da aplica??o, permitindo um melhor gerenciamento de
atualiza??es de vers?es tanto do Apache como do aplicativo, no caso o
LILDBI-Web; c. as mensagens de 'Warning' do PHP podem desaparecer ao se
configurar corretamente o php.ini para exibir somente erros; d. a instala??o
de pacotes do tipo WAMP, XAMP, LAMP n?o ? recomendada seja por quest?o de
seguran?a, seja pelo fato de n?o habilitar bibliotecas necess?rias ao
aplicativo.
As p?ginas e documentos citados acima encontram-se disponibilizados a partir
da p?gina do aplicativo LILDBI-Web dispon?vel em:
http://wiki.bireme.org/pt/index.php/LILDBI-Web
Aguardamos seus coment?rios sobre nossas observa??es.

NOTA: Copiamos a lista da rede de desenvolvedores para disseminar a solu??o
de problemas de aplicativos da BVS.
Atenciosamente


Asael Costa Silva

System Analyst

MTI/RST

BIREME/PAHO/WHO



________________________________
From: bvs.technical.support-bounces at listas.bireme.br
[bvs.technical.support-bounces at listas.bireme.br] on behalf of
suelen.brabo at icen.ufpa.br [suelen.brabo at icen.ufpa.br]
Sent: Wednesday, February 05, 2014 12:28
To: bvs.technical.support at listas.bireme.br
Subject: [bvstech] Erro ao instalar o LILDBI - WEB

Bom dia,

trabalho no setor de inform?tica na Biblioteca de minha universidade

e estamos trabalhando na instala??o do Lilacs web (LILDBI-WEB)

Estamos testando em uma m?quina virtual com Fedora.

Utilizamos os manuais oferecidos pela Bireme, mas encontramos alguns
problemas na instala??o:

Solicitamos ajuda nos seguintes pontos:

Quando entramos na instala??o, recebemos 4 (quatro) warnings:

Base:
Warning: reset() expects parameter 1 to be array, string given in
/usr/local/apache/htdocs/lildbi/install/setup-functions.php on line 133

Warning: chmod() [function.chmod]: No such file or directory in
/usr/local/apache/htdocs/lildbi/install/setup-functions.php on line 135

Warning: reset() expects parameter 1 to be array, string given in
/usr/local/apache/htdocs/lildbi/install/setup-functions.php on line 136

Warning: chmod() [function.chmod]: No such file or directory in
/usr/local/apache/htdocs/lildbi/install/setup-functions.php on line 138

Clicamos em ?pr?ximo? e abriu a tela inicial,
http://localhost/lildbi/index_pt.htm,

onde consta Administra??o de dados e pesquisa.

Ao clicar em administra??o, recebemos o seguinte erro:

WXIS|fatal error|unavoidable|dbxopen:
WXIS|/home/aplicacoes/lildbi/bases/lildbi/config/param.c|


E, quando clicamos em Pesquisa, apareceu outro erro:


iAH error | application files | unable to open application files in: /iah/
Check the [PATH] section in system definition file iah.def.php

No aguardo.



respeitosamente,

Suelen Brabo

Bacharelanda em Ci?ncia da Computa??o - UFPA

Licenciada Plena em Pedagogia - UEPA







IMPORTANT: This transmission is for use by the intended recipient and it may
contain privileged, proprietary or confidential information. If you are not
the intended recipient or a person responsible for delivering this
transmission to the intended recipient, you may not disclose, copy or
distribute this transmission or take any action in reliance on it. If you
received this transmission in error, please dispose of and delete this
transmission.

Thank you.







IMPORTANT: This transmission is for use by the intended recipient and it may
contain privileged, proprietary or confidential information. If you are not
the intended recipient or a person responsible for delivering this
transmission to the intended recipient, you may not disclose, copy or
distribute this transmission or take any action in reliance on it. If you
received this transmission in error, please dispose of and delete this
transmission.

Thank you.











IMPORTANT: This transmission is for use by the intended recipient and it may
contain privileged, proprietary or confidential information. If you are not
the intended recipient or a person responsible for delivering this
transmission to the intended recipient, you may not disclose, copy or
distribute this transmission or take any action in reliance on it. If you
received this transmission in error, please dispose of and delete this
transmission.

Thank you.











IMPORTANT: This transmission is for use by the intended recipient and it may
contain privileged, proprietary or confidential information. If you are not
the intended recipient or a person responsible for delivering this
transmission to the intended recipient, you may not disclose, copy or
distribute this transmission or take any action in reliance on it. If you
received this transmission in error, please dispose of and delete this
transmission.

Thank you.







IMPORTANT: This transmission is for use by the intended recipient and it may
contain privileged, proprietary or confidential information. If you are not
the intended recipient or a person responsible for delivering this
transmission to the intended recipient, you may not disclose, copy or
distribute this transmission or take any action in reliance on it. If you
received this transmission in error, please dispose of and delete this
transmission.

Thank you.










IMPORTANT: This transmission is for use by the intended recipient and it may
contain privileged, proprietary or confidential information. If you are not
the intended recipient or a person responsible for delivering this
transmission to the intended recipient, you may not disclose, copy or
distribute this transmission or take any action in reliance on it. If you
received this transmission in error, please dispose of and delete this
transmission.

Thank you.

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://listas.bireme.br/pipermail/reddes.bvs-tech/attachments/20140407/6a9ce
5da/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lilacs-1.PNG
Type: image/png
Size: 10878 bytes
Desc: lilacs-1.PNG
Url :
http://listas.bireme.br/pipermail/reddes.bvs-tech/attachments/20140407/6a9ce
5da/attachment.png

------------------------------

_______________________________________________
Reddes.bvs-tech mailing list
Reddes.bvs-tech at listas.bireme.br
http://listas.bireme.br/mailman/listinfo/reddes.bvs-tech


End of Reddes.bvs-tech Digest, Vol 50, Issue 9
**********************************************

_______________________________________________
Reddes.bvs-tech mailing list
Reddes.bvs-tech at listas.bireme.br
http://listas.bireme.br/mailman/listinfo/reddes.bvs-tech




IMPORTANT: This transmission is for use by the intended
recipient and it may contain privileged, proprietary or
confidential information. If you are not the intended
recipient or a person responsible for delivering this
transmission to the intended recipient, you may not
disclose, copy or distribute this transmission or take
any action in reliance on it. If you received this transmission
in error, please dispose of and delete this transmission. 

Thank you.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: info.php
Type: application/octet-stream
Size: 19 bytes
Desc: info.php
Url : http://listas.bireme.br/pipermail/reddes.bvs-tech/attachments/20140407/65f80929/attachment-0001.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: infophp.PNG
Type: image/png
Size: 33049 bytes
Desc: infophp.PNG
Url : http://listas.bireme.br/pipermail/reddes.bvs-tech/attachments/20140407/65f80929/attachment-0001.png 


More information about the Reddes.bvs-tech mailing list