<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problemes avec auditsurf in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problemes-avec-auditsurf/m-p/124362#M87509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Je vous remercie de votre Réaction:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;En fait jai changé la version 3.2r2 CE en 3.2CE et effectivemment le dashboard de Audit SURF marche trés bien mais jai tjrs le probleme au niveau du graphique(pas de diagrammes) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sachant que je travaille sous windows Server 2003 avec la version Alfresco 3.2CE (fullSetup)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pourlinstallation j ai suivi le fichier install_FR.txt qui accompagne le projet:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;la procedure est comme suit mettre le fichier amp dans %Alf_Home%\amps et lancer le fichier apply_amps.bat ensuite&amp;nbsp; mettre le auditSurf.war dans le webapps de tomcat et lancer le serveur alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Je me demande s'il ya des specification au niveau du JDK (moi j utilise le 1.6&amp;nbsp; apartir de l install jdk-6u20-windows-i586.exe) on sait jamais!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A part ça et pour les fichiers concernant la conf de l audit:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco-global.propertier:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;###############################&lt;BR /&gt;## Common Alfresco Properties #&lt;BR /&gt;###############################&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Sample custom content and index data location&lt;BR /&gt;#————-&lt;BR /&gt;dir.root=C:/Alfresco/alf_data&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Sample database connection properties&lt;BR /&gt;#————-&lt;BR /&gt;db.name=alfresco&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=alfresco&lt;BR /&gt;db.host=localhost&lt;BR /&gt;db.port=3306&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# External locations&lt;BR /&gt;#————-&lt;BR /&gt;#ooo.exe=soffice&lt;BR /&gt;#img.root=./ImageMagick&lt;BR /&gt;#swf.exe=./bin/pdf2swf&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# MySQL connection&lt;BR /&gt;#————-&lt;BR /&gt;db.driver=org.gjt.mm.mysql.Driver&lt;BR /&gt;db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}&lt;BR /&gt;hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Index Recovery Mode&lt;BR /&gt;#————-&lt;BR /&gt;#index.recovery.mode=Auto&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Outbound Email Configuration&lt;BR /&gt;#————-&lt;BR /&gt;#mail.host=&lt;BR /&gt;#mail.port=25&lt;BR /&gt;#mail.username=anonymous&lt;BR /&gt;#mail.password=&lt;BR /&gt;#mail.encoding=UTF-8&lt;BR /&gt;#mail.from.default=alfresco@alfresco.org&lt;BR /&gt;#mail.smtp.auth=false&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Alfresco Email Service and Email Server&lt;BR /&gt;#————-&lt;BR /&gt;&lt;BR /&gt;# Enable/Disable the inbound email service. &amp;nbsp;The service could be used by processes other than&lt;BR /&gt;# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.&lt;BR /&gt;#————-&lt;BR /&gt;#email.inbound.enabled=true&lt;BR /&gt;&lt;BR /&gt;# Email Server properties &lt;BR /&gt;#————-&lt;BR /&gt;#email.server.enabled=true&lt;BR /&gt;#email.server.port=25&lt;BR /&gt;#email.server.domain=alfresco.com&lt;BR /&gt;#email.inbound.unknownUser=anonymous&lt;BR /&gt;&lt;BR /&gt;# A comma separated list of email REGEX patterns of allowed senders.&lt;BR /&gt;# If there are any values in the list then all sender email addresses&lt;BR /&gt;# must match. &amp;nbsp;For example:&lt;BR /&gt;# &amp;nbsp; .*\@alfresco\.com, .*\@alfresco\.org&lt;BR /&gt;# Allow anyone:&lt;BR /&gt;#————-&lt;BR /&gt;#email.server.allowed.senders=.*&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# The default authentication chain&lt;BR /&gt;# To configure external authentication subsystems see:&lt;BR /&gt;# &lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems&lt;/A&gt;&lt;BR /&gt;#————-&lt;BR /&gt;#authentication.chain=alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# IMAP&lt;BR /&gt;#————-&lt;BR /&gt;#imap.server.enabled=true&lt;BR /&gt;#imap.server.port=143&lt;BR /&gt;#imap.server.host=localhost&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;audit.enabled=true&lt;BR /&gt;audit.useNewConfig=false&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;auditcofig.xml et log4j.properties sont bient configurés&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 May 2010 08:49:19 GMT</pubDate>
    <dc:creator>abdallah87</dc:creator>
    <dc:date>2010-05-10T08:49:19Z</dc:date>
    <item>
      <title>problemes avec auditsurf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problemes-avec-auditsurf/m-p/124360#M87507</link>
      <description>Salutje viens d'installer auditsurf (j'utilise Alfresco CE 3.2r2)et apparement il ya une erreur dans la page du dashboard sur la liste de utilisateur connectés:Erreur durant la récuperation des données.En plus de ça&amp;nbsp; dans la pages des&amp;nbsp; graphiques je ne trouve aucun diagrammes????A vos plumes Les Spe</description>
      <pubDate>Sat, 01 May 2010 09:02:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problemes-avec-auditsurf/m-p/124360#M87507</guid>
      <dc:creator>abdallah87</dc:creator>
      <dc:date>2010-05-01T09:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: problemes avec auditsurf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problemes-avec-auditsurf/m-p/124361#M87508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bonjour,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Serait-il possible d'avoir plus de renseignements sur votre environnement ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;En ce qui concerne l'erreur pour les utilisateurs connectés, je n'ai pas trop d'idées, avez vous une trace plus complète dans la console Tomcat ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sinon concernant les diagrammes, avez vous correctement suivi les instructions d'installation ? Avez-vous modifié le fichier alfresco-global.properties comme il se doit pour activer l'audit ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cordialement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 07:43:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problemes-avec-auditsurf/m-p/124361#M87508</guid>
      <dc:creator>bertrandf</dc:creator>
      <dc:date>2010-05-06T07:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: problemes avec auditsurf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problemes-avec-auditsurf/m-p/124362#M87509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Je vous remercie de votre Réaction:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;En fait jai changé la version 3.2r2 CE en 3.2CE et effectivemment le dashboard de Audit SURF marche trés bien mais jai tjrs le probleme au niveau du graphique(pas de diagrammes) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sachant que je travaille sous windows Server 2003 avec la version Alfresco 3.2CE (fullSetup)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pourlinstallation j ai suivi le fichier install_FR.txt qui accompagne le projet:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;la procedure est comme suit mettre le fichier amp dans %Alf_Home%\amps et lancer le fichier apply_amps.bat ensuite&amp;nbsp; mettre le auditSurf.war dans le webapps de tomcat et lancer le serveur alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Je me demande s'il ya des specification au niveau du JDK (moi j utilise le 1.6&amp;nbsp; apartir de l install jdk-6u20-windows-i586.exe) on sait jamais!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A part ça et pour les fichiers concernant la conf de l audit:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco-global.propertier:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;###############################&lt;BR /&gt;## Common Alfresco Properties #&lt;BR /&gt;###############################&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Sample custom content and index data location&lt;BR /&gt;#————-&lt;BR /&gt;dir.root=C:/Alfresco/alf_data&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Sample database connection properties&lt;BR /&gt;#————-&lt;BR /&gt;db.name=alfresco&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=alfresco&lt;BR /&gt;db.host=localhost&lt;BR /&gt;db.port=3306&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# External locations&lt;BR /&gt;#————-&lt;BR /&gt;#ooo.exe=soffice&lt;BR /&gt;#img.root=./ImageMagick&lt;BR /&gt;#swf.exe=./bin/pdf2swf&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# MySQL connection&lt;BR /&gt;#————-&lt;BR /&gt;db.driver=org.gjt.mm.mysql.Driver&lt;BR /&gt;db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}&lt;BR /&gt;hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Index Recovery Mode&lt;BR /&gt;#————-&lt;BR /&gt;#index.recovery.mode=Auto&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Outbound Email Configuration&lt;BR /&gt;#————-&lt;BR /&gt;#mail.host=&lt;BR /&gt;#mail.port=25&lt;BR /&gt;#mail.username=anonymous&lt;BR /&gt;#mail.password=&lt;BR /&gt;#mail.encoding=UTF-8&lt;BR /&gt;#mail.from.default=alfresco@alfresco.org&lt;BR /&gt;#mail.smtp.auth=false&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Alfresco Email Service and Email Server&lt;BR /&gt;#————-&lt;BR /&gt;&lt;BR /&gt;# Enable/Disable the inbound email service. &amp;nbsp;The service could be used by processes other than&lt;BR /&gt;# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.&lt;BR /&gt;#————-&lt;BR /&gt;#email.inbound.enabled=true&lt;BR /&gt;&lt;BR /&gt;# Email Server properties &lt;BR /&gt;#————-&lt;BR /&gt;#email.server.enabled=true&lt;BR /&gt;#email.server.port=25&lt;BR /&gt;#email.server.domain=alfresco.com&lt;BR /&gt;#email.inbound.unknownUser=anonymous&lt;BR /&gt;&lt;BR /&gt;# A comma separated list of email REGEX patterns of allowed senders.&lt;BR /&gt;# If there are any values in the list then all sender email addresses&lt;BR /&gt;# must match. &amp;nbsp;For example:&lt;BR /&gt;# &amp;nbsp; .*\@alfresco\.com, .*\@alfresco\.org&lt;BR /&gt;# Allow anyone:&lt;BR /&gt;#————-&lt;BR /&gt;#email.server.allowed.senders=.*&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# The default authentication chain&lt;BR /&gt;# To configure external authentication subsystems see:&lt;BR /&gt;# &lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems&lt;/A&gt;&lt;BR /&gt;#————-&lt;BR /&gt;#authentication.chain=alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# IMAP&lt;BR /&gt;#————-&lt;BR /&gt;#imap.server.enabled=true&lt;BR /&gt;#imap.server.port=143&lt;BR /&gt;#imap.server.host=localhost&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;audit.enabled=true&lt;BR /&gt;audit.useNewConfig=false&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;auditcofig.xml et log4j.properties sont bient configurés&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 08:49:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problemes-avec-auditsurf/m-p/124362#M87509</guid>
      <dc:creator>abdallah87</dc:creator>
      <dc:date>2010-05-10T08:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: problemes avec auditsurf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problemes-avec-auditsurf/m-p/124363#M87510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Quand vous dites que vous n'avez pas de diagrammes, c'est que vous avez des diagrammes et qu'ils sont vides ou alors qu'il n'y pas de diagrammes du tout ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Car il faut que flash soit installé pour que les diagrammes s'affichent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cordialement.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 09:00:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problemes-avec-auditsurf/m-p/124363#M87510</guid>
      <dc:creator>bertrandf</dc:creator>
      <dc:date>2010-05-10T09:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: problemes avec auditsurf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problemes-avec-auditsurf/m-p/124364#M87511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Apparement Vous avez raison parceque j ai pu visualiser les diagrammes a partir d une machine distante en se connectant a la machine Serveur qui heberge alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Donc c'était le flash player qui manque!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bien Vu de votre part et Merci!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 09:07:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problemes-avec-auditsurf/m-p/124364#M87511</guid>
      <dc:creator>abdallah87</dc:creator>
      <dc:date>2010-05-12T09:07:07Z</dc:date>
    </item>
  </channel>
</rss>

