Export with Business Object Enterprise 3.0 or 3.x

Hi,
This is related exporting report to .csv file format. As I posted below, we are droping to use code to handle report export format. Instead we will create kind of bulk format report file(not fancy, just data only) and export to either excel file for csv format.
Then I realized it is not standard export feature from Crystal Report Server XI R2 viewer.
If we upgrade to 3.0 or 3.x, could we get nice export format?
Does BO has any document about this??
Once I heard we can upgrade to 3.0 without additional cost.
If so, where could I get the upgrade patch. I would like to test in our test environment.
Thanks,
Sung

you cannot upgrade for free to 3.0 or 3.1 if you have XI R2. You can choose to expot to "Excel Data Only" from Report Viewer.
Edited by: Aasavari Bhave on Feb 9, 2010 11:00 AM

Similar Messages

  • Business Objects Enterprise - domain user

    As mentioned in blog at /people/ingo.hilgefort/blog/2009/07/03/businessobjects-enterprise-and-client-side-snc-part-1-of-2 the SNC interface can be used to provide SSO with Business Objects Enterprise.
    The SSO works if the Windows services are started using a domain account, because the SNC session between BO server and SAP server is initiated using these domain credentials. We have found though, after 1 week the users credentials expire (due to ticket lifetime configuration in Active Directory) so BO server needs to be restarted every week. To solve this we are aware that SAP RFC library requires an SNC_MYNAME parameter, and we have put domain credentials on BO server in a key table file. I am wondering if you know how we can configure the SNC_MYNAME parameter in the RFC connection string used by BO software ?

    Ingo,
    I am referring to client side SNC, as described in part 1 of your blog. As you know, a domain account is needed and the Windows services need to be changed to start as this domain account, instead of as system. When this change is made, and the WIndows services are started, they will request a Kerberos TGT from the domain, which has a lifetime associated with it - all domain users tickets have liftetime, determined by a domain policy. The liftetime of a TGT is normally about 8 hours.
    When an RFC request is made by one of the Windows services, and the SNC library is invoked, it will get a service ticket from domain and store in same credentials cache that holds the TGT (inside LSA on Windows). This service ticket will expire at same time as the TGT used to request it.
    If the SNC library gets a Kerberos service ticket, and the TGT has expired, but is still within the Renew Until period (normally 1 week after TGT was issued because of policy configuration) then a new TGT is issued, and the service ticket will be issued with the new TGT.
    So, from above you can see that using SNC with Kerberos, means that the tickets only last for 1 week because of domain policy configuraiton of Kerberos ticket lifetime and because of renew period for tickets issued by AD. The only way that the Kerberos tickets could be used for longer, is if:
    a) The service is restarted, thereby causing it to get a new TGT and the renew until date/time for this new TGT will be 1 week after the TGT was issued.
    b) The TGT could be issued when an RFC call is made, and this TGT cached in a separate memory cache, instead of in MS LSA cache normally used by Windows.
    Our product supports opiton b) but to make it work we need to understand how the BO software constructs the RFC connection string, and we need to add SNC_MYNAME parameter to this string. I can explain how this works in more detail if you like, but all I need is to know where the RFC parameters are stored. For example, is there an saprfc.ini file which we can edit and add the SNC_MYNAME parameter to this file ?

  • 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.

  • Business Objects Enterprise 11.5 FTP Transfer Problem

    Hello,
    Hopefully someone out there will be familiar with the issue I'm having and be able to provide a solution.
    We are running Business Objects Enterprise 11.5 on our Windows 2003 server.  I've created and scheduled a job on the server that creates an XLS file containing loan portfolio data that is to be transmitted to a third party client on a monthly basis.
    The problem centers around the method of transfer, which is via FTP to a secure site hosted by the client.  When executed through Crystal, the FTP actually does achieve a successful login using the credentials the client provided (we have verified this repeatedly by looking at the logs), but the client's server "kicks out" when we attempt any operation on it.
    A similar result was produced when we attempted to FTP to the site via the Windows command line.  The login was successful, but even a simple command to view the directory "dir" resulted in the connection being rejected.   To make a long story short, after reviewing the issue extensively with the client's technical department, our conclusion was that the problem was the result of the FTP sending in "active" mode instead of "passive".  We confirmed this by installing a freeware FileZilla on the same server, and switching between active and passive modes (active failed, passive did not).
    Their tech people recommended that we contact SAP to get answers to two questions, which I'm hoping someone out there may know:
    1)  How does Business Objects Enterprise 11.5 execute the FTP process?  Is it using its own native logic or simply invoking the command line?
    2)  Is there any setting with the console that would enable us to modify the FTP settings to send force it to send in passive mode?
    Thanks.

    Hi,
    This is a known limitation. BO only supports active mode for FTP. Refer 1782115 - Which FTP mode is supported as a schedule or publication destination for reference.
    If you are able to write a batch file or a program object to transfer a file from a file location to Client FTP, you can try the below workaround.
    1. Add the script\batch file as a program object in BO. In the script make sure you include the code to delete the instance after it is successfully transmitted through FTP.
    2. Create a File event pointing to the location along with the name of the instance.
    3. Schedule the report to the file location with the specific instance name.
    4. Schedule the program object based on the file event you created in step 2.
    Hope this helps.
    Regards
    Chinmaya

  • 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

  • Business Objects Enterprise Licensing for Crystal Reports

    I am new to Business Objects & Crystal Reports. I have recently been given the repsonsibility of supporting our BO XI R2 environment. This system is not in production yet, but initial use has shown an inability to create a crystal report.
    If I select Crystal Reports Explorer in Business Objects Enterprise Applications, I get the following error:
    "You do not have the correct keycode installed to use this option. Please contact your support office for further details."
    I informed my boss who provided me with a "Crystal Reports Explorer Windows XI R2 License CPU English" keycode.
    I entered this keycode in the License keys correctly. The license reflects "BusinessObjects Crystal Reports Explorer" but does not show any licenses - just dashes for named users, concurrent users, processors, expires...
    I still get the same error when accessing the Crystal Reports Explorer.
    Am I missing something here? Is there more that I need to do, or is there a problem with the keycode?

    Please post this query to the Business Objects Enterprise Administration forum:
    BI Platform
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • Upgrading from Crystal Enterprise 10 to Business Objects Enterprise 11

    Here's the situation:
    We decided to upgrade from Crystal Enterprise 10 on server A to Business Objects Enterprise 11 on server B. We went with the method of importing all the objects and users from Crystal Enterprise 10 to Business Objects Enterprise 11. The import also brought in all the DB connection settings that were set in Crystal Enterprise 10. I also brought over all the ODBC System DSNs so that those can be consisten with the old server.
    The problem we are having is that the reports are failing due to the connections to the database. I thought importing the database connection settings from Crystal Enterprise 10 along with bringing over the ODBC System DSNs would not make this an issue but it hasn't.
    I checked the server logs in SQL and it's telling me that it's trying to log into the server as NT AUTHORITY\ANONYMOUS LOGON. Shouldn't it try to log under whatever I define in the report's database settings or ODBC System DSNs?
    These same reports work fine in Crystal Reports and Crystal Enterprise 10.
    Edited by: Gingerbread Man on Feb 9, 2010 10:41 AM

    go into the properties of the report and verify that the Database Login values are still set.  I found that it doesn't always transfer those when doing the import.

  • Crystal Reports published on Business Objects Enterprise Server

    Hi all,
    I am having a few difficulties after i save my crystal report to the Business Objects Enterprise Server XI 3.1.
    1) for the reports with static parameters the "Crystal Reports Print Control" doesbnot work. It gets stuck and i guess cannot load the print function. Don't know what exactly causes it but i made two similar one field reports and saved them to the server. One with a dynamic parameter and the other with a static parameter.
    The report with static parameter could not be printed.
    This happens when i use the HTML viewer for crystal reports. I cannot use the activeX or Java viewers as they mess up the formatting of my Arabic reports.
    2) For some reports i get one type of parameter screen (like we get while running through the designer) while for other reports i get a different type of Parameter Entry Screen. Sometimes when i view the report first time i get the former type of parameter screen and when i refresh the report i get the later screen.
    3) Also my dynamic parameters are not showing all the values when the reports are saved to the above mentioned server. On my desktop i made the LOV registry tweak and it works fine. I did the same tweak on server registry but it is not working.
    Thanks a lot even if u read it

    Moved to BOE forum

  • Crystal Reports Server XI - A subset of Business Objects Enterprise?

    Post Author: RVM
    CA Forum: General
    I'm evaluating Crystal Reports Server XI with a view to fulfilling the reporting requirements of my Client. I've identified Crystal Reports Server XI as the ideal solution and have been looking for documentation that describes the constituents of CRS XI and the architecture of the product from a technical perspective. I haven't been able to locate an administrators guide for CRS XI similar to the one available for crystal Enterprise 10 and Business Objects Enterprise XI R2. I've read that CRS XI is a subset of Business Objects Enterprise XI and as such has the same arichitecture. COuld some please clarify what constituents of BO Enterprise XI also reside within CRS XI?
    Thanks in advance,
    RVM

    Post Author: yangster
    CA Forum: General
    It is kind of annoying that they didn't bother to create any documentation for Crystal Server XI.I've used both products and the key difference is that Crystal Server XI is limited to 20 user licenses (combination of either named or concurrent types) so if you have a very large user environment then your only choice may be BO XI.In terms of development and deployment the key difference between the 2 is that BO XI allows you to create universes.  Which in terms allows you to use the Webi functionality.  You can still use webi in Crystal Server but that's kind of pointless as the only universes you will be able to report off are sample universes.  Within Crystal Server you will still have all the functionality that exist in BO XI with the exception of the universes so you can still build business views, list of values, schedule reports, create custom calenders, etc.  So if you were to just snip out everything that deals with universes in the BO XI admin guide you'd have the Crystal Server admin guide.

  • Business Objects Enterprise XI 4.0 Report Application Server Connectivity

    Hi,
    We have Business Objects Enterprise XI 4.0 (64 bit) in Windows 7 for Report Applciation Server.
    Please advise which SDK (32 / 64 bit we have to install in RAS machine and App server)
    Thanks,
    Edited by: FebiginR on Jan 18, 2012 3:42 PM

    Hi,
    here are some answers:
    1. Well for the Installation of the Software as itself (not the databases) i would recommend at least 30 GB. All the Reports are getting stored physically in the installation directory. This behavior is by default. Later you can move the FileStore (where the Reports, Universes, etc. are located in) to a NAS share f.e.
    With Regards to the Databases i would recommend 1 GB for the CMS DB and 5 GB for the Audit DB. It depends on how you Audit your System. If you audit more actions, more information in the Audit DB will be stored.
    2. 2 Schemas on one DB is fine
    3. Usually you run a BOE installation on UNIX/LINUX under an installation user. BOE will be installed into his Home Directory.
    Regards
    -Seb.

  • Business Objects Enterprise SDK application.

    Hi All,
    I am planning to develop a custom web application using BOE 3.1 java SDK's.
    I would like to create only application level users, these users would be mapped with a single BO user account to create enterprise session.
    That means, My application "A" will have say 10 users (i.e. 10 userid and passwords). All these users will their different sets of userid's and passwords (custom application users), they can login into the application using application level credentials,  however to login into the enterprise the application will internally use only one BO user credential (i.e. only one named user acount info.)
    eg:
    user1-login -> application>logins using BO userX userid and password>BO Enterprise session created
    user2-login -> application>logins using BO userX userid and password>BO Enterprise session created
    user3-login -> application>logins using BO userX userid and password>BO Enterprise session created
    and so on.
    The idea is to purchase only one named user licence and create many application level users to login into BOE; but using the same BO user account.
    Is this approach legal in-terms of licensing?
    Would appreciate any help on this.
    Regards,
    Jon

    Hello Adam,
    Thank you very much.
    Please see the following post:
    Business Objects Enterprise 3.1 Licensing
    Tim says:
    names means you can have five users created, any amount logged on concurently (i.e the administrator could have 10 sessions, usera 20 etc no limit) But you can only create 5 different users names
    that means 1 Named user eg: 'A'  can login into the enterprise using his credentials and create any amount of enterprise sessions concurrently for self right??
    Each named user is for a specific user and not to be shared. If you were using concurrent user licensing, than this would be ok to use one enterprise user account.
    5 Concurrent linceses means one user account created in enterprise but, account info can be shared with 5 users, so they can login using same credentials and create five different enterprise sessions?? right?
    so, I can purchase one- 5 concurrent user license and share it with 5 users? OR purchase 5 named user licences and share it with 5 users?
    Either ways my understanding is number of users=number or linceses available (named or concurrent). please correct me if I am wrong.
    Now, which one is cost effective named user lincenses or concurrent?
    Awaiting your response.
    Regards,
    Jon

  • Business Objects Enterprise XI 4.0 / Linux / Oracle / Tomcat Web Server

    Hello Experts,
    I have never done a BOBJ install before and I have some questions:
    First, here is our setup: Business Objects Enterprise XI 4.0 / Linux / Oracle / Tomcat Web Server
    1.     We are being asked how big u2013 disk space- to make the server. All I can find is 14 GB for an English only install, there is no documentation on how big the databases need to be. Does anyone have any experience and can tell me how big the databases are going to be initially? I need to tell the server team how much space to put on the server.
    2.     The documentation says to have two databases or schemas, one for Central Management Server and one for the Auditing Data Store. My question around this is whether there is a preferred way to do it, separate databases or separate schemas?
    3.     The documentation does not say anything about the file system layout, do we need to create the standard SAP file system layout (i.e. /sapmnt, etc.)
    Many many thanks in advance, any advice would be a greate help .. please help
    Regards,
    Sunil Patel

    Hi,
    here are some answers:
    1. Well for the Installation of the Software as itself (not the databases) i would recommend at least 30 GB. All the Reports are getting stored physically in the installation directory. This behavior is by default. Later you can move the FileStore (where the Reports, Universes, etc. are located in) to a NAS share f.e.
    With Regards to the Databases i would recommend 1 GB for the CMS DB and 5 GB for the Audit DB. It depends on how you Audit your System. If you audit more actions, more information in the Audit DB will be stored.
    2. 2 Schemas on one DB is fine
    3. Usually you run a BOE installation on UNIX/LINUX under an installation user. BOE will be installed into his Home Directory.
    Regards
    -Seb.

  • Desktop Intelligence support in Business Object Enterprise XI 3.1 version

    Hi,
    We are using Business Object Enterprise XI 3.1 software in our product. But I heard from SAP sales person that this version of Businesss Objects doesn't Desktop Intelligence. But this version of Business Object is installing Desktop Intelligence version 12.1.0.882 and I'm able to access all the features of Desktop Intelligence.
    So please any one confirm me whether the version of Business Object Enterprise XI 3.1 software support Desktop Intelligence or not ?
    Thanks in Advance,
    Arun

    Ramu,
    Thanks for your Quick response.
    I'm having one mre doubt. As you mentioned I'm able to see the following content in page no: 3 in the document
    Products
    Desktop
     widgets for SAP BusinessObjects Enterprise XI 3.1
     SAP BusinessObjects Desktop Intelligence XI
     SAP BusinessObjects Web Intelligence Rich Client XI
     SAP BusinessObjects Enterprise XI (Win32 clients)
     SAP BusinessObjects Live Office XI (2)
     BusinessObjectsu2122 Set Architect XI
     BusinessObjectsu2122 Set Analyzer XI
     Crystal Reports 2008
     SAP BusinessObjects XI, integration option for Microsoft SharePoint software (3)
     Universe Builder BusinessObjectsu2122 Data Integrator plug-in
     Universe Builder CWM OLAP plug-in
     Universe Builder CWM Relational plug-in
     Universe Builder DB2 Cube Views plug-in
     Universe Builder DB2 Data Warehouse Center plug-in
     Universe Builder Oracle Data Warehouse plug-in
     Universe Builder Oracle OLAP plug-in
     Query as a Web Service (Win32 client) (1) (2)
    (1) Query as a Web Service is available in English only.
    (2) .Net Framework 2.0 is a necessary minimum requirement.
    (3) Refer to the Platforms support document for u201CSAP BusinessObjects XI, integration option for Microsoft SharePoint softwareu201D. Please visit SAP BusinessObjects Articles.
    Server
     SAP BusinessObjects Enterprise XI
     BusinessObjectsu2122 Performance Manager XI
     BusinessObjectsu2122 Predictive Analysis XI
     BusinessObjectsu2122 Process Analysis XI
     BusinessObjectsu2122 Set Analysis XI (server components)
     SAP BusinessObjects Voyager XI
     SAP BusinessObjects Web Intelligence XI
     BusinessObjectsu2122 Xcelsius XI (2)
     Crystal Reports 2008 (server components)
     SAP BusinessObjects Dashboard Builder XI
    Is this mean the listed products are installed along with the installation of Business Object XI 3.1 ? Please confirm it.
    Regards,
    Arun V.

  • Business Objects Enterprise XI  3.1 Compatability

    Hi,
    We are currently using Business Objects Enterprise XI  3.1 and are migrating to a new server. The new build is running Windwos server 2012 with SQL Server 2008 R2. Will BO be compatible with the new build since we want to install it on the new server and not just point all the ties to the new server.
    Thanks!

    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.

  • Business Objects Enterprise 3.1 SP2 costs??

    Hi ,
    I would like to konw the cost of Business Objects Enterprise 3.1 sp2. I want only named user licenses(1 or 2 or 5 licenses only).
    Where can I get the list of products SAP offers and their costs?
    Regards,
    jon

    Since you only need a limited number of user licenses I would recommend to take a look at BO Edge 3.1 (SP2 is available also fro BO Edge).
    Only SAP sales can provide you with pricing information. I would recommend to contact your local SAP sales office.
    Regards,
    Stratos

Maybe you are looking for

  • SQL--XI--RFC Scenario    MONI Error MAPPING" EXCEPTION_DURING_EXECUTE

    Dear All I am doing Scenario  SQLXIRFC Scenario . I am able to pick the data from sender JDBC Communication Channel . But at SXMB_MONI , i am getting this error   MAPPING">EXCEPTION_DURING_EXECUTE <SAP:Category>Application</SAP:Category>   <SAP:Code

  • Finder window too big to resize

    one of my finder windows was enlarged to the point where i can't make it smaller again. i can't move it far enough up out of the way to see the corner tab for changing size. suggestions?

  • OVS - Buttons without correct label

    Hello! After patching our J2EE-Engine from Patch 640/17 to 640/19 a colleague has a strange problem using in a WebDynpro the OVS input help. Before we patched the engine everything was fine, but now the label of the buttons in the input help are gone

  • Logbook: ThinkPad T510 running Fedora Linux

    A few days ago I bought my new shiny ThinkPad T510 (4314-7NU, i5 520M) and what I did the next hour after I turned it on the first time was I removed its Win7 and installed my beloved Fedora 14 (64-bit version). Here I'm going to share my experience

  • How to use the FM 'CS_BOM_EXPL_MAT_V2'?

    Hi, I want all the material number of the BOM. can you suggest any other FM to use or else can u explain how to use this FM or what values to pass to it?