Skip to content

ISSUE: connectionName parameter does not works! #247

@ytpl65

Description

@ytpl65

knowage server: 8.1
ubuntu os: 22.04
BIRT-report-designer: 4.13.0

  1. Datasource Connection:
    image
  2. Dataset Preview
    image
  3. Report Parameters
    image
  4. connectionName parameter:
    image
  5. Parameter Binding
    image
  6. Birt Report Execution:
    image
  7. Data Source configured at knowage server:
    image
  8. Deployed at Knowage server:
    image
  9. Analytical Driver:
    image
  10. Report Executed at knowage server
    image

Now, Compare the data of screenshots of No.6 and No. 10. it is same!
The Knowage server is not using the correct data source when running reports. Even though a connection name parameter is passed when executing the report on the server, it is not pulling data from that data source.

Instead, it is always using the data source defined in the original BIRT report design, regardless of the connection name passed.

The behavior should be:

When a report runs on Knowage server and a connection name parameter is provided, it should fetch and display data from that specified data source.

But it is not working that way. It always defaults back to using the data source hardcoded in the BIRT report design, rather than using the one provided in the connection name parameter as it's supposed to.

So in short, the server is not respecting the connection name parameter and using the wrong data source when reports are executed.

Help Me
Thank You

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions