Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Link

TIBCO Rest API Calls.

Organization ID is our customer number.

So when you login need to provide ApiUser|Organization ID

to Encode | then encoded it as %7C

for example Organization id is 436

Encoded User id with Organization: ApiUser%7C436

The URL is correct: https://site##.data-basics.net/jasperserver6/rest_v2/

j_username=<userID>%7C<organization_id>&j_password=<password>

Example: j_username=ApiUser%7C432&j_password=APIuserpassword

Dynamically Pass Parameter As Collection Using REST | Jaspersoft Community

howtodeployjasperreportsusingrestapiandpostmancollection.pdf (jaspersoft.com)

Compiling iReports using Studio

And in order to do that:

  1. I had to replace this property:

<textField textAdjust="StretchHeight"> -- TIBCO Jaspersoft® Studio Professional 8.0.1 use this one

With this one

<textField isStretchWithOverflow="true"> -- TIBCO Jaspersoft Studio Professional-7.3.0 use this one

  • No labels