Required packages for sconadm

Hello,
Could someone please post a list of required packages to register a LPS using sconadm through an http proxy. I am using a 6/06 sparc build based on the "Reduced Network Core" cluster.
I cannot find the info in any documentation and not everybody installs every package on the distribution CD's. So far I have found 13 authentication-type packages and their prerequisites. Doesn't that seem a little ridiculous? Why doesn't sconadm's package have the pre-req packages defined?
Thanks,
Jeff

I am a long-time avid Sun evangelist, but I have to say, this issue with the patches have given me the greatest headache I have ever had from Sun.
I really wish you would go back to allowing us to download at least the minimum recommended clusters until you figure this whole patch management thing out. (ie: 10_Recommended.zip). It was a VERY easy way for us System Administrators to keep all of our systems on the same rev level and on our own schedule.
Anyways, the lists here seem to be correct except for ONE missing package, at least on the 06/06 release of Solaris 10.
I was still hanging running the 'sconadm register -a -r /tmp/reg' until I added the package 'SUNWjdmk-base'
After installing that package along with the others listed above I was able to get my 'SUNWCreq' cluster to install and register using sconadm. I do have other packages installing, so I cannot guarantee that there is not other dependancies.
Here is a full list of additional packages I'm installing as part of my Jet build (SUNWCreq+):
base_config_profile_add_packages="SUNWtoo SUNWxwplr SUNWxwfnt SUNWxwplt SUNWxwic
e SUNWxwrtl SUNWmfrun SUNWj3rt SUNWj5rt SUNWj5rtx SUNWppror SUNWpprou SUNWxcu4 SUNWppro-plugin-sunos-base SUNWccccfg SUNWccccr SUNWccccrr SUNWccsign SUNWcctpx SUNWgm4 SUNWgmake SUNWbindr SUNWbind SUNWctpls SUNWscpu SUNWgtar SUNWsshcu SUNWsshdr SUNWsshdu SUNWsshr SUNWsshu SUNWdoc SUNWman SUNWbash SUNWmysqlr SUNWmysqlu SUNWntpr SUNWntpu SUNWwgetr SUNWgcmn SUNWwgetu SUNWtcpd SUNWbinutils SUNWscpr SUNWpl5u SUNWhea SUNWapchr SUNWapchu SUNWapchd SUNWaclg SUNWopensslr SUNWopenssl-commands SUNWopenssl-include SUNWopenssl-man SUNWsensor SUNWsensorr SUNWscnsomr SUNWscnsom SUNWsamr SUNWsam SUNWscn-base-r SUNWscn-base SUNWcacaort SUNWscnprmr SUNWscnprm SUNWccfw SUNWccfwctrl SUNWccinv SUNWcsmauth SUNWbrg SUNWlur SUNWadmfr SUNWadmfw SUNWadmc SUNWluu SUNWpoolr SUNWpool SUNWluzone SUNWzoner SUNWzoneu SUNWipfh SUNWj3dev SUNWjato SUNWjhrt SUNWjhdev SUNWmctag SUNWtcatu SUNWmconr SUNWmcon SUNWmcosx SUNWmcos SUNWpsvrr SUNWpsvru SUNWjdmk-base"
I hope this helps!
Sun, just remember, most of your boxes are "Servers" and any Sys. Admin worth his weight, will not install a User cluster on their server and there are plenty of us small/medium size business that aren't ready to move up to a full N1 implementation and only manage < 20 servers.

Similar Messages

  • Required Packages For Database Install

    I'm installing a new 11.2.0.3 database on RHEL 6.3 64-bit tomorrow and I've got the base installation done and I've followed the following doc. to verify my Linux system has all the appropriate packages however in order to run the OUI (Oracle Universal Installer), I'm told I have to have X11 running on the server and be able to forward the session to my workstation so I can initiate the install over SSH. I just honestly have no idea what the package names or what it is I need to run X11 or X-Windows on my RHEL server. I don't want to install Gnome / X11 since Gnome is completely useless and a huge overhead on a server. I will always run the server in run level 3 (command line interface).
    Do you guys know the specific package names or what I need to look for in order to X11 working for OUI?
    http://docs.oracle.com/cd/E11882_01/install.112/e24326/toc.htm#CIHFICFD

    **UPDATE**
    I adjusted the 'oracle' users' DISPLAY environment variable as suggested per the docs and attempted to run the installer again:
    [oracle@db1 ~]$ echo $DISPLAY
    *localhost:10.0*
    [oracle@db1 ~]$ export DISPLAY=local_host:0.0
    [oracle@db1 ~]$ echo $DISPLAY
    *local_host:0.0*
    [oracle@db1 ~]$ cd /u01/app/oracle/database/
    [oracle@db1 database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB.   Actual 50564 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 8181 MB    Passed
    Checking monitor: must be configured to display at least 256 colors
        >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set.    Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,
    Continue? (y/n) [n] y
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-07-20_01-59-15PM. Please wait ...
    [oracle@db1 database]$ *Exception in thread "main" java.lang.NoClassDefFoundError*
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at java.awt.Toolkit$2.run(Toolkit.java:821)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
         at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:484)
         at com.jgoodies.looks.LookUtils.<clinit>(LookUtils.java:249)
         at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:135)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1779)
         at javax.swing.UIManager.setLookAndFeel(UIManager.java:453)
         at oracle.install.commons.util.Application.startup(Application.java:780)
         at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)
         at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)
         at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:348)
         at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:124)
         at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:155)

  • Required package for import ???

    Hello I am trying for web application.I got some problem in my servlet code.
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\shobhitsingh>cd\
    C:\>cd hibernatet*
    C:\hibernateTutorial>ant war
    Buildfile: build.xml
    clean:
       [delete] Deleting directory C:\hibernateTutorial\bin
        [mkdir] Created dir: C:\hibernateTutorial\bin
    copy-resources:
         [copy] Warning: events\Event.class modified in the future.
         [copy] Warning: events\Event.hbm.xml modified in the future.
         [copy] Warning: events\Person.hbm.xml modified in the future.
         [copy] Warning: hibernate.cfg.xml modified in the future.
         [copy] Warning: log4j.properties modified in the future.
         [copy] Warning:  modified in the future.
         [copy] Warning: events modified in the future.
         [copy] Warning: util modified in the future.
         [copy] Copying 5 files to C:\hibernateTutorial\bin
         [copy] Copied 2 empty directories to 1 empty directory under C:\hibernateTu
    torial\bin
    compile:
        [javac] Warning: events\Event.class modified in the future.
        [javac] Warning: events\Event.hbm.xml modified in the future.
        [javac] Warning: events\Event.java modified in the future.
        [javac] Warning: events\EventManager.java modified in the future.
        [javac] Warning: events\EventManagerServlet.java modified in the future.
        [javac] Warning: events\Person.hbm.xml modified in the future.
        [javac] Warning: events\Person.java modified in the future.
        [javac] Warning: hibernate.cfg.xml modified in the future.
        [javac] Warning: log4j.properties modified in the future.
        [javac] Warning: util\HibernateUtil.java modified in the future.
        [javac] Compiling 5 source files to C:\hibernateTutorial\bin
        [javac] C:\hibernateTutorial\src\events\EventManagerServlet.java:60: cannot
    find symbol
        [javac] symbol  : class SimpleDateFormat
        [javac] location: class events.EventManagerServlet
        [javac] private void listEvents(PrintWriter out, SimpleDateFormat dateFormat
    ter) {
        [javac]                                          ^
        [javac] C:\hibernateTutorial\src\events\EventManagerServlet.java:15: cannot
    find symbol
        [javac] symbol  : class SimpleDateFormat
        [javac] location: class events.EventManagerServlet
        [javac] SimpleDateFormat dateFormatter = new SimpleDateFormat("dd.MM.yyyy");
        [javac] ^
        [javac] C:\hibernateTutorial\src\events\EventManagerServlet.java:15: cannot
    find symbol
        [javac] symbol  : class SimpleDateFormat
        [javac] location: class events.EventManagerServlet
        [javac] SimpleDateFormat dateFormatter = new SimpleDateFormat("dd.MM.yyyy");
        [javac]                                      ^
        [javac] Note: Some input files use unchecked or unsafe operations.
        [javac] Note: Recompile with -Xlint:unchecked for details.
        [javac] 3 errors
    BUILD FAILED
    C:\hibernateTutorial\build.xml:21: Compile failed; see the compiler error output
    for details.
    Total time: 8 seconds
    C:\hibernateTutorial>pl suggest anybody.
    -Shobhit

    ok,
    I miss java.text package.
    -bye

  • Required detailed information on "Business Package for Buyer"

    Hi All,
    Can anyone provide more detailed information on <b>"Business Package for Buyer"</b> . I am basically looking for some <u>demo</u>, sales <u>presentation</u>, more on what the package is providing with screen shots to see the look and feel.
    Regards,
    Vishal

    Hi
    It's basically an E-Portal solution, which covers majority of enhanced features. (E-procurement, etc)..
    <u>Some Related links -></u>
    http://www.sap.com/solutions/business-suite/srm/pdf/BWP_SupplierEnablement.pdf
    http://www.sap.com/services/pdf/BWP_SAP_Best_Practices_for_Baseline_Package.pdf
    http://www.sap.com/platform/netweaver/pdf/BWP_Portal_Content.pdf
    http://download.sap.com/download.epd?context=642A6604589217F513EAAF63FC1EC17B4A0BCA320C09F96DDDBCD0C0AD46BCDE878D0DA7ED26956FC637FB082E4DD6D3D3D8890CECA87ABA
    http://www.sap.com/solutions/business-suite/srm/pdf/yorkshirewater.pdf
    http://www.sap.com/platform/netweaver/pdf/BWP_Security.pdf
    http://www.sap.com/industries/professionalservices/pdf/CS_ESPRIT.pdf
    http://www.sap.com/industries/millproducts/pdf/CS_CERATIZIT.pdf
    http://www.sap.com/industries/professionalservices/pdf/SAP_Project_Res_and_Fin_Mgt.pdf
    http://www.sap.com/solutions/pdf/Image.pdf
    <i>Note -></i> Best place to search in it for more details using SAP Official website - <u>www.sap.com</u>
    Regards
    - Atul

  • Info. required for Business Package for GL accounts.

    Hi,
    Please let me know business package for
    1.General ledger creation
    2.General ledger changing
    I need this package for Adobe interactive forms for web dynpro Java for Portal.Kindly let me know also scenario names as well.
    Thank you,
    Laxmikant

    Laxmikant,
    check this link
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/b4/af2ece0cf94427956546a15da8f303/frameset.htm
    Thanks
    Bala Duvvuri

  • Download Business Package for Recruiter 1.41 but available till 1.40 E-rec

    Hi,
    I have to deploy E-rec packages on Portal, our backend is SAP ECC ehp4 with SP 20.
    As per recommendation, Business Package for
    Recruiting Administrator 1.41 and Business Package for
    Recruiter 1.41 needs to deployed to get E-rec functionality, but on service market place under
    Portal content folder packages are avalable till 1.40 instead of 1.41.
    Request to tell where is the path from where we can download 1.41 packages.
    2)I want to clarify one more thing that SAP E-Recruiting (EA-ER) needs to add on
    to get E-rec functionality in Backend(ECC EHP4).

    Hi Deepak,
    Thanks for your reply!!!!
    We have to deploy only two packages Business Package Recruting Administrator 1.40 and Business Package for
    Recruiter 1.41 and add-on is also required SAP E-Recruiting (PA-ER) in Backend(ECC EHP4) as ERECRUIT
    package is already there with SP 6.
    Request you to tell i am on the right track or not??

  • RoboHelp Packager for Adobe AIR (BETA)

    It is so exciting. It been just a few months since we
    released Adobe RoboHelp 7 and a brand new Technical Communication
    Suite, and today we are ready to share with you guys what we
    perceive as the future of Online Help. All I can say is that Time
    flies like an arrow. With this, I welcome you all to this new world
    of Web 2.0 and the future of Online Help - check out the Public
    Beta of
    RoboHelp
    Packager for Adobe AIR
    The tool is available for Free of Cost and can be used by
    customers who have either Adobe RoboHelp 6 or Adobe RoboHelp 7 or
    the Technical Communication Suite.
    The RoboHelp Packager for Adobe® AIR™ allows you
    to convert your existing WebHelp files generated using Adobe
    RoboHelp® to an Adobe AIR application. Help and knowledge
    bases delivered as Adobe AIR application will have a consistent
    look and feel across all platforms.
    RoboHelp Packager for Adobe AIR can:
    Generate a single distributable file
    similar to a .chm file.
    Provide a variety of skins from which a user can choose from.
    In addition, for any skin a user can choose different themes, which
    control the look and feel in terms of colors and button/icons
    images.
    Provide a consistent look and feel on all platforms and
    operating systems.
    Enable you to comment, in addition to using other advanced
    features such as Breadcrumbs, Mini TOC and Security (Digital
    Signatures).
    The output generated after running this tool is an .air file.
    This is a single file that has built-in logic to install itself.
    The same file can be installed on any platform that has Adobe®
    AIR installed. Installing the Adobe AIR runtime is as seamless as
    installing the Adobe Flash® Player for your browsers.
    Another important aspect of the Adobe AIR installer file is
    that it is a single file that contains all of the information
    regarding the look and feel of the Help along with the content. It
    is one package with no separate viewer required.
    To read more about the benefits of packaging your help as
    .air file, please visit the following link:
    http://labs.adobe.com/technologies/robohelp/aboutoutput.html

    When you are comparing this to Flash, does this comparison
    extend to the requirement for each end user to install the Air
    runtime on their PCs before they can access our RoboHelp system?
    And that they will also get reminders to update to the latest
    version of Air runtime?

  • Error in installing requred packages for 11gr2  on rhel 5

    Hi,
    I am trying to install oracle 11g r2 on rhel5,but i dont have the specific required packages in the linux cd that supports installation
    such as
    # glibc-2.5-24
    # glibc-common-2.5-12
    # ksh-20060214-1.7
    # libaio-0.3.106
    # libgcc-4.1.2-42.el5
    # libstdc++-4.1.2-42
    where can i get those .rpm files
    without fixing this problen i am not able to move furthur...
    Thanks
    kamal.

    RHEL and Oracle Linux are binary compatible. You could setup the public yum repository, following the instructions at http://public-yum.oracle.com. Don't forget to enable your base release in the repo file. Then type "yum install oracle-validated" to install Oracle 11g pre-requisite packages and have it modify kernel parameters. Btw, you can download Oracle Linux for free from http://edelivery.oracle.com/linux.

  • Can i use the SAP standard package for lock object creation ?

    Dear Guru ,
    I want to create a new lock ojbect for my abap program .
    When i completed the creation , SAP required a new request and it said the object only can be imported to SAP standard package .
    But i saw the help from SAP said :
    >* Package begins with A-S or U-X:
    >These packages are for SAP standard objects. Customer objects cannot be created in them. Changes to objects of these packages are recorded by the Transport Organizer (Request management) and can be transported (see field transport layer.
    In this case ,  Can i use one of the SAP standard package for this creation ? Does it will affect the SAP system ( such as the system upgrade ) ?
    Thanks .
    Best Regards,
    Carlos Zhang
    Moderator message - Please do not use code tags to format text - it should only be used for code
    Edited by: Rob Burbank on May 25, 2010 11:12 AM

    Hi Carlos...
    First , You will never be able to use any standard SAP Package for your custom programs. So don't go for it.
    So in your case what you need to do is , when you save your Lock object , 
    - if you want Transport request to be created , then 
    in the screen shown you need to enter the Z package name (the same package as that of your ABAP Program)
    or
    -if you want it to be stored as local object , then
    specify package as $tmp
    Regards,
    Uma

  • ULN oracle-validated, Note 761566.1 and database packages for OEL 5.5

    I purchased the ULN to simiplify installing the packages for an Oracle E-Business installation. I'm assuming the oracle-validated is not for E-Business installation because there were several required packages from note 761566.1 that were not installed The note also has a list of 11.1.0.7 required packages. Not all of these were installed with the oracle-validated update either. Maybe i'm not doing it correctly?
    If so, how do you use the oracle-validated to apply all the required packages. What channels do I subscribe to for the oracle-validated to work correctly.
    I am on OEL 5.5
    I am subscribed to two channels the latest for 5.5 and 5.5 x64 per a previous thread.
    Packages listed in note 761566.1 that I'm having trouble with:
    There are 3 parts to the package installation section.
    1. You have to go to http://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux to get a couple packages not on the OEL installation disk. Are these also on the ULN update someplace?
    •openmotif21-2.1.30-11.EL5.i3861
    •xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386
    2. A list of packages for release 5 and up
    There were more than this not updated from oracle-validated from the ULN but these are the trouble ones:
    This is on the list of required:
    •glibc-2.5-18.i686 (32-bit)
    •glibc-2.5-18.x86_64
    •glibc-common-2.5-18.x86_64
    •glibc-devel-2.5-18.i386 (32-bit)
    •glibc-devel-2.5-18.x86_64
    This is what is on the server after ULN update
    glibc-2.5-49.el5_5.7 (i686)
    glibc-2.5-49.el5_5.7 (x86_64)
    glibc-common-2.5-49 (x86_64)
    glibc-devel-2.5-49.el5_5.7 (i386)
    glibc-headers-2.5-49.el5_5.7 (i386)
    Is glibc-2.5-49.el5_5.7 (i686) a newer version of •glibc-2.5-18.i686 (32-bit) ? if so, then where do I get the same version that is synonymous with •glibc-devel-2.5-18.x86_64 ?
    If i try to apply •glibc-devel-2.5-18.x86_64 I get stuck in a loop.
    This is what is on the 5.5 linux disk:.
    glibc-2.5-49.i686.rpm
    glibc-devel-2.5-49.i386.rpm
    glibc-2.5-49.x86_64.rpm
    glibc-common-2.5-49.x86_64.rpm
    glibc-devel-2.5-49.x86_64.rpm
    glibc-utils-2.5-49.x86_64.rpm
    glibc-headers-2.5-49.x86_64.rpm
    3. Additionally, the following RPMs are required for an 11gR1
    I would have thought at least these packages would have installed from the oracle-validated update, but they weren't. Maybe I'm doing it wrong.
    The following are listed in the note to be installed: I get stuck in a loop with this one too. What do I do about this?
    •elfutils-libelf-devel-0.125-3.el5.x86_64
    •elfutils-libelf-devel-static-0.125-3.el5.x86_64
    What is installed is
    elfutils-libelf-devel-0.137-3.el5 (i386)
    elfutils-libelf-devel-static-0.137-3.el5 (i386)
    # rpm -ivh elfutils-libelf-devel-0.137-3.el5.x86_64.rpm
    error: Failed dependencies:
    elfutils-libelf-devel-static-x86_64 = 0.137-3.el5 is needed by elfutils-libelf-devel-0.137-3.el5.x86_64
    # rpm -ivh elfutils-libelf-devel-static-0.137-3.el5.x86_64.rpm
    error: Failed dependencies:
    elfutils-libelf-devel-x86_64 = 0.137-3.el5 is needed by elfutils-libelf-devel-static-0.137-3.el5.x86_6
    This is what is on the 5.5 disk:
    elfutils-libelf-devel-0.137-3.el5.x86_64.rpm
    elfutils-libelf-devel-static-0.137-3.el5.i386.rpm
    elfutils-libelf-0.137-3.el5.x86_64.rpm
    elfutils-libelf-devel-0.137-3.el5.i386.rpm
    elfutils-libelf-0.137-3.el5.i386.rpm
    elfutils-libelf-devel-static-0.137-3.el5.x86_64.rpm
    Edited by: jarymo on Jan 28, 2011 7:29 AM

    Now I really need glibc-devel-2.5-18.x86_64. My installation failed with the following which is what started this quest for what is missing in the first place.
    .end std out.
    sqlplus: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory
    egrep: /u01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_vicr410/adcrdb_VIS.txt: No such file or directory
    This failed on the database portion of the installation. ibclntsh.so.11.1 sh
    From DOC: 786995.1 Troubleshooting The Relink Errors When Missing RPMs on Linux x86-64
    Error :-
    /usr/bin/ld: cannot find /usr/lib64/libpthread_nonshared.a
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.11.1
    Affected Version :-
    11.1 RHEL5(x86-64)
    RPM missing :-
    glibc-devel (64-bit)
    ApplyDatabase_01281418.log
    This is on the list of required:
    •glibc-2.5-18.i686 (32-bit)
    •glibc-2.5-18.x86_64
    •glibc-common-2.5-18.x86_64
    •glibc-devel-2.5-18.i386 (32-bit)
    •glibc-devel-2.5-18.x86_64
    This is what is on the server after ULN update
    glibc-2.5-49.el5_5.7 (i686)
    glibc-2.5-49.el5_5.7 (x86_64)
    glibc-common-2.5-49 (x86_64)
    glibc-devel-2.5-49.el5_5.7 (i386)
    glibc-headers-2.5-49.el5_5.7 (i386)
    Is glibc-2.5-49.el5_5.7 (i686) a newer version of •glibc-2.5-18.i686 (32-bit) ? if so, then where do I get the same version that is synonymous with •glibc-devel-2.5-18.x86_64 so I don't have to remove all the UNL updates and apply what is on the installation disk?

  • How to find a package for SAPLUP:700

    Hello everyone,
    I am creating new sandbox, and i have Windows server 2003 and sql server 2005.
    I am doing it by system copy (import export)
    While exporting it asks for SAPLUP:700. which SL controller but i am unable to find SL controller as per mentioned requirement can someone help me.

    Hi Dharmendra,
    You need the SL CONTROLLER 700 and probably also SL CONTROLLER 721 packages for SWPM SP06, in addition to the 721 kernel.  You can obtain them from http://service.sap.com/swdc -> Installations and Upgrades -> Browse our Download Catalog -> SAP Technology Components -> SL TOOLSET -> SL TOOLSET 1.0 -> Kernel for installation/SWPM -> SAP KERNEL <version, e.g. 7.21 EXT 64-BIT UC> -> Installation -> Microsoft Windows.  Download both 51048285_5 (SL CONTROLLER 700 for SWPM SP06) and 51048285_6 (SL CONTROLLER 721 for SWPM SP06).  Note that the "Download Object" name (the 5104xxxx) may change, depending on which kernel version you are downloading, but the "Title" will remain the same.
    Regards,
    Matt

  • Determine Business packages for Portal 7.3

    Dear All,
    Currently i am working on  Portal 7.01 and with back end ECC 6 Ehp 4. And we are using Business packages
    (in Back end ECC)
    SAP_HR     604     0042     SAPKE60442     Human Resources
    EA-HR     605     0019     SAPK-60519INEAHR     SAP Enterprise Extension HR
    (In portal)
    sap.com  BP_ERP5ESS  1.41 SP8 (1000.1.41.8.0.20100916042534)  SAP AG  MAIN_ERP54VAL_C  20110730092814 
    sap.com  BP_ERP5MSS  1.41 SP6 (1000.1.41.6.0.20100412095904)  SAP AG  MAIN_ERP54VAL_C  20100821140130 
    sap.com  BP_ERP5PSS  1.0 SP17 (1000.1.0.17.0.20100302100435)  SAP AG  MAIN_ERP05VAL_C  20100417094734 
    sap.com  SAP_ESS  603 SP5 (1000.603.0.5.10.20100831145331)  DP1  DP1_ESSNTRAK_C  20100901185258 
    sap.com  SAP_MSS  600 SP17 (1000.600.0.17.0.20110920101252)  DP1  DP1_MSSTRK19_C  20120106150420 
    sap.com  SAPPCUI_GP  603 SP6 (1000.603.0.6.1.20100427072959)  SAP AG  MAIN_ERP53PAT_C  20101205085905 
    We have a newly installed Portal 7.3 without any Business Packages installed in it.
    My Questions are,
    1. If i go with same backend ECC 6 Ehp 4 with Portal 7.3, than what are all the BP's that i have to deploy?
    2. Can i go with same Business packages   those i am using currently with Portal 7.01?
    3. How to migrate my ESS and MSS apps (customized apps NWDI )from Portal 7.01 to 7.3
    4. in future if we upgarde our backend to EHP 5 than what happens to WD java Application. i come to know that ESS application are totally built on WD ABAP  for EHP5
    Please help me out to determine the correct Business packages for my requirement.
    Thanks & Regards
    Rajeev Bikkani

    Hi,
    > 1. If i go with same backend ECC 6 Ehp 4 with Portal 7.3, than what are all the BP's that i have to deploy?
    BP's depends upon what all functionality you want to use. e.g If you are using ESS/MSS then you need to deploy BP's for ESS/MSS.
    > 2. Can i go with same Business packages   those i am using currently with Portal 7.01?
    You should install latest version of BP's on NW 7.3 like for ESS/MSS latest version is 1.51.
    > 3. How to migrate my ESS and MSS apps (customized apps NWDI )from Portal 7.01 to 7.3
    You need to migrate all these customization manually as PAR files are not more supported for NW 7.3.
    > 4. in future if we upgarde our backend to EHP 5 than what happens to WD java Application. i come to know that ESS application are totally built on WD ABAP  for EHP5
    >
    It depends upon you. If you want to use ESS/MSS for web dynpro ABAP then you need to install BP of ESS for web dynpro ABAP but if you don't want to use web dynpro then you can use same way as you are doing currently.
    Check SAP Note 1450179 - ESS Based on Web Dynpro ABAP Available.
    Thanks
    Sunny

  • Business packages for Order to Pay process

    HI
    We do not have SRM available or installed in our landscape. In light of this I am wondering if there are any business packages to cater for the "order to pay process", where a user raises a requisition etc etc .. A package in the form available to HR environments such as ESS that can be imported and customized as required. Thanks in advance for info.
    Thanks
    Damien

    Hiya,
    Yann already pointed out where to find the BP for SRM. The Business Package for Supplier Collaboration is also available from the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/contentportfolio">Portal Content Portfolio</a> in the Specialist section. You want to go for the 2.0 release.
    Installation:
    In SAP NetWeaver 2004s, the portal is installed as a usage type via SAPINST. For installing the Business Package for SRM 5.0, the installation process also goes via SAPINST. Please follow SAP note 883948. 
    Best regards
    Dagmar

  • Business Package for SAP Best Practices for Enterprise Portal

    Hi,
    We are implementing EP for ECC 5.0 and we have to web enable some FI transactions like FB50/fb60 etc. We want to use standard business package for this. The only business package that caters this requirement is "Business Package for SAP Best Practices for Enterprise Portal 60.1". When i checked the data source for this business package, the specification is for "SAP R/3 4.6B and above". Does this work for ECC 5.0 as well? In general does the R/3 specific business packages work for ECC versions? Please let me know. Thanks for the help.  I promise rewards.
    Regards
    Hari

    Hari,
    When you download the BPO via Portal Content Portfolio,
    each bpo has additional information on the release.
    For example for the one you are inquiring about - Business Package for SAP Best Practices for Enterprise Portal, the additional release information is provided on the following links;
    https://www2.iviewstudio.com/sdn/info/index.cfm?action=faqs&part=#QSR03
    https://www2.iviewstudio.com/sdn/detail_view/index.cfm?action=package_information&CatalogSet=SAP%20Content&ItemID=17212&CFID=7544845&CFTOKEN=99283970
    Regards,
    James

  • Business packages for Mailing & Project Management

    Hi everybody, here is my question/problem:
    I'd like to integrate in my SAP Portal (6.0.15) two new functionalities. One for mailing and other one for project management.
    For Mailing I've seen "Business Package for Communication", but i've red that it only works for Portal 5.0. Is this true? Does anybody know anothe B.P. for mailing in SAP Portal 6.0?
    For Project Management I've seen in the SAP Software Distribution Service this one:
    SAP for Professional Services Edition 2005 ==> Project Management ==> BI CONT (Component Version)
    Does anybody know if this is a B.P. for Project Management?
    Any replies are welcome
    Thanks a lot in advance.
    Alberto.

    Hi,
    Chk out this link, it points to Project Self Service.
    http://help.sap.com/erp2005_ehp_01/helpdata/en/3f/a197422836c76ae10000000a155106/content.htm
    You can find the prerequisites & the configuration required in the above link.
    For this Business Package you have to install the following software components:
    SAP PSS 600
    BP ERP05 PROJ SELF-SERV 1.0
    Regards,
    Abhishek

Maybe you are looking for

  • How to convert a datetime value to UTC (or GMT)

    I have this problem. The user should provide the following inputs: - A date time value - i.e: 10 september 2006, 10:40 AM - The world location to which that value refers - i.e.: Rome/Italy I need as output, the UTC date time value: - i.e: 10 septembe

  • Can't copy purchased music from iTunes to iPod(logged into a Windows domain

    I'm running iTunes on Windows XP. I've been using it to manage my music including purchasing music for iTunes.The laptop I'm using I also use it for work and log into a work Domain. I recently purchased an iPod (video) and attempted to transfer music

  • Export a purchased Dvd to I-Tunes for Apple TV

    I have a dvd that I purchased that I would like to download to my itunes account. The service hot line says I need the digital version which is only available on newer dvds. My question is there a way to download to itunes or is there a third party s

  • Change array index font size using VI scripting

    Hello All,                      I have a array control in my front panel, I'm wondering is there any way to change that "array index" font size using VI scripting? Example: 1. I have this array 2. Manually I have changed the font size of the array in

  • Tomcat application context.xml

    This is my problem: I've been programming my own implementation of a Realm. within I want to access a <Environment>-Entry situated in a customized Context.xml : <Context docBase="${catalina.home}/webapps/slide" privileged="true" antiResourceLocking="