Reporting of recursive tables with Business Objects 6.1

Post Author: pk7
CA Forum: Publishing
Can anyone tell us how to traverse recursive tables with Business Objects 6.1?  For example, let's say you have an Employee table with Emp_ID, Name, Manager_ID.  Like so:
Emp_ID  Name   Manager_ID
1           Jeff           4
2          Grace        3
3           Stacey      1
4           Wayne      null
The task is to report the hierarchy of employees starting with one employee (e.g. Grace) and showing who ALL of her superiors are.  Desired result would be:
Grace
      Stacey
            Jeff
                   Wayne
We have seen the expanation the seems to require the duplication of a table but we prefer not to have the same data stored in multiple tables.
Thx!

Hi Dan,
Thanks for your response. However, what I meant by client installation is exactly as what you have said below.
I start the BusinessObjects Enterprise XI 3.1 Setup, go to custom install, which shows up the following options-
Client Components
Web Tier Components
Server Components
Database Access
etc. etc.
Initially I unselected all, drilled down Client Components and just installed the Developer Components. But the code used to fail with an InvalidCast exception when we used to cast an InfoObject to a Report as following-
Report report = (Report)infoObjects[1];
This code used to work fine with earlier installations of business objects.
This happened with all 3 of us who installed just the Dev components. To get over this we installed the whole Client Components and the above problem got resolved.
And now we realize that even the whole Client Comp is not enough because it gives the casting problem while doing the destination stuff.

Similar Messages

  • Performance issue with Business Objects Java JRC API in CRXI R2 version

    A report is developed using java JRC API in CR XI release 2. When I generate the report in the designer, it took less than 5 seconds to display the results in crystal report viewer inside the designer. But in the QA environment, when I generate the same report from the application, it takes almost 1 to 1.5 minutes to display the same results in PDF. I also noticed that if the dataset contains bigger volume of data, then the reports are taking even longer almost 15 to 20 minutes.
    While generating the report from the application, I noticed that most of time is taken during the execution of the com.crystaldecisions.report.web.viewer.ReportExportControl Object method as shown in following line of code
    exportControl.processHttpRequest(request, response, context, null)
    We thought the delay in exporting the report to PDF might be the layout of the report and data conversion to PDF for such a bigger volume of data.
    Then we investigated the issue and experimented quickly to generate the same report with same result set data from the application using XML, XSL and converted the output XSL-FO to PDF using Apache FOP (Formatting Objects Processor) implementation. The time taken to export the report to PDF is less than 6 seconds. By doing this experiment, it is proved that the issue is not with conversion of data to PDF but it is the performance problem with Business Objects Java JRC API in CR XI R2.
    In this regard, I searched for the above issue in the SAP community Network Forums -> Crystal Reports and Xcelsius -> Java Development -> Crystal Reports. But I did not find any answers or solutions for this kind of issue in the forums.
    Any suggestion, hint in this matter is very much appreciated.

    Ted, The setReportAppServer problem is resolved. Now I could able to generate the report with hardcoded values in the SQLs in just 6 seconds where as the same report was generated in CRXI R2 in 1 minute 15 seconds as mentioned in the earlier message.
    But, our exisiting application passes the parameter values to the SQLs embedded in the report. For some reason the parameters are not being passed to the report and the report displays only the labels without data.
    As per the crj 12 samples codes, the code is written as shown below.
    1. Created ReportClient Document
    2. SetReportAppServer
    3. Open the report
    4. Getting DatabaseController and switching the database connection at runtime
    5. Then setting the parameters as detailed below
    ParameteFields parameterFieldController = reportClientDoc.getDataDefController().getParameterFieldController();
    parameterFieldController.setCurrentValue("", "paramname",paramvalue);
    parameterFieldController.setCurrentValue("", "paramname",paramavalue);
    byteArrayInputStream = (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF); 
    6. Streaming the report to the browser
    Why the parematers are not being passed to the report?  Do I need to follow the order of setting these parameters?  Did I miss any line of code for setting Params using  crj 12?
    Any help in this regard would be greatly appreciated.

  • Migrating Unmanaged Reports from CE 10 to Business Objects XI R2

    Hello all,
    We are in the process of migrating our report server from CE 10 to BOJ XI R2.
    I'm having issues trying to access Unmanaged Reports using a URL. In CE10 we were able to access unmanaged reports using a URL such as HTTP://<servername>/crystal/enterprise10/MyReport.rpt  
    But now in BOJ XIR2, when accessing reports using an equivalent URL such as http://<servername>/businessobjects/MyReport.rpt
    or
    http://<servername>/businessobjects/enterprise115/MyReport.rpt I get the below error
    WCA plugin error
    Message:An exception has occurred in the plugin with message:
    Failed to initialize viewrpt component, with path
    <INSTALLDIR>/bobje/enterprise115/solaris_sparc/wcs/components/libwcs_xn_reportviewer.so.
    Component may be unavailable.
    Is this approach not supported now? I know that in CE10 this approach was deprecated but still supported ( as mentioned in note "1217747 - Unmanaged URL web reporting does not work in Crystal Reports 9 (and later) " )
    Or, is there something I'm doing wrong?
    Is there a simple work around, short of hosting all the reports on the enterprise server and using any SDK.
    Thanks for your help.
    PS:  I copied libwcs_xn_reportviewer.so from CE10 to the required dir in BOJ, and tried again. This time the library error was on another library. Error keeps cascading and I stopped. I know this is not the right approach, but this tells me they must have removed/changed this feature.
    Previous Setup that works
    Crystal Enterprise 10 on Solaris 8
    Sybase 12
    Weblogic
    New Setup that I'm having issue with
    Business Objects Enterprise XI R2 on Solaris 10. Installed SP2 followed by SP5
    MySQL  ( for testing only )
    tomcat ( for testing only)
    Edited by: James selwin on Mar 17, 2009 10:32 PM
    Edited by: James selwin on Mar 17, 2009 10:34 PM
    Edited by: James selwin on Mar 17, 2009 10:34 PM

    The first thing you will want to do is to publish all of your reports to Business Objects XI and make sure they all still work. Obviously they won't have the dynamic parameters anymore but you should just ensure they all work and are able to connect to their databases. You can use a tool like the publishing wizard to help you.
    All the reports should now be available inside of XI.
    Unfortunately you will need to manually modify all of the 400 reports to use the business objects Dynamic Cascading Parameters DCP.
    There should be some DCP info in the Business Views documentation.
    I hope this helps
    Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/robhorne</a>

  • WebSphere Portal 6.1 SSO problem with Business Objects Release 3 server.

    Have anybody successfully integrated SSO between WebSphere Portal 6.1 BO portlet with Business Object release 3 server ?? If so please help. I have followed the steps in BO documentation (Portal Integration Kit for WebSphere) but when I logged on to portal I get the following error message
    Auto signon to the BusinessObjects Enterprise infrastructure at hostname  failed. Contact your reporting administrator for assistance." message

    Anybody still looking for a solution following the below guides.
    http://help.sap.com/businessobject/product_guides/boexir31SP3/en/xi31_sp3_pik_adminportlet_en.pdf
    Replace secEnterprise with secLDAP in below guide for LDAP Automatic Sign
    http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_pik_deploy_ibm_en.pdf

  • Problem connecting SAP IS-U (ECC 6.0) with Business Objects Edge 3.1

    Dear all,
    I'm trying to connect to a SAP ECC 6.0 System (SAP IS-U) with Business Objects 3.1 (for example with Crystal Reports). I have installed the SAP RFC SDK on the ECC server and have imported these transport files:
    Open SQL reporting objects
    InfoSet reporting objects
    Row Level Security Tool
    Security functions
    Cluster Definition Editor
    But CR keeps returning this error "You do not have the necessary rights to design reports against the SAP System". I've read a few threads about that problem here. I couldn't find a specific "ABAP transport" - did I miss to import anything else?
    Is there any way to check whether the transport files work as they are supposed to? Like the MDX parser connection test for SAP Business Warehouse.
    Any other suggestions?
    thanks in advance!

    Hi,
    I read about these authorization tasks in some other thread, but didn't know what to do.
    But now I found the auth. object in the transaction SU21.
    Since I cannot edit SAP_ALL I created another profile in transaction PFCG (just in case someone else is still messing with that problem) and added all activities of ZSEGREPORT ans S_RFC.
    After that I added the profile to the users in question.
    Now everything works like a charm.
    Thanks alot!

  • Integration with Business Objects

    How does XCelsius 2008 integrate with Business Objects XI R3?
    We used WeBI to generate reports. Will XCelsius be a part of WeBI or will it have a separate interface?
    Will a separate Server be required?
    Regards,
    Karthik Mohan

    Karthik,
    You usually use Webi to display very details reports. 
    Xcelsius is used for a more aggregated view of the data.
    Most often users will create their visualizations in Xcelsius (charts, maps etc.) and then use a URL button that passes parameters from their Xcelsius model (driven by the users selection) to open a more detailed report in Webi.
    Hope this helps!
    Xcelsius Gurus
    http://www.everythingxcelsius.com
    "Xcelsius Gurus share templates, tips, reviews, tricks and much more!"

  • Query for recurring reports using Query Builder in Business objects

    1. How to count webi Recurring reports using query builder in business objects? (Need Query for this)
    2. How to count Crystal Recurring reports using query builder in business objects? (Need Query for this)
    I am able to get summerized recurring reports using Query Builder.
    For Example we have 343 reports which are under recurring (This includes both Webi Reports and Crystal Reports).
    we need to get individually how many webi reports are under Recurring and Crystal reports are under Recurring.

    1. How to count webi Recurring reports using query builder in business objects? (Need Query for this)
    2. How to count Crystal Recurring reports using query builder in business objects? (Need Query for this)
    I am able to get summerized recurring reports using Query Builder.
    For Example we have 343 reports which are under recurring (This includes both Webi Reports and Crystal Reports).
    we need to get individually how many webi reports are under Recurring and Crystal reports are under Recurring.

  • OpenLDAP configuration with Business Objects

    Hello,
    i post this news thread for the LDAP configuration.
    I work with business  object 3.0 
    i Have an openldap directory .... so I made o custom configuration ...
    With this costume config i can had prefectly all of my ldap groups but not my users... !!!! Dramatic.... !!!!!!
    "The secLdap plugin failed to get the dn for the user 'nameofuser'.
    Wath is the right config for the default openldap directory... ?
    Joint Pictures ..
    thank U
    benjamin for  france : Nantes
    LDAP Server Attribute Mappings
           Object Class:      objectclass
           Static Group:      posixGroup
           Static Group Member:      
           Dynamic Group:      
           Dynamic Group Filter:      
           Group Description:      inetOrgPerson
           User Object Class:      iud
           User Name:      cn
           User Full Name:      cn
           User Email:      mail
           User Description:      title
    LDAP Default Search Attributes
           Default Group Search Attribute:      cn
           Default User Search Attribute:      cn
    Edited by: Koffi  Jean-Marie on Feb 3, 2009 10:19 AM

    Firstly Open LDAP is not officially supported as an LDAP type, due to the wide range of customisation available, it makes it difficult to configure with BO products.
    It is important to have an LDIF of a user and a group and to use this when setting LDAP attributes in the CMC. You can use "SAP Note 1253052 - LDAP Attributes Explained" to do this.
    Did you check the "New users will be created" radio Button?
    Are the group members being specified with the full DN (posixgroups will only have CN)?
    Please also review SAP Notes 1203851, 1199496, 1257758 for related solutions to your error.

  • EPM Connector with Business Objects 4.0

    Hi experts,
    Has anyone been able to install the EPM connector on BPC MS7.5 to use with Business Objects 4.0?
    The instructions in the BPC manuals all seem to refer to Business Objects XI and don't work for us. I was not able to find any updated documentation.
    Thanks
    Sabine

    Hi Sabine,
    I have found a guide on SAP BusinessObjects EPM Connector 7.5. Please find the link below. As the doc is a bit old, I think it doesn't covers BI 4.0.
    https://websmp204.sap-ag.de/~sapdownload/011000358700001297252009E/EPMConnector75_en.pdf
    You can submit this query in [SAP Idea Place|https://cw.sdn.sap.com/cw/community/ideas/businessanalytics/epm_bpc_netweaver]
    Regards,
    Raghu

  • Working of workflow with business object 2078

    Hello Every one,
    Please gimme a exact solution...Am working with workflow object with business object 2078,When defects are clicked in qa32 the entire description(like material number,material desc,lot number,batch number etc) notification should sent to workflow user and from thr it should go to lotus notes mail id.....please help me out,,,,configuration setting are properly working.

    Hello Every one,
    Please gimme a exact solution...Am working with workflow object with business object 2078,When defects are clicked in qa32 the entire description(like material number,material desc,lot number,batch number etc) notification should sent to workflow user and from thr it should go to lotus notes mail id.....please help me out,,,,configuration setting are properly working.

  • CRM customer  fact sheet with Business Objects reports

    Hi,
    We want to show business objects reports at customer fact sheet area. Is it technically possible? Do you have any ideas?
    Thanks
    Ozge

    Any ideas?

  • Issue in using BIAccelerator with Business Objects WebIntelligence report

    Hi,
    I am trying to improve performance of Webi Reports on BW queries (with huge data load) with BI Accelerator.
    When I run one BW query (with millions of records) in Bex 7, am getting data within no time when I used BIA.
    When I run Webi report on universe which is developed on same BW query, report is running for long hours and finally giving message "No data to return Query1".
    Am not sure whether my report query is hitting BIA from WebI or not .
    Can we use BIA with WebI reports or not (to increase performance)?
    Any help on this please.
    Thanks,
    Dhana.

    Hi Dhana,
    Webi - like any tool that is based on BEx queries - will use BIA. However, for Webi the data has to be passed through the MDX interface which slows things down. Please make sure you apply all notes listed in SAP note <a href="http://service.sap.com/sap/support/notes/1142664">1142664 MDX: Composite SAP note about performance improvements</a>.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Problem with Business object attributes in UWL Workitem description

    Hi All,
    I have developed a workflow which sends the workitem for two level approvals. Once the workflow is triggered workitem sent to the respective user for approval. When user opens the workitem in inbox he can see all the data which comes from the 'Z'  Business object in R/3 and he can approve the same. Everything works fine when this process happens in R/3 system.
    The problem comes when user opens this workitem in UWL or this workitem is sent to user mail ID executing  'SWN_SELSEN' report, all the attributes of the business object are displayed in the workitem description  except 2 . These are the Minimum annual salary(GRMIN) and  Maximum annual salary(GRMAX) fields from 'T510N'  table.
    Regards,
    Vaishali.
    Edited by: vaishali rautray on Dec 24, 2008 7:52 AM

    Hi Saumya,
    Thanks for the quick reply.
    For storing the Minimum and maximum annual salary values I have created two attributes in the business object which are referring to database fields. T510N is a customizing table. I could see the values for the same, if I test the Business Object or Trigger the w/f in R/3 and check the approval work item in R/3. These values disappears only in case of web interfacing i.e. If I send the same work item to outlook mail or check it in UWL.
    I had checked the same and thought if there is any problem with BO or some other processing takes place before these values are retrieved. But I wonder why this happens only if I process the work item outside R/3 system?
    Regards,
    Vaishali.

  • Problem with Business Objects Enterprice XI 3.1

    Hi dear listers
    I have installed Business Objects XI 3.1 in a Windows 2003 Advanced Server, but when I try to open or create a report appear the next message
    "HTTP Status 404 - /AnalyticalReporting/WebiView.do
    type Status report
    message /AnalyticalReporting/WebiView.do
    description The requested resource (/AnalyticalReporting/WebiView.do) is not available."
    I try to resolve this with the next post in a forum of Business Object
    Re: Redeploy war files XI 3.1?
    but the error persists
    Any idea??
    Architecture
    - Windows 2003 Advance Server
    - Business Objects XI 3.1
    - Apache Tomcat 5.5
    Thanks in advance

    the version you have appear to be XI3.1 RTM, which will not be compatible with Win2012.
    You can see what's compatible with what in the PAM (Platfroms Support guide) here :
    SAP BusinessObjects Enterprise XI - Supported Platforms
    p.s.
    please do search before posting.

  • Insert or Update data in SAP with Business Objects?

    Hi all,
    I am new to Business Objects world with my little expertise in Crystal Reports and Xclesius.
    Could you please clarify me that is there any solution or technology or Product of Business Objects which not only make impressive dashboards and analyze the data but also can communicate with back end SAP R/3 to save or update data.
    We are actually analyzing our Client requirements in which there is a need of Dashboards as well as some custom configurations that needs to be saved somewhere in the SAP system in order to make decisions in future.
    Our back end system is SAP BW. One possibility is to use Adobe Flex as a base architecture with BSP and BW but we are more concerned with what BOBJ provides.
    Looking forward for your suggestions.
    Kind Regards
    Umer Farooq

    GR81 wrote:
    I would like to know how I can insert or update data in a Google Spreadsheet from an Oracle Database please?
    Thanks,you can't since Oracle knows nothing about spreadsheets; Google or otherwise.

Maybe you are looking for

  • WIN JS CS2 Covert Spot Colours To Process

    Hi all, Any idea why this doesn't work? app.activeDocument.inks.everyItem().convertToProcess = true; I need to convert all spot inks in my swatches to process Thanks heaps Regards Norbert

  • Which is the best way for posting a large number of records?

    I have around 12000 register to commit to dababase. Which is the best way for doing it? What depends on ? Nowadays I can't commit such a large number of register..The dabatase seems hanged!!! Thanks in advance

  • System wide lag

    Hello guys, new member here. I'd like you guys to help me out with something here. I have a 13 inch, mid 2013 macbook pro with a 2.9 ghz i7, 8 gb RAM and a 750 gig HDD. My problem is every now and then there is a system wide lag which freezes pretty

  • How to search for unknown IP-adresses ?

    Hi, I bought a D-Link print server (DP-301P+) and now I can`t set it up because it`s not reachable via the browser. The default IP should be 192.168.0.10, but the browser can`t connect to it. Is there a way to find out the print servers IP ? My netwo

  • Mountain Lion Notes has no boolean search?

    Mountain Lion is an early Christmas present!  I really apprteciate the upgrade.  BUT, Notes, are a very big disappointment.  It is now at times slow as molasses, and reasonably fast at others, and that's on the Mac! It appears to be using the iOS eng