<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=743283608-24012007>Bonjour Cédric,</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=743283608-24012007>merci 
beaucoup, c'est super sympa.</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=743283608-24012007>J'essai de comprendre et je fais un test et... 
je&nbsp;te recontacte si soucis...</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=743283608-24012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=743283608-24012007>Maintenant que j'ai l'import, il me reste plus qu'a 
trouver comment faire l'export (il me faut pouvoir restituer tous les documents 
mis sous CPS).</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=743283608-24012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=743283608-24012007>@Pierre Maris : oui bien sur pour de l'aide et 1 script 
je suis tout a fait pret&nbsp;à&nbsp;patienter&nbsp;;-)</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=743283608-24012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=743283608-24012007>Cordialement,</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=743283608-24012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=743283608-24012007>JVA</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=743283608-24012007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN 
class=743283608-24012007></SPAN></FONT>&nbsp;</DIV>
<BLOCKQUOTE>
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Message d'origine-----<BR><B>De&nbsp;:</B> Cédric Marfil 
  [mailto:cedric.marfil@capgemini.com]<BR><B>Envoyé&nbsp;:</B> mardi 23 janvier 
  2007 19:36<BR><B>À&nbsp;:</B> ALBAR, Jean-victor (CAP-GEMINI); cedric 
  MARFIL<BR><B>Cc&nbsp;:</B> cps-users-fr@lists.nuxeo.com<BR><B>Objet&nbsp;:</B> 
  Re: [CPS-users-fr] Stockage de documents Office<BR><BR></FONT></DIV>
  <DIV><FONT face=Arial size=2>Bonsoir,</FONT></DIV>
  <DIV><FONT face=Arial size=2>Comme convenu, voici le script que nous 
  utilisions en External Method dans la ZMI pour réaliser l'import de fichiers 
  en ZODB dans des Workspaces bien définis. Il se nomme 
  "integrateFormations.py".</FONT></DIV>
  <DIV><FONT face=Arial size=2>Ce Script permet d'importer les fichiers situés 
  dans des répertoires du fileSystem vers des Workspaces CPS:</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; - 
  INSTANCE_HOME/Products/Tipi/Formations --&gt; 
  portal.workspaces.offre_formation</FONT></DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; - 
  INSTANCE_HOME/Products/Tipi/Fiches --&gt; 
  portal.workspaces.offre_formation.fiches_formation</FONT></DIV>
  <DIV><FONT face=Arial size=2>Il commence par supprimer tous les objets de type 
  "CPS Proxy Document" présent dans le workspace de destination.</FONT></DIV>
  <DIV><FONT face=Arial size=2>Puis, il crée les nouveau objets en calculant 
  tout d'abord l'identifiant par rapport au workspace (de façon à éviter de 
  créer un objet de type "File" qui aurait le même ID, ce qui ferait planter le 
  script).</FONT></DIV>
  <DIV><FONT face=Arial size=2>Ensuite, il crée un objet de type 
  "File".</FONT></DIV>
  <DIV><FONT face=Arial size=2>Puis il lit le fichier du fileSystem et l'ajoute 
  à la structure (datamodel) de l'objet "File" (avec un nom particulier, libre à 
  toi de modifier le script pour l'adapter bien sûr).</FONT></DIV>
  <DIV><FONT face=Arial size=2>Il termine en committant le datamodel et en 
  réindexant l'objet "File" dans la ZODB.</FONT></DIV>
  <DIV><FONT face=Arial size=2>A la fin de l'exécution, l'external method renvoi 
  une page Html comprenant la liste des fichiers uploadés avec les opérations 
  successives et enfin, le nombre de fichiers uploadés.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>L'idée, d'après ce que j'ai cru comprendre du CPS 
  Disk File Field, serait de conserver le même script en prenant soin tout 
  d'abord de modifier le schéma "File" dans portal_schemas pour y faire 
  intervenir un champ de type "CPS Disk File Field" à la place du champs de type 
  "File". Le mieux serait même de créer un nouveau type, basé sur un nouveau 
  schéma, mais l'explication par mail risque d'être assez longue.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Essayes déjà çà pour voir.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Cordialement</FONT></DIV>
  <DIV><FONT face=Arial size=2>Cédric</FONT></DIV>
  <BLOCKQUOTE dir=ltr 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=JEAN-VICTOR.ALBAR@airbus.com 
    href="mailto:JEAN-VICTOR.ALBAR@airbus.com">ALBAR, Jean-victor 
    (CAP-GEMINI)</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A title=cmarfil@capgemini.fr 
    href="mailto:cmarfil@capgemini.fr">cedric MARFIL</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Cc:</B> <A 
    title=cps-users-fr@lists.nuxeo.com 
    href="mailto:cps-users-fr@lists.nuxeo.com">cps-users-fr@lists.nuxeo.com</A> 
    </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, January 23, 2007 5:06 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [CPS-users-fr] Stockage de 
    documents Office</DIV>
    <DIV><BR></DIV>
    <DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial color=#0000ff size=2>Re 
    Cédric<SPAN class=336090316-23012007> et la 
liste</SPAN>,</FONT></SPAN></DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial><FONT 
    color=#0000ff><FONT size=2><SPAN class=052554615-23012007><SPAN 
    class=336090316-23012007>p</SPAN>our répondre à tes 
    questions,&nbsp;</SPAN>il va y avoir des documents en rubrique qui eux ne 
    bougeront pas (normal) et la gande majorité des documents en espace de 
    travail qui eux devront gerer le versionning car en évolution constante (je 
    dirais 40% statiques et 60% en espace de 
    travail).</FONT></FONT></FONT></SPAN></DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial color=#0000ff 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial color=#0000ff 
    size=2><SPAN class=052554615-23012007>Nous avons besoin d'une 1ere 
    initialisation de l'outil avec les 2000 documents (à n'executer qu'une fois) 
    et, si on n'utilise pas le Disk File Field, un script 
    d'exportation&nbsp;de&nbsp;tous les documents vers un FS (nous devons etre 
    capables de restituer tous les documents).</SPAN></FONT></SPAN></DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial color=#0000ff 
    size=2><SPAN class=052554615-23012007>Si nous utilisons le CPS Disk File 
    Field,&nbsp;à priori nous n'avons pas besoin de l'exportation car nous 
    aurons nos documents directement dans un répertoire c'est ca 
    ?&nbsp;</SPAN></FONT></SPAN></DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial color=#0000ff 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial><FONT 
    color=#0000ff><FONT size=2>Avez vous des docs qui décrivent comment 
    configurer&nbsp;<SPAN class=052554615-23012007>l'option CPS Disk File Field 
    ?</SPAN></FONT></FONT></FONT></SPAN></DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial><FONT 
    color=#0000ff><FONT size=2><SPAN class=052554615-23012007>Comment cela 
    fonctionne t il (versionning ? Locks ? 
    etc...).</SPAN></FONT></FONT></FONT></SPAN></DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial><FONT 
    color=#0000ff><FONT size=2><SPAN class=052554615-23012007>Peut on (et 
    si&nbsp;oui comment ?) migrer notre base actuelle&nbsp;en&nbsp;CPS&nbsp;Disk 
    File Field ?</SPAN></FONT></FONT></FONT></SPAN></DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial><FONT 
    color=#0000ff><FONT size=2><SPAN 
    class=052554615-23012007></SPAN></FONT></FONT></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial><FONT 
    color=#0000ff><FONT size=2><SPAN class=052554615-23012007>Je vous remercie 
    tous de votre aide.</SPAN></FONT></FONT></FONT></SPAN></DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial><FONT 
    color=#0000ff><FONT size=2><SPAN 
    class=052554615-23012007></SPAN></FONT></FONT></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial><FONT 
    color=#0000ff><FONT size=2><SPAN 
    class=052554615-23012007>JVA</SPAN></FONT></FONT></FONT></SPAN></DIV>
    <DIV><SPAN class=513133715-23012007><FONT face=Arial><FONT 
    color=#0000ff><FONT size=2><SPAN 
    class=052554615-23012007></SPAN></FONT></FONT></FONT></SPAN>&nbsp;</DIV></DIV>
    <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
      <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
      size=2>-----Message d'origine-----<BR><B>De&nbsp;:</B> cedric MARFIL 
      [mailto:cedric.marfil@capgemini.com]<BR><B>Envoyé&nbsp;:</B> mardi 23 
      janvier 2007 16:37<BR><B>À&nbsp;:</B> pierre.maris<BR><B>Cc&nbsp;:</B> 
      ALBAR, Jean-victor (CAP-GEMINI); cps-users-fr<BR><B>Objet&nbsp;:</B> Re: 
      [CPS-users-fr] Stockage de documents Office<BR><BR></FONT></DIV>
      <DIV>
      <DIV>Effectivement, je n'avais pas lu le mail d'Eric.</DIV>
      <DIV>Comment fonctionne exactement le DiskFileField ?</DIV>
      <DIV>Est-ce que quelqu'un as des exemples de mise en oeuvre, s'il vous 
      plaît&nbsp;?</DIV>
      <DIV>Je posterai ce soir les sources du script permettant la création 
      d'objet de type file à partir d'un répertoire du disque local du 
      serveur.</DIV>
      <DIV>La volonté d'utiliser ce script serait pour initialiser le 
      réferentiel ou pour faire des aller retours clients / serveur ?</DIV>
      <DIV>Notre&nbsp;script est écrit pour une utilisation avec les fichiers 
      présents sur le serveur dans le but de les mettre à disposition dans des 
      espaces collaboratifs en les stockant dans la ZODB. Il conviendra de 
      l'adapter à la situation présente.</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>Cordialement</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>
      <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
        <TBODY>
        <TR>
          <TD width=100 bgColor=#d8d8d8><B>From</B></TD>
          <TD width=400 
        bgColor=#d8d8d8>cps-users-fr-bounces@lists.nuxeo.com</TD></TR></TBODY></TABLE></DIV>
      <DIV>
      <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
        <TBODY>
        <TR>
          <TD width=100 bgColor=#d8d8d8><B>To</B></TD>
          <TD width=400 bgColor=#d8d8d8>"cedric MARFIL" 
        cmarfil@capgemini.fr</TD></TR></TBODY></TABLE></DIV>
      <DIV>
      <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
        <TBODY>
        <TR>
          <TD width=100 bgColor=#d8d8d8><B>Cc</B></TD>
          <TD width=400 bgColor=#d8d8d8>"JEAN-VICTOR.ALBAR" 
            JEAN-VICTOR.ALBAR@airbus.com,"cps-users-fr" 
            cps-users-fr@lists.nuxeo..com</TD></TR></TBODY></TABLE></DIV>
      <DIV>
      <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
        <TBODY>
        <TR>
          <TD width=100 bgColor=#d8d8d8><B>Date</B></TD>
          <TD width=400 bgColor=#d8d8d8>Tue, 23 Jan 2007 16:25:02 
        +0100</TD></TR></TBODY></TABLE></DIV>
      <DIV>
      <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
        <TBODY>
        <TR>
          <TD width=100 bgColor=#d8d8d8><B>Subject</B></TD>
          <TD width=400 bgColor=#d8d8d8>Re: [CPS-users-fr] Stockage de 
            documents Office</TD></TR></TBODY></TABLE></DIV>
      <DIV>
      <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
        <TBODY>
        <TR>
          <TD width=100 bgColor=#e8e8e8>&nbsp;</TD>
          <TD width=400 
      bgColor=#e8e8e8>&nbsp;</TD></TR></TBODY></TABLE></DIV>Bonjour,<BR><BR>Bien 
      d'accord que 15Go pour les données, ça commence à faire, surtout que les 
      index risque de peser presque autant!<BR><BR>Mais est-ce que, comme le 
      suggérait Eric , l'utilisation d'un Disk File Field n'est pas 
      suffisante?<BR><BR><BR><PRE class=moz-signature cols="72">Pierre Maris
Architecte
Capgemini Est
04 72 21 31 29
06 83 56 59 33</PRE><BR><BR>cedric MARFIL a écrit&nbsp;: 
      <BLOCKQUOTE cite=midJCBU9U$F7A55E8BDA25B58846D8C76D6BA6A994@capgemini.fr 
      type="cite">
        <DIV>&gt; 
        <DIV>&gt; Je ne sais pas ce qu'en pense la communauté, mais il me paraît 
        raisonnable de trouver une solution de contournement à la ZODB et une 
        façon de stocker les fichiers sur le fileSystem. 15Go de ZODB en volume, 
        çà représente tout de même beaucoup (Sans compter qu'il faudra monter 
        une partition reiserfs sous Linux pour accepter que le fichier Data.fs 
        puisse faire une taille si importante).</DIV>
        <DIV>&gt; Il faut donc se pencher sur l'option ZFS_Path peut-être, qui 
        permet de stocker des fichiers sur le fileSystem en&nbsp;référençant un 
        chemin d'accès à la racine du repository. Peut-être que ce mode de 
        fonctionnement conviendrait.</DIV>
        <DIV>&gt; Que souhaites tu faire de ces documents à terme ? Du 
        versionning ? ou serait-ce un simple référentiel documentaire partagé 
        ?</DIV>
        <DIV>&gt; &nbsp;</DIV>
        <DIV>&gt; 
        <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
          <TBODY>
          <TR>
            <TD width=100 bgColor=#d8d8d8><B>From</B></TD>
            <TD width=400 bgColor=#d8d8d8><A class=moz-txt-link-abbreviated 
              href="mailto:cps-users-fr-bounces@lists.nuxeo.com">cps-users-fr-bounces@lists.nuxeo.com</A></TD></TR></TBODY></TABLE></DIV>
        <DIV>&gt; 
        <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
          <TBODY>
          <TR>
            <TD width=100 bgColor=#d8d8d8><B>To</B></TD>
            <TD width=400 bgColor=#d8d8d8><A class=moz-txt-link-abbreviated 
              href="mailto:cps-users-fr@lists.nuxeo.com">cps-users-fr@lists.nuxeo.com</A></TD></TR></TBODY></TABLE></DIV>
        <DIV>&gt; 
        <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
          <TBODY>
          <TR>
            <TD width=100 bgColor=#d8d8d8><B>Cc</B></TD>
            <TD width=400 bgColor=#d8d8d8><BR></TD></TR></TBODY></TABLE></DIV>
        <DIV>&gt; 
        <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
          <TBODY>
          <TR>
            <TD width=100 bgColor=#d8d8d8><B>Date</B></TD>
            <TD width=400 bgColor=#d8d8d8>Tue, 23 Jan 2007 14:55:48 
          +0100</TD></TR></TBODY></TABLE></DIV>
        <DIV>&gt; 
        <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
          <TBODY>
          <TR>
            <TD width=100 bgColor=#d8d8d8><B>Subject</B></TD>
            <TD width=400 bgColor=#d8d8d8>RE: [CPS-users-fr] Stockage de 
              documents Office</TD></TR></TBODY></TABLE></DIV>
        <DIV>&gt; 
        <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
          <TBODY>
          <TR>
            <TD width=100 bgColor=#e8e8e8>&nbsp;</TD>
            <TD width=400 bgColor=#e8e8e8>&nbsp;</TD></TR></TBODY></TABLE></DIV>
        <META content="MSHTML 6.00.2800.1106" name=GENERATOR>
        <DIV>&gt; &gt; 
        <DIV>&gt; &gt; <SPAN class=054274213-23012007><FONT face=Arial 
        color=#0000ff size=2>Re bonjour Cédric,</FONT></SPAN></DIV>
        <DIV>&gt; &gt; <SPAN class=054274213-23012007><FONT face=Arial 
        color=#0000ff size=2>oui ce script m'interesse 
        beaucoup.</FONT></SPAN></DIV>
        <DIV>&gt; &gt; <SPAN class=054274213-23012007><FONT face=Arial 
        color=#0000ff size=2>Je recherche à importer mes documents dans l'outil 
        et bien sur l'inverse (récupérer les documents originaux en masse vers 
        un file system).</FONT></SPAN></DIV>
        <DIV>&gt; &gt; <SPAN class=054274213-23012007><FONT face=Arial 
        color=#0000ff size=2>La volumétrie des 2000 documents représente environ 
        7Go (en sachant qu'a moyen terme il y aura environ 15Go de 
        documents).</FONT></SPAN></DIV>
        <DIV>&gt; &gt; <SPAN class=054274213-23012007></SPAN>&nbsp;</DIV>
        <DIV>&gt; &gt; <SPAN class=054274213-23012007><FONT face=Arial 
        color=#0000ff size=2>Merci</FONT></SPAN></DIV>
        <DIV>&gt; &gt; <SPAN class=054274213-23012007></SPAN>&nbsp;</DIV>
        <DIV>&gt; &gt; <SPAN class=054274213-23012007><FONT face=Arial 
        color=#0000ff size=2>JVA</FONT></SPAN></DIV>
        <DIV>&gt; &gt; <SPAN class=054274213-23012007></SPAN>&nbsp;</DIV></DIV>
        <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
          <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
          size=2>-----Message d'origine-----<BR><B>De&nbsp;:</B> cedric MARFIL 
          [<A class=moz-txt-link-freetext 
          href="mailto:cedric.marfil@capgemini.com">mailto:cedric.marfil@capgemini.com</A>]<BR><B>Envoyé&nbsp;:</B> 
          mardi 23 janvier 2007 14:36<BR><B>À&nbsp;:</B> ALBAR, Jean-victor 
          (CAP-GEMINI)<BR><B>Cc&nbsp;:</B> cps-users-fr<BR><B>Objet&nbsp;:</B> 
          RE: [CPS-users-fr] Stockage de documents Office<BR><BR></FONT></DIV>
          <DIV>&gt; &gt; 
          <DIV>&gt; &gt; Re-Bonjour JV,</DIV>
          <DIV>&gt; &gt; Nous avons pour notre part développé un petit script 
          permettant de faire un import de 100 fichiers au format Word pour les 
          intégrer dans la ZODB (parce que nous n'avions que 100 fichiers à 
          importer, mais c'était une boucle qui marche pour n'importe quel 
          nombre de fichiers). Ce script one shot lit le fichier sur le disque, 
          crée un objet de type "File" (portal_type) et y attache le fichier 
          récupéré sur le fileSystem. Le fichier est lui-même sérialisé dans la 
          ZODB.</DIV>
          <DIV>&gt; &gt; Peut-être cet import te conviendrait-il ?</DIV>
          <DIV>&gt; &gt; Il est certainement possible de faire en sorte de 
          stocker les fichiers sur le fileSystem du serveur plutôt que dans la 
          ZODB. A toi de voir ce qui te convient le mieux. Quelle est la 
          volumétrie de tes 2000 fichiers en termes de Mo ?</DIV>
          <DIV>&gt; &gt; &nbsp;</DIV>
          <DIV>&gt; &gt; Cordialement</DIV>
          <DIV>&gt; &gt; Cédric</DIV>
          <DIV>&gt; &gt; &nbsp;</DIV>
          <DIV>&gt; &gt; 
          <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
            <TBODY>
            <TR>
              <TD width=100 bgColor=#d8d8d8><B>From</B></TD>
              <TD width=400 bgColor=#d8d8d8><A class=moz-txt-link-abbreviated 
                href="mailto:cps-users-fr-bounces@lists.nuxeo.com">cps-users-fr-bounces@lists.nuxeo.com</A></TD></TR></TBODY></TABLE></DIV>
          <DIV>&gt; &gt; 
          <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
            <TBODY>
            <TR>
              <TD width=100 bgColor=#d8d8d8><B>To</B></TD>
              <TD width=400 bgColor=#d8d8d8><A class=moz-txt-link-abbreviated 
                href="mailto:cps-users-fr@lists.nuxeo.com">cps-users-fr@lists.nuxeo.com</A></TD></TR></TBODY></TABLE></DIV>
          <DIV>&gt; &gt; 
          <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
            <TBODY>
            <TR>
              <TD width=100 bgColor=#d8d8d8><B>Cc</B></TD>
              <TD width=400 bgColor=#d8d8d8><BR></TD></TR></TBODY></TABLE></DIV>
          <DIV>&gt; &gt; 
          <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
            <TBODY>
            <TR>
              <TD width=100 bgColor=#d8d8d8><B>Date</B></TD>
              <TD width=400 bgColor=#d8d8d8>Tue, 23 Jan 2007 14:16:11 
            +0100</TD></TR></TBODY></TABLE></DIV>
          <DIV>&gt; &gt; 
          <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
            <TBODY>
            <TR>
              <TD width=100 bgColor=#d8d8d8><B>Subject</B></TD>
              <TD width=400 bgColor=#d8d8d8>RE: [CPS-users-fr] Stockage de 
                documents Office</TD></TR></TBODY></TABLE></DIV>
          <DIV>&gt; &gt; 
          <TABLE cellSpacing=0 cellPadding=0 width=500 border=0>
            <TBODY>
            <TR>
              <TD width=100 bgColor=#e8e8e8>&nbsp;</TD>
              <TD width=400 bgColor=#e8e8e8>&nbsp;</TD></TR></TBODY></TABLE></DIV>
          <META content="MSHTML 6.00.2800..1106" name=GENERATOR>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007>Merci pour vos réponses.</SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007></SPAN></FONT>&nbsp;</DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007>Je croyais que Nuxeo 5 n'etait pas encore 
          dispo...</SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007>Est-il stable ?</SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007>Gere t il le versionning et le "undo" 
          ?</SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007><SPAN 
          class=475032212-23012007></SPAN></SPAN></FONT>&nbsp;</DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007><SPAN class=475032212-23012007>La décision du 
          choix de l'outil doit être prise très 
          rapidement.</SPAN></SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007><SPAN class=475032212-23012007>Si Nuxeo 5 
          n'est pas dispo dans les semaines qui viennent, nous 
          voulons&nbsp;rester sous&nbsp;CPS.</SPAN></SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007><SPAN class=475032212-23012007>La 
          fonctionnalité d'import/export des documents originaux est primordiale 
          pour nous&nbsp;dans CPS.</SPAN></SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007><SPAN class=475032212-23012007>Est-elle 
          possible actuellement&nbsp;?&nbsp;</SPAN></SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007></SPAN></FONT>&nbsp;</DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007>Notre volumétrie est d'e</SPAN></FONT><FONT 
          face=Arial color=#0000ff size=2><SPAN class=475032212-23012007>nviron 
          2000 documents (principalement des documents word et Excel en espace 
          de travail collaboratif).</SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007>Nous avons environ&nbsp;100 utilisateurs 
          succeptibles d'utiliser l'outil</SPAN></FONT><FONT face=Arial 
          color=#0000ff size=2><SPAN 
          class=475032212-23012007>.</SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007>Nous avons la version CPS 3.4 sous Windows 
          2003 (nous avons eu des soucis de configuration&nbsp;de CPS sous Linux 
          en juin 2006 et avons du migrer sur Windows pour les 
          résoudre).</SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007>Notre objectif est d'utiliser un produit 
          simple (mais complet) ne necessitant pas ou peu de developpement ni 
          d'administration compliquée.</SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007></SPAN></FONT>&nbsp;</DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007>Voila, vous savez tout 
:-)</SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007></SPAN></FONT>&nbsp;</DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007>Encore merci de votre 
          aide....</SPAN></FONT></DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007></SPAN></FONT>&nbsp;</DIV>
          <DIV>&gt; &gt; &gt; <FONT face=Arial color=#0000ff size=2><SPAN 
          class=475032212-23012007>JVA</SPAN></FONT></DIV>
          <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
            <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
            size=2>-----Message d'origine-----<BR><B>De&nbsp;:</B> Eric Barroca 
            [<A class=moz-txt-link-freetext 
            href="mailto:eb@nuxeo.com">mailto:eb@nuxeo.com</A>]<BR><B>Envoyé&nbsp;:</B> 
            mardi 23 janvier 2007 12:42<BR><B>À&nbsp;:</B> ALBAR, Jean-victor 
            (CAP-GEMINI)<BR><B>Cc&nbsp;:</B> <A class=moz-txt-link-abbreviated 
            href="mailto:cps-users-fr@lists.nuxeo.com">cps-users-fr@lists.nuxeo.com</A><BR><B>Objet&nbsp;:</B> 
            Re: [CPS-users-fr] Stockage de documents 
            Office<BR><BR></FONT></DIV>Bonjour, 
            <DIV>&gt; &gt; &gt; <BR>
            <DIV>&gt; &gt; &gt; 
            <DIV>&gt; &gt; &gt; On 23 janv. 07, at 12:00, <A 
            href="mailto:cps-users-fr-request@lists.nuxeo.com">cps-users-fr-request@lists.nuxeo.com</A> 
            wrote:</DIV>
            <BLOCKQUOTE type="cite">
              <DIV style="MARGIN: 0px">Nous sommes en phase de test de CPS 3.4 
              et nous nous posons quelques questions :</DIV>
              <DIV style="MIN-HEIGHT: 14px; MARGIN: 0px"><BR></DIV>
              <DIV style="MARGIN: 0px">Nos besoins sont des besoins de stockage 
              de documents, de travail collaboratif, de versionning et de flux 
              de validation.</DIV>
              <DIV style="MARGIN: 0px">CPS répond à tous nos besoins à part le 
              fait que Zope/CPS soit un peu difficile à apprehender encore pour 
              nous (toute suggestion de documentations ou bouquins est la 
              bienvenue).</DIV></BLOCKQUOTE>
            <DIV>&gt; &gt; &gt; Avez-vous testé Nuxeo 5, il doit vous founir les 
            mêmes fonctionnalités.</DIV><BR>
            <BLOCKQUOTE type="cite">
              <DIV style="MARGIN: 0px">Nous avons 2 questions primordiales 
              :</DIV>
              <DIV style="MIN-HEIGHT: 14px; MARGIN: 0px"><BR></DIV>
              <DIV style="MARGIN: 0px">1/ Peut-on importer en masse nos 
              documents office (word, Excel, Powerpoint, etc...) dans l'outil 
              ?</DIV>
              <DIV style="MARGIN: 0px">Nous avons environ 2000 documents à 
              importer sous CPS donc ca serait sympa de pouvoir les importer en 
              quelques clics.</DIV></BLOCKQUOTE>
            <DIV>&gt; &gt; &gt; &nbsp;Nuxeo EP 5 offre des extensions pour les 
            navigateurs qui permettent d'importer en masse des documents via 
            drag and drop dans le browser.</DIV><BR>
            <BLOCKQUOTE type="cite">
              <DIV style="MARGIN: 0px">2/ Notre impératif est la sauvegarde des 
              documents et la restitution de ceux ci.</DIV>
              <DIV style="MARGIN: 0px">Le stockage de ceux ci dans la ZODB nous 
              fait peur (en terme de gestion et de restitution).</DIV>
              <DIV style="MARGIN: 0px">Pouvons nous nous passer de la ZODB pour 
              laisser les documents stockés dans un file system (ou au pire dans 
              une base de données "ouverte") ?</DIV>
              <DIV style="MARGIN: 0px">Dans le cas d'un stockage dans un file 
              system, quid du versionning ?</DIV></BLOCKQUOTE>CPS peut permettre 
            un stockage des pièces jointes sur le FileSystem en utilisant le 
            type de field DiskFileField dans les documents.</DIV>
            <DIV>&gt; &gt; &gt; <BR class=khtml-block-placeholder></DIV>
            <DIV>&gt; &gt; &gt; Pour Nuxeo EP5, le stockage est effectué par 
            default sur le filesystem pour les fichiers attachés.</DIV>
            <DIV>&gt; &gt; &gt; <BR class=khtml-block-placeholder></DIV>
            <DIV>&gt; &gt; &gt; Pouvez-vous nous en dire plus sur la volumétrie 
            de l'instance que vous devez mettre en place (utilisateurs, 
            etc.).</DIV>
            <DIV>&gt; &gt; &gt; <BR class=khtml-block-placeholder></DIV>
            <DIV>&gt; &gt; &gt; <BR class=khtml-block-placeholder></DIV>
            <DIV>&gt; &gt; &gt; Bonne journée,</DIV>
            <DIV>&gt; &gt; &gt; <BR class=khtml-block-placeholder></DIV>
            <DIV>&gt; &gt; &gt; EB.<BR><BR></DIV><BR>
            <DIV>&gt; &gt; &gt; <SPAN class=Apple-style-span 
            style="WORD-SPACING: 0px; FONT: 13px Lucida Grande; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px; orphans: 2; widows: 2; font-size-adjust: none; font-stretch: normal"><SPAN 
            class=Apple-style-span 
            style="WORD-SPACING: 0px; FONT: 13px Lucida Grande; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px; orphans: 2; widows: 2; font-size-adjust: none; font-stretch: normal"><SPAN 
            class=Apple-style-span 
            style="WORD-SPACING: 0px; FONT: 13px Lucida Grande; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px; orphans: 2; widows: 2; font-size-adjust: none; font-stretch: normal"><SPAN 
            class=Apple-style-span 
            style="WORD-SPACING: 0px; FONT: 13px Lucida Grande; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px; orphans: 2; widows: 2; font-size-adjust: none; font-stretch: normal"><SPAN 
            class=Apple-style-span 
            style="WORD-SPACING: 0px; FONT: 13px Lucida Grande; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; border-spacing: 0px; orphans: 2; widows: 2; font-size-adjust: none; font-stretch: normal"></SPAN></SPAN>
            <DIV>&gt; &gt; &gt; --</DIV>
            <DIV>&gt; &gt; &gt; Éric Barroca - Ex. VP of Operations - +33 6 21 
            74 77 64</DIV>
            <DIV>&gt; &gt; &gt; <A class=moz-txt-link-abbreviated 
            href="http://www.nuxeo.com/">www.nuxeo.com</A> - Nuxeo: Open Source 
            ECM - <A href="http://www.nuxeo.org/">www.nuxeo.org</A></DIV>
            <DIV>&gt; &gt; &gt; Nuxeo EP 5: extensible, Java EE and standards 
            based ECM Platform !</DIV></SPAN></SPAN><BR 
            class=Apple-interchange-newline></SPAN></DIV><BR></DIV><PRE>This mail has originated outside your organization, either from an external partner or the Global Internet.
Keep this in mind if you answer this message.


      </PRE></BLOCKQUOTE><PRE>This e-mail is intended only for the above addressee. It may contain privileged information.
If you are not the addressee you must not copy, distribute, disclose or use any of the information in it. 
If you have received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be accessed by someone other than the recipient, for system management and security reasons. This access is controlled under Regulation of security reasons.
This access is controlled under Regulation of Investigatory Powers Act 2000, Lawful Business Practises.

    </PRE></DIV>
          <TABLE>
            <TBODY>
            <TR>
              <TD bgColor=#ffffff><FONT color=#000000>This message contains 
                information that may be privileged or confidential and is the 
                property of the Capgemini Group. It is intended only for the 
                person to whom it is addressed. If you are not the intended 
                recipient, you are not authorized to read, print, retain, copy, 
                disseminate, distribute, or use this message or any part 
                thereof. If you receive this message in error, please notify the 
                sender immediately and delete all copies of this 
                message.<BR><BR></FONT></TD></TR></TBODY></TABLE><PRE>This mail has originated outside your organization, either from an external partner or the Global Internet.
Keep this in mind if you answer this message.

    </PRE></BLOCKQUOTE><PRE>This e-mail is intended only for the above addressee. It may contain privileged information.
If you are not the addressee you must not copy, distribute, disclose or use any of the information in it. 
If you have received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be accessed by someone other than the recipient, for system management and security reasons. This access is controlled under Regulation of security reasons.
This access is controlled under Regulation of Investigatory Powers Act 2000, Lawful Business Practises.

  </PRE></DIV>
        <TABLE>
          <TBODY>
          <TR>
            <TD bgColor=#ffffff><FONT color=#000000>This message contains 
              information that may be privileged or confidential and is the 
              property of the Capgemini Group. It is intended only for the 
              person to whom it is addressed. If you are not the intended 
              recipient, you are not authorized to read, print, retain, copy, 
              disseminate, distribute, or use this message or any part thereof. 
              If you receive this message in error, please notify the sender 
              immediately and delete all copies of this 
            message.<BR><BR></FONT></TD></TR></TBODY></TABLE><PRE wrap=""><HR width="90%" SIZE=4>
_______________________________________________
cps-users-fr 
Adresse de la liste : <A class=moz-txt-link-abbreviated href="mailto:cps-users-fr@lists.nuxeo.com">cps-users-fr@lists.nuxeo.com</A>
Gestion de l'abonnement : <A class=moz-txt-link-rfc2396E href="http://lists.nuxeo.com/mailman/listinfo/cps-users-fr">&lt;http://lists.nuxeo.com/mailman/listinfo/cps-users-fr&gt;</A>
  </PRE></BLOCKQUOTE></DIV>
      <TABLE>
        <TBODY>
        <TR>
          <TD bgColor=#ffffff><FONT color=#000000>This message contains 
            information that may be privileged or confidential and is the 
            property of the Capgemini Group. It is intended only for the person 
            to whom it is addressed. If you are not the intended recipient, you 
            are not authorized to read, print, retain, copy, disseminate, 
            distribute, or use this message or any part thereof. If you receive 
            this message in error, please notify the sender immediately and 
            delete all copies of this 
message.<BR><BR></FONT></TD></TR></TBODY></TABLE><PRE>This mail has originated outside your organization, either from an external partner or the Global Internet.
Keep this in mind if you answer this message.

</PRE></BLOCKQUOTE><PRE>This e-mail is intended only for the above addressee. It may contain privileged information.
If you are not the addressee you must not copy, distribute, disclose or use any of the information in it. 
If you have received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be accessed by someone other than the recipient, for system management and security reasons. This access is controlled under Regulation of security reasons.
This access is controlled under Regulation of Investigatory Powers Act 2000, Lawful Business Practises.

</PRE></BLOCKQUOTE><PRE>This mail has originated outside your organization, either from an external partner or the Global Internet.
Keep this in mind if you answer this message.

</PRE>
  <TABLE>
    <TBODY>
    <TR>
      <TD bgColor=#ffffff><FONT color=#000000>This message contains 
        information that may be privileged or confidential and is the property 
        of the Capgemini Group. It is intended only for the person to whom it is 
        addressed. If you are not the intended recipient, you are not authorized 
        to read, print, retain, copy, disseminate, distribute, or use this 
        message or any part thereof. If you receive this message in error, 
        please notify the sender immediately and delete all copies of this 
        message.<BR><BR></FONT></TD></TR></TBODY></TABLE></BLOCKQUOTE><PRE>This e-mail is intended only for the above addressee. It may contain privileged information.
If you are not the addressee you must not copy, distribute, disclose or use any of the information in it. 
If you have received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be accessed by someone other than the recipient, for system management and security reasons. This access is controlled under Regulation of security reasons.
This access is controlled under Regulation of Investigatory Powers Act 2000, Lawful Business Practises.

</PRE></BODY></HTML>