cancel
Showing results for 
Search instead for 
Did you mean: 

How to run Crystal XI RPT from Python on LInux

11-09-2017 12:40 PM
1421 views 3 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi,

I need a very scalable and cost effective way to run my RPT reports from AWS cloud linux containers. The data source is a CSV.

How can I run the RPT reports from CSV data in a Linux container?

Preferably Python, as I need a lightweight language provided with the operating system.

The concept will be to run as many containers as we need to generate about 10000 reports in few minutes, including all possible quality tests.

Thanks,

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

0 Likes

Python is not available

Answers (1)

Answers (1)

0 Likes

Get BusinessObjects Enterprise for Linux, then run multiple RAS Servers to be able to process that many reports.

Use the JAVA SDK so it runs on Linux as well.

Start here:

https://help.sap.com/viewer/p/SAP_BUSINESSOBJECTS_BUSINESS_INTELLIGENCE_PLATFORM

Don

Former Member
0 Likes

The user requested Python, not Java. If a Python API is not available, say so, or at least provide some documentation as to obtain the same results with Python with an open-source package.