User manual BUSINESS OBJECTS PROCESS BI SERVICES GUIDE

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual BUSINESS OBJECTS PROCESS BI. We hope that this BUSINESS OBJECTS PROCESS BI user guide will be useful to you.


BUSINESS OBJECTS PROCESS BI SERVICES GUIDE: Download the complete user guide (862 Ko)

Manual abstract: user guide BUSINESS OBJECTS PROCESS BISERVICES GUIDE

Detailed instructions for use are in the User's Guide.

[. . . ] Business Process BI Services Guide Patents Business Objects owns the following U. S. patents, which may cover products that are offered and sold by Business Objects: 5, 555, 403, 6, 247, 008 B1, 6, 578, 027 B2, 6, 490, 593 and 6, 289, 352. Business Objects, the Business Objects logo, Crystal Reports, and Crystal Enterprise are trademarks or registered trademarks of Business Objects SA or its affiliated companies in the United States and other countries. All other names mentioned herein may be trademarks of their respective owners. [. . . ] Example s:simpleType name="PrintCollationTypeEnum"> <s:restriction base="s:string"> <s:enumeration value=""/> <s:enumeration value="UNCOLLATED"/> <s:enumeration value="COLLATED"/> <s:enumeration value="DEFAULT"/> Business Process BI Services Guide 51 3 WSDL Reference BIWorkflow service </s:restriction> </s:simpleType> See also DocumentPrinterOptions RefreshStatusEnum A string that represents status for documents that have been refreshed. The value is constrained to constants such as RUNNING, COMPLETE, FAILURE, and so on. Example <s:simpleType name="RefreshStatusEnum"> <s:restriction base="s:string"> <s:enumeration value=""/> <s:enumeration value="RUNNING"/> <s:enumeration value="COMPLETE"/> <s:enumeration value="FAILURE"/> <s:enumeration value="PAUSED"/> <s:enumeration value="PENDING"/> <s:enumeration value="UNKNOWN"/> </s:restriction> </s:simpleType> Remark PENDING status refers to a state in which a process is waiting to run. A pending refresh operation means that the document has been scheduled to run at a specified time in the future. See also CheckRefreshStatus ReportSectionsOptionEnum A string that represents available report section options for various Crystal Report formats. The value is constrained to constants such as SECTIONS_EXPORT, SECTIONS_EXPORT_ISOLATED, and SECTIONS_NO_EXPORT. Example <s:simpleType name="ReportSectionsOptionEnum"> <s:restriction base="s:string"> <s:enumeration value=""/> <s:enumeration value="SECTIONS_EXPORT"/> <s:enumeration value="SECTIONS_EXPORT_ISOLATED"/> <s:enumeration value="SECTIONS_NO_EXPORT"/> </s:restriction> </s:simpleType> 52 Business Process BI Services Guide WSDL Reference BIWorkflow service 3 Remark SECTIONS_EXPORT specifies an export sections property. SECTIONS_EXPORT_ISOLATED specifies an isolated export sections property. SECTIONS_NO_EXPORT specifies a no export property to prevent exportation See also CharSeparatedTextFormatOptions TabSeparatedFormatOptions TabSeparatedTextFormatOptions SectionTypeEnum Encloses collections of named integer constants. The value is constrained to constants such as PAGE_HEADER, PAGE_FOOTER, REPORT_HEADER, and so on. Example s:simpleType name="SectionTypeEnum"> <s:restriction base="s:string"> <s:enumeration value=""/> <s:enumeration value="REPORT_HEADER"/> <s:enumeration value="PAGE_HEADER"/> <s:enumeration value="GROUP_HEADER"/> <s:enumeration value="DETAIL"/> <s:enumeration value="GROUP_FOOTER"/> <s:enumeration value="PAGE_FOOTER"/> <s:enumeration value="REPORT_FOOTER"/> <s:enumeration value="WHOLE_REPORT"/> </s:restriction> </s:simpleType> See also ExcelFormatOptions ServerGroupChoiceEnum A string that represents methods for choosing the server group with which to view a report. The value is constrained to constants such as FIRST_AVAILABLE, PREFERRED, and SPECIFIED. Example <s:simpleType name="ServerGroupChoiceEnum"> <s:restriction base="s:string"> <s:enumeration value=""/> <s:enumeration value="FIRST_AVAILABLE"/> <s:enumeration value="PREFERRED"/> Business Process BI Services Guide 53 3 WSDL Reference BIWorkflow service <s:enumeration value="SPECIFIED"/> </s:restriction> </s:simpleType> Remarks · · · · ServerGroupChoiceEnum provides options to choose the server group for viewing the report. FIRST_AVAILABLE is a constant that assigns only the server that has the most resources free at the time of scheduling. PREFERRED is a constant that specifies the preferences of servers found in the selected server group. If none of the preferred servers are available, the report is processed on the next available server. SPECIFIED is a constant that specifies the use of a specified server that belongs to the selected server group. If all of these servers are unavailable, the report is not processed. See also DocumentRefreshOptions WebiFormatEnum A string that represents the possible WebIntelligence formats. Example <s:simpleType name="WebiFormatEnum"> <s:restriction base="s:string"> <s:enumeration value=""/> <s:enumeration value="WEBI"/> <s:enumeration value="EXCEL"/> <s:enumeration value="PDF"/> </s:restriction> </s:simpleType> See also WebiRefreshOptions WebiPrecacheOutputTypeEnum A string that represents the output types that Web pre-caches, which are as follows: OUTPUT_HTML, OUTPUT_PDF, and OUTPUT_XLS. Example <s:simpleType name="WebiPrecacheOutputTypeEnum"> <s:restriction base="s:string"> <s:enumeration value=""/> <s:enumeration value="OUTPUT_HTML"/> 54 Business Process BI Services Guide WSDL Reference BIWorkflow service 3 <s:enumeration value="OUTPUT_PDF"/> <s:enumeration value="OUTPUT_XLS"/> </s:restriction> </s:simpleType> See also WebiPrecacheType BIWorkflow complex types CharSeparatedTextFormatOptions Defines formatting options for the Character-Separated Text format. The value is constrained to constants such as SameDateFormat, SameNumberFormat, Separator, and so on. Example <s:complexType name="CharSeparatedTextFormatOptions"> <s:sequence> <s:element name="Separator" type="s:string" minOccurs="0"/> <s:element name="Delimiter" type="s:string" minOccurs="0"/> <s:element name="ExportMode" type="s1:ExportModeEnum" minOccurs="0"/> <s:element name="GroupSectionsOption" type="s1:GroupSectionsOptionEnum" minOccurs="0"/> <s:element name="ReportSectionsOption" type="s1:ReportSectionsOptionEnum" minOccurs="0"/> <s:element name="Quote" type="s:string" minOccurs="0"/> <s:element name="SameNumberFormat" type="s:boolean" minOccurs="0"/> <s:element name="SameDateFormat" type="s:boolean" minOccurs="0"/> </s:sequence> </s:complexType> Remarks · · · SameDateFormat sets the date formats same as the report, and SameNumberFormat sets the same number formats as the report. [. . . ] Go to CheckRefreshStatusIn\parameters\CheckRefreshStatus, and click ID. Click Add Copy Rule. Go to CreateSecurityAssetOutput\parameters\ CreateSecurityAssetResponse, and click SecurityAsset. Go to CheckRefreshStatusIn\parameters\CheckRefreshStatus, and click SecurityAsset. Note: At this point, you may want to add other BISecurity or BIWorkflow services methods to your business process model depending on your requirements. For example, at this point, you might want to add a while loop with a condition that the CheckRefreshStatus operation runs until the refresh status is COMPLETE. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE BUSINESS OBJECTS PROCESS BI




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual BUSINESS OBJECTS PROCESS BI will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.