1 2 3 9 Previous Next

BI Platform

124 Posts

The basics of SAP BusinessObject Intelligence Platform Publication in my earlier blog. This post outlines a few useful tips to consider when working with publications. I will look at three different aspects: Source documents, Dynamic recipients and publication performance.

 

Source documents

 

It is recommended to view and schedule dynamic content documents individually before you add them to a publication. Publication uses scheduling as a means of creating the personalized documents, hence ensure that you can view, refresh and schedule each publication document on its own. If you can view and schedule dynamic content documents successfully, the data source connection is working properly and the source document data can be refreshed when the publication is scheduled. If you cannot view and schedule dynamic content documents, ensure the data source connection settings are correct.

 

Use publication log files to troubleshoot errors in failed publications. When you schedule publications to run, log files are generated that record any errors that may occur when the publications are processed. To view all log files for a publication instance, click Actions > History. On the "History" page, click the instance link in the Instance Time column.

 

Try to avoid unnecessary data refreshes. If a data refresh is unnecessary for a dynamic content document, in the "Source Documents" section, clear the Refresh At Runtime check box for that document. This will improve overall publication performance. Also consider to use the best bursting mode for your publication.  For more information on bursting modes read my previous blog entry.

 

If you are using parameter-based personalization for Crystal reports, set parameters to default. Parameter-based personalization may lead to slower publication performance. It is highly recommended that you personalize Crystal report publications by mapping fields to Enterprise recipient profiles or to dynamic recipient personalization values. However, if you need to personalize Crystal reports using parameters, in the "Personalization" section, set parameters to Default.

 

Dynamic Recipients

 

In general, it is recommended that you sort dynamic recipient sources according to the recipient ID column. This is especially
important when you are running a high-volume publication or when you enable One database fetch for each batch of recipients because it can reduce the number of deliveries for recipients who have multiple personalization values.

 

For Crystal report dynamic recipient sources, ensure the database configuration information is correct. In the CMC, select the dynamic
recipient source and go to Manage > Default Settings to ensure the following:

  • In the "Database Configuration" section, the database logon information is correct and Use same database logon as when report is run is selected.
  • In the "Parameters" section, all parameters have parameter values, and all Prompt when viewing check boxes for parameters are cleared.

   

Also, if you use Crystal report dynamic recipient sources, consult your administrator to ensure the Report Application Server (RAS) is configured correctly. The RAS must be configured to read at least the same number of database records as the number of recipients in the dynamic recipient source. For instance, to process a dynamic recipient source with data for 100,000 recipients, the RAS must be set to read more than 100,000 database
records.

 

Publication Performance

 

Further I want talk about how you can improve the performance of a publication. 

 

Let’s start with the Adaptive Processing Server (APS). If both CPU and memory for the Adaptive Processing Server are heavily utilized during publication runs, then move the Adaptive Processing Server to a faster machine that has more available CPUs and SAP BusinessObjects Business Intelligence platform 4.0 SP4 or later installed. The server will automatically scale to use more CPUs. Also it is recommended to isolate the Publishing Service and the Publication Post Processing Service on dedicated Adaptive Processing Server instances and remove unused services hosted on the server. Each service will consume more shared resources (request thread pool, memory, and CPU consumption) on the Adaptive Processing Server, and publishing performance may
improve. 

 

There are a few considerations to keep in mind regarding the Publishing Service on the APS. Horizontally "scaling out“ of the Publishing Service across multiple APS instances (on one or multiple machines) will enable more publication instances to be processed concurrently. In contrast, a single publication job (for example, one with 1,000,000 recipients) is not shared across Publishing Services hosted on  different APSs and horizontally scaling out the Publishing Service will not improve processing time for a single publication, regardless of the number of recipients. For publications with many recipients, vertically scale the APS on machines that have more CPUs and RAM. This will enable the Publishing Service to concurrently process more recipients
and the APS to generate more jobs.

 

Because publishing is a disk-heavy process, use a machine with fast I/O or SAN disks for the FRS and use the publishing cleanup option for a large publication that does not need redistribution or to view artifacts in the report. To automatically clean up do not select the default destination.

 

For Crystal report publications select One database fetch for each batch of recipients if you do not need to apply unique refresh security for each recipient. Database access will be batched into multiple concurrent, smaller queries.

 

For Web Intelligence publications select One database fetch for all recipients or One database fetch per recipient. When you select One database fetch for all recipients for a large publication, to break up the database query into multiple smaller atomic queries, enter 

                -Dcom.businessobjects.publisher.scopebatch.max.recipients=<integer>

on the command line of all APSs that host the Publishing Service.

 

Last I want to mention a few tips regarding the Publishing Post Processing Service. The Publishing Post Processing Service is called when the Package as ZIP File check box and/or the Merge Exported PDF check box is selected or when custom post-processing plugins are enabled on a publication. For publications with both check boxes selected, you must create additional Publishing Post Processing Services to improve publication processing time. Also the amount of work the Publishing Post Processing Service receives is limited by how the Publishing Service is scaled. Horizontally scaling out the Publishing Post Processing Service spreads the ZIP- and PDF-merging workload across multiple Publishing Post Processing Services hosted on different Adaptive Processing Servers.

 

An interactive diagram showing the interaction of platform components when a scheduled publication of a Crystal Reports 2011 report is run, can be found in this BI tutorial.

The basics of SAP BusinessObject Intelligence Platform Publication in my earlier blog. One aspect that is often misunderstood is the different bursting modes that publication offer as part of the Advanced settings. Each bursting mode has its advantages and disadvantages. Here is an overview of the three bursting modes that are available.

    

  1. One database fetch for all recipients (single pass)
    • Fetches the data once for each report. This report bursting method uses the data source logon credentials of the publisher to refresh data. It is recommended if you want to minimize the database hits. However depending on your report it may retrieve too much data from the database at once. It is most secure if output format is a static one such as PDF. Otherwise the recipient may be able to modify the document and data associated with other recipients. (CR document would not allow this kind of modifications)
  2. One database fetch for each batch of recipients (Multi-pass)
    • This bursting mode is designed for high-volume scenarios. Here the publication is refreshed, personalized, and delivered to recipients in batches and it will hit the database once per batch. This report bursting method uses the data source logon credentials of the publisher to refresh data. WebI publications do NOT support this bursting mode.
  3. One database fetch per recipient (Multi-pass, per recipient bursting)
    • As the name indicates, this bursting mode hits the database for each of the recipients. It uses the data source logon credentials of the recipient to refresh data, if BOE recipients are used and is recommended for reports with metadata and data layer security. Use it when you want to maximize security for delivered publications. However, if all recipients have the same security settings, you will hit the database for each recipient asking for the same data, which may be a performance concern.

 

Please note that Webi publication with dynamic recipient only supports “One database fetch for all recipients” bursting mode. CR supports all bursting modes for dynamic recipients.

   

When choosing the busting mode keep your personalization scenario in mind. For example if all recipients are getting the same data (minimal personalization) then use one fetch for all recipients, however if you have a personalized data for each recipient then One database fetch per recipient may be your best option.

 

Also keep in mind that the more personalization you have, the more artifacts (personalized reports) are created on the system. You may want to ensure that these are cleaned up at some point either by instance clean up or if you’re distributing to external destination then you could deselect the “Default destination” which cleans up the publication artifacts on the BOE system.

    

If you’re running “One database fetch per recipient” and you have many recipients then ensure that you have sufficient CR or WebI scheduling resources as publication spins of a CR/WebI scheduling job for each recipient.

You can see below the four authentication modes possible in the version of SAP BusinessObjects BI 4.0 SP6 :

 

22-05-2013 11-00-17.png

 

 

In SAP BusinessObjects BI 4.1, we can see that the plateform supports single sign-on and reporting from further ERP systems in the CMC :

 

22-05-2013 11-03-34.png

 

The integration of the four following types of authentication are now integrated into the platform :

  • Oracle EBS
  • JD Edwards EnterpriseOne
  • PeopleSoft Enterprise
  • Siebel

 


You can map existing roles into BI platform accounts.

After you map roles, users are able to log on to BI platform applications with their ERP credentials.

This eliminates the need to recreate individual user and group accounts within BI platform.

This is a continuation of my blog BusinessObjects Monitoring and Housekeeping activities (http://scn.sap.com/community/bi-platform/blog/2012/10/22/businessobjects-monitoring-and-housekeeping-activities ).  Just wanted to brief what is exactly needs to be done as part of daily monitoring in high level.

 

This will be the basis template to be used for monitoring

 

Category

Activity

Action

Availability

Check for System (BO Servers) Status

Check all the BusinessObjects Servers are Active and running. Use CMC to view the server status.

Check for CMS Database Status

Check whether the CMS Repository database is up and running.

BOE Web Applications

Check if the URL and the Login credentials are working or not
http://MyBOServer:8080/BOE/CMC
http://MyBOServer:8080/BOE/BI

Check for Tomcat (WAS) Status

Check whether the Tomcat is up and running
http://MyBOServer:8080

CPU & Memory Utilization

Check for CPU & Memory utilization at Operating System level

Backup

Database

Check whether the Repository database backup is available

File repository

Check whether the File Repository server folder backup is available

Disk Space

File Repository

Check File Repository folder size growth

Backup folders

Check size growth for Installation folder, Logging Folder

                                                                                                                                

Hope this could help people who starting up the Business Objects Administration. Thanks for reading.

Launch of the document SAP BusinessObjects Release Notes; Where to find them?

The document will guide you in where to find the release notes of the SAP BusinessObjects Products.

The Release Notes are important to read when planning to Upgrade or Patch your SAP BusinessObjects deployment. It contains what fixes have been added to a patch and what know issues can potentially impact your deployment.

 

The document can be found via: SAP BusinessObjects Release Notes; Where to find them?

We're still in the middle of the ASUG hands-on pre-conference session today before SAPPHIRENOW/ASUG Annual Conference begins officially tomorrow.

 

Several pre-conference sessions are going on today, below is a brief summary of BI4.1

 

1fig.jpg

 

Photo by SAP's Atul Patel

 

The BI4.1 hands-on workshop was lead by SAP Mentor Ingo Hilgefort who provided an overview of data connectivity.  He explained that SAP's newly-named SAP Lumira does not support native BW connections.  The new name for Crystal Reports 2011 in BI4.1 is Crystal Reports 2013.


Here is another picture of a BI4.1 enhancement for Crystal for Enterprise

2fig.jpg


The above shows that the variable screen is displayed before the query panel when using Crystal Reports for Enterprise against BW.

 

3fig.jpg

 

The above shows you can use Crystal Reports for free when using it against ERP/ECC (you must be on enhancement package 5 or higher).

 

Then the exercises started.

4fig.jpg

 

 

Some Question & Answer:

 

Q: Design Studio - how do I download?

A: Two separate downloads - server add-on and client

You have to check licenses - if you are licensed for Dashboards/XCelsius you should be able to access Design Studio

Also check service.sap.com/licensekeys

 

Q: Where can I use Analysis Views?

A: On the BI Platform

 

Q: Can I install Explorer on BW on Hana?

A: There is a list of approved hardware to install this

 

Q: Can I connect Analysis Office to ECC?

A: Yes, using transient providers (enhancement pack 5)

 

Q: Without Hana, can I use Explorer against a BEx Query?

A: You can build a universe with Explorer

 

Some of the other exercises included creating BW Workspaces, importing BW Cube into Hana and then used BI4.1 Explorer against that model in Hana

 

The day is not over yet

Nadine Engler, SAP, presented this webcast to ASUG and other user groups last week on the Customer Connection for BI Platform.  You can view the recording here

 

Nadine is the preparation lead, joined by SAP BI Platform product owners Derek Wang and Saroj Parmar for this webcast.

 

The usual legal disclaimer applies that things discussed are subject to change.

 

1fig.jpg

Figure 1: Source: SAP

 

On the right of Figure 1 is the customer advisory councils.

 

Customer Engagement Initiative is for new products (middle)

 

Left is the customer connect, which is used to optimize today’s products

 

2fig.jpg

Figure 2: Source: SAP

 

Customer Connection is used for small enhancements, support packages, and is open to user groups.

 

User groups propose the focus topics.

 

It is a customer-driven program.

 

Focus run in a project approach with a clear start and finish date.

 

3fig.jpg

Figure 3: Source: SAP

 

Nadine explained that customer connect projects have a fast cycle time with a dedicated scope

 

It takes 2-3 months for the collect phase

 

Improvement requests are prioritized by subscription, which means you intend to use it in production

 

SAP will only consider improvement requests with 5 or more subscriptions

 

4fig.jpg

Figure 4: Source: SAP

 

Figure 4 provides the details on BI Platform customer connect scope.

 

Figure 4 shows what is in scope and out of scope.

 

SAP plan to deliver customer connect improvements for BI4.0 and BI4.1

 

5fig.jpg

Figure 5: Source: SAP

 

Figure 5 shows some samples improvements already in the queue for BI platform. 

 

Submitted improvement requests are shown above to help get you inspired and start subscribing to them, if you are interested.

 

Nadine said the USF User group already submitted 20+ improvement requests.

 

6fig.jpg

Figure 6: Source: SAP

 

Figure 6 shows a high-level project plan.

 

The define phase ended with focus group USF, who proposed the customer connect.

 

Kick off was conducted on 5/7 to start the collect phase.

 

Customer’s task is to submit and subscribe to improvement requests

 

SAP will ask for clarification on improvement requests.

 

Collect phase will be open for 2 months.

 

7/19 is planned for final call.  SAP will list of improvement requests and ones with more than 5 subscribers.

 

After the final call you have 1 week to enter ideas and subscribe before the workspace is closed

 

After 7/26 no more improvement requests submitted and then the select phase begins and SAP looks at qualified requests – those with more than 5 subscribers.  SAP will review ones which are feasible – important that they can be easily adopted and no side effects.

 

At the end they have a select call and SAP relays which improvements will have been accepted (October).

 

SAP will have 3-6 months of development – SAP needs customer help in providing feedback in development and testing – will contact the improvement owner and subscribers.  SAP will ask you test and validate improvements.

 

In Q1 2014 SAP will have a delivery call for when improvements are available.

 

See this blog for details on how to get started with the customer connection program, starting at Figure 6 of that blog.

 

 

Question & Answer:

Q: Do you consider ramp-up customers or is it a different case?

A: some restrictions with ramp-up but it is a different program

 

Q: Hello, what is the ''scope'' of the acceptable improvement requests? Can it cover Webi improvements?

A: This is not the case; this is the administrative part of the BI platform

 

Q: Is this for new release?

A: No improvements will be delivered with BI 4.0 and BI 4.1 in Q1.2014

 

Q: What about the existing enhancement requests which are in the roadmap for 4.0  sp6/7 and beyond?

A: Go ahead and submit improvement request

 

Keep in mind SAP has only so many resources just like your company.  Please ask for things that are important to you.


Q: How long does registration process take?

A: 1 to 2 working days after you complete registration

 

Special thanks to Nadine Engler for bringing this to ASUG, Kevin Geiger , ASUG BI volunteer, for moderating, Derek Wang and Saroj Parmar of SAP.

 

 

Join ASUG at ASUG Annual Conference (co-located with SAPPHIRE NOW) this week for these BI Platform and Strategy sessions:

 

#

Title

Date

Time

402

How to Align BI Roadmap with Business Priorities? Lessons on BI Strategy & Execution from Kelloggs

14/05/2013

12:30 p.m.

3602

Best Practices for Deploying BI4 Infrastructure & The Art and Science of Sizing and Architecting SAP BI 4 Deployments Correctly

14/05/2013

12:30 p.m.

303

Best Practices for Integrating SAP BusinessObjects BI 4.x with SAP NetWeaver Business Warehouse (BW) and SAP ERP

14/05/2013

02:00 p.m.

304

Molson Coors Shares SAP BusinessObjects Strategies, Planning, and Implementation Experience with BI4

14/05/2013

03:30 p.m.

404

BI4 Maintenance Demystified

14/05/2013

03:30 p.m.

4304

SAP BusinessObjects Mobile BI Influence Council

14/05/2013

03:30 p.m.

4404

SAP BusinessObjects Semantic Layer influence council

14/05/2013

03:30 p.m.

505

The Future of Business Intelligence at SAP BusinessObjects BI

15/05/2013

11:00 a.m.

306

How to Successfully Implement a Self Service SAP BI Strategy with Nike

15/05/2013

12:30 p.m.

507

Strategies for Selecting the Right BI Client Product

15/05/2013

01:45 p.m.

408

Avoid Paying The Virtualization Tax: Deploying Virtualized BI 4.0 The Right Way

15/05/2013

03:00 p.m.

4309

ASUG Influence: SAP Business Objects BI 4.0 Platform and Solutions

15/05/2013

04:15 p.m.

310

Demystifying Authentication and Single-Sign-On (SSO) Options in Business Intelligence

16/05/2013

11:00 a.m.

311

If You Haven't Upgraded to SAP BusinessObjects BI Platform 4.x, What Are You Waiting For?

16/05/2013

12:30 p.m.

511

Reconcile Legacy Warehouse and SAP BW on HANA - NOVA Chemicals BI Strategy

16/05/2013

12:30 p.m.

 

Meet Derek Wang at session 4309 for the ASUG BI Platform Influence Council, 5/16, 11:00 am.


Hello!

 

Here I am posting a demo of a simple Android app that I quickly developed to illustrate the simple but powerful potential that is given by the marriage of mobile app development and the recent increasing maturity of SAP BI RESTful SDKs.  In less than 500 lines of code (also think half of them were automatically generated by Eclipse/Android SDK),  this simple Andriod app has only a login screen and a listview screen to allow mobile access to BOE servers, navigate infoobject tree, and schedule reports. The code is far from any error-free, reliable, secure or state of the art designs but simply a piece of fast food with all the possibilities to evolve into a delicious meal.

 

The login screen:

LogonScreen.jpg

 

The listview screen:

 

ListviewScreen.jpg

 

Code counter:

 

BI Scheduler lines of code.jpg

 

Finally, here is the demo video:

 

TBU (To be uploaded) soon.

 

Thanks,

 

Xing Jin, Product Management, SAP Canada, xing.jin@sap.com

Supported Plarform

 

  • Mobile Server for AIX
  • Windows 8
  • Internet Explorer 10
  • Microsoft Office 2013
  • ...

 

For full details of the supported versions of SAP and related third-party software, see the SAP Product Availability Matrix BI 4.0 SP05+:

https://websmp208.sap-ag.de/~form/sapnet?_SCENARIO=01100035870000000202&_SHORTKEY=011000358700007...

 

06-05-2013 14-44-40.png

 

 

 

 

 

 

BI Application Ehancements for 4.0 SP6


Data access


New data sources - The BI platform allows you to create connections to new data sources

  • SAP Netweaver 7.31
  • IBM DB2 Client 10.1
  • ...

 

Deprecated connectivities - Existing connections to the following data sources continue to work but you cannot create new connections to them:

  • DB2 for z/OS v8, DB2 UDB v8 and DB2 v9.1
  • GreenPlum 3
  • MS Access 2003, MS Excel 2003, MS SQL Server 2005
  • Progress OpenEdge 10
  • Sybase IQ 12.7 and Sybase SQL Anywhere 10

 

 

SAP Web Intelligence RESTful web service SDK


Document Management - The following document-related functions have been updated:

  • Properties
  • Styles
  • Functions
  • Operators
  • Variables
  • Alerters
  • Change tracking
  • Attachments
  • Links

 

Document lifecycle management - New methods and options concerning the document state and creating/managing snapshots have been added.

 

Report management - The following report-related functions have been updated:

  • Export
  • List
  • Drill
  • Structure


Managing data providers - The following report-related functions have been updated:

  • Data provider details
  • Mappings
  • Moving data providers
  • Flow information
  • Query specifications

 

Document scheduling - The following methods have been updated:

  • Add a schedule
  • Delete a schedule
  • Cancel a schedule
  • Get the list of schedules
  • Get the details of a schedule

 

Refreshing documents - The following methods have been updated:

  • Get the refresh parameters
  • Refresh a document
  • Cancel the refresh of a document

 

Managing universes - You can now get the query capabilities of a universe.


This blog post presents you what's really different in SAP BI 4.1.

 

SAP BusinessObjects BI 4.1

 

What’s important about this release

 

  • First point release of SAP’s leading BI suite
  • Focus on quality and innovation
  • Core stability and capability improvements
  • New innovations
  • Enhancement requests
  • All existing XI R2 and XI3 customers can migrate to this newest platform of SAP’s BI Suite
  • New capabilities around self-service, dashboarding and mobile BI

 

All Users

 

Faster team driven decisions with shared analysis of BI content for corporate and departmental insight

 

  • Document collaboration through integration with Jam
  • Document sharing with A. Office broadcasting
  • New and enhanced SDKs to integrate with existing IT ecosystems and embrace the internet of things
  • Expanded mobile delivery and consumption capabilities for suite-wide mobile content adoption
  • Improved interoperability and usability across BI clients for a consistent experience

 

All Data

 

Unified and highly personalized data access, manipulation and sharing accelerates time from data to business value

 

  • We love Big Data! Support for Amazon EMR, Hadoop Hive, Teradata 14 and of course HANA
  • Migrate traditional database based BI to HANA based BI with auto-generated Universes
  • Oracle customers rejoice! Better BI for Oracle with support of Oracle Exadata, Oracle OLAP and Oracle Essbase
  • Pick your flavour of OLAP: MSAS, HANA, BW, Oracle Essbase, Oracle OLAP, Teradata OLAP, BPC

 

One platform

 

Better integration with BI ecosystem, combined with administration improvements for reduced TCO

 

  • Enhanced migration tools and deployment simplification facilitates frictionless upgrade from prior releases
  • Tenant-based session management for multi-tenanted platforms to be deployed for customers operating multiple entities on a single instance
  • Single Mobile BI platform for all content
  • Support of Right-to-Left (RTL) languages prevalent in Middle East and North Africa (MENA)

 

At the end, you can find below a summary of new features of SAP BusinessObjects BI 4.1 :

 

4.1.png

 

New blog posts coming soon for more details about new features of BI 4.1 !

 

Stay tuned.

bi_amsterdam.png

 

Hi, 

 

You might be interested to know that SAP’s Customer Solution Adoption organization is taking part in WISPubs’ “BI 2013” event in Amsterdam, running 11th-13th June this year.

 

I’ll be presenting a comprehensive 3-hour Upgrade and Migration session with my colleagues Romaric Sokhan and Alexandre Dussac.

 

Our session is called: A Detailed Guide to Navigating the Requirements and Challenges of an Upgrade or Migration to SAP BusinessObjects BI 4.x

 

If you’re planning an upgrade to SAP BusinessObjects BI 4.0, we’re going to outline the techniques that will become the groundwork for your success.

 

Click here to learn more about this pre-conference workshop session, and here to see the full BI 2013 conference offerings.

 

Hopefully see you there!

 

Regards,

 

Henry Banks

BI Analytics I Customer Solution Adoption (CSA)

SAP UK Ltd | www.sap.com

 

xx.png

Hi all,

 

I've seen a lot of questions about the support of Windows 8 environment and until now, no clear answer was made about compatibility between SAP BI 4.0 Client Tools and the new Windows 8.

 

Many of customers ask me on the same way : What about the compatibility of Windows 8 because we're planning to buy new tablet-pc ?

 

The answer is come : SAP released the new Service Pack SP06 with a major information such as Windows 8 Support.

 

PAM - BI 4.0 SP06.png

 

 

On the same direction, you'll find on the new Product Availibility Matrix in service.sap.com/pam that Internet Explorer 10 is now supported by SAP BusinessObjects BI 4.0 SP06.

 

According to the official roadmap, the next major release SP07 will be available in end of July 2013 followed by BI 4.1 in the end of the year.

 

Enjoy,

Hi,

 

Not sure everyone has noticed this yet, but the release notoes for XI 4.0 seems to give the wrong ADAPT description.

 

I took a snapshot of this. As you can see the description section does not give the description and the new behaviour section...well seems to give the description of the problem. I think SAP should rectify this to avoid any confusion in the future.

 

Capture.PNG

What's new in BI4 platform ,SP5 ?

 

 

Read here starting from page 81:

 

http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_whats_new_en.pdf

 

 

Regards,

Atul Divekar.

AC_Logo_black_lores.jpg

 

ASUG Annual Conference is almost two weeks away and there are several sessions to choose from.  Why consider ASUG sessions?  Well, as ASUG volunteers,  as Dennis Howlett once blogged, "we're not selling anything"  in our ASUG sessions.  It is customer-driven and ASUG volunteer-selected education.

 

Below, I highlight some of the ASUG sessions for your consideration in the ASUG BI Platform/Strategy tracks at ASUG Annual conference:

 

#TitleDateTime
402 How to Align BI Roadmap with Business Priorities? Lessons on BI Strategy & Execution from Kelloggs 14/05/201312:30 p.m.
3602 Best Practices for Deploying BI4 Infrastructure & The Art and Science of Sizing and Architecting SAP BI 4 Deployments Correctly14/05/201312:30 p.m.
303 Best Practices for Integrating SAP BusinessObjects BI 4.x with SAP NetWeaver Business Warehouse (BW) and SAP ERP14/05/201302:00 p.m.
304 Molson Coors Shares SAP BusinessObjects Strategies, Planning, and Implementation Experience with BI414/05/201303:30 p.m.
404 BI4 Maintenance Demystified14/05/201303:30 p.m.
4304 SAP BusinessObjects Mobile BI Influence Council14/05/201303:30 p.m.
4404 SAP BusinessObjects Semantic Layer influence council14/05/201303:30 p.m.
505 The Future of Business Intelligence at SAP BusinessObjects BI15/05/201311:00 a.m.
306 How to Successfully Implement a Self Service SAP BI Strategy with Nike15/05/201312:30 p.m.
507 Strategies for Selecting the Right BI Client Product15/05/201301:45 p.m.
408 Avoid Paying The Virtualization Tax: Deploying Virtualized BI 4.0 The Right Way15/05/201303:00 p.m.
4309 ASUG Influence: SAP Business Objects BI 4.0 Platform and Solutions15/05/201304:15 p.m.
310 Demystifying Authentication and Single-Sign-On (SSO) Options in Business Intelligence16/05/201311:00 a.m.
311 If You Haven't Upgraded to SAP BusinessObjects BI Platform 4.x, What Are You Waiting For?16/05/201312:30 p.m.
511 Reconcile Legacy Warehouse and SAP BW on HANA -  NOVA Chemicals BI Strategy16/05/201312:30 p.m.
314 BI Culture Eats Technology For Breakfast16/05/201304:15 p.m.

 

Some of the above sessions are lead by SAP while others are lead by ASUG customers, sharing their stories and their experiences with the products.  Why should you attend?  To hear customer stories to help you plan your BI deployment.

 

Several other ASUG sessions relating to BI/BW/Information Management and Hana are listed in this ASUG BI Brochure.

 

If you are attending the conference please consider adding the above sessions to your agenda. If you cannot attend, which sessions would be good candidates for webcasts?

 

Follow the #ASUG2013 hashtag on twitter.

Filter Blog

By author:
By date:
By tag: