Steps after SAP Installation

Hi Gurus,
Do you have a document which would list down the steps to be performed after SAP is installed before we start migrating the legacy data.
thanks

Hi Gurus,
Do you have a document which would list down the steps to be performed after SAP is installed before we start migrating the legacy data.
thanks

Similar Messages

  • Post installation steps after SAP BW system copy

    Hi!
    I am about to do post processsing steps after system copy of SAP BW system.
    1) One of the steps is to delete all entries from tables DBSTATHORA, DBSTAIHORA, DBSTATIORA,
    DBSTATTORA.
    Question: what is the way to do this?
    2) During the installation I received the error within import ABAP step.
    (IMP) INFO: import of D010TAB completed (4477754 rows) #20090505133631
    DbSl Trace: Error 12801 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-12801 occurred when executing SQL stmt (parse error offset=0)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 423090176 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS PARALLEL )
    DbSlExecute: rc = 99
    (SQL error 12801)
    error message returned by DbSl:
    ORA-12801: error signaled in parallel query server P000
    ORA-01659: unable to allocate MINEXTENTS beyond 34 in tablespace PSAPSR3700
    (DB) INFO: disconnected from DB
    As solution I changed the the following lines within D010TAB.TSK:
    from D010TAB~ 0 C err to D010TAB~0 C ign and
    from D010TAB1  C err to D010TAB1 C ign
    Question:
    how to create index manually after system copy?
    Thnak you very much!

    Jgen Pfeiffer wrote:>
    > Hi!
    >
    > I am about to do post processsing steps after system copy of SAP BW system.
    >
    > 1) One of the steps is to delete all entries from tables DBSTATHORA, DBSTAIHORA, DBSTATIORA,
    > DBSTATTORA.
    > Question: what is the way to do this?
    Simply run
    TRUNCATE TABLE <table_name>;
    for each of those tables.
    Make sure to either logon as SAP<SID> or provide the owner of the tables with the statement.
    > 2) During the installation I received the error within import ABAP step.
    > (IMP) INFO: import of D010TAB completed (4477754 rows) #20090505133631
    > DbSl Trace: Error 12801 in exec_immediate() from oci_execute_stmt(), orpc=0
    > DbSl Trace: ORA-12801 occurred when executing SQL stmt (parse error offset=0)
    > (DB) ERROR: DDL statement failed
    >  (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 423090176 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS PARALLEL )
    >  DbSlExecute: rc = 99
    >  (SQL error 12801)
    >  error message returned by DbSl:
    > ORA-12801: error signaled in parallel query server P000
    > ORA-01659: unable to allocate MINEXTENTS beyond 34 in tablespace PSAPSR3700
    > (DB) INFO: disconnected from DB
    >
    > As solution I changed the the following lines within D010TAB.TSK:
    > from D010TAB~ 0 C err to D010TAB~0 C ign and
    > from D010TAB1  C err to D010TAB1 C ign
    >
    > Question:
    > how to create index manually after system copy?
    The problem here was the large INITIAL size clause.
    If there is enough freespace at all in the tablespace this should work:
    CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 NOLOGGING COMPUTE STATISTICS PARALLEL;
    If I'm not wrong, the second index is just vice versa:
    CREATE UNIQUE INDEX "D010TAB~1" ON "D010TAB" (  "TABNAME", "MASTER" ) TABLESPACE PSAPSR3700 NOLOGGING COMPUTE STATISTICS PARALLEL;
    In general it is really not a good idea to skip the creation of unique indexes...
    regards,
    Lars

  • Installing Current patch set after SAP installation

    Hi,
    We are installing SAP ECC6.0 on Solaris x64. We installed the Oracle RDBMS software and missed installing the Oracle Current patch set. We have proceeded with the SAP installation. Can we install the Patches after the SAP installation or do i need to uninstall SAP and do t all over again. Please help asap as i need to complete it..
    Regards
    Dee

    Hello Dee,
    > Can we install the Patches after the SAP installation or do i need to uninstall SAP and do t all over again
    Of course you can install the patchset after the SAP installation. The current patchset is the 10.2.0.4.
    After applying the current patchset - please install also the "on-top" patches - check sapnote #1137346 for this. Also check sapnote #830576 for setting the corresponding database parameters after the patchset installation.
    Regards
    Stefan

  • Steps after post installation

    Dear all,
    I'm done with the post installation steps for P17.0 SR2.
    When I login to IR and ID, no objects are found, and to test a file to file scenario.
    I checked for adapters here RWB -> Component Monitoring -> Adapter Engine -> Adapter Monitoring , could only find JPR, other adapters were missing.
    Can anyone direct me with the detailed steps of importing BASIC SCV's from SLD and required steps for testing a end to end scenario.
    If anyone has a document or some  material , listing out the steps, please mail me at [email protected]
    Your help will be highly appreciated.
    Thanks in advance,
    Younus

    To get the display of all the adapters
    Follow the below steps:
    1) Download XI7_0_SAP_BASIS_7.00_10_00.tpz which is available in a zipped format from the SAP Service Market Place.
    2) Unzip the contents and copy the file XI7_0_SAP_BASIS_7.00_10_00.tpz (if you are using PI 7.0 or else download the file for your XI version) to
    /usr/sap/<SAPSID>/SYS/global/xi/repository_server/import/
    3) Goto Repository (Design)
    4) Choose -> Tools -> Import Design Objects
    Also if there Is any error u are getting
    /people/venugopalarao.immadisetty/blog/2007/03/15/adapter-engine-cannot-be-found-in-integration-directory
    Just have a lok at this post installationsteps.
    http://help.sap.com/saphelp_nw70/helpdata/en/4b/c25a42793d1653e10000000a155106/frameset.htm
    Regards,
    Nithiyanandam

  • Error at DB downtime configuration step in SAP installation

    Hello Gurus,
                  While installing CRM IDES  5.0 I am stuck at DB downtime configuration (step 9). After shutting down MSSQL server services are not automatically started. In usual case it should be. Its giving "could not start the MSSQLSERVER" service on host. And my MSSQL services are not starting either it is giving Named pipes provider, error:40 - could not open a connection to SQL Server. If any one faced similar kind of problems sugguest on this.
    Regards,
    Murali

    Check your event log why your database is not coming up.
    Markus

  • Question about SAP installation with Oracle 10g

    I have successfully installed Oracle 10g on Windows server 2008 R2 64bit. I can connect to the database using mysql or through command prompt and run SQL commands.
    I started installing the SAP EHP1 for SAP NetWeaver 7.0 ("51038620_13      BS 7 SR1 Installation Master Windows Server on x64 64bit") The installation goes very smooth. I choose the SAPSID and the DBSID sid, but then it gives an error stating to install oracle and continue or stop the installation & install Oracle. I have tried on continuing the installation since Oracle is already installed but I get the same message again and again.
    Does it have to do with ORACLE 10g Sid. My Oracle SID is set to "ORCL" should it be the same as DBSID (during SAP Installation). Or the Oracle needs to be installed after SAP installation gets to the point for Oracle Installation. Please assist what needs to be changed. I can reinstall Oracle if needed. Any tips or comments would be nice.

    > Does it have to do with ORACLE 10g Sid. My Oracle SID is set to "ORCL" should it be the same as DBSID (during SAP Installation). Or the Oracle needs to be installed after SAP installation gets to the point for Oracle Installation.
    You can't "change". You installed the Oracle software using "setup.exe" - which is wrong. You also created an example database - which is also not correct.
    The Oracle software is installed, according to the installation guide, as
    - start "sapserver.cmd" on the Oracle DVD (the SAP media)
    - install the software according to the installation guide
    - install the latest patchset
    - install the latest PSU patch
    --> and then start sapinst.
    Markus

  • Sap Installation guide

    Hi guys,
    Can you please send me the installation procedure to my mail:
    [email protected]
    Thanks
    Alex

    Hi All,
    SAP IDES Installation Procedure for SAP Install on W2k server
    Procedure for installation on W2k server with sp3.
    Installation Of SAP 4.6c
    System Requirements.
    P-III System - Minimum
    1024 MB or 512 MB RAM
    Minimum 80GB HDD
    60 GB Hdd (2GB for WinNT & 38 GB for oracle & SAP)
    20 GB Hdd for CD dumps.
    DVD ROM drive.
    Network Card
    C: – 10GB – Windows 2000 Server – NTFS
    D: – 60GB – Oracle & SAP - NTFS
    E: – 10GB – CD Dumps – NTFS
    F: – CDROM Drive
    Install Windows 2000 server in first 10GB partition
    Computer Name – SAPSRV
    IP Address – 192.168.1.2
    Subnet Mask – 255.255.255.0
    Work Group – TEKSOFT
    Complete the installation & Restart.
    Install Service Pack 3
    Install All the Drivers
    Install IE6 SP1
    Create two Users as mentioned bellow
    Start -> Programs -> Administrative Tools -> Computer Management -> Local Users
    and Groups -> Users -> New User
    a. First user name TEKADM
    Give password, disable the already enabled option & enable
    “Password Never Expires & user cannot change the password option ”
    b. Second user name SAPServiceTEK
    Give password, disable the already enabled option & enable
    “Password Never Expires & user cannot change the password option ”
    Add the two Users to Administrators Group
    Change hostfile
    Open C:WinntSystem32driverecthost file in Notepad & add IP Address and Computer Name in
    The bottom of file. Save & Exit.
    Change the Virtual Memory
    C: Min – 512MB
    Max – 1024MB
    D: Min – 2048MB
    Max – 2560MB
    Change the File and Printer sharing properties to “ Maximize through
    Logon as TEKADM
    Insert SAP-Oracle CD &
    Select F:NTi386setup & click enter
    Location of oracle D:orant & click enter
    Accept path change & click enter
    Oracle 8 enterprise edition & click enter
    (Oracle 8.1.7 will not be supported by SAP Kernel 4.6B)
    (Oracle 8.1.7 will be supported by SAP Kernel 4.6C only)
    After completion of oracle Stop the service “Oracle TNSlistner 80”
    Select F:NTi386Patchs8.0.5.2.2setup & click enter
    Accept the defaults & complete the installation.
    Restart the system.
    Dump all the export CDs (6 CDs) into
    E:dumpdb1 – export CD 1
    E:dumpdb2 – export CD 2
    E:dumpdb3 – export CD 3 (To dump type as E:dumpdb1>Xcopy /e f: & enter)
    E:dumpdb4 – export CD 4
    E:dumpdb5 – export CD 5
    E:dumpdb6 – export CD 6
    Insert Kernel CD
    Select F:46bkerNTi386NTPATCHR3dllins & click enter
    This will install patch for NT.
    Restart the system.
    Logon as TEKADM
    From kernel CD
    F:NTcommonr3setup & enter
    Enter the following
    System Name – TEK (must be 3 Letters Capital)
    Location – C:usersTekadminstall (it comes by default)
    Accept to restart the machine.
    Logon on as TEKADM
    Copy the file “db_ides.r3s” from DB1IDESNTORADB_IDES.R3S
    (18KB files size) to C:userstekadminstall
    Start r3setup from
    C:userstekadminstallr3setup & enter
    Select “central.r3s” file & enter
    & Follow as mentioned bellow
    System Name – TEK
    Instance no. – 00
    Accept Defaults
    Directory of SAP system -change to D:
    RAM of the sys. – Accept the default
    Location of the KERNEL CD - F:
    Port no. – 3600
    Enter the password of TEKADM two times
    Enter the password of SAPServiceTEK two times
    Start the installation.
    This will come upto
    Select C:userstekadminstallr3setup & enter
    Select “db_ides.r3s” & enter
    System Name – TEK
    Instance no. – 00
    Accept Defaults
    Select WE8DEC (default for r/3 4.x system) & enter
    Oracle dir. – D:
    Location of SAP Database specific files
    SAP Database Drive
    SAPARCH D
    SAPBACKUP D
    SAPCHECK D
    SAPREORG D
    SAPTRACE D & enter
    Location of Oracle Data files
    Oracle Data directory drive
    SAPDATA1 D
    SAPDATA2 D
    SAPDATA3 D
    SAPDATA4 D
    SAPDATA5 D
    SAPDATA6 D & enter
    Location Database LOG files
    Dir. for LOG files Drive
    ORIGLOGA D
    ORIGLOGB D & enter
    Location Mirrored Database LOG files
    (Change from D to C)
    Dir. for LOG files Drive
    MIRRLOGA C
    MIRRLOGB C & enter
    Accept the default RAM & enter
    Location of export CDs dump
    CD name Location Copy destination
    KERNEL F:46bker
    EXPORT1 E:dumpdb11
    EXPORT2 E:dumpdb22
    EXPORT3 E:dumpdb33
    EXPORT4 E:dumpdb44 (Clear this field)
    EXPORT5 E:dumpdb55
    EXPORT6 E:dumpdb66 & enter
    Enter the Password of TEKADM
    No. of parallel process – 1
    Start installation.
    Wait for 14 to 15 Hrs & installation will come Upto 91% & will ask for SAPr3 password.
    Enter the password of TEKADM & enter
    This will come upto 95%
    Open SAP Management Console from desktop & Right click “TEK” & start the service.
    Wait for the service to start & will change from yellow to green.
    Come to the r3setup screen & click next.
    This will bring upto 100% & the installation is over.
    Exit the r3setup & stop the “TEK”service & Restart the system.
    POST INSTALLATION TASKS
    After SAP installation, install SAPGUI in the server. (CD 9)
    Restart the system
    Open SAP Management Console & start the sap service.
    Start the Sap Frontend from the startprogramssap frontendsapsrv.
    Logon as
    Client 000
    User name DDIC
    Password 19920706
    Language en
    Note : Clear this field
          This means if you already have the CD’s copied on the the harddrive you don’t need to copy them again..
          CD Title———CD Location—————-CD copy to this location
          kernel————Dump location1———-clear , don’t re copy
          cd1—————-Dump2————-———-clear, this field
          cd2—————-........3————————-clear
          cd3—————-.........4————————clear
    Regards,
    Pherasath

  • Post Installation Steps after installation of sap sol 7.1

    Dear all
    Can you pls share me what are the post installation steps required after the installation of Solution Manager 7.1
    I know some of them as same in ECC
    1 ) SICK
    2) STMS
    3) RZ10 - Profile parmeters
    4) SGen
    5) Back ground Jobs scheduling
    Also tell me which parameters need to be set in solman
    regards
    Shakshi

    Hi,
    You can refer below guide for setup:
    https://websmp103.sap-ag.de/~sapidb/011000358700000872072011E
    Regards
    Vivek

  • Initial Settings in SAP PI 7.3 after System Installation

    Hi,
    We are installing SAP PI 7.3 here. After media installation by BASIS team, what all other things an SAP PI consultant should maintain/configure(initially before start working on scenarios) ?
    Since I have worked on SAP PI scenarios where the SAP PI server was completely ready(set up). This is the 1st time I'm working on completely new SAP PI system.
    So please guide me at the earliest.
    Thanks,
    Amit Patil

    Hi All,
    This document explains more of "How to set up demo examples?"
    But I want to do initial settings in fresh SAP PI 7.31 system post-installation. Since I have not done this before at all, I need the help step by step.
    I am aware of what all things to be done in fresh SAP PI system like
    RFC connections between ECC-PI and CRM-PI,
    SLD connections between ECC-PI and CRM-PI,
    Maintain Integration and Application Systems in SLD,
    Checking Adapter & Integration Engine Status in PI,
    Etc.
    Please I need help desperately. -
    Thanks,
    Amit Patil
    Message was edited by: Moderator

  • SAP installation steps by steps notes of 4.7 on WIN2003 Server

    Hi All,
    I need the installation steps of SAP IDES 4.7 on windows 2003 server with screen shots.
    I have one more doubt.
    I have installed WINDOWS XP MEDIA CENTRE.
    Is it possible to install 4.7 on this?
    Is so then how?
    I have 120GB HDD and 1GB RAM.
    Is it fine to install 4.7 or should i upgrade?
    If there is any notes with screen shots please me at [email protected]
    Thanks in advance.

    Please follow the below process:
    System Configuration -
    P-IV - 2.4 Ghz with 1 GB RAM
    HDD - 160 GB,
    Partion's C: 10 GB, D & E - 50 GB, F - 40GB
    1. Install OS (Windows 2003 Advanced Server)
    Computer/Hostname Name - india
    after OS, Install Lookback Adapter with IP 192.168.1.1/24
    Check Optimsation Setting in File and Printer Sharing
    of Network Adapter
    Make following entry in host file (system32\drivers\etc\hosts)
    192.168.1.1 india SAPTRANSHOST
    2. Install winzip
    3. Install Sun java SDK 2 - 1.4.2_3 in default location (c:\j2sdk1.4.2_03)
    make following entries in the environment variables. under both
    administrator and system variables
    JAVA_HOME C:\j2sdk1.4.2_03
    PATH %JAVA_HOME%\bin;%PATH%
    4. Increase the SIze of Virtual Memory to 3 GB.
    5. Install Ntpatch from F:\SAPINST\NT\I386\NTPATCH\R3DLLINS.EXE
    6. Install Oracle from F:\RDBMS1\NT\I386\sapserver.cmd
    Database Name - Orahome92 and Path - d:\oracle\ora92
    Select not to create database.
    click in the checkbox Net configuration Assistant select - perform using typical configurations
    make following entries in the environment variables. under both
    administrator and system variables
    CLASSPATH D:\oracle\ora92\jdbc\lib\classes12.jar;%CLASSPATH%
    7. Patch Installation of Oracle ( 9.2.0.2.1)
    Stop the following services
    OracleOraHome92Agent - D:\oracle\ora92\bin\agntsrvc.exe
    OracleServiceV11 - d:\oracle\ora92\bin\ORACLE.EXE V11
    Install the Oracle Patch from F:\RDBMS3\NT\I386\patches\9.2.0.2.1\setup.exe
    8. Install SAP by clicking on F:\SAPINST\SAPINST\NT\SETUP.CMD
    Select to Install Central Instance
    SAP System ID - V11
    Instance No. - 00
    11. Now click on run SAPinst ORACLE SAPINST - Prepare New Installation
    12. Now click on run SAPinst ORACLE SAPINST - SAPinst Server with GUI select
    select to install Database Instance
    Select The drive for SAPsearch, SAPBackup, SAPcheck, SAPTrace - d:\
    Drive for redolog - e:\
    SAPdata drives
    sapdata1 d:\ size 8.52 gb
    sapdata2 e:\ size 10.7 gb
    sapdata3 d:\ size 10.35 gb
    sapdata4 e:\ size 12.00 gb
    log file are created in -
    OriglogA d:\
    mirrlogA e:\
    OriglogB d:\
    mirrlogB e:\
    MNLS not installed
    13. Database instance will take the longest time approx 150 Minutes
    following process take the longest to install
    Database tablespaces
    Database Load - r3load jobs
    Updating Database Statistics
    14. Install the SAP GUI
    15. Start the SAP R3 System by right clicking on SID and selecting All Task then Start
    16. Login into the client 000 using username SAP* and run the following transcations.
    SICK - installation check
    SE06 - Post Installation Activity
    STMS - Transport Management SYstem
    17. Login into client 001
    -using userid SAP* and change the password
    -using userid DDIC and change the password
    18. Login into client 066
    -using userid EARLYWATCH and change the password
    I sent this to your mail Id also.
    Please reward if helpful.

  • After SAP GUI 7.10 installation IE7 does not work properly

    Hello,
    After SAP GUI 7.10 installation over WIn Server 2003 Ent. + SP2. When I try to open new link or window with right click in IE7 this process starts but cannot display anything in new window. At the same time link is correct. Could you please help me?!

    Hi
    Please see n try the following notes
    856741 - Link in HTMLViewer displays 'HTTP 500 Internal Server Error'
    738927 - HTMLViewer: moniker protocol is disabled in WinXP SP2
    If not able to solve, then please install the latest version of SAPGui 7.10 patch 8.

  • URGENT ::    STEPS For De-installation of SAP R/3 4.7

    Hi ,
    can anybody tell me what are the STEPS For De-installation of SAP R/3 4.7
    Points will be rewarded .
    Regards ,
    AMber S

    since when de-installing SAP is urgent?
    uninstall SAP: D:\usr\sap\PBW\SYS\exe\uninstsap.exe
    uninstall Oarcle:  Start -> program -> oracle - SID -> Oracle installation products -> universal installer... choose uninstall.
    or better yet:
    format c:

  • Best Practice on Post Steps after 11.2.0.2.4 ORACLE RAC installation

    I finished RAC 11.2.0.2 installation and patched it to 11.2.0.2.4. The database is also created.
    The nodes are Linux redhat and storages are on ASM.
    Is there any good article or link regarding the best practice of post steps after installation?
    Thanks in advance.

    Hi,
    I also want to know what kind of monitoring scripts I can use to setup as cron jobs to monitor or detect any failure or problems?
    To monitor Cluster (OS Level):
    I suggest you use a powerful tool "CHM" that already comes with product Grid Infrastructure.
    What do you do to configure? Nothing ... Just use.
    Cluster Health Monitor (CHM) FAQ [ID 1328466.1]
    See this example:
    http://levipereira.wordpress.com/2011/07/19/monitoring-the-cluster-in-real-time-with-chm-cluster-health-monitor/
    To monitor Database:
    PERFORMANCE TUNING USING ADVISORS AND MANAGEABILITY FEATURES: AWR, ASH, and ADDM and Sql Tuning Advisor. [ID 276103.1]
    The purpose of this article is to illustrate how to use the new 10g manageability features to diagnose
    and resolve performance problems in the Oracle Database.
    Oracle10g has powerful tools to help the DBA identify and resolve performance issues
    without the hassle of analyzing complex statistical data and extensive reports.
    Hope this help,
    Levi Pereira
    Edited by: Levi Pereira on Nov 3, 2011 11:40 PM

  • Connect SAP BO server to domain after the installation.

    Hello,
    I would like to ask if it is fine to connect SAP BO BI 4.x Windows host to the customer domain after the installation of SAP BO.
    I was trying to find answer on this but nowhere is explicitly recommended to connect SAP BO host to domain before the installation.
    My question is related to Windows AD Authentication where two conditions need to be secured:
    1. Windows AD authentication only works if the CMS is run on Windows
    2. These Windows machine must be joined to the appropriate AD domain
    What I found till know is that you can use Windows AD Authentication only when SAP BO server is in domain.
    What is concerning me is that when I start with installation of SAP BO on the server which is not connected to any domain then the installation process is taking during the installation actual hostname of the SAP BO server (e.g. boserver) automatically. There is no requirement or possibility to specify hostname or IP address manually during the installation process. And I assume that connecting SAP BO server to the domain after installation will cause that hostname will change (e.g. to boserver.domain.com).
    So question is if this change will cause any issue for functionality of SAP BO application. If not could you please send me an official statement from SAP Note or any BO Documentation as I was not able to find any.
    Thanks in advance for opinions and answers.
    BR,
    Peter

    Hi Bill,
    thanks for reply. I spoke with couple of my colleagues which are supporting AD and yes I can agree with you that connecting server to the customer domain after the installation of BO can bring some limitation up to Domain policy.
    Best practice in order to prevent possible issues is to join server to the domain before installation.
    Another possible issue can be that some customers are using own naming convention for server's hostname so joining server to the customer domain is conditioned by a change of hostname and this can cause issue with correct functioning of BO application.
    Thanks again for your opinion I really appreciate it.
    Wish you a nice week.
    BR,
    Peter

  • Post installation Steps of SAP EP

    Hi All,
    What is the Post installation Steps of SAP EP...
    Thanks,
    ARIFF SHAIK

    Hi
    Follow the https://service.sap.com/instguides.
    Then open "Installation & Upgrade Guides - SAP NetWeaver 7.0 - Installation"
    In the section "Planning" you will find the Master Guide.
    Read the Master Guide to determine the installable units, the SAP systems required for your IT scenario, and the installation sequence. MG will drive you to the relevant Install guide which help you to fulfill all the pre- and post-installation steps as well the installation itself.
    P.S.
    Usually "Running an Enterprise Portal" scenario requires at least EP, EPC and AS JAVA usage types to be installed
    Please look this[SAP NetWeaver Process Integration 7.1 Post-Installation Steps|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/60d2a693-9504-2b10-5ba7-82964bd8370e]
    Hope this helps!!
    Regards
    Vijay

Maybe you are looking for

  • While opening SXMB_IFR i am getting a error  Java.lang.noclassFounderror

    U have installed SAP XI in my laptop while opening  SXMB_IFR i am getting a error  Java.lang.noclassFounderror so i not able to go further please help me thanking you sridhar

  • Screen shots for  creating class in se24(class builder)

    HI i am a beginner in abap objects... can anyone give me the screen shots for creating a class in se24. plz dont give links... only screenshots.... useful answer wil be rewarded. Regards, jyothsna

  • Land Use Management in BI

    Hi there, We have a requirement to produce reports for Land Use Management in BI which is part of Flexible Real Estate, I have looked at the BI content on our system which is a BI 7 support stack 15. We are going onto Enhancement Pack 1 next month, b

  • Validating number data entry.

    Hi there, I want to validate the data entered (numeric) by the user. I have a customdocument to achieve the same. (the code is below). What I want to know is - if I have a constructor which accepts the JTextfield as one of the arguments - how do I pa

  • ORA-12712 Characterset UTF8

    Hi I´m trying to change my character set to UTF8 but i dont know what characterset do i have? I run the follow syntax and only i'm more confused: SQL> show parameter nls_language; NAME TYPE VALUE nls_language string AMERICAN SQL> select * from NLS_SE