How to export pentaho repository through command line? - repository

I'm trying to export the pentaho repository. there is command line option available to import the code to pentaho repository but not for export.
any suggestion?
I have tried using "Export repository to XML" and it works but it will export as single XML file. not sure how to access.

Answer to your first question.
https://wiki.pentaho.com/display/EAI/Export+repository+to+XML+file
Answer to your second question:
In order to access the exported repository you have to re-import it in this way you can able to use it(it mainly useful when you want to share the work in a team)

Related

Odoo v10 HR payroll community version

Hello guys i am working on odooV10 community version. I have installed my own module for HR payroll and leave management with a DB consisting of records. My question is MY created module wants to install on another machine. How can i achieve that.??? is that database entries stored in the same module folder???
I hope someone can clear my doubt..
for more clarity:
I will install payroll in my system
edit all entries as i want
copying this payroll module in another machine
These are the steps that i planning to do.
Are you wanting to have a set of default records that always install with your module?
If so, you want to load these into a data file that will make these a permanent part of your module.
You can read about data files in the documentation and/or review how Odoo does this in the core code.
If you're only needing to get the records into another database, you can Export from the first database and Import into the next.
You have several options, you must choose the one that best fits your situation:
If you want to pass information from one database to another you can use the export option of odoo:
1) Go to the tree view of the model you want to export and select the record (s).
2) Expand the More option and click on Export.
3) Select the fields you want to export and save the csv file that will be used to import.
To import: you must go to the tree view and select the Import button that should appear next to the Create option and follow the steps indicated.
If you want to keep the data in your modules to be created every time you install you must create data.xml files
You can export the database directly. You can visit this page to know the steps to do it from odoo
Create-backup
I hope I've helped

importing CSV from SAP R/3 to SQL database for reporting purpose

I want to import CSV files and invoices from SAP R/3 system into a SQL database. The database will be used for reporting purpose only, please tell me what will be the best possible way, which database to use and anything else that will be relevant to me in this context? and I am novice so please help....Thanks:)
If you are routinely importing CSV files then I recommend getting them comma delimited (or whatever delimiter you choose) and going the route of making an SSIS package with a corresponding SQL Agent Job that runs daily to check for the file and run it if it finds it.
Info on SSIS package creation:
http://smallbusiness.chron.com/import-csv-ssis-46849.html
If this is a one time load then I would recommend just using the import export wizard built into SQL Server.
https://msdn.microsoft.com/en-us/library/ms140052.aspx
Pretty easy to use the import export wizard too. Right click the database > tasks > import data. This will launch the wizard and will walk you through the one time import.
Adding Microsoft's official SSIS guide as well:
https://msdn.microsoft.com/en-us/library/ms169917.aspx

Foodmart schema not showing on Pentaho

I'm studying pentaho using this guide, but I'm having a problem showing the foodmart schema on the Schema drop down menu, both inside the Pentaho analysis and inside the Saiku analysis.
What do I have to do to make it work?
Further details can be provided upon asking.
I managed to make it work. Turns out my version of Pentaho didn't come with foodmart.montrian.xml
I downloaded it here and put it inside pentaho/biserver-ce/pentaho-solutions/foodmart
check the logs when pentaho/saiku start. See if there's an error validating the schema.
Also check that system/olap/datasources.xml is setup correctly.
what is your build? it's included in the downloadable demo, so you must have something different?

Exporting trac tickets to MS Project

I want to share data between Trac and MS Project. To import data to Trac I can use CSV import plugin, but I don't know if there's a way to export data from Trac to Project. Anyone has some ideas?
You can import data into MS Project from an Excel file. If you export data from Trac in CSV format, Excel should be able to convert it into an Excel file that can then be imported into Project. I haven't tried this myself, so YMMV.
If you don't mind writing a little code, you could use MPXJ to create either an MPX or an MSPDI (XML) file which you will be able to import into Microsoft Project.
Jon
p.s. Disclaimer: I maintain MPXJ.
you can contact Task Adapter developers to request a Trac connector. it's not worth it if you only need it for a one-off transfer. but it may make sense if you need this kind of tool on a regular basis.

S3DB editor program

i am trying to open a s3db database.
can someone please recommend a program?
i have tried sqlite2009pro, and it does not recognize it.
Sqlite Admin says Cannot perform this operation on a closed dataset.
sqlitestudio says s3db is not supported database-
Either:
Download Sqlite Administrator from http://sqliteadmin.orbmu2k.de/
Freeware
Portable
Bug in export "text format" (=wide string) data
Bug in view, edit and export non English data
Download Sqlite Studio from http://sqlitestudio.pl/ (RECOMMENDED)
Freeware
Portable
unable to export big dbases