Business Objects XI R2 compatibility in AIX 5.3

Hi,
Our project is migrating to a new server and will require to move the Business Objects InfoView to that server. The current server has AIX 5.2 and has the WebSphere 5.1.7 . The new server has AIX 5.3 and has the Websphere 6.1.2.2..
The problem is that we can't install the Business Objects Web Component Adapter in the new server.
Is this a compatibility issue or are we missing some tools that are required?
Thanks guys!

Hi,
Currently, we are running in an AIX 5.2, WebSphere 6.1.0.5, and JDK 1.4.
We are migrating to a new server.
Below is the error message that we are having upon running the WINSTALL.
/<servername>/bobje/DISK_1/setup/patches/patchlevel.sh: invalid patch name: unsupported
AIX: Your system is missing required components:
/<servername>/bobje/DISK_1/setup/patches/patchlevel.sh: invalid patch name: unsupported
If you continue your installation may not work correctly.
Please press Enter to continue...
Patch checking complete
This Business Objects distribution only supports AIX 5.1 and 5.2. (Error: STU 00005)
The new server is an AIX 5.3 server with WebSphere 6.1.2.2 and JDK 1.5.
Do we need to install something on our server prior installing the Web Component Adapter on an AIX 5.3 server? We are installing the WCA of Business Objects in this server which has the WebSphere 6.1.2.2 to use the Business Objects InfoView. Our Business Objects XI R2 services (CMC, PageServer, etc) are already installed on a separate server.
Let me know if there are questions.
Thanks,
Ken Leander

Similar Messages

  • Business objects XI v3 under Unix (AIX or Linux) a bad idea?

    Post Author: Ferry Harmusial
    CA Forum: Deployment
    Hello everybody,
    We are planning to upgrade to Business Objects V3 with web-clients and the platform is not yet determined.
    However, from a press release I understood that Linux support for Business Objects is relatively new (august 2005).
    It has been suggested that Business Object support for Unix in general is not as good as Windows support.
    I'm very interested to learn from your experience ....
    Kind Regards,
    Ferry H.

    Just want to add to the original question that:
    the directory (in the error stack from tomcat)
    /apps/truecomp/BOXI31/bobje/tomcat/work/Catalina/localhost  is NOT even existing on the
    AIX server which installed BO XI 3.1 SP2.
    Would really appreciate any  comments on this problem, especially from SAP support team.
    We are really stuck here.
    Thanks.

  • Problem Installing Business Objects XI 3.1 SP2 on AIX 5.3

    Hi,
    We installed Business Objects XI 3.1 first on AIX 5.3  and everything worked fine.
    Once we apply BO XI 3.1 SP2 patch (by running the install.sh script from the
    BO XI 3.1 SP2 install bits) onto the Business Objects XI 3.1instance, the following error
    [error] Errcode 1: gzip -dc "/apps/truecomp/boXI31-temp/xi31_sp2/pkg/jdk00000.tar.gz" | /bin/tar xvfb - 1  
    during the installation ( when we checked, the package "jdk00000.tar.gz" contained mostly some libraries
    that are already existing under the installed java/bin directory, the error is likely due to tar command can't
    overwrite the existing files there), and it seems that the library files in "jdk00000.tar.gz" package are same as
    the existing files under java/bin directory. So this error may not matter (just our guess).
    The real problem for us after installing BO XI 3.1 SP2 is that, the tomcat log (file name "catalina.out")  throws
    the following exception and tomcat can't start up, so we can't log onto CMC anymore.  Anyone know if this is
    a known issue or any solution or  workaround?  The frustrating thing is that, SP2 can't be uninstalled (
    it likely thinks SP2 was not installed successfully), and this whole BO XI 3.1 instance is not usable anymore,
    we have to remove the whole thing altogether (no way to remove just SP2 part).
    =============Tomcat error log from ""catalina.out" after installing BO XI 3.1 SP2============
    New org.apache.struts.action.ActionMapping
    10-07-10 17:28:19:306 - session.ManagerBase Thread [main];  IOException while saving persisted sessions: java.io.FileNotFound
    Exception: /apps/truecomp/BOXI31/bobje/tomcat/work/Catalina/localhost/BusinessProcessBI/SESSIONS.ser (A file or directory in the path name does not exist.)
    java.io.FileNotFoundException: /apps/truecomp/BOXI31/bobje/tomcat/work/Catalina/localhost/BusinessProcessBI/SESSIONS.ser (A file or directory in the path name does not exist.)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:205)
            at java.io.FileOutputStream.<init>(FileOutputStream.java:96)
            at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:488)
            at org.apache.catalina.session.StandardManager.unload(StandardManager.java:462)
            at org.apache.catalina.session.StandardManager.stop(StandardManager.java:666)
            at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4358)
            at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:892)
            at org.apache.catalina.startup.HostConfig.undeployApps(HostConfig.java:1164)
            at org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1135)
            at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:312)
            at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
            at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1054)
            at org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1066)
            at org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:447)
            at org.apache.catalina.core.StandardService.stop(StandardService.java:512)
            at org.apache.catalina.core.StandardServer.stop(StandardServer.java:743)
            at org.apache.catalina.startup.Catalina.stop(Catalina.java:601)
            at org.apache.catalina.startup.Catalina.start(Catalina.java:576)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:618)
            at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
            at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    10-07-10 17:28:19:311 - session.ManagerBase Thread [main];  Exception unloading sessions to persistent storage
    java.io.FileNotFoundException: /apps/truecomp/BOXI31/bobje/tomcat/work/Catalina/localhost/BusinessProcessBI/SESSIONS.ser (A file or d
    irectory in the path name does not exist.)
    =============================

    Just want to add to the original question that:
    the directory (in the error stack from tomcat)
    /apps/truecomp/BOXI31/bobje/tomcat/work/Catalina/localhost  is NOT even existing on the
    AIX server which installed BO XI 3.1 SP2.
    Would really appreciate any  comments on this problem, especially from SAP support team.
    We are really stuck here.
    Thanks.

  • Business Objects Software and Windows 7 Compatibility

    Does anyone know if the following software's compatible or supported in the Windows 7 environment? Also if Internet Explorer 8 will or will not be an isssue?
    Business Objects Live Office XI 3.1
    Business Objects Live Office XI 3.1 FP 1.5
    Business Objects Live Office XI 11.5

    IE 8 is already supported in IE7 compatibility mode (SP2) and full support for windows 7 (client tools as server products are never certified on desktop OS's) should be forthcoming in SP3 due around May
    Regards,
    Tim

  • Migration of SAP Business Objects BI Platform 4.1 from Windows(OS), SQL Server(DB) to AIX(OS) and Oracle(DB).

    Dear All,
    I have SAP Business Objects BI Platform 4.1  running on window servers and sql server database. We want to migrate this to  AIX and oracle.
    Can you please share what should be the best approach to carry on this migration?
    Regards,
    Asleh

    Hi Mohammed,
    Regarding your Query below is the suggestion:
    Step I: Preparing for moving BOBJ application from Windows to AIX
    There are some tasks that you need to perform:
    To configure the existing deployment
    Perform inventory and cleanup, to ensure that only the required content is moved.
    Run the Repository Diagnostic Tool to detect any inconsistencies between the File Repository and the CMS repository. The upgrade management tool will not run successfully if there are inconsistencies between the File Repository and the CMS repository.
    Identify any content that the upgrade management tool can't upgrade, along with the process required to upgrade that content. There is some content like Voyager Workspaces or Desktop Intelligence documents that require manual intervention before running the upgrade management tool.
    Back up existing repositories, including the system database and the Input and Output File Repository Servers.
    Back up custom web applications, HTML pages, and scripts in your existing deployment.
    To configure the planned BI 4.x deployment
    Setup and configure the Middleware and ODBC connections.
    Ensure that your machines meet the deployment system's requirements, you can find information about the supported platforms in the Platform Availability Matrix (PAM) http://service.sap.com/support -> Help and Support -> SAP BusinessObjects Support -> Documentation -> Supported Platform s/PARs -> SAP BusinessObjects BI 4.x
    Step II:
    You can use database backup & FRS backup (Offline) in new environment (AIX) to deploy BOBJ 4.x Version
    Take the help of DBA to move CMS & AUDIT database backup from SQL Server (Windows) to Oracle (AIX)
    Test the Universe,reports, Check the rights
    Step III:
    If you are configured any SSO then make sure that same configuration is deployed in new environment (AIX).
    Test the user SSO in new environment (AIX).
    Or
    You can also use Promotion manager to move the contenet from Windows (Business Objects Application) to UNIX (Business Objects Application)
    Only prerequisite is Business Objects Application version should be same.
    You can copy content only 50 Object at a time in One Job
    FRS Offline backup is required.
    Necessary files regarding custom web applications, HTML pages, and scripts in your existing deployment.
    Please refer the below KBA for more details
    BOBJ Deployment Link:
    http://wiki.scn.sap.com/wiki/display/BOBJ/Application+Server
    BIP on Linux with Tomcat and Sybase ASE Pattern Book
    http://wiki.scn.sap.com/wiki/display/BOBJ/BIP+on+Linux+with+Tomcat+and+Sybase+ASE+Pattern+Book
    Installing SAP BI 4.1 SP01 on Red Hat Enterprise Linux 6.x Step-by-step
    http://scn.sap.com/community/bi-platform/blog/2013/11/06/installing-sap-bi-41-sp01-on-red-hat-enterprise-linux-6x-step-by-step
    Promotion Manager KBA:
    http://wiki.scn.sap.com/wiki/display/BOBJ/BI4+Upgrade+and+Promotion+Management+KBAs
    Hope this will help!!!!
    Thanks,
    Daya

  • Business Object and Crystal Version compatibility

    Currently using a Business Object 5.1.8 with a third party vendor (McKesson) with one application and Crystal 8.5 also with that vendor with a different application.  Are they compatible to write a Crystal report pulling information from both?
    If not, what versions would we have to be on?

    Hi Linda,
    There are 2 items of interest here.
    1) The systems you are refering to... if the underlying database systems these systems use are supported, then yes, you can develop BO reports or Crystal Reports on both these systems. This is more a middleware issue and the answer is yes, you can use either tool to pull data from these systems. Yet, they would be accessable from their respective places as currently being used in your environment.
    2) This is on the topic of standardization. If you need a BI standard platform where you could use either BO, Crystal Reports or both and you want to users to access either of these types of reports from a single location, then you would need to look in the direction of Business Objects XI (release 2 or the latest release 3). This would also mean that your version of Crystal Reports will need to be upgraded to XI release 2 or CR 2008 for release 3.
    Hope this helps
    Jacques

  • Business objects xi 3.1 sp3 on solaris , is it compatable with jdk 1.6

    i installed business objects xi 3.1 sp3 on soalris and we are using apache tomcat web application server. wheni read  Supported Platform document it says business objects comes with jdk 1.5 . do we have an option such that we can point to jdk 1.6. we are having jdk 1.6 in the /usr/jdk.1.6.023. can we point our whole business objects to that jdk 1.6.
    help appreciated
    thanks

    Hi,
    i know that you can re- point the Tomcat WAS to a different JDK but i am not aware that you can point BOE to a different one.
    I would recommend you open a OSS Message with the SAP support to check if it is possible and supported.
    Regards
    -Seb.

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

  • Looking for SAP business objects technical support

    I work for Tractor supply and we have SAP, Business Objects Data integration suite.  I am trying to open a case with them for a question about AIX OSlevel compatibility with our version of DI.  But I've not been here in a long time and things have changed.  Can someone direct me to BO case management?
    thank you.

    Hi Michael
    Support can be accessed at http://support.sap.com. You will need a login to submit an incident. If you don't know what your S-user ID is please contact our customer interaction center. Their info can be found under Help> contact us on the link above.
    Hope that helps.
    Kristen

  • SAP Business Objects Analysis for Office 1.4 on Microfost Office 64-Bit Version

    Hello,
    Has anyone installed SAP Business Objects Analysis for Office 1.4 SP6 on Microsoft Office (Excel) 64-Bit Version. I am getting message "The launcher was not able to connect Analysis Add-In. Make sure that Analysis Add-In is not disabled by Office Application".
    When I activated the Analysis Add-In, I am getting below Error: "Excel experienced a serious problem with the 'analysis' add-in." and it is forcing to disable the add-in and asking to check for if any update is available. It was working fine on 32-bit Excel version.
    Thanks,
    Ram

    Hi Tammy,
    Thanks for the response. It is working fine on 32-bit Office version (with OS 64-bit). I checked the compatibility (OSS 1466118 ) and it supports Microsoft 64-bit office version. Just wanted to see if anyone had successful installation.
    Thanks,
    Ram

  • Going from Crystal XI to Crystal 2008 (Business Objects Edge).

    Hi. I currently use Crystal XI use BusinessObjects Enterprise XI Release 2 to schedule and run my (our) reports.
    I rang the customer support line and they said my questions were best tried out here in the forums.
    I currently have five licences for Crystal XI.
    I am looking at looking at going over to Crystal 2008, which comes in the Business Objects Edge, standard package.
    I had a few questions about doing this and I was hoping the community will be able to assist with.
    1. If I go ahead with Crystal 2008 will it need to totally replace my Crystal XI set up? For example could I have some of my staff using XI, and other staff members using 2008, but be able to schedule (and save) the reports centrally from my existing Business Objects Enterprise server?
    2. Or would it be simpler to roll out Crystal 2008, via the Business Objects Edge standard package, and migrate the reports from XI to 2008, and in doing so totally replace the use of Crystal XI altogether?
    - Are there compatibility issues with migrating reports designed in XI into 2008?
    - If so was the quickest solution to rebuild existing reports in 2008?
    - Is it simple to do? (say as simple as re-opening the XI reports in 2008 and clicking save?
    I appreciate any comments in advance.
    Hab.

    The 2nd option is the one officially supported by SAP.
    Regarding the XI reports stored in the XI R2 repsoitory:
    You should just install BO Edge 3.1 on a new server and migrate your XI R2 repository contents into the new installation. YOu can use the ImportWIzard for this.
    Regarding local XI reports:
    Local XI reports can be migrated by opening them using the CR Designer 2008 and just saving them back to the local filesystem.
    BTW if you run into problems with a report which was migrate it as part of the XI R2 repository you can also try to open it from the Edge 3.1 repository using the CR 2008 Designer and save it back again.
    Regards,
    Stratos

  • Java plugin for business objects not found. When trying to modify a business objects query, it says a plugin is required but none are found. What do I need to do?

    I downloaded firefox 4.0 and attempted to use business objects. A screen comes up saying that a plugin is required but when I click on the screen, it say's no plugin is found. I am using the latest version of Java but it seems that the plugin is not there.

    There is workaround.
    Enter “about:config” in the browser’s address bar.
    Search for “html5.parser.enable”.
    Double-click the row to set the value to “false” (row should also go bold to indicate change).
    There is a possibility that it may cause HTML5 compatibility issues down the road but it solved the issue.

  • Business Objects 3.1 reports are not working with IE 10.

    Hi,
    Recently I upgraded my internet explorer to IE10.. Since then business objects 3.1 reports are not opening in IE10.0
    Getting error message "webpage can't be found".
    I am not sure whether BO 3.1 reports work with IE 10.0 or not.
    Please advise
    Thanks
    Sat

    Did you try with other browsers ?
    IE 10 (Compatibility View display mode) with Oracle Java 6 / Oracle Java 7 is supported for BOXI3.1 SP6.
    Please check the PAM for details of your SP level.

  • Installing Business Objects XI R2 on the same server (LPAR) multiple times

    Greetings!
    My goal is to create "multiple" Business Objects XI R2 instances on a single AIX LPAR, so that I might have up to 8 Business Objects environments.  Each environment would be be used to promote reports through test and eventually production.  Yes, I know 8 environments is a lot, they won't necessarily be running simultaneiously.  We do want 8 environments, with 8 CMS databases all separated.
    I belive there are two possibilities:
    1.  I can create 8 separate Business Objects installs, each in their own separate directory structure, each install owned by a different user.  Each installation would use a separate set of ports statically bound to each service that needs to be accessed over a firewall (like CMS, inputFRS, outputFRS,...). 
    2.  Run a single installation of Business Objects and keep sepaarate CMS databases and repositories.   I doubt this would work as I've only been able to find configurations for clustering, in which all CMS servers use the SAME CMS database.  Is this option even possible?
    Does anybody have any similar experiences using AIX?  I have already attempted getting a second install running (option #1) but so far I've not been able to keep the second environement's CMS server running using statically-bound ports.  They will, however, run simultaneously on the second install without statically binding the ports.
    Server details:
    IBM AIX 5.3 TL-08
    Business Objects XI R2 SP4
    CMS database - IBM DB2 9.1.4
    Reporting database - IBM InfoSphere 9.5
    Server separated by clients via firewall
    Users will access Infoview, some access w/Crystal Reports XI
    Thanks for your consideration,
    Sean Boone

    Thanks for the replies everyone!
    I've gotten the two environments running but the CMC from one environment is trying to control the CMC from the other.  For example, I have added the two installations to a single machine and set them up as follows:
    boadmin - userid of "first" environment
    boadminf - userid of "second" environment
    CMS #1:  boenv:6400
    Tomcat ports:  8080, 8443, 8005 (std)
    CMS #2: boenv:5500
    Tomcat ports:  5905, 1720, 1731
    So when I login to the CMC on CMS #1 and check "Settings" I see the database alias that I expect.  When I logout and then login to the second CMS I see the same CMS database alias.  In other words, they are both using the same database.  However when I run the "cmsdbsetup.sh" command, it shows the correct alias for each environment.
    My only thought at this point might be that since the daemons were given default names I'm going to see the same "service names" even though they are controlled via a separate name server. 
    Any clues as to what might be the cause here?
    Thanks again!
    Sean Boone

  • Business Objects Reports 4.1.6 and Oracle 10g

    Hi all,
    One of our clients has an oracle forms 6i application and Business Objects Reports 4.1.6 called from forms with host command. We are going to upgrade the forms application to 10g but would it be possible to integrate this old version of BO in Oracle 10g application (and Oracle 10g DB)
    Does it exist any official spreadsheet which explains the compatibility of BO and Oracle DB?
    Thank you in advance.
    Alex

    Options
    1 upgrade the reports to 10g
    2 Implement webutil and call the reports 4.1.6 using host
    Rajesh Alex

Maybe you are looking for

  • Error in import_phase while applying addon ST-PI 2008_710

    when i am applying addon for ST-PI 2008_710 db2 databse , its strucking in import_proper phase and giving below error in sm21 Grp N Text BY 2 Database error -104 at EXE BY 0 > SQL0104N An unexpected token "LENGTH 4096" was found BY 0 > following "_L"

  • Need advice on Pages for commercially printed publications.

    Here is my situation. I have created a publication (a buy/sell classified magazine) using Pages. Pages was recommended to me as opposed to Indesign or Quark as it has some great placeholder options for text and photos and would set up nicely as an ea

  • Cant add a friend ????? Please help .

    i keep trying to add a friend and every time i add her , her screen name blinks three times and disappears ? can any one help me . She is running windows and is chatting through aim . I am on an iMac running on Leopard ( have all my updates ) and obv

  • Unlimited Faster Broadband

    I've recently been upgraded to UFB which included replacing a Hub2 with a Hub5.  According to the engineer, the Hub2 could still be used on the new circuit, as a backup in case of Hub5 failure.  However the Hub2 will not connect to the internet. 1) I

  • Help in finding s/pdif on my mobo

    Hi, i have a hp m7790y desktop pc and Im in need of help as i just got a nvidia video card that supports hdmi but when i go to my mobo to connect the 4 holes header cable to my mobo i cant find where the SPDIF-Audio output connector on my mobo is loc