How to download and work with Maximo data ---------------------------------------------- Download format: Database format: SQLite v3 Attachments format: various A. Download and install the BIRT Reporting Service The BIRT solution consists of 2 components: the Web Browser (or client), and the Reporting Service (or server). There are 2 configuration modes, Single and Multi-User. In Single-User Mode, the Web Browser and the Reporting Service run on the same machine. For example, everything is installed on a user's workstation and is accessible to only the workstation's owner. In Multi-User Mode, the Web Browser runs on one machine and the Reporting Service on another. Multi-User Mode is used for sharing a single copy of the data amongst several users. In this configuration, unique user accounts are created on the machine running the Reporting Service and SSH-tunneling is used for network security and data privacy. Users access the data over the network via Web Browsers running on their respective workstations. The Reporting Service will run on any platform as it is purely java-based. The machine it runs on can be any Windows, AIX, Linux, or OSX server/workstation. The Reporting Service requires java 1.8 to run. 1. Decide upon a configuration mode: Single or Multi-User Mode. 2. Install java 1.8 on the machine that will run the Reporting Service, if not already installed. After installing, locate the directory that contains java.exe. You will need this in step A.5. 3. Download the BIRT installation zip to the machine that will run the Reporting Service. ftp://public.dhe.ibm.com/support/IPC/ipc-data-delivery/software/birt.zip 4. Extract the zip to create the following directory tree, then copy or move it to your preferred installation location. birt/ bin/ db/ demo-base/ etc/ lib/ logs/ modules/ resources/ webapps/ 5. Configure your installation If the machine running the Reporting Service is Windows, then edit this line in birt/BIRT.cmd: set JAVA_HOME= If the machine running the Reporting Service is AIX, Linux or OSX, then edit this line in birt/BIRT.sh: JAVA_PATH= Optionally, edit the PORT value if you want to run the server under a port other than the default 8080. 6. If you have selected the Multi-User configuration, there are a few extra steps - Ensure the sshd service is running. - Ensure port 8080 (or other port if you changed it) is blocked by the firewall EXCEPT to local users. - Add a local account for each user who requires access to the data. B. Download and add your data 1. Your data is downloadable via public internet access using either the HTTPS or SFTP secure protocols with this ID and password: Userid: userid Password: password The HTTPS download method is the easiest to use as it only requires a browser and simple point- and-click to download one file at a time. However, this method is cumbersome to use if you have a lot of files to download. The SFTP download method is best to use if you have a lot of files in your download, but you will need specialized sftp software to allow you to perform batch downloads. The following free, public domain software is recommended for this purpose: WinSCP (Windows), FileZilla (Windows, Linux, or OSX), Cyberduck (OSX). A. HTTPS Download Method Open your browser, and navigate to https://transfer.boulder.ibm.com B. SFTP Download Method Open WinSCP or FileZilla. Create a new connection as follows, with the provided ID and password: WinSCP: Tools->Preferences -> Transfer-> Background-> Maximal number of transfers at the same time: [9] Select 'New Site', enter the following File protocol [SFTP] Host name: [transfer.boulder.ibm.com] Click Save, then Login FileZilla: File -> Site Manager -> New Site -> enter the following Logon Type: [Normal] Host: [transfer.boulder.ibm.com Protocol: [SFTP - SSH File transfer protocol] Transfer Settings -> [x] Limit Number of Simultaneous Connections -> [10] Click Connect Cyberduck: Bookmark -> New Bookmark ->