Pre requisites to install BI support package 18

Hi,
We have nw 2004s system.
I would like to know how do we check the pre requisites to install BI support package 18 .
Regards,
Rakesh

Do I have to check under SAP support packages->SAP support package stacks-->SAP netweaver   ??
Thanks,
Rakesh

Similar Messages

  • Pre Requisites to install bex7

    Hi Experts
    Can any body tell wat are Pre Requisites to install bex 7
    its verry urgent.
    can any body tell the sap notes.
    Regards
    Anand

    If it's Sapgui 7.10 you're going to use, you should also check OSS-note 1121263 (contains an MS Office bugfix).
    .NET framework 2.0 is also required in that case.

  • Swap Space error in pre requisite check of NWDS2004(Support Pack18)install

    Hi,
    Trying to install NWDI SP 18 (SAP Netweaver Developer Workplace ) trial version on my machine with Windows XP.
    The installation (after installing J2EE Engine + MaxDB + NWDS 2004 etc), it has thrown some error regarding page size.
    So when we check the pre requisites for the installation of the software, it is giving the below error that the swap size needs to be increased.
    ==============================================
    Condition:- Swap Size
    Result Code:- Condition not met
    Severity:- HIGH
    Message:- For the selected services atleast 7135 MB swap space recommeneded.Current value 3921 MB(updated 2005-06-24)
    =============================================
    Please anybody let me know if there is a way to increase the swap size and fix the issue at the earliest.

    Hi Gandhi,
    Right click my on computer ->Select Properties -> Click Advanced Tab ->Click Settings (performance) -> Select Advanced Tab -> In virtual memory -> Change ; You canIncrease swap space/page file here.
    regards
    Juan
    Please reward with points if helpful

  • Pre requisites for installing SAP Router

    Hi Friends,
    As i am going through the implementation phase, I have to install sap router which i am new at. Also i am doing it because i have to connect Maintenance Optimizer to Sap service Market place for which Router would be essentially required.
    I have some questions to put forth.
    1. what are the pre requisites for SAP Router
    2. Do we require Public IP and what would be the use of this ip
    3. how to configure the SAP Router
    4. Can i install the SAP router on the same host on which we have Solution manager, is it advisable. or we should go for a seperate host.
    Regards
    Aayush

    Installing the sapcrypto library and starting the SAProuter
    Contents
    u2022     Downloading necessary software components from SAP Service Marketplace
    u2022     Creating the certificate request
    u2022     Additional actions necessary before you can start saprouter
    This section describes the necessary steps to download and install the sapcrypto library for use with saprouter. The saprouter must be started with the options described later in this section.
    The license for the sapcrypto library covers  saprouter connections between saprouters at SAP and the first saprouter on customer sites and backend connections within the customer`s network. For all other purposes the library CANNOT be used!
    Downloading necessary software components from SAP Service Marketplace
    1.     Login to the SAP Service Marketplace with the Service Marketplace USERID which is assigned to your installation.
    2.     Change to the alias SAPROUTER-SNCADD. Before you can download the software components two preconditions must be met.
         a.     You must have been allowed to download the software. This authorization is added as soon as SAP has received a positive statement from the "Bundesausfuhramt". This procedure is necessary since the software falls under EU regulations.
         b.     For more information on how to obtain authorization if download is not possible see note 397175.
         c.     You must accept that you must follow the regulations imposed by the EU on the use and distribution of the cryptographic software components downloaded from the SAP Service Marketplace.
    3.     The acceptance of the terms and conditions is logged with your USERID and stored for reporting purposes to the "Bundesausfuhramt".
    4.     Accepting with the button on the web-based form takes you to the folder where you can download the Software components.
    These are packed into a single CAR file sapcrypto.car
    5.     Copy the file to the direcory where the saprouter executable is located
    6.     You can get the file car.exe/sapcar.exe, which is necessary to unpack the archive from any Installation Kernel CD.
    Executing the command car -xvf SAPCRYPTO.CAR will unpack the following files:
    [lib]sapcrypto.[dll|so|sl]
    sapgenpse[.exe]
    ticket
    Creating the certificate request
    1.     As user <snc>adm set the environment variables
    SECUDIR = <directory_of_saprouter>
    2.     Change to the Shortlink SAPROUTER-SNCADD. From the list of SAProuters registered to your installation, choose the relevant "Distinguished Name"
    3.     Generate the certificate Request with the command
    sapgenpse get_pse -v -r certreq -p local.pse "<Your Distinguished Name>"
    4.     Alternatively use the two commands:
    sapgenpse get_pse -v -noreq -p local.pse "<Your Distinguished Name>"
    sapgenpse get_pse -v -onlyreq -r certreq -p local.pse
    5.     Display the output file "certreq" and with copy&paste insert the certificate request into the text area of the same form on the SAP Service Marketplace from which you copied the Distinguished Name
    6.     In response you will receive the certificate signed by the CA in the Service Marketplace, cut&paste the text to a local file named srcert
    7.     With this in turn you can install the certificate in your saprouter by calling
    sapgenpse import_own_cert -c srcert -p local.pse
    8.     now you will have to create the credentials for the SAProuter with the same program (if you omit -O <user>, the credentials are created for the logged in user account)
    sapgenpse seclogin -p local.pse -O <user_for _saprouter>
    9.     This will create a file called cred_v2 in the same directory.
    For increased security please check that the file can only be accessed by the user running the SAProuter.
    Do not allow any other access (not even from the same group)!
    On UNIX this will mean permissions being set to 600 or even 400!
    On NT check that the permissions are granted only to the user the service is running as!
    1.     Check if the certificate has been imported correctly
    sapgenpse get_my_name -v -n Issuer
    The name of the Issuer should be: CN=SAProuter CA, OU=SAProuter, O=SAP, C=DE
    2.     If this is not the case, delete the files cred_v2, local.pse and start over at Item 4.  If the output still does not match please open a customer message in component XX-SER-NET-OSS stating the actions you have taken so far and the output of the commands
    4.,7.,8. and 10.
    Additional actions necessary before you can start saprouter
    1.     The environment variable SNC_LIB needs to be set for the user account SAProuter is running under.
    SNC_LIB has the form
    UNIX      <path_to_libsecude>/<name_of_sapcrypto_library>
    Windows NT, Windows 2000     <drive>:\<path_to_libsecude>\<name_of_sapcrypto_library>
    2.     Check if the environment of the user running saprouter contains the environment variable SNC_LIB
    UNIX     printenv
    Windows NT     System environment variable
    3.     start the saprouter with the following command line:
    saprouter -r -S <port> -K "p:<Your Distingushed Name>"
    -K tells the saprouter to start with loading the SNC library
    the corresponding file ./saprouttab should contain at least the following entries
    inbound connections MUST use SNC
    KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" <your_server1> <port_number>
    repeat this for the servers and port_numbers you will need to allow,
    please make sure that all explicit ports are inserted in front of a
    generic entry '*' for port_number
    outbound connections to <sapservX> will use SNC
    KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" <sapservX> <sapservX_inbound_port>
    permission entries to check if connection is allowed at all
    P <IP address of a local host> <IP address of sapserv2>
    all other connections will be denied
    D  * * *
    Example
    For a SNC encrypted connection to the SAPRouter on sapserv2 (194.39.131.34), the saprouttab should contain the following entries:
    SNC-connection from and to SAP
    KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
    SNC-connection from SAP to local R/3-System for Support
    KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" <R/3-Server> <R/3-Instance>
    SNC-connection from SAP to local R/3-System for NetMeeting, if it is needed
    KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" <R/3-Server> 1503
    SNC-connection from SAP to local R/3-System for saptelnet, if it is needed
    KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" <R/3-Server> 23
    Access from the local Network to SAPNet - R/3 Frontend (OSS)
    P <IP-addess of a local PC> 194.39.131.34 3299
    deny all other connections
    D * * *
    Lalit Kumar

  • Installing Addon Support package (ST-A/PI)

    Hello,
    Our Earlywatch report is shouting about needing to upgrade ST-A/PI.
    So I've used Maintenance Optimizer to download the package, placed it in EPS/in and un-carred the file.
    Then I've then gone to SPAM and tried "Support Package > Load Package > from Application Server"
    I've then gone to Display/Define and select component ST-A/PI with the following results:
    "No Support Package found for this selection"
    I have then tried to Upload from Front End instead of Application Server, with the same results.
    I've raised a call with SAP but as usual it's now been 4 days without so much as a change in status so I'm hoping someone on here may have an idea.
    Many thanks.

    Ok guys, thanks for the replies.  I haven't given you enough information.
    Let me try fill in some gaps.
    The result after I selected Load from App Server is to show me the .PAT file and tell me in the message text that:  "OCS file already exists in Inbox.  Upload not required"
    However, if I select "Display" when "New Support Packages" is selected in SPAM, I see nothing with a note at the bottom stating "No OCS Packages found for this selection"
    Maintenance Optimizer seemed to want me to select components I did not want to patch. I had a total of 110 files added to my download basket to download the one file I needed!
    That file was titled "Servicetools for other App./Netweaver 04s"
    I've already installed the ST-A/PI addon using SAINT.  This recommendation is to install Support Package SP02 for ST-A/PI.
    The recommendation also appears if I run RTCCTOOL in SA38 as well.
    I definitely have the correct permissions to run this and, for the record, I have both the .SAR file and the "uncarred version" sat in EPS/in.
    Thanks again.

  • Pre-requisites for installing Oracle 10gR3 on RedHat Linux

    Hi All,
    I am installing oracle 10g Lite R3 on RH Linux AS3.0. I am trying to find out the pre-requisites for the installation. I do not find the certification matrix on metalink.
    Could someone please let me know where I can find this info?
    Thanks,
    Madhan

    http://download.oracle.com/docs/cd/B28928_01/doc/server.103/b28924/preinstall.htm#CBHGJHCF
    HTH

  • Language install and Support Packages

    We have installed some new languages in our system and are now re-applying the support packages as required.
    In SMLT when re-importing the support packages, a pop-up box with the option to 'Overwrite' or 'Do Not Overwrite' repaired texts comes up.  We are debating the pros and cons of these options.  There is no list telling us specifically which texts have been repaired so that we can evaluate (ie, a SPAU list).
    Does anyone have feedback on which is the preferable option?

    HI,
    I am facing the same problem and I tried restarting the import.
    But the same error occurs again.
    Please find the error below:
    Error when importing language data
    tp message:
    A tool used by tp broke down
    The tp program was called as follows:
    POSTLANGUAGEIMPORT
    SAPK-603DFINSAPAPPL
    Q18
    U6
    pf=/usr/sap/trans.Q18/bin/TP_DOMAIN_M36.PFL
    -Dpostlanguageimportvector='V'
    -Dctc=0
    -Dclientcascade=yes
    -Dtransdir=/usr/sap/trans.Q18
    tp output:
    This is tp version 380.07.32 (release 721, unicode enabled)
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter SERIAL is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter SERIAL is no longer used.
    Warning: Parameter DBLIBPATH is no longer used.
    Warning: Parameter DBSWPATH is no longer used.
    ERROR: stopping on error 16 during POSTLANGUAGE IMPORT
    stopping on error 16 during POSTLANGUAGE IMPORT
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 16
    WARNS: Highest tp internal warning was: 0118
    standard output from tp and from tools called by tp:
    This is /usr/sap/Q18/SYS/exe/run/R3trans version 6.24 (release 721 - 23.05.13 - 20:13:04 ).
    unicode enabled version
    1AETW042 unexpected EOF after "242810271" bytes.
    2EETW000 Please contact the SAP support.
    exiting ...
    /usr/sap/Q18/SYS/exe/run/R3trans finished (0016).
    Any help would be much appreciated.
    Regards,
    Gowtham

  • Failing PATH pre-requisite check installing 11g client

    Greetings -
    I'm trying to install the 32bit oracle 11g database client on Win 7 Professional x64. I'm stuck with this error when the installer gets to the "Perform Prerequisite Checks" step:
    Environment variable: "PATH" - This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    Details:
    -      PRVF-3919 : Failed to retrieve value of environment variable "PATH"
    - Cause: Environment variable value could not be determined.
    - Action: Check user equivalence and whether the user has administrative privileges on the node.
    Google tells me this might be related to an excessive PATH environment variable length, so I made multiple repetitions of "clean some crap out and try to install again" with no effect. Currently it is set to:
    C:\>path
    PATH=C:\Windows\system32;C:\Windows;
    And the installer still fails.
    I've tried explicitly running the installer via "Run as Administrator" and as a regular user (who is in the Administrators group). No change either way.
    Someone on my team suggested making sure the installation target path has no spaces in it. I'm keeping the default path suggested by the installer, which is
    D:\app\ladams\product\11.2.0\client_1
    where ladams is my Windows user name. I did some experimentation here, changing the install path to things like "D:\oracle" and that hasn't resolved the issue.
    Interestingly, if I open the installer log, I can find this line in it near the top:
    INFO: PATH has :==>C:\Users\ladams\AppData\Local\Temp\OraInstall2013-01-28_02-19-03PM\jdk\jre\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;;;.
    So it can apparently read the path at some point before the pre-requisite check, although it seems to be doubling up the contents for some reason...
    Later on in the log file, I see this:
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Environment variable: "PATH": This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:OPERATION_FAILED
    INFO: -----------------------------------------------
    Is there some way to work around this issue, or just skip the prerequisites check entirely? I found something on a blog via google about being able to pass a "-ignoreSysPrereqs" switch to the installer to bypass the check. When I tried that, the installer still performed it's checks, and failed with the same error, so apparently that was bad info...
    Any help would be appreciated.

    Thanks for the reply.
    I did indeed take a look at the client installation instructions here: http://docs.oracle.com/cd/E11882_01/install.112/e24282/toc.htm#BABGCIFF
    However, it appears to be out of date, or at least not applicable to my problem. Step 10 refers to an Ignore All button:
    "Note: Oracle recommends that you use caution in checking the Ignore All option. If you check this option, then Oracle Universal Installer may not confirm that your system is able to install Oracle Database successfully."
    I don't have an ignore all button. At least if there is, it's cleverly disguised. The only option I have after the check fails is "Cancel."
    Is there another section of the fine manual I should take a look at?
    Edited by: 984635 on Jan 28, 2013 6:09 PM
    Edited by: 984635 on Jan 28, 2013 6:17 PM

  • Pre-requisites for installing OBIEE 11g

    Hi folks,
    Can anyone post me the pre-requisites for OBIEE 11g server installation.
    Regards,
    Arun

    Hi,
    Looback adoptor (Static Ip)
    JDK/jrockit 1.6.0_29 and above version bit
    RCU and OBIEE 11.1.1.6.0 software
    Disk Space: 20GB or more
    Available Memory: 20GB or more
    Temp Space: 2GB or more
    Swap Space: 3GB or more
    CPU: dual-core Pentium, 1.5GHz or greater
    For more Refer
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/bi-11gr1certmatrix-166168.xls

  • ADFS2012R2 Install: Why does this need Active Directory Domain Admin Account as one of the pre requisites for installating AD FS server

    Team,
    We were trying to configure AD FS through ADFS Wizard on Windows 2012 R2 box as part of ADFS upgrade from ADFS 2.0 to ADFS 3.0. But the installation got stuck in between as the domain account which we were using does not have admin privileges on the AD side. 
    We have to raise to AD team to elevate the rights of the service accountb we are using.
    Can any one please tell me why having an admin AD account is pre requisite for the AD FS configuration, what are the "Write" changes which occur at Active Directory side post ADFS installtion, we need this details to supply to AD team for the justification
    purpose.
    Would appreciate any detailed response on this query
    thanks
    Lav

    Hi,
    dont know all exact objects ADFS is trying to create in AD, but it needs to create some container and objects under cn=Programm Data,DC=domain,dc=com for sharing certificates.
    We had troube with this because the container does'nt exists.
    Regards
    Peter
    Peter Stapf - ExpertCircle GmbH - My blog:
    JustIDM.wordpress.com

  • Pre requisites for installing R12 on windows 2003

    Hi,
    I am trying to install R12 on my home PC which is running on WINDOWS 2003. I have tried starting installation but it is failing with RW-50004 error Error code recieved when running external process.
    I think i missed configuring loop back adapter. Could any one plz tell me what is loop back adapter and what is the use of it. And any doc for pre rerequisites for installing R12 on windows 2003.
    And how can i solve this problem.

    Hi taher;
    I am trying to install R12 on my home PC which is running on WINDOWS 2003. I have tried starting installation but it is failing with RW-50004 error Error code recieved when running external process.RW-50004 error generic error. Can you give more details from log files?
    By the way for r12 installation-requiriment please follow Hussein Sawwan's previous greatest posts:
    Re: installing oracle R12 on windows 2003
    Also you can check:
    http://www.databasejournal.com/features/oracle/article.php/3768101/Installing-Oracle-E-Business-Suite-R12-on-Windows-2003.htm
    I think i missed configuring loop back adapter. Could any one plz tell me what is loop back adapter and what is the use of it. And any doc for pre rerequisites for installing R12 on windows 2003. Just check log files for decide what is missing...
    For loop back adapter check:
    Re: Application 11i doesn't run if disconnected from network
    Regard
    Helios

  • What are the Pre-requisites in installing NWDI

    Hi Experts,
    I would like to ask if you have a list of all requirements when installing NWDI.
    Thanks,
    Edy

    Hi,
    no need to do anything with NWDI if you have already one. Or if you are about to install a new one, it can be any version (general recommendation, the higher the better, but if it is say 730 for instance, it'll be able to serve any developments, let it be 700, 710 ... 740, etc. If it is 700 higher than SP13 then again, you'll be able to develop/deploy for any releases. Just make sure it is not lower than SP13 if you intend to use 700 NWDI. If you use higher release than 700 then it does not matter).
    I am sure you'll love this blog:
    NWDI vs. NWDI content
    Cheers,
    Ervin

  • Install new support package

    Hi
    I installed new portal with sp9 .
    I want to install sp 15 for j2ee , portal and cm.
    Do i need to install sp 10,11,12,13,14 and then
    SP 15 or can i mmediately install sp 15 .
    Thank You
    Amit Zait

    Hi amit,
    You can check the SP Stack guide at http://service.sap.com
    /nw04 -> Maintanence -> SPS15 -> English help.
    You do not need to install all the SPs from 9 to 15, but
    there may be some SPs required. If so it will be described
    in the guide as "prerequisites"
    Regards
    Srikishan

  • Checking Pre requisite before installing software

    Hi,
    I am new to Windows policy settings.
    The scenario is as follows:
    I need a valid user to be able to install a software# 2, only if he has software# 1 installed on the same machine.
    How can i achieve this restriction.
    Any suggestions are appreciated.
    Thanks.
    Ankur
    AV

    this isn't an app compatibility problem.
    Ask in a forum devoted to your current installation technology. If you use Visual Studio setup projects, visit
    the setup project forum.
    Visual C++ MVP

  • Help with Installing Windows Support Software

    sorry if this was answered but I'm having trouble with installing the Windows Support software. I have OSX lion and just did the installation of Windows 7. When I try installing the Support Package from my USB, it doesn't work. Any suggestions?

    sorry if this was answered but I'm having trouble with installing the Windows Support software. I have OSX lion and just did the installation of Windows 7. When I try installing the Support Package from my USB, it doesn't work. Any suggestions?

Maybe you are looking for