10 Tips for Optimizing the Performance of your Web Intelligence Reports. Jonathan Brown - SAP SESSION CODE: 0902

Size: px
Start display at page:

Download "10 Tips for Optimizing the Performance of your Web Intelligence Reports. Jonathan Brown - SAP SESSION CODE: 0902"

Transcription

1 10 Tips for Optimizing the Performance of your Web Intelligence Reports Jonathan Brown - SAP SESSION CODE: 0902

2 LEARNING POINTS Find out about the common issues SAP Product Support gets asked on a regular basis Design better reports from the beginning to avoid performance issues later on Discover some Best Practices that can improve performance Learn how to find the root cause of performance issues

3 RETURN ON INVESTMENT Get better throughput out of existing hardware and licensing Improve the user experience and speed up user adoption Save time and money on BI Administration and troubleshooting

4 TIPS FROM SUPPORT #1 - Tips for a FAST Running Applet Interface #2 - Steer clear of Monster Reports #3 - Utilize Report Linking #4 - Know the Architecture Differences

5 #1 Tips for a FAST Running Applet Interface

6 Webi Applet Load Performance Issues Everyone hates waiting around for an application to load. Some Java updates can wreak havoc on load time of the Webi Applet Three issues that arise a lot are covered in the next few slides: Online Certificate Revocation checks causing delays JRE Security Changes that cause issues and delays Applet comprised of over 60 JAR files, causing many security checks

7 Online Certificate Revocation Checks (1/2) Newer JRE versions automatically check for revoked certificates online! This happens for each JAR file (60+ in BI 4.0) Internet connection speed plays a major factor Can add several minutes on to load times

8 Online Certificate Revocation Checks (2/2) TIPs Use only CRLs or choose the Do not check option in the Java Control Panel Test On & Off for Timing differences Can use the Java Console to analyze Read my WIKI for more Details See KBA

9 JRE Security Changes Cause Issues Oracle has tightened up security requirements for Applets The Applet is only updated via Patches/SPs so we fell a little behind New JRE versions are released much quicker than our patches in some cases List of known issues and resolutions can be found here: Web Intelligence and Oracle JRE Known Issues

10 Reducing the # of JAR files loaded (1/2) BI 4.0 introduced a new architecture for our Webi Applet Interface Previous versions were a single JAR file ThinCadenza.jar BI 4.0 split this into 60+ individual JARs for easier development and updating JAVA security updates are not friendly to this architecture

11 Reducing the # of JAR files loaded (2/2) Upgrade to BI 4.1 SP03+ This goes back to the older architecture model and contains a single jar for the applet webiapplet.jar is the new name (webiapplet_en.jar is the resource file that accompanies) Advantage of only 1 security check, 1 cache check. Generally improves performance by a lot! NOTE: It is a 44 MB JAR file. Can take a while to load the first time

12 Other JRE Tweaks Visit my WIKI for some more JRE Client Side Tweaks: Ensuring your JRE Caching is enabled Ensuring the Java Next-Generation Plug-in is used Tests you can run to find out where the bottlenecks are for slower load times Tips for Fine Tuning Performance for the Webi Applet Interface

13 #2 Steer clear of Monster reports

14 Large documents can mean wasted time If only 10-20% of a large document is utilized, 80-90% is waste Start with the individual business need and build a document based on that need Don t try to account for all scenarios Creating smaller documents for specific business needs allows for faster runtime and analysis

15 Create smaller, reusable reports By creating smaller, reusable reports you: Reduce the time it takes to load the Document in the viewer Reduce the refresh time Reduce the system resources needed on both the client and server side Improve the performance while modifying the document

16 #3 Utilize Report Linking

17 Utilize Report Linking Instead of using HUGE documents, consider using smaller documents and linking them together! Link reports together using OpenDocument linking and a combination of Prompts and Filters Hyperlink wizard available in HTML Interface makes this really simple! This removes performance hits for unnecessary parts of the report Higher design-time costs but better performance for the end user

18 Report Linking Use Case Use Case for Report Linking: Report A is a summary report that summarizes the sales for all 100 sites of Company XYZ Report A is scheduled to run each night and take ~20 minutes to complete Users can view the latest instance of Report A which takes only a few seconds to load Users can drill down into Site data for each of the 100 sites which launches a 2 nd report that displays only the site data for the site they drilled on

19 #4 - Know the Architecture Differences

20 32-bit vs 64-bit Processing Servers (1/2) XI 3.1 and below were fully 32-bit programs BI 4.x introduces many new 64-bit servers Main advantage is increased resource allocation with 64-bit architecture No more 2GB memory limitations for Webi Processing Servers Can utilize 64-bit client drivers Changes some of the sizing recommendations

21 32-bit vs 64-bit Processing Servers (2/2) New 64-bit processes in BI 4.x Web Intelligence Processing Server Adaptive Processing Server Adaptive Job Server Connection Server (64-bit in most cases) Central Management Server (CMS) File Servers Tomcat/Application Servers (64-bit JVM support) A few 32-bit processes Connection Server (32-bit on some Windows) Web Intelligence Rich Client Universe Designer / Information Design Tool

22 Know which servers are involved! Key to identifying a bottleneck is isolating the cause of the slowdown Webi documents can utilize many servers for processing Adaptive Processing Server (DSL Bridge) Adaptive Processing Server (Adaptive Connectivity) Adaptive Processing Server (Visualization Service) Connection Server 32-bit Web Intelligence Processing Server Case and Point BI 4.x Architecture Diagram

23 Learn these Webi Workflows Interactive Diagrams are available to help you learn about the servers that are involved View a Webi document on-demand link Refresh a doc in one-tier mode link Refresh a doc in two-tier mode link Refresh a doc in three-tier mode link Refresh a doc based on multisource universe link Refresh a doc based on a dimensional universe link Run a scheduled Webi document link

24 TIPS FOR BEST PRACTICES #5 Stick to a Schedule #6 - Report Design Best Practices #7 - Semantic Layer Best Practices

25 #5 Stick to a Schedule

26 Why Use Scheduling? Scheduling allows lower user wait time when implemented correctly Allows you to offset processing to non-peak times Can help distribute load and reduce sizing requirements for concurrent users Reduces impact on Database during peak times

27 Tips on Scheduling Webi Documents Best Practice is to Schedule anything that takes over 5 minutes to refresh Allow power users to schedule reports On-Demand if needed You can use Report Linking + Scheduled Instances to strike a balance between view time and age of data Use the Cache settings to pre-cache XLS/PDF

28 #6 Report Design Best Practices

29 Limit the # Data Providers Used Best Practice from the field is to use no more than 15 Data Providers in a report Queries are run in series so runtimes stack Refresh time and merging of dimensions can cause some big delays on the Processing Server side Using a Data Warehouse to consolidate sources and ETL tools to produce better reporting sources is a better practice

30 Ensure Query Stripping is utilized Query Stripping is new to BI 4.x. Strips away unused objects from the query Can now be utilized for Relational database as well as BICs based reports (BI4.1 SP3+) Has to be turned on at the Report, Query and Universe levels BICS connections use Stripping by default

31 More on Query Stripping For Relational DBs, following parameters must be set: Allow Query Stripping option selected in Business Layer Enable Query Stripping option selected in Query Properties of the Webi Document Enable Query Stripping option select in Document Properties of the Webi Document USE_ENHANCED_QUERY_STRIPPING parameter only optimizes the SELECT and GROUP BY clauses but doesn t modify the joins and other clauses

32 Test Query Drill for Drill Down Reports Option called Use query drill in the Report Properties Modifies the underlying query when drilling. Utilizing the database instead of local data Reduces the amount of data stored locally for a drill session. Can improve performance. Best to test both modes to compare

33 Use Query Filters instead of Report Filters Query Filters modify the SQL query to restrict the data fetched and displayed Report Filters only modify the displayed data Example: A report returns a years worth of data. The consumer is only interested in January data Using a Query Filter, the WHERE clause is modified so that only January data is fetched by the query. Using a Report Filter to show only January data simply filters the data that is displayed. The full year s worth of data is still in the underlying cube

34 Limit use of Scope of Analysis Scope of Analysis is used to retrieve extra data from the database This extra data is stored in the cube for drill down requests This is great feature but has a performance impact Could utilize the Report Linking for similar results and an on-demand data fetch TIP: BI Launchpad preferences for Webi allow you to be prompted when Drilling needs more data

35 Expand to Level (a reasonable one) BEx queries accessed through BICS connectivity have an Expand-to-Level option associated to them This defines the level that is fetched by default from the BEx query APS (DSL Bridge Service) allows you to configure a default Expand to Level. Setting this too high can increase the time it takes to refresh BICS based reports with large hierarchies More info Chapter Webi User Guide

36 #7 Semantic Layer Best Practices

37 Array Fetch Size Optimization (1/2) Array Fetch Size sets the maximum number of rows with each fetch from the database Tuning this size for your environment can greatly impact performance Set at the Universe Connection level INTERNAL TESTING AFS Time Records Throughput / second / second / second Optim / second

38 Array Fetch Size Optimization (2/2) Optimized by default for new Connections DISABLE_ARRAY_FETCH_SIZE_OPTIMIZATION parameter used to disable the optimization If you wish to override the optimized values, you must set the above parameter to Yes in IDT/UDT Information Design Tool Guide (Chapter ) covers this option

39 TIPS ON FINDING ROOT CAUSE #8 - Use Advanced RCA Tools #9 - Sizing for Performance #10 - Known Performance Issues & Enhancements

40 #8 Use Advanced RCA Tools

41 What tools are available? Use Advanced diagnostic tools for finding root cause: The following tools are utilized by SAP and Customers: Wily Introscope / Solution Manager Diagnostics Process Explorer / Process Monitor End to End Traces BI RCA Resources Wiki

42 Wily Introscope / Solution Manager Wily Introscope is an application that detects and diagnoses performance problems in enterprise application environments Built into the SAP Solution Manager product Available as a stand-alone install for BI 4.x customers that do not deploy Solution Manager

43 Why Wily? Gives advanced diagnostics details for BI 4.x Custom BI 4.x modules for advanced metric Built in Dashboards for Server Overviews Wily Investigator for in-depth details Transaction Tracer for RCA and Profiling

44 Wily Transaction Tracing for Performance Transaction Tracing allows per function timing Get Started with this great blog by Toby Johnston End to End Tracing for Webi can find the bottleneck Blog post with full instructions

45 What is Process Explorer/Monitor? Windows based tools for backend administration Provides Advanced diagnostics on Processes Real-time performance and resource details Can give you answers to tough questions! Free downloads from Microsoft Process Explorer Process Monitor

46 Example of Process Explorer Output Question: Which process is using the most CPU during a slow refresh? How much memory is used?

47 Example of Process Monitor Output Question: How much network and disk traffic does a report request take? Could network or disk be a bottleneck?

48 End to End Tracing (E2E) End to End tracing is a way to create trace files ondemand Can be turned on from the client machine using the SAP Client Plugin Turns on tracing for all servers involved in a workflow automatically! Provides a unique ID that you can use to filter on just the relevant data

49 E2E Tracing for Performance Issues E2E Tracing only traces servers that used for a workflow. This reduces clutter in logs Tracing provides Duration info for functions Trace logs can be used to narrow down areas of a report that may be causing bottlenecks NOTES: E2E Tracing can cause performance issues as it is quite Disk I/O intensive. You can get more accurate profiling data from Wily Introscope

50 E2E Tracing & GLF Viewer Example Example of a Refresh that took seconds. If report takes a total of 20 seconds, we know what part is refreshing

51 E2E Tracing Resources KBA Where can I download the GLF Viewer for BI Platform 4.0 and BI Platform 4.1? KBA Customer instructions and best practice for collecting a BI Platform 4.x E2E SCN Blog Post - How to generate and consume an E2E trace with BI4.x SCN DOC How to identify long running functions from E2E Traces

52 #9 - Sizing for Performance

53 Sizing for Performance BI 4.x is not sized for performance out of the box 64-bit processing servers changes the game vs 3.1 Adaptive Processing Server is heavily utilized now Refer to Sizing Companion Guide for details

54 Sizing Things to know for Webi 64-bit Webi Processing Server means no more Memory limitations No longer need to have many WIPS processes on the same node. 1 or 2 is maximum needed Adaptive Processing Server is heavily used for some Webi workflows BICS connections utilize DSL Bridge Service UNX Universes use DSL Bridge Service Charting uses Visualization Service MSU use Data Federation Service Use System Configuration Wizard to help split the APS

55 Sizing Things to know for Webi Location can make a big difference. Ideally place your Processing Tier near your Database This is where most of the data transfer will occur Using local storage for Cache and Temp directories can improve performance Local storage is generally much faster I/O than network storage CPU Speed DOES matter! More relevant on older hardware but 1200Mhz processors, even if there are 128 cores, will process documents slower

56 BI Support Tool can help with sizing BI Support Tool gives you a detailed report on your BI environment for sizing reviews

57 Get a BPPO Service!

58 Webi BPPO Services Available New(ish) Service Available for BusinessObjects customers Stands for:business Process Performance Optimization Service Detailed analysis of business processes, environment and content (reports/universes) You Choose your most critical content and processes to be reviewed

59 What kind of stuff is checked? Server configuration and consistency Sizing of your BI Landscape Up to 5 critical reports and universes fully analyzed Database efficiency Any other specified performance or process issues identified by you! 5 day service. Usually done remotely

60 How to get a BPPO Available for Enterprise Support customers Easiest way is to contact our Customer Interaction Center (CIC) and ask for details! Visit the Services Page or contact your account rep for details on all our services

61 #10 Known Issues & Enhancements

62 Let s Face it, Software is never perfect BI 4.x has many new features New Semantic Layer (UNX Universes) BICS connectivity 64-bit processes Tons of new Webi features Development cycle starts with Can we do it? and eventually turns into Can we do it better? BI 4.x SPs and Patches contain many optimizations and bug fixes that greatly improve performance and stability

63 Webi Performance Defects to Watch For Webi crashing or extremely slow when report contains many (100s or 1000s) of variables Optimizations were made to the code to resolve ADAPT / SAP Note Fixed in: , , , , Webi reports that use UNV & 32-bit data sources run much slower in BI 4.x Unnecessary back and forth between the CS32 process and the CMS ADAPT / SAP Note Fixed in: , , , ,

64 Webi Performance Defects to Watch For Copy and Paste slower in BI 4.x vs 3.1 Optimizations were made to the code to resolve ADAPT / SAP Note Fixed in: , , , , Webi document with Drill Filters takes a long time to open in BI 4.x vs XI 3.1 Change in logic that was not optimized in BI 4.x. Optimized through code change ADAPT & ADAPT SAP Note & SAP Note Fixed in: , , , ,

65 Product Enhancements in BI 4.1 Here are some product enhancements that you can benefit from Lean Universe less fat behind the scenes Design Time Query utilization in BI 4.1 SP03+ New Universe Caching techniques for UNX universes Single JAR file for Webi Applet Interface

66 Product Enhancements in BI 4.1 Here are some MORE product enhancements that you can benefit from Query Stripping for Relational Databases System Configuration Wizard for better sizing Index Awareness for Dimensional Attributes

67 KEY LEARNING What Diagnostic tools can help find Root Cause Known issues and Product Enhancements Best Practices for Report and SL design Sizing and Configuration Tweaks Choosing the right Viewer/Designer

68 FOLLOW US Follow the ASUGNews team: Tom & Courtney For all things SAP

69 THANK YOU FOR PARTICIPATING Please provide feedback on this session by completing a short survey via the event mobile application. SESSION CODE: 0903 For ongoing education on this area of focus, visit

Crank Your BI Performance up to 11 - Sizing, Tuning & Performance Testing. Innovation Center Network, Silicon Valley Active Global Support

Crank Your BI Performance up to 11 - Sizing, Tuning & Performance Testing. Innovation Center Network, Silicon Valley Active Global Support Crank Your BI Performance up to 11 - Sizing, Tuning & Performance Testing James Rapp Jonathan Brown Innovation Center Network, Silicon Valley Active Global Support How-To Live Example Existing Patterns

More information

BICS Connectivity for Web Intelligence in SAP BI 4.0

BICS Connectivity for Web Intelligence in SAP BI 4.0 September 10-13, 2012 Orlando, Florida BICS Connectivity for Web Intelligence in SAP BI 4.0 John Mrozek Introduction Business Intelligence Consumer Services connectivity for Web Intelligence in SAP BI

More information

Tips and tricks for using SAP BusinessObjects Web Intelligence with SAP BW

Tips and tricks for using SAP BusinessObjects Web Intelligence with SAP BW Orange County Convention Center Orlando, Florida May 15-18, 2011 Tips and tricks for using SAP BusinessObjects Web Intelligence with SAP BW Deepu Sasidharan ] [ Agenda Introduction System Landscape Advanced

More information

Charl du Buisson Charl du Buisson Britehouse Specialist SAP Division

Charl du Buisson Charl du Buisson Britehouse Specialist SAP Division Business Objects 4.0 Upgrade Lessons Learned Charl du Buisson Charl du Buisson Britehouse Specialist SAP Division Agenda Our Reasons to upgrade to BOBJ 4.0 Lessons Upgrade strategy Was the Wait for Service

More information

SAP BO 4.1 COURSE CONTENT

SAP BO 4.1 COURSE CONTENT Data warehousing/dimensional modeling/ SAP BW 7.0 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.0 4. SAP BW 7.0 Cubes, DSO s,multi Providers, Infosets 5. Business

More information

BI4.x Architecture SAP CEG & GTM BI

BI4.x Architecture SAP CEG & GTM BI BI4.x Architecture SAP CEG & GTM BI Planning, deployment, configuration 2015 SAP SE or an SAP affiliate company. All rights reserved. Internal Public 2 What are the conceptual tiers in a BIPlatform? 2015

More information

Toby Johnston SAP BI Platform Support Tool 2.0 Deep-Dive Session # 2523

Toby Johnston SAP BI Platform Support Tool 2.0 Deep-Dive Session # 2523 Toby Johnston SAP BI Platform Support Tool 2.0 Deep-Dive Session # 2523 LEARNING POINTS Understand the new features, functionality, and architecture delivered in version 2.0 Learn how to setup and configure

More information

Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center

Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center Presented by: Dennis Liao Sales Engineer Zach Rea Sales Engineer January 27 th, 2015 Session 4 This Session

More information

Cognos Performance Troubleshooting

Cognos Performance Troubleshooting Cognos Performance Troubleshooting Presenters James Salmon Marketing Manager James.Salmon@budgetingsolutions.co.uk Andy Ellis Senior BI Consultant Andy.Ellis@budgetingsolutions.co.uk Want to ask a question?

More information

SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401

SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401 SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401 LEARNING POINTS Learn about Crystal Reports for HANA Glance at the road map for the product Overview of deploying

More information

SAP BO 4.1 Online Training

SAP BO 4.1 Online Training WWW.ARANICONSULTING.COM SAP BO 4.1 Online Training Arani consulting 2014 A R A N I C O N S U L T I N G, H Y D E R A B A D, I N D I A SAP BO 4.1 Training Topics In this training, attendees will learn: Data

More information

BICS Connectivity for Web Intelligence in SAP BI 4.0. John Mrozek / AGS December 01, 2011

BICS Connectivity for Web Intelligence in SAP BI 4.0. John Mrozek / AGS December 01, 2011 BICS Connectivity for Web Intelligence in SAP BI 4.0 John Mrozek / AGS December 01, 2011 Introduction Business Intelligence Consumer Services connectivity for Web Intelligence in SAP BI 4.0 This presentation

More information

SAP Business Objects BO BI 4.1

SAP Business Objects BO BI 4.1 SAP Business Objects BO BI 4.1 SAP Business Objects (a.k.a. BO, BOBJ) is an enterprise software company, specializing in business intelligence (BI). Business Objects was acquired in 2007 by German company

More information

Deep Dive Monitoring Servers using BI 4.1. Alan Mayer Solid Ground Technologies SESSION CODE: 0305

Deep Dive Monitoring Servers using BI 4.1. Alan Mayer Solid Ground Technologies SESSION CODE: 0305 Deep Dive Monitoring Servers using BI 4.1 Alan Mayer Solid Ground Technologies SESSION CODE: 0305 AGENDA Introduction Definitions and Architecture Configuration Metrics Watches and Alerts Probes Reporting

More information

SAP BusinessObjects BI. Sizing Guide

SAP BusinessObjects BI. Sizing Guide SAP BusinessObjects BI 4 Sizing Guide 20 February 2014 Contents Who should use this document?... 6 What You Need to Know... 6 Get the Latest Version of this Document... 6 Pre-Sizing Checklist... 7 Post-Sizing

More information

SQL Server Business Intelligence on HP ProLiant DL785 Server

SQL Server Business Intelligence on HP ProLiant DL785 Server SQL Server Business Intelligence on HP ProLiant DL785 Server By Ajay Goyal www.scalabilityexperts.com Mike Fitzner Hewlett Packard www.hp.com Recommendations presented in this document should be thoroughly

More information

SAP BusinessObjects BI4 Sizing What You Need to Know

SAP BusinessObjects BI4 Sizing What You Need to Know SAP BusinessObjects BI4 Sizing What You Need to Know Ian Treleaven Senior Portfolio Product Owner, BI Suite P&R, Enterprise Deployment SAP Product Group, Vancouver, Canada Session 0509 Disclaimer This

More information

Enterprise Performance Tuning: Best Practices with SQL Server 2008 Analysis Services. By Ajay Goyal Consultant Scalability Experts, Inc.

Enterprise Performance Tuning: Best Practices with SQL Server 2008 Analysis Services. By Ajay Goyal Consultant Scalability Experts, Inc. Enterprise Performance Tuning: Best Practices with SQL Server 2008 Analysis Services By Ajay Goyal Consultant Scalability Experts, Inc. June 2009 Recommendations presented in this document should be thoroughly

More information

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide An Oracle White Paper July 2011 1 Disclaimer The following is intended to outline our general product direction.

More information

SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content

SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content SAP Business Objects XIR3.0/3.1, BI 4.0 & 4.1 Course Content SAP Business Objects Web Intelligence and BI Launch Pad 4.0 Introducing Web Intelligence BI launch pad: What's new in 4.0 Customizing BI launch

More information

By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1

By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1 Integration between SAP BusinessObjects and Netweaver By Makesh Kannaiyan makesh.k@sonata-software.com 8/27/2011 1 Agenda Evolution of BO Business Intelligence suite Integration Integration after 4.0 release

More information

SAP BUSINESS OBJECTS BO BI 4.1 amron

SAP BUSINESS OBJECTS BO BI 4.1 amron 0 Training Details Course Duration: 65 hours Training + Assignments + Actual Project Based Case Studies Training Materials: All attendees will receive, Assignment after each module, Video recording of

More information

Enterprise Manager Performance Tips

Enterprise Manager Performance Tips Enterprise Manager Performance Tips + The tips below are related to common situations customers experience when their Enterprise Manager(s) are not performing consistent with performance goals. If you

More information

Crystal Reports Server 2008

Crystal Reports Server 2008 Revision Date: July 2009 Crystal Reports Server 2008 Sizing Guide Overview Crystal Reports Server system sizing involves the process of determining how many resources are required to support a given workload.

More information

Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts

Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts Data warehousing/dimensional modeling/ SAP BW 7.3 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.3 4. SAP BW 7.3 Cubes, DSO's,Multi Providers, Infosets 5. Business

More information

Application Performance Management for Enterprise Applications

Application Performance Management for Enterprise Applications Application Performance Management for Enterprise Applications White Paper from ManageEngine Web: Email: appmanager-support@manageengine.com Table of Contents 1. Introduction 2. Types of applications used

More information

September 9 11, 2013 Anaheim, California 507 Demystifying Authentication and SSO Options in Business Intelligence

September 9 11, 2013 Anaheim, California 507 Demystifying Authentication and SSO Options in Business Intelligence September 9 11, 2013 Anaheim, California 507 Demystifying Authentication and SSO Options in Business Intelligence Greg Wcislo Introduction We will not go into detailed how-to, however links to multiple

More information

Session Code*: 0310 Demystifying Authentication and SSO Options in Business Intelligence. Greg Wcislo

Session Code*: 0310 Demystifying Authentication and SSO Options in Business Intelligence. Greg Wcislo Session Code*: 0310 Demystifying Authentication and SSO Options in Business Intelligence Greg Wcislo Introduction We will not go into detailed how-to, however links to multiple how-to whitepapers will

More information

SAP BusinessObjects Business Intelligence (BOBI) 4.1

SAP BusinessObjects Business Intelligence (BOBI) 4.1 SAP BusinessObjects Business Intelligence (BOBI) 4.1 SAP BusinessObjects BI (also known as BO or BOBJ) is a suite of front-end applications that allow business users to view, sort and analyze business

More information

Agenda. SAP BusinessObjects 2012 / Slide 2 Private and Confidential

Agenda. SAP BusinessObjects 2012 / Slide 2 Private and Confidential SAP BusinessObjects 2012 / Slide 2 Private and Confidential Agenda IDD / EIM / EDGE Product Portfolio Roma Background and overview Deployment Phase 1 Deployment Phase 2 Deployment Phase 3 Next Phase -

More information

How To Upgrade Your System With Bib 4.6.1.1

How To Upgrade Your System With Bib 4.6.1.1 Best Practices and Methodologies for Upgrading SAP BusinessObjects Enterprise to SAP BusinessObjects BI 4.0 Disclaimer This presentation outlines our general product direction and should not be relied

More information

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course Overview This course provides students with the knowledge and skills to design business intelligence solutions

More information

Monitoring SAP Business Objects

Monitoring SAP Business Objects Monitoring SAP Business Objects eg Enterprise v6.0 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may

More information

System Requirements Table of contents

System Requirements Table of contents Table of contents 1 Introduction... 2 2 Knoa Agent... 2 2.1 System Requirements...2 2.2 Environment Requirements...4 3 Knoa Server Architecture...4 3.1 Knoa Server Components... 4 3.2 Server Hardware Setup...5

More information

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper October 2010

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper October 2010 Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide An Oracle White Paper October 2010 Disclaimer The following is intended to outline our general product direction.

More information

Performance Optimizing SAP BusinessObjects Reports Based upon SAP BW using BICS Connectivity

Performance Optimizing SAP BusinessObjects Reports Based upon SAP BW using BICS Connectivity Performance Optimizing SAP BusinessObjects Reports Based upon SAP BW using BICS Connectivity How to performance optimize SAP BusinessObjects reports based upon SAP BW using BICS connectivity Applies to:

More information

Tuning WebSphere Application Server ND 7.0. Royal Cyber Inc.

Tuning WebSphere Application Server ND 7.0. Royal Cyber Inc. Tuning WebSphere Application Server ND 7.0 Royal Cyber Inc. JVM related problems Application server stops responding Server crash Hung process Out of memory condition Performance degradation Check if the

More information

MAPILab Reports for Hardware and Software Inventory Installation Guide. Document version 1.0

MAPILab Reports for Hardware and Software Inventory Installation Guide. Document version 1.0 MAPILab Reports for Hardware and Software Inventory Installation Guide Document version 1.0 MAPILab Ltd., January 2010 Table of Contents Introduction... 3 1. Product architecture and general explanations...

More information

Delivering Quality in Software Performance and Scalability Testing

Delivering Quality in Software Performance and Scalability Testing Delivering Quality in Software Performance and Scalability Testing Abstract Khun Ban, Robert Scott, Kingsum Chow, and Huijun Yan Software and Services Group, Intel Corporation {khun.ban, robert.l.scott,

More information

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1 Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1 Session Code*: 0313 Greg Wcislo Disclaimer This presentation outlines our general product direction and should not be

More information

The Complete Performance Solution for Microsoft SQL Server

The Complete Performance Solution for Microsoft SQL Server The Complete Performance Solution for Microsoft SQL Server Powerful SSAS Performance Dashboard Innovative Workload and Bottleneck Profiling Capture of all Heavy MDX, XMLA and DMX Aggregation, Partition,

More information

Ingo Hilgefort. Integrating SAP. Business Objects BI with SAP NetWeaver. Bonn Boston

Ingo Hilgefort. Integrating SAP. Business Objects BI with SAP NetWeaver. Bonn Boston Ingo Hilget Integrating SAP Business Objects BI with SAP NetWeaver Bonn Boston Contents at a Glance 1 SAP Business Objects BI and SAP NetWeaver Overview... 21 2 Installation and Configuration... 39 3 Semantic

More information

Administrator s Guide

Administrator s Guide Attachment Save for Exchange Administrator s Guide document version 1.8 MAPILab, December 2015 Table of contents Intro... 3 1. Product Overview... 4 2. Product Architecture and Basic Concepts... 4 3. System

More information

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk.

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. Executive Summary Load testing can be used in a range of business scenarios to deliver numerous benefits. At its core,

More information

Online Courses. Version 9 Comprehensive Series. What's New Series

Online Courses. Version 9 Comprehensive Series. What's New Series Version 9 Comprehensive Series MicroStrategy Distribution Services Online Key Features Distribution Services for End Users Administering Subscriptions in Web Configuring Distribution Services Monitoring

More information

SQL Server 2008 Performance and Scale

SQL Server 2008 Performance and Scale SQL Server 2008 Performance and Scale White Paper Published: February 2008 Updated: July 2008 Summary: Microsoft SQL Server 2008 incorporates the tools and technologies that are necessary to implement

More information

Performance in the Infragistics WebDataGrid for Microsoft ASP.NET AJAX. Contents. Performance and User Experience... 2

Performance in the Infragistics WebDataGrid for Microsoft ASP.NET AJAX. Contents. Performance and User Experience... 2 Performance in the Infragistics WebDataGrid for Microsoft ASP.NET AJAX An Infragistics Whitepaper Contents Performance and User Experience... 2 Exceptional Performance Best Practices... 2 Testing the WebDataGrid...

More information

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06 Business Intelligence Launch Pad User Guide Table of Contents 1 Document history....7 2 Getting started

More information

MOC 10964C: Cloud and Datacenter Monitoring with System Center Operations Manager

MOC 10964C: Cloud and Datacenter Monitoring with System Center Operations Manager MOC 10964C: Cloud and Datacenter Monitoring with System Center Operations Manager Course Overview This course provides students with the knowledge and skills to deploy and configure System Center 2012

More information

Monitoring Remedy with BMC Solutions

Monitoring Remedy with BMC Solutions Monitoring Remedy with BMC Solutions Overview How does BMC Software monitor Remedy with our own solutions? The challenge is many fold with a solution like Remedy and this does not only apply to Remedy,

More information

Course duration: 45 Hrs Class duration: 1-1.5hrs

Course duration: 45 Hrs Class duration: 1-1.5hrs Course duration: 45 Hrs Class duration: 1-1.5hrs USA : +1 9099998808 India : +91-9986411022 mail : ithuntersolutions@gmail.com SAP BO 4.0 Introduction Data warehouse concepts Difference between Versions

More information

BIA and BO integration other performance management options Crystal Reports Basic: Fundamentals of Report Design

BIA and BO integration other performance management options Crystal Reports Basic: Fundamentals of Report Design SAP BO Training Content Overview System Set up and Administration SAP BO Integration Kit Installation & Configuration SAP BO integrated solution approach Server administration SAP Authorization administration

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

Getting Started with Multitenancy SAP BI 4.1

Getting Started with Multitenancy SAP BI 4.1 September 9 11, 2013 Anaheim, California Getting Started with Multitenancy SAP BI 4.1 Christina Obry, SAP Learning Points Learn how to successfully implement the SAP BusinessObjects BI platform in a multitenant

More information

PRODUCT OVERVIEW SUITE DEALS. Combine our award-winning products for complete performance monitoring and optimization, and cost effective solutions.

PRODUCT OVERVIEW SUITE DEALS. Combine our award-winning products for complete performance monitoring and optimization, and cost effective solutions. Creating innovative software to optimize computing performance PRODUCT OVERVIEW Performance Monitoring and Tuning Server Job Schedule and Alert Management SQL Query Optimization Made Easy SQL Server Index

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

Perform-Tools. Powering your performance

Perform-Tools. Powering your performance Perform-Tools Powering your performance Perform-Tools With Perform-Tools, optimizing Microsoft Dynamics products on a SQL Server platform never was this easy. They are a fully tested and supported set

More information

XpoLog Center Suite Log Management & Analysis platform

XpoLog Center Suite Log Management & Analysis platform XpoLog Center Suite Log Management & Analysis platform Summary: 1. End to End data management collects and indexes data in any format from any machine / device in the environment. 2. Logs Monitoring -

More information

Scaling out a SharePoint Farm and Configuring Network Load Balancing on the Web Servers. Steve Smith Combined Knowledge MVP SharePoint Server

Scaling out a SharePoint Farm and Configuring Network Load Balancing on the Web Servers. Steve Smith Combined Knowledge MVP SharePoint Server Scaling out a SharePoint Farm and Configuring Network Load Balancing on the Web Servers Steve Smith Combined Knowledge MVP SharePoint Server Scaling out a SharePoint Farm and Configuring Network Load Balancing

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1

Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1 Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1 Mark Rittman, Director, Rittman Mead Consulting for Collaborate 09, Florida, USA,

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 20467A: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Length: 5 Days Published: December 21, 2012 Language(s): English Audience(s): IT Professionals Overview Level: 300

More information

SolarWinds Database Performance Analyzer (DPA) or OEM?

SolarWinds Database Performance Analyzer (DPA) or OEM? SolarWinds Database Performance Analyzer (DPA) or OEM? The DBA Says the Answer Is Both! By Confio Software Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 www.confio.com Did you know 90%

More information

http://support.oracle.com/

http://support.oracle.com/ Oracle Primavera Contract Management 14.0 Sizing Guide October 2012 Legal Notices Oracle Primavera Oracle Primavera Contract Management 14.0 Sizing Guide Copyright 1997, 2012, Oracle and/or its affiliates.

More information

Contents Introduction... 5 Deployment Considerations... 9 Deployment Architectures... 11

Contents Introduction... 5 Deployment Considerations... 9 Deployment Architectures... 11 Oracle Primavera Contract Management 14.1 Sizing Guide July 2014 Contents Introduction... 5 Contract Management Database Server... 5 Requirements of the Contract Management Web and Application Servers...

More information

s@lm@n Oracle Exam 1z0-591 Oracle Business Intelligence Foundation Suite 11g Essentials Version: 6.6 [ Total Questions: 120 ]

s@lm@n Oracle Exam 1z0-591 Oracle Business Intelligence Foundation Suite 11g Essentials Version: 6.6 [ Total Questions: 120 ] s@lm@n Oracle Exam 1z0-591 Oracle Business Intelligence Foundation Suite 11g Essentials Version: 6.6 [ Total Questions: 120 ] Question No : 1 A customer would like to create a change and a % Change for

More information

BusinessObjects Enterprise InfoView User's Guide

BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

Oracle Warehouse Builder 10g

Oracle Warehouse Builder 10g Oracle Warehouse Builder 10g Architectural White paper February 2004 Table of contents INTRODUCTION... 3 OVERVIEW... 4 THE DESIGN COMPONENT... 4 THE RUNTIME COMPONENT... 5 THE DESIGN ARCHITECTURE... 6

More information

An Oracle White Paper September 2013. Advanced Java Diagnostics and Monitoring Without Performance Overhead

An Oracle White Paper September 2013. Advanced Java Diagnostics and Monitoring Without Performance Overhead An Oracle White Paper September 2013 Advanced Java Diagnostics and Monitoring Without Performance Overhead Introduction... 1 Non-Intrusive Profiling and Diagnostics... 2 JMX Console... 2 Java Flight Recorder...

More information

Module: Sharepoint Administrator

Module: Sharepoint Administrator Module: Sharepoint Administrator Mode: Classroom Duration: 40 hours This course teaches IT Professionals to design and deploy Microsoft SharePoint 2010. Course Outline: Module 1: Designing a Logical Architecture

More information

An Introduction to HIPPO V4 - the Operational Monitoring and Profiling Solution for the Informatica PowerCenter platform.

An Introduction to HIPPO V4 - the Operational Monitoring and Profiling Solution for the Informatica PowerCenter platform. An Introduction to HIPPO V4 - the Operational Monitoring and Profiling Solution for the Informatica PowerCenter platform. A Functional overview. ` Runner-Up 2012 MVP Competition Copyright Assertive Software

More information

Windows Server 2012 Server Manager

Windows Server 2012 Server Manager Windows Server 2012 Server Manager Introduction: Prior to release of Server Manager in Windows Server 2008, Enterprise solution was to use different third party vendors which includes CA, HP utilities

More information

Server Manager Performance Monitor. Server Manager Diagnostics Page. . Information. . Audit Success. . Audit Failure

Server Manager Performance Monitor. Server Manager Diagnostics Page. . Information. . Audit Success. . Audit Failure Server Manager Diagnostics Page 653. Information. Audit Success. Audit Failure The view shows the total number of events in the last hour, 24 hours, 7 days, and the total. Each of these nodes can be expanded

More information

SAP BusinessObjects Business Intelligence Suite Document Version: 4.1 Support Package 3-2014-05-07. Patch 3.x Update Guide

SAP BusinessObjects Business Intelligence Suite Document Version: 4.1 Support Package 3-2014-05-07. Patch 3.x Update Guide SAP BusinessObjects Business Intelligence Suite Document Version: 4.1 Support Package 3-2014-05-07 Table of Contents 1 Document History....3 2 Introduction....4 2.1 About this Document....4 2.1.1 Constraints....4

More information

Tableau Server Scalability Explained

Tableau Server Scalability Explained Tableau Server Scalability Explained Author: Neelesh Kamkolkar Tableau Software July 2013 p2 Executive Summary In March 2013, we ran scalability tests to understand the scalability of Tableau 8.0. We wanted

More information

Administrator s Guide

Administrator s Guide MAPILab Disclaimers for Exchange Administrator s Guide document version 1.8 MAPILab, December 2015 Table of contents Intro... 3 1. Product Overview... 4 2. Product Architecture and Basic Concepts... 4

More information

Transaction Monitoring Version 8.1.3 for AIX, Linux, and Windows. Reference IBM

Transaction Monitoring Version 8.1.3 for AIX, Linux, and Windows. Reference IBM Transaction Monitoring Version 8.1.3 for AIX, Linux, and Windows Reference IBM Note Before using this information and the product it supports, read the information in Notices. This edition applies to V8.1.3

More information

SQL Server 2012 Performance White Paper

SQL Server 2012 Performance White Paper Published: April 2012 Applies to: SQL Server 2012 Copyright The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication.

More information

Scalability and Performance Report - Analyzer 2007

Scalability and Performance Report - Analyzer 2007 - Analyzer 2007 Executive Summary Strategy Companion s Analyzer 2007 is enterprise Business Intelligence (BI) software that is designed and engineered to scale to the requirements of large global deployments.

More information

Business Objects Online training Contents SAP BUSINESS OBJECTS 4.0/XI 3.1. We provide online instructor led Business Objects Training.

Business Objects Online training Contents SAP BUSINESS OBJECTS 4.0/XI 3.1. We provide online instructor led Business Objects Training. Business Objects Online training Contents SAP BUSINESS OBJECTS 4.0/XI 3.1 We provide online instructor led Business Objects Training. BUSINESS OBJECTS XI 3.1 TRAINING CONTENT: Oracle (Basics) Universe

More information

Upgrading Client Security and Policy Manager in 4 easy steps

Upgrading Client Security and Policy Manager in 4 easy steps Page 1 of 13 F-Secure White Paper Upgrading Client Security and Policy Manager in 4 easy steps Purpose This white paper describes how to easily upgrade your existing environment running Client Security

More information

An Architectural Review Of Integrating MicroStrategy With SAP BW

An Architectural Review Of Integrating MicroStrategy With SAP BW An Architectural Review Of Integrating MicroStrategy With SAP BW Manish Jindal MicroStrategy Principal HCL Objectives To understand how MicroStrategy integrates with SAP BW Discuss various Design Options

More information

MONITORING A WEBCENTER CONTENT DEPLOYMENT WITH ENTERPRISE MANAGER

MONITORING A WEBCENTER CONTENT DEPLOYMENT WITH ENTERPRISE MANAGER MONITORING A WEBCENTER CONTENT DEPLOYMENT WITH ENTERPRISE MANAGER Andrew Bennett, TEAM Informatics, Inc. Why We Monitor During any software implementation there comes a time where a question is raised

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

Delivering Personalized and Secure Business Intelligence

Delivering Personalized and Secure Business Intelligence September 10-13, 2012 Orlando, Florida Delivering Personalized and Secure Business Intelligence Using the SAP BusinessObjects Business Intelligence 4.0 InformaAon Design Tool Session 1213 Breakout DescripAon

More information

BusinessObjects Enterprise XI Release 2 Administrator s Guide

BusinessObjects Enterprise XI Release 2 Administrator s Guide BusinessObjects Enterprise XI Release 2 Administrator s Guide BusinessObjects Enterprise XI Release 2 1 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

Response Time Analysis

Response Time Analysis Response Time Analysis A Pragmatic Approach for Tuning and Optimizing SQL Server Performance By Dean Richards Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 866.CONFIO.1 www.confio.com

More information

SA S P A BO B BJ B 4. 4 1. COURSE CONTENT 2015

SA S P A BO B BJ B 4. 4 1. COURSE CONTENT 2015 SAP BOBJ 4.1 COURSE CONTENT 2015 SAP Business Objects 4.1 Course Content SAP BI Launch Pad 4.1 SAP Business Objects Web Intelligence Web-Intelligence Rich Client (Desktop based tool) SAP Business Objects

More information

Microsoft SQL Server Installation Guide

Microsoft SQL Server Installation Guide Microsoft SQL Server Installation Guide Version 3.0 For SQL Server 2014 Developer & 2012 Express October 2014 Copyright 2010 2014 Robert Schudy, Warren Mansur and Jack Polnar Permission granted for any

More information

Accelerate Testing Cycles With Collaborative Performance Testing

Accelerate Testing Cycles With Collaborative Performance Testing Accelerate Testing Cycles With Collaborative Performance Testing Sachin Dhamdhere 2005 Empirix, Inc. Agenda Introduction Tools Don t Collaborate Typical vs. Collaborative Test Execution Some Collaborative

More information

Analyzing IBM i Performance Metrics

Analyzing IBM i Performance Metrics WHITE PAPER Analyzing IBM i Performance Metrics The IBM i operating system is very good at supplying system administrators with built-in tools for security, database management, auditing, and journaling.

More information

www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: =======================

www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: ======================= www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: ======================= Now Business Objects is part of SAP. SAP bought BO Types of data and

More information

Exploring the Synergistic Relationships Between BPC, BW and HANA

Exploring the Synergistic Relationships Between BPC, BW and HANA September 9 11, 2013 Anaheim, California Exploring the Synergistic Relationships Between, BW and HANA Sheldon Edelstein SAP Database and Solution Management Learning Points SAP Business Planning and Consolidation

More information

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Citrix EdgeSight User s Guide Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance

More information

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24 Data Federation Administration Tool Guide Content 1 What's new in the.... 5 2 Introduction to administration

More information

Frequently Asked Questions

Frequently Asked Questions Table of contents 1. Agent Technology...3 1.1. Has the Knoa agent been tested with standard set of services on the PC?... 3 1.2. Do users need to do anything to activate the Agent?...3 1.3. Does the Knoa

More information

MAGENTO HOSTING Progressive Server Performance Improvements

MAGENTO HOSTING Progressive Server Performance Improvements MAGENTO HOSTING Progressive Server Performance Improvements Simple Helix, LLC 4092 Memorial Parkway Ste 202 Huntsville, AL 35802 sales@simplehelix.com 1.866.963.0424 www.simplehelix.com 2 Table of Contents

More information

Mobile Application Performance

Mobile Application Performance Mobile Application Performance Tips & Tricks to Significantly Boost App Performance Ray Bennett Director, Microstrategy - Mobile Service Line 11km/s (7mps) Escape Velocity Performance Definition What is

More information

SAP BO Course Details

SAP BO Course Details SAP BO Course Details By Besant Technologies Course Name Category Venue SAP BO SAP Besant Technologies No.24, Nagendra Nagar, Velachery Main Road, Address Velachery, Chennai 600 042 Landmark Opposite to

More information