<?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: Alfresco Business Reporting  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282741#M235871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Murali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did exactly what you did with the PostgreSQL database but not with the MySQL. Maybe it will work with MySQL. I'll send all the&amp;nbsp; logs using MySQL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And let you know where I have gone so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2013 02:10:33 GMT</pubDate>
    <dc:creator>johnpelquingua</dc:creator>
    <dc:date>2013-02-27T02:10:33Z</dc:date>
    <item>
      <title>Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282738#M235868</link>
      <description>Hi All,I downloaded this add-on: https://code.google.com/p/alfresco-business-reporting/downloads/list and I followed this Installation steps: https://code.google.com/p/alfresco-business-reporting/wiki/HowToInstall with no errors and it seems that nothing has changed on my Alfresco interface I mean I</description>
      <pubDate>Mon, 25 Feb 2013 13:53:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282738#M235868</guid>
      <dc:creator>johnpelquingua</dc:creator>
      <dc:date>2013-02-25T13:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282739#M235869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone help me on this? My problem is I can't find the result that I have installed is successfully. There's no Business Reporting Tool anywhere on my Alfresco Share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 00:56:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282739#M235869</guid>
      <dc:creator>johnpelquingua</dc:creator>
      <dc:date>2013-02-26T00:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282740#M235870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi JP,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also not succeeded. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First,you just need to placed the reporting jar and the supporting jar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Add the following information in the alfresco-global.properties file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a database called "alfrescoreporting" in your db server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;reporting.db.name=alfrescoreporting&lt;BR /&gt;reporting.db.username=alfresco&lt;BR /&gt;reporting.db.password=admin&lt;BR /&gt;reporting.db.host=localhost&lt;BR /&gt;reporting.db.port=5430&lt;BR /&gt;reporting.db.driver=org.postgresql.Driver&lt;BR /&gt;reporting.cron.filldatabase=0 0/5 * * * ?&lt;BR /&gt;reporting.cron.generatereports=0 0/30 * * * ?&lt;BR /&gt;reporting.enabled=true&lt;BR /&gt;reporting.db.url=jdbc:postgresql://${reporting.db.host}:${reporting.db.port}/${reporting.db.name}&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Enable logging by adding the following line [log4j.properties]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; log4j.logger.org.alfresco.reporting=debug,warn,error &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm getting the following error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; &lt;BR /&gt;23:08:48,437 DEBUG [org.alfresco.reporting.DatabaseHelperBean] Creating table. Query: CREATE TABLE IF NOT EXISTS post (id INT AUTO_INCREMENT PRIMARY KEY, sys_node_uuid VARCHAR(100));&lt;BR /&gt;23:10:02,000 DEBUG [org.alfresco.reporting.AlfrescoReporting] processRepositoryUpdate: post (insertOnly = false)&lt;BR /&gt;23:10:02,000 DEBUG [org.alfresco.reporting.AlfrescoReporting] Table Description found 28 lines&lt;BR /&gt;23:10:02,000 DEBUG [org.alfresco.reporting.DatabaseHelperBean] Starting getTableDescription&lt;BR /&gt;23:10:02,000 DEBUG [org.alfresco.reporting.AlfrescoReporting] Got the description &lt;BR /&gt;23:10:02,000 DEBUG [org.alfresco.reporting.AlfrescoReporting] &lt;BR /&gt;23:10:02,000 DEBUG [org.alfresco.reporting.AlfrescoReporting] type~|~VARCHAR(100)&lt;BR /&gt;23:10:02,000 DEBUG [org.alfresco.reporting.DatabaseHelperBean] Executing Query: ALTER TABLE post ADD type VARCHAR(100)&lt;BR /&gt;23:10:02,000 ERROR [org.alfresco.reporting.AlfrescoReporting] org.postgresql.util.PSQLException: ERROR: relation "post" does not exist&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The project installation document is configured for the mysql database. So,I'm hoping, it will work only with the mysql database. If you've mysql database, please try with the below configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://code.google.com/p/alfresco-business-reporting/source/browse/documentation/readme-install.txt" rel="nofollow noopener noreferrer"&gt;https://code.google.com/p/alfresco-business-reporting/source/browse/documentation/readme-install.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add to alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;===================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reporting.db.name=alfrescoreporting&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reporting.db.username=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reporting.db.password=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reporting.db.host=localhost&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reporting.db.port=3306&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reporting.db.driver=org.gjt.mm.mysql.Driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reporting.cron.filldatabase=0 0/5 * * * ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reporting.cron.generatereports=0 0/30 * * * ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reporting.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;reporting.db.url=jdbc:mysql://${reporting.db.host}:${reporting.db.port}/${reporting.db.name}&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 17:54:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282740#M235870</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2013-02-26T17:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282741#M235871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Murali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did exactly what you did with the PostgreSQL database but not with the MySQL. Maybe it will work with MySQL. I'll send all the&amp;nbsp; logs using MySQL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And let you know where I have gone so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 02:10:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282741#M235871</guid>
      <dc:creator>johnpelquingua</dc:creator>
      <dc:date>2013-02-27T02:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282742#M235872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Murali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Whenever I tried to place the alfresco-business-reporting-0.6.5.jar file to C:/Alfresco/tomcat/webapps/alfresco/WEB-INF/lib I'm getting the message of HTTP Status 404. All I did was stop tomcat then place the .jar file then start tomcat after I did that a status of 404 shows up on the Alfresco Explorer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed your Approach 1 method&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 02:48:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282742#M235872</guid>
      <dc:creator>johnpelquingua</dc:creator>
      <dc:date>2013-02-28T02:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282743#M235873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi JP,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First Stop tomcat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Place the jar file in web-inf/lib folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start the tomcat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Before stopping tomcat, have you deleted the alfresco.war file? In that case only, tomcat will try to clear the alfresco exploded directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 03:44:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282743#M235873</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2013-02-28T03:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282744#M235874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Murali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No I haven't deleted the alfresco.war file. Should I delete it first before I stop the tomcat?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 03:52:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282744#M235874</guid>
      <dc:creator>johnpelquingua</dc:creator>
      <dc:date>2013-02-28T03:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282745#M235875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, shouldn't do that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 03:54:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282745#M235875</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2013-02-28T03:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282746#M235876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Murali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First Stop tomcat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Place the jar file in web-inf/lib folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start the tomcat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Every time I do this the Alfresco site gives me an HTTP Status error but the Alfresco folder under tomcat/webapps/alfresco is still there and the alfresco.war is still there. What should I do now? I've done almost five times now and still it gives me the same error.. &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 06:48:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282746#M235876</guid>
      <dc:creator>johnpelquingua</dc:creator>
      <dc:date>2013-03-01T06:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282747#M235877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi JP,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you able to see other folders like jsp,images,scripts,css etc inside tomcat/webapps/alfresco folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 07:17:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282747#M235877</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2013-03-01T07:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282748#M235878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Murali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, All of the folders are there the cmisfs, images, jsp etc..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Still have no idea what's happening here.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 07:21:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282748#M235878</guid>
      <dc:creator>johnpelquingua</dc:creator>
      <dc:date>2013-03-01T07:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282749#M235879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi JP,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please share your alfresco.log and share.log files?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 07:23:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282749#M235879</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2013-03-01T07:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282750#M235880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Murali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All I can find is the Catalina log files under tomcat/logs Im using Alfresco 4.0.e hope this helps I've attached the log files&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here it is: &lt;/SPAN&gt;&lt;A href="https://forums.alfresco.com/sites/forums/files/catalina.2013-03-01.txt" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/sites/forums/files/catalina.2013-03-01.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 07:42:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282750#M235880</guid>
      <dc:creator>johnpelquingua</dc:creator>
      <dc:date>2013-03-01T07:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282751#M235881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi JP,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please try the below one ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just move the share.war and share expanded folder outside alfresco installation folder. Now you will have alfresco, solr and other folders except share&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start the tomcat now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Generally you will have alfresco.log and share.log in the &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; c:\&amp;lt;alfresco_installed_folder&amp;gt;\ &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.alfresco.com/localhost:portnumber/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ortnumber/alfresco&lt;/A&gt;&lt;SPAN&gt; this should work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using alfresco 4.0.3 enterprise edition or community edition?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 08:27:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282751#M235881</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2013-03-01T08:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282752#M235882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Murali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I moved the share.war and share expanded folder outside of Alfresco installation folder so it's now at C:/&amp;nbsp; is that where it's supposed to be?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And the alfresco and share.log files did not appear to the C:/Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using 4.0.e community edition for now so that I can replicate everything at Enterprise edition&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 08:59:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282752#M235882</guid>
      <dc:creator>johnpelquingua</dc:creator>
      <dc:date>2013-03-01T08:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282753#M235883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for trying out my Alfresco Business Reporting Module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The jar file should be placed in the %tomcat%/webapps/alfresco/WEB-INF/lib indeed. It is a tool working against the repository, therefore it does most of its work in the repository layer, not in Share. Also, it works against MySQL only For now. You can try against Postgresql, but as far as I am aware of, you cannot get it to work. As long as you try against Postgresql there is not much hope I think. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, start with a fresh install of your Community Edition. Create a MySQL database on forehand, just like you could create this manually with MySQL (old-style)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;create database alfrescoreporting default character set utf8 collate utf8_bin;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;grant all on alfrescoreporting.* to 'alfresco'@'localhost' identified by 'alfresco' with grant option;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;grant all on alfrescoreporting.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco' with grant option;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Put the jar files in %tomcat%/webapps/alfresco/WEB-INF/lib. The big zip-file of Jar's is initially not required. It is needed to generate Pentaho/JasperReporting reports once you have some data in your reporting database (so you can delegate this to 'later'…)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should not break starting Alfresco. The thing that can break starting-up is a missing database, or a missing cron-definitions in your alfresco-global.properties. See &lt;/SPAN&gt;&lt;A href="https://code.google.com/p/alfresco-business-reporting/wiki/HowToInstall" rel="nofollow noopener noreferrer"&gt;https://code.google.com/p/alfresco-business-reporting/wiki/HowToInstall&lt;/A&gt;&lt;SPAN&gt; for the set of properties to add…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note one of my latest posts: &lt;/SPAN&gt;&lt;A href="http://tpeelen.wordpress.com/2013/02/23/alfresco-business-reporting-alive-and-kicking/" rel="nofollow noopener noreferrer"&gt;http://tpeelen.wordpress.com/2013/02/23/alfresco-business-reporting-alive-and-kicking/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There will be a 0.8 release soon. It is AMP-based. This means smoother install. You do need to create a database first, that is something only a root account should be able to do. Apart from that, everything will be better!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if you get it running with the info in this thread. I will be watching it from now…&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2013 20:52:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282753#M235883</guid>
      <dc:creator>tpeelen</dc:creator>
      <dc:date>2013-03-03T20:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282754#M235884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sir Tjarda,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the reply I'll go ahead and do your recommendations and I'll give an update whether or not I get it running or not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 00:34:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282754#M235884</guid>
      <dc:creator>johnpelquingua</dc:creator>
      <dc:date>2013-03-04T00:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282755#M235885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tjarda,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is still giving me errors &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's what I did:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*I did anothere fresh install of the Alfresco Community 4.0.e&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I created the MySQL Database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Add the definitions to the alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Then copy the .jar files to the tomcat/webapps/alfresco/WEB-INF/lib&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; - I first stop tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; - Then place the .jar files to the ../WEB-INF/lib&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; - Start tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After I've done all of this Im still getting the Alfresco HTTP Status 404 error. And when I remove the .jar file on ../WEB-INF/lib path everything seems to be back on normal again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 02:29:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282755#M235885</guid>
      <dc:creator>johnpelquingua</dc:creator>
      <dc:date>2013-03-04T02:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282756#M235886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tpleen&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the add-on, I would also like to try it out as soon as I finish my existing project. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have one doubt:-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; this addon does make entry to the DB, but for reporting we has to depend on the any other business reporting toll. Is it so &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 04:58:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282756#M235886</guid>
      <dc:creator>bisana</dc:creator>
      <dc:date>2013-03-04T04:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Business Reporting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282757#M235887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And also I'm using XAMPP as the source of my MySQL Database is that alright?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks~&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 06:16:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-business-reporting/m-p/282757#M235887</guid>
      <dc:creator>johnpelquingua</dc:creator>
      <dc:date>2013-03-04T06:16:32Z</dc:date>
    </item>
  </channel>
</rss>

