Add Arguments to the XMLP Driver Service Method
In Siebel Tools, for the existing Oracle Analytics Publisher business services, arguments for some methods need to be added to support workflow configurations.
This XMLP Driver Service method is covered here: GenerateBIPReport.
GenerateBIPReport
Description: This method is used to run the report. This is the final method required for report generation. This method internally generates Siebel binary data and pushes it to the BI Publisher server.
Method Arguments: Add these method arguments for the GenerateBIPReport method:
Note: The method arguments in this table all have the following
attributes:
- Type: Input
- Data Type: String
- Storage Type: Property
| Name | Description | Optional |
|---|---|---|
| BIPPassword | The BI Publisher server password for session authentication. | False |
| BIPUserId | The BI Publisher server User ID for session authentication. | False |
| EnableChunk | An indicator that specifies chunking or non-chunking during report download output between Siebel and BI Publisher Server. | False |
| LanguageCode | Language code where Siebel Object Manager is running. | False |
| ReportName | Language-independent report name to be generated. | False |
| ReportOutputId | Row ID of Report Output BC for the generated report. | False |
| ReportOutputType | The output format the report must be generated in. | False |
| ReportSelected | The language-dependent report name. | False |
| reportFileName | The temporary file generated for the Siebel data in the BI Publisher server. | True |