cancel
Showing results for 
Search instead for 
Did you mean: 

Data Extraction Time

eswbitto
Confirmed Champ
Confirmed Champ
I have successfully install AAAR and pentaho on a test server (I think and hope). After running the extract.sh file I look at a report and it doesn't show any data at all.

Am I not waiting long enough for the data to populated?

The reason I ask is this is a test server and I've only created one site with about 70 files. These files are mainly just php files used for testing so they aren't that big. Is the extraction immediate or do I have to wait?

I'm running this test server on my laptop so waiting overnight is not possible. Any suggestions of what I should look at?
10 REPLIES 10

sandeepreddy1
Star Contributor
Star Contributor
Hai Francesco,

When I run the AAAR_Extract.sh from the command line I notice an error there. It says wrong username or password, but I'm not sure where this script is getting that information or if I have to manually add it to the script.
i am using PEntaho 6.1 version and alfresco 5.1


####—–####

You are going to execute this command:
./kitchen.sh /rep:"AAAR_Kettle" /job:"Get all" /dir:/Alfresco /user:admin /pass:admin /param:get_parents=false /log="/opt/biserver-ce/pentaho-solutions/system/AAAR/endpoints/kettle/script/../logs/AAAR.log" /level:Basic

Press <enter> to start import.


Tip:
Want to reduce the time of execution?
Edit this script and change 'JOB_NAME' and 'GET_PARENTS' variables.
If you don't know how, look at the FAQ at http://fcorti.com.

You are going to execute this command:
./kitchen.sh /rep:"AAAR_Kettle" /job:"Get all" /dir:/Alfresco /user:admin /pass:admin /param:get_parents=false /log="/opt/biserver-ce/pentaho-solutions/system/AAAR/endpoints/kettle/script/../logs/AAAR.log" /level:Basic

Press <enter> to start import.

2014/09/26 10:51:38 - Kitchen - Logging is at level : Basic logging
2014/09/26 10:51:38 - Kitchen - Start of run.
2014/09/26 10:51:38 - RepositoriesMeta - Reading repositories XML file: /root/.kettle/repositories.xml
Processing stopped because of an error:
Incorrect password or login

ERROR: Kitchen can't continue because the job couldn't be loaded.

Extraction complete!

Log file has been generated in the file below:
/opt/biserver-ce/pentaho-solutions/system/AAAR/endpoints/kettle/script/../logs/AAAR.log

Check for ERRORS in the log.
If you can't find them, everything has gone alright.
Please, remember to schedule the command periodically or to execute it manually.

Tip:
You can schedule this command using the silent execution with the command below:
/opt/biserver-ce/pentaho-solutions/system/AAAR/endpoints/kettle/script/./AAAR_Extract.sh silent

Want to save the reports in pdf format directly in Alfresco?
It's time to execute the 'AAAR_Publish' script.

Enjoy A.A.A.R.!


Help me out please