User manual BUSINESS OBJECTS PROCESS BI SERVICES GUIDE

Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets... 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. Lastmanuals 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.

Lastmanuals help download the user guide BUSINESS OBJECTS PROCESS BI.


Mode d'emploi BUSINESS OBJECTS PROCESS BI
Download
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. [. . . ] PrecachePDFEnabled indicates that the PDF text stream that represents a Web Intelligence document is pre-loaded into the cache. The PDF text stream can be cached in the Web Intelligence Report Server's document cache when the document is scheduled or viewed. PrecacheHTMLEnabled indicates that the HTML text stream that represents a Web Intelligence document is pre-loaded into the cache. The HTML text stream can be cached in the Web Intelligence Report Server's document cache when the document is scheduled or viewed. · · See also DocumentRefreshOptions DocumentEmailOptions Defines options for emailing documents. The value is constrained to constants such as Domain, Server, Port, and so on. Example <s:complexType name="DocumentEmailOptions"> <s:sequence> <s:element name="Domain" type="s:string" minOccurs="1"/> <s:element name="Server" type="s:string" minOccurs="1"/> <s:element name="Port" type="s:int" minOccurs="0"/ > <s:element name="Login" type="s:string" minOccurs="1"/> <s:element name="Password" type="s:string" minOccurs="1"/> <s:element name="AuthenticationType" type="s1:EmailAuthenticationTypeEnum" minOccurs="1"/> <s:element name="SenderAddress" type="s:string" minOccurs="1"/> <s:element name="ToAddresses" type="s:string" minOccurs="1" maxOccurs="unbounded"/> <s:element name="CcAddresses" type="s:string" minOccurs="0" maxOccurs="unbounded"/> <s:element name="Subject" type="s:string" minOccurs="0"/> Business Process BI Services Guide 59 3 WSDL Reference BIWorkflow service <s:element name="Message" type="s:string" minOccurs="0"/> <s:element name="Delimiter" type="s:string" minOccurs="0"/> <s:element name="AttachmentsEnabled" type="s:boolean" minOccurs="0"/> <s:element name="Attachments" type="s1:EmailAttachment" minOccurs="0" maxOccurs="unbounded"/> </s:sequence> </s:complexType> Remarks · · · ToAddresses and CcAddresses can be specified multiple times, once for each address to include. CacheServerGroup is the name of the preferred or specified server group with which to cache the refreshed report. ProcessingServerGroup is the name of the preferred or specified server group with which to process the refreshed report. See also EmailDocument DocumentPrinterOptions Defines options for printing document. The value is constrained to constants such as Enabled, ToPage, LandscapeMode, and so on. Example <s:complexType name="DocumentPrinterOptions"> <s:sequence> <s:element name="Enabled" type="s:boolean" minOccurs="0"/> <s:element name="PrinterName" type="s:string" minOccurs="0"/> <s:element name="Copies" type="s:int" minOccurs="0"/> <s:element name="FromPage" type="s:int" minOccurs="0"/> <s:element name="ToPage" type="s:int" minOccurs="0"/> <s:element name="LandscapeMode" type="s:boolean" minOccurs="0"/> <s:element name="PageWidth" type="s:short" minOccurs="0"/> <s:element name="PageHeight" type="s:short" minOccurs="0"/> 60 Business Process BI Services Guide WSDL Reference BIWorkflow service 3 <s:element name="PageLayout" type="s1:PageLayoutEnum" minOccurs="0"/> <s:element name="PageSize" type="s1:PageSizeEnum" minOccurs="0"/> <s:element name="PrintCollationType" type="s1:PrintCollationTypeEnum" minOccurs="0"/> </s:sequence> </s:complexType> See also PrintDocument DocumentPrinterOptions DocumentRefreshOptions Defines Document Refresh options. The value is constrained to constants such as Prompts, ViewingServerGroupChoice, CrystalReportRefreshOptions, and so on. Example <s:complexType name="DocumentRefreshOptions"> <s:sequence> <s:element name="Prompts" type="s1:PromptInfo" minOccurs="0" maxOccurs="unbounded"/> <s:element name="CrystalReportRefreshOptions" type="s1:CrystalReportRefreshOptions" minOccurs="0"/> <s:element name="WebiRefreshOptions" type="s1:WebiRefreshOptions" minOccurs="0"/> <s:element name="DeskiRefreshOptions" type="s1:DeskiRefreshOptions" minOccurs="0"/> </s:sequence> </s:complexType> Remarks · · Depending on the type of document being refreshed, only one of the following must be specified in a request: CrystalReportRefreshOptions, WebiRefreshOptions, and DeskiRefreshOptions. Prompt values can be specified multiple times. See also GetDocumentURL SendDocument EmailDocument PrintDocument RefreshDocument Business Process BI Services Guide 61 3 WSDL Reference BIWorkflow service DocumentSendOptions Defines Document Send options. The value is constrained to constants such as Login, Password, and DestinationFiles. Example <s:complexType name="DocumentSendOptions"> <s:sequence> <s:element name="Login" type="s:string" minOccurs="1"/> <s:element name="Password" type="s:string" minOccurs="1"/> <s:element name="DestinationFiles" type="s:string" minOccurs="1" maxOccurs="unbounded"/> </s:sequence> </s:complexType> Remarks · The DestinationFile is an absolute reference to the destination of the file. That is, when the job is run, the object is sent to that destination. DestinationFile returns the DiskUnmanagedDestFiles Collection, which is used to add, delete, and modify unmanaged disk files. An unmanaged disk space is a location on your hard drive. · See also SendDocument EditableRichTextFormatOptions Defines formatting options for the Editable Rich Text format. The value is constrained to constants such as AllPageExported, StartPageNumber, EndPageNumber, and so on. Example <s:complexType name="EditableRichTextFormatOptions"> <s:sequence> <s:element name="AllPageExported" type="s:boolean" minOccurs="0"/> <s:element name="StartPageNumber" type="s:int" minOccurs="0"/> <s:element name="EndPageNumber" type="s:int" minOccurs="0"/> <s:element name="PageBreakAfterEachReportPage" type="s:boolean" minOccurs="0"/> </s:sequence> </s:complexType> 62 Business Process BI Services Guide WSDL Reference BIWorkflow service 3 See also CrystalReportFormatOptions EmailAttachment Defines details for email attachments. The value is constrained to constants such as EmbeddedName and MimeType. Example <s:complexType name="EmailAttachment"> <s:sequence> <s:element name="EmbeddedName" type="s:string"/> <s:element name="MimeType" type="s:string"/> </s:sequence> </s:complexType> See also DocumentEmailOptions ExcelDataOnlyFormatOptions Defines formatting options for the Excel Data-Only Format. [. . . ] In the To field, expand the Variable, Part and Query node. 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. You may then want to send an email notification to yourself along with the URL itself, using the BPEL notification element. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE BUSINESS OBJECTS PROCESS BI

Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets...
In any way can't Lastmanuals be held responsible if the document you are looking for is not available, incomplete, in a different language than yours, or if the model or language do not match the description. Lastmanuals, for instance, does not offer a translation service.

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.

Search for a user manual

 

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

flag