Restart a clean portal installation

What do I have to delete to rstart from scratch a portal install. The oracle DB is installed and running.
Should I remove everything under /usr/sap/<J2EE SID>
anything else needs to be deleted? j2eeadm users?
John

John -
I would start by deleting everything in the usr/sap<J2EE SID> directory.  Also, you'll need to drop the schemas for PCD and WCM (assuming you named them the default).  One final note is that you'll want to delete everything in the /tmp folder if you run SAPInst directly from the mounted CD.
Regards,
Kyle

Similar Messages

  • Snow Leopard 10.6.3 upgrade issues..  I run the full install and my computer restarts to complete the installation, but when it restarts the software has not upgraded.  Any suggestions?

    I've tried to upgrade to Snow Leopard 10.6.3.  I run the full install and my computer restarts to complete the installation, but when it restarts the software has not upgraded.  Any suggestions?

    Are you booting from the retail disc to do the installation, or running it while booted from Macintosh HD?
    It should work either way, but it doesn't always work when booted from Macintosh HD. The system files are supposed to be moved into place during the restart (while the HD is unmounted) making for a long restart time which sometimes causes people to think somethings wrong and abort it. Which is a bad move.
    If you're booting from the retail disc it's less obvious what the problem may be; however if you've tried it from booted from the HD and it's failed, then tried booting from the disc, it will fail again because the system components are already on the HD in a disc image waiting to be moved into place.
    Whichever way you were tryig, I'd try downloading OmnDiskSweeper (it's free)  and using it to see if there's a large package (around 7-10 GB) lurking somewhere that may contain the installer files. If you do, you'll need to trash that before the installer will see a 'clean' system again.
    It's also worth asking how much free space you have on your HD - if there's not enough for the installer to use for the temporary package or dmg, it'll fail.
    Was there no warning dialogue after the unsuccessful install?
    Message was edited by: noondaywitch ; link added

  • Bootcamp assistant doesn't restarts to the Windows installer. Macbook pro 13" (early 2015)

    I'm trying to install windows 8.1 on my new macbook pro 2015, things are good until I got to the point after I chose the size of partition then mac restarts. It supposed to reboot to windows installer as described in step 4 below, but it boots into mac.
    I was able to install the windows to my macbook air before without a problem, hope someone could suggest what I did wrong here.
    Followed exact steps from here - How to install Windows using Boot Camp - Apple Support
    1. Check System Requirements
    Some versions of Windows require a certain processor, and more hard drive space and memory (RAM) than others. Check the documentation that came with your copy of Windows to find out what you need. Then use System Information to see what your Mac currently has.
    2. Create a disk image of your Windows disc
    When you purchase Windows, it either comes as a disk image file (ISO) or as an installation disc. If your copy of Windows came on a DVD, you should create a disk image of your installation disc.
    3. Open Boot Camp Assistant
    Boot Camp Assistant walks you through installing Windows on your Mac. Open this app from the Utilities folder in the Applications folder and follow the onscreen instructions to automatically repartition your startup disk and download related software drivers for Windows. When prompted, connect your USB flash drive.
    4. Format your Windows partition
    When you complete the assistant, your Mac restarts to the Windows installer. When you're asked where you want to install Windows, select the BOOTCAMP partition, then click Format.
    5. Install Windows
    Follow the onscreen prompts to finish your Windows installation.
    6. Restart your computer
    After Windows is installed, you can switch between OS X and Windows. Use the Startup Disk preference pane in OS X, or the Boot Camp system tray item in Windows to select your startup disk, then restart your computer

    Ok, I finally got the problem solved. It didn't mention anywhere that I have to restart and holding down the 'option' key, then go to EFI boot... hope it'll help someone with the same issue.
    Cheers!

  • Trying to restore a Mountain Lion caldav.sql into a fresh/clean Mavericks installation

    Call me cynical, but upgrades and Migration Assistant were never my thing. I'm starting to experiment with migrating some of my Mountain Lion OS X Servers to Mavericks.
    Under OS X Server 2.2.x (Mountain Lion), I had a script that would individually backup the postgres_server databases, caldav, collab, device_management, etc.
    I'm now working with a clean Mavericks installation and trying to restore the caldav db. Through the help of ~morgen, I've worked out that caldav seems to have its own postgres instance and I can see and view the fresh caldav database there:
    /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -U caldav -h /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9/ caldav
    So, I backed that up before proceeding with:
    /Applications/Server.app/Contents/ServerRoot/usr/bin/pg_dump -U caldav -h /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9/ -c caldav | gzip -c > /Library/Server/Backups/PostgreSQL/caldav.sql.gz
    And then tried to use dropdb to drop it, so I could use createdb to re-create it and then use psql to suck in my Mountain Lion backup. The three intended commands in order would have been:
    /Applications/Server.app/Contents/ServerRoot/usr/bin/dropdb -U caldav -h /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9/ caldav
    /Applications/Server.app/Contents/ServerRoot/usr/bin/createdb -U caldav -h /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9/ caldav
    /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -U caldav -h /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9/ -d caldav < /Library/Server/Backups/PostgreSQL/caldav.sql
    HOWEVER.... the first command failed:
    dropdb: database removal failed: ERROR:  database "caldav" is being accessed by other users
    DETAIL:  There is 1 other session using the database.
    Interestingly, even though neither Calendar nor Contacts server are running, there's quite a bit running under _calendar:
    _calendar         656   0.0  0.1  2471756   4412   ??  Ss    6:53pm   0:00.03 postgres: caldav caldav [local] idle                         
    _calendar         651   0.0  0.0  2471120   2228   ??  Ss    6:53pm   0:00.11 postgres: wal sender process caldav [local] streaming 0/422E020                         
    _calendar         650   0.0  0.0  2460732   2216   ??  S     6:53pm   0:00.07 /Applications/Server.app/Contents/ServerRoot/usr/bin/pg_receivexlog -h /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9 --no-password --directory /Library/Server/Calendar and Contacts/Data/Database.xpg/backup --verbose
    _calendar         649   0.0  0.0  2491744   1496   ??  S     6:53pm   0:00.02 /usr/sbin/distnoted agent
    _calendar         646   0.0  0.0  2465500    652   ??  Ss    6:53pm   0:00.19 postgres: stats collector process                            
    _calendar         645   0.0  0.0  2465500    416   ??  Ss    6:53pm   0:00.02 postgres: archiver process                            
    _calendar         644   0.0  0.0  2470988   2460   ??  Ss    6:53pm   0:00.12 postgres: autovacuum launcher process                            
    _calendar         643   0.0  0.0  2470856    560   ??  Ss    6:53pm   0:00.06 postgres: wal writer process                            
    _calendar         642   0.0  0.0  2470856   1240   ??  Ss    6:53pm   0:00.09 postgres: writer process                            
    _calendar         641   0.0  0.0  2470856   1056   ??  Ss    6:53pm   0:00.01 postgres: checkpointer process                            
    _calendar         639   0.0  0.0  2455256    400   ??  Ss    6:53pm   0:00.01 postgres: logger process                            
    _calendar         638   0.0  0.1  2470856   5272   ??  S     6:53pm   0:00.08 /Applications/Server.app/Contents/ServerRoot/usr/bin/postgres_real -c listen_addresses= -k /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9 -c shared_buffers=105 -c max_connections=70 -c standard_conforming_strings=on -c log_lock_waits=TRUE -c deadlock_timeout=10 -c log_line_prefix=%m [%p]  -c logging_collector=on -c log_truncate_on_rotation=on -c log_directory=/var/log/caldavd/postgresql -c log_filename=postgresql_%w.log -c log_rotation_age=1440
    _calendar         636   0.0  0.0  2492336   2832   ??  S     6:53pm   0:00.04 /System/Library/PrivateFrameworks/TCC.framework/Resources/tccd
    _calendar         634   0.0  0.2  2472760  16104   ??  S     6:53pm   0:02.17 /usr/bin/python /Applications/Server.app/Contents/ServerRoot/usr/bin/xpostgres -c listen_addresses= -k /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9 -c shared_buffers=105 -c max_connections=70 -c standard_conforming_strings=on -c log_lock_waits=TRUE -c deadlock_timeout=10 -c log_line_prefix=%m [%p]  -c logging_collector=on -c log_truncate_on_rotation=on -c log_directory=/var/log/caldavd/postgresql -c log_filename=postgresql_%w.log -c log_rotation_age=1440
    _calendar         630   0.0  0.0  2471388    900   ??  Ss    6:53pm   0:00.20 /sbin/launchd
    So, how can I gently get this mystical one user off of the DB in order to do this? OR, how can I start up calendar in such a way that this mythical user is not connected?
    If I unload this job:
    launchctl load /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/org.calendarserver.agent.plist
    I can no longer access the postgres instance in order to drop and create the db.
    Any other ideas / suggestions / solutions?

    If you knew your sql, I don't think it would be insurmountable to pull apart the full dump.
    As to the upgrades in place, here's some of the output in caldav's error log every startup:
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Beginning database schema check.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Required database key VERSION: 24.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Actual database key VERSION: 24.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Schema version check complete: no upgrade needed.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Database schema check complete.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Beginning database addressbook data check.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Required database key ADDRESSBOOK-DATAVERSION: 2.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Actual database key ADDRESSBOOK-DATAVERSION: 2.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Addressbook data version check complete: no upgrade needed.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Database addressbook data check complete
    To be clear, I don't believe its Server.app. Each of these services stores its schema version IN the database and its checked every startup, and it would appear, that each service knows how to perform that upgrade at each startup.

  • Clean (Custom) Installation of Windows 8.1

    Clean (Custom) Installation of Windows 8.1  
    I have HP Envy laptop which has Windows 8.1 pre-installed.
    Now I'm trying to clean install OS. But how to know the exact Windows 8.1 version.
    I'm trying to boot from pendrive & Its asking what version to install
    Windows 8.1 (Core) / OEM / KMS/OEM-Activated
    Windows 8.1 (Core) N / OEM / KMS/OEM-Activated
    Windows 8.1 (Core) Single Language / OEM / KMS/OEM-Activated
    Windows 8.1 Core Connected (with Bing) / OEM / KMS/OEM-Activated
    Windows 8.1 Pro / OEM / KMS/OEM-Activated
    Windows 8.1 Pro N / OEM / KMS/OEM-Activated
    Windows 8.1 Pro VL / OEM / KMS/OEM-Activated
    Windows 8.1 Pro N VL / OEM / KMS/OEM-Activated
    Windows 8.1 Pro WMC / OEM / KMS/OEM-Activated
    Windows 8.1 Enterprise / OEM / KMS/OEM-Activated
    Windows 8.1 Enterprise N / OEM / KMS/OEM-Activated
    Windows Embedded 8.1 Industry Pro / OEM / KMS/OEM-Activated
    Windows Embedded 8.1 Industry Enterprise / OEM / KMS/OEM-Activated
    ** In system properties it is showing Windows 8.1
    No sub version is shown                                                       

    Download and Belarc Advisor, it will give you all sorts of information about your computer including the OS
    http://www.belarc.com/free_download.html
    Please mark my post as SOLVED if it has resolved your problem. It helps others with similar situations.

  • Queries related to Portal Installation

    Hi All,
    I have a few queries :
    We hv installed EP 6.0 based on standalone Java 6.40 system.Wt is the meaning of SCS Instance no.during POrtal installation ? On wt basis does Visual Administrator takes 50004 port for its connectivity when we open irj site with port 50000? Lastly after Portal Java standalone installation two Instance services are formed in SAP MMC , what does these two mean and stand for and wt do they indicate ,secondly which is the cluster and which is the server one amongst the two.Revert to these queries at earliest as i need this info urgently.
    Regards,
    Saumya

    SCS stands for central services of SAP NetWeaver AS Java instance, with enqueue and message service.The Central Services run on one physical machine and constitute a Java instance.
    You could get a better response on an appropriate forum,I think.
    You have got quite a lot of threads open .Pls close them if u r fine with replies u have recieved .It would also be nice if you could  go through this
    Must read</b>
    Rgrds
    Vineeth

  • Enterprise Portal Installation

    Dear Expert,
              I am New Implementation Consultant, i dont know how to follow the correct procedure. Please provide for us INSTALLATION GUIDE AND IMPLEMENTATION NOTES, AFTER INSTALLATION CONFIGURATION STEPS, DOCUMENT LINKS.
    Thanks,
    Selvarajs

    Hi Selvaraj,
    Please check the below help file and link on Enterprise Portal installation.
    http://help.sap.com/saphelp_nw04/helpdata/en/22/e082410d4cbe0fe10000000a1550b0/content.htm
    http://wiki.sdn.sap.com/wiki/display/EP/PortalInstallation,ConfigurationandCustomizationTips
    Hope it helps.
    Regards,
    Raghu

  • Cannot connect to new portal installation. PLEASE HELP!!!

    EP6 on MS SQL with J2EE 6.2
    When I connect with my browser to http://<fqn>:50000/irj, I receive the following:
    Service Unavailable 503!
    javax.servlet.UnavailableException: Initialization of Dispatcher failed
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:370)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:212)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$400(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:447)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:672)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:314)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1288)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    J2EE has been patched up to 4/11/05.  It is the cluster installation, but installed on a single Win2003 server only, which also hosts SQL Server.  SAP Support has verified the portal installation, but has yet to find the problem.
    http://<fqn>:50000 displays the J2EE documentation and all the example apps work.  I can telnet to <fqn> 50008 successfully.  I can open the J2EE Administrator at 50004 with Administrator user blank password.
    Not sure where to go from here.  Any and all help is greatly appreciated.

    MS Windows Server 2003, Version 5.2, Build 3790
    MS SQL Server, Version 8.00.760
    Java version 1.3.1_12
    SAP J2EE Engine 6.2, PL 31
    SAP EP 6.0, SP 1, Patch 2
    This is a new installion. We have yet to connect to the portal. The
    error is encountered when trying to do so at the address
    http://<FQN>:50000/irj.
    Here is the latest console log 2005_4_13_at_16_54_55_output.log
    [OS: Windows XP] [VM vendor: Sun Microsystems Inc.] [VM version:
    1.3.1_12-b03] [VM type:Java HotSpot(TM) Client VM]
    SAP J2EE Engine Version 6.20 PatchLevel 92173.20 is starting...
    Loading: LogManager ...
    Loading: R3StartupManager ...
    Loading: ThreadManager ...
    Loading: TimeoutManager ...
    Loading: MemoryManager ...
    Loading: PoolManager ...
    Loading: PolicyManager ...
    Loading: ConnectionsManipulator ...
    Loading: IpVerificationManager ...
    Loading: ClusterManager ...
    Loading: ClassLoaderManager ...
    Loading: PortsManager ...
    Loading: LockManager ...
    Loading: ServiceManager ...
    Loading core services:
      Starting core service security ... done. (62 ms)
      Starting core service p4 ... done. (
    218 ms)
    Starting core service monitor ... done. (188 ms)
      Starting core service admin ... done. (250 ms)
      Starting core service log ... done. (406 ms)
    Core services loaded successfully.
    Loading additionalservices:
      Starting service httptunneling ... done. (31 ms)
      Starting service jms ... done. (15 ms)
      Starting service telnet ... done. (16 ms)
      Starting service shell ... done. (78 ms)
      Starting service http ... done.
    (63 ms)
    Additional services loaded successfully.
    SAP J2EE Engine Version 6.20 PatchLevel 92173.20 is running!
    PatchLevel 92173.20 April 11, 2005 14:43 GMT
    Login :Element 1459975381 joined.    Wed Apr 13 16:55:33 PDT 2005

  • Portal installation fails

    Hi,
    when i was installing portal...
    i get the error
    An error occurred during the installation of component sap netweaver '04  sr1>Netweavercomponents running on java>platform>portal installation.Check the logs
    when i chcek the logs
    "INFO 2011-06-03 13:59:02
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2011-06-03 13:59:02
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.xml to: q0w9e9r8t7.1.xml.
    INFO 2011-06-03 13:59:02
    Creating file C:\Program Files\sapinst_instdir\NW04\EP\EP\q0w9e9r8t7.1.xml.
    INFO 2011-06-03 13:59:03
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.xml to: C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.1.xml.
    INFO 2011-06-03 13:59:03
    Copying file C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.xml to: C:/Program Files/sapinst_instdir/NW04/EP/EP/keydb.1.xml.
    INFO 2011-06-03 13:59:03
    Creating file C:\Program Files\sapinst_instdir\NW04\EP\EP\keydb.1.xml.
    INFO 2011-06-03 13:59:07
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'SAP_ALL\I056362' on host '.'.
    INFO 2011-06-03 13:59:07
    Creating file C:\Program Files\sapinst_instdir\NW04\EP\EP\summary.html.
    PHASE 2011-06-03 13:59:07
    Prepare the installation program.
    INFO 2011-06-03 13:59:09
    Installation start: Friday, 03 June 2011, 13:59:00; installation directory: C:\Program Files\sapinst_instdir\NW04\EP\EP; product to be installed: SAP NetWeaver '04 SR1> NetWeaver Components Running on Java> Portal Platform> Portal Installation
    INFO 2011-06-03 13:59:50
    Creating file C:\Program Files\sapinst_instdir\NW04\EP\EP\java.log.
    INFO 2011-06-03 13:59:50
    Output of C:\usr\sap\F31\jdk1.4.2/bin/java -version is written to the logfile java.log.
    INFO 2011-06-03 13:59:50
    Execution of the command "C:\usr\sap\F31\jdk1.4.2/bin/java -version" finished with return code 0. Output: java version "1.4.2_11"Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_11-b06)Java HotSpot(TM) Client VM (build 1.4.2_11-b06, mixed mode)
    INFO 2011-06-03 13:59:50
    Looking for SAP system instances installed on this host...
    WARNING 2011-06-03 13:59:51
    Error 5 (Access is denied.
    ) in execution of a 'RegOpenKeyEx' function, line (79), with parameter (SYSTEM\CurrentControlSet\Services\Firehk).
    WARNING 2011-06-03 13:59:51
    The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Firehk' does not exist on the 'localhost' host.
    WARNING 2011-06-03 13:59:51
    The step lookForAlreadInstalledJ2EEEngine with step key EP_PORTAL_MAIN|ind|ind|ind|EP60|ind|0|EP60|ind|ind|ind|EP60|ind|0|lookForAlreadInstalledJ2EEEngine was executed with status ERROR.
    Please help me in resolving this issue.
    Thanks,
    Sudhanshu

    Hi,
    > WARNING 2011-06-03 13:59:51
    > Error 5 (Access is denied.
    > ) in execution of a 'RegOpenKeyEx' function, line (79), with parameter (SYSTEM\CurrentControlSet\Services\Firehk).
    You are getting Access is denied error. Make sure that you will give 777 access on installation directory.
    Thanks
    Sunny

  • Is there any list for out of the box portlets that come with portal installation.

    Is there any list for out of the box portlets that come with portal installation?
    Ramesh

    Yes - it's in the online help, on the Learning About Your Portal : About Portlets page. Here is the content:
    Portlets Created Upon Install
    The following portlets (and their necessary portlet Web services and Remote Servers) are created when you install the portal:
    Folder Expertise:This portlet displays the list of folders for which the user is an expert. It is added to the User Profile page by default.
    General Information:This portlet displays the default Profile Page. It is added to the User Profile page default.
    Managed Communities:This portlet displays the list of communities managed by the user. It is added to the User Profile page by default.
    Portal Login:This portlet allows users to log in to the portal. You probably want to add this to the guest user's home page so that users can log in from the default page displayed when they navigate to your portal.
    Portal Search:This portlet allows users to search your portal and access their saved searches. Users might want to add this to their home page for easy access to their saved searches.
    The following portlet templates (and any necessary portlet web Services and Remote Servers) are created when you install the portal:
    Community Links:This template is used by the portal to create portlets that display the links saved in a Community Knowledge Directory folder. To learn more about Community Links Portlets, see Community Links Portlets.
    Content Snapshot:This template is used by the portal to create portlets that display the results of a Snapshot Query.
    You can also install the following functionality as part of the Optional Enterprise Web Components:
    [url[/url]Stored Content:This portlet template allows you to create portlets that display stored content that is periodically refreshed. You might use this type of portlet to display content that is resource-intensive or takes a long time to generate. To learn more about Stored Content portlets, see Stored Content Portlets.
    [url[/url]XML Source:This portlet template allows you to create portlets that can collect XML content from an external source and display it in the portal as HTML. To learn more about XML Source portlets, see XML Source Portlets.

  • Portal Installation Errors

    during the portal installation through RapidInstaller i am getting following errors at the ABAP UME screen and i am not able to sort out what the error message is all about
    <b>Connect to SAP gateway failed Connect_PM TYPE=A ASHOST=sap-epp SYSNR=00 GWHOST=sap-epp GWSERV=sapgw00 PCS=1 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR partner '172.17.16.191:sapgw00' not reached TIME Tue Dec 19 15:01:03 2006 RELEASE 700 COMPONENT NI (network interface) VERSION 38 RC -10 MODULE nixxi.cpp LINE 2764 DETAIL NiPConnect2 SYSTEM CALL connect ERRNO 10061 ERRNO TEXT WSAECONNREFUSED: Connection refused COUNTER 1</b>
    please provide me some help and i thank you all in advance for the same

    Hi Aijaz,
    You can get the same at this location. Browse by Netweaver 04 or Netweaver 04s as per your requirement. you need a service market place user id for this purpose.
    https://websmp208.sap-ag.de/instguides
    Hope this helps.
    Regards,
    Venkat.
    [Reward points if useful]

  • Does Visual composer requires enterprise portal installation?

    Hi all,
    Does Visual composer requires enterprise portal installation?
    or can it be installed standalone and used standalone.
    Also does Visual composer reuires BI-JAVA stack,
    or can it run on BI-ABAP stack also
    Thanks all,
    Regards,
    Robert

    Hi ,
    Thx Markus,
    one more question...
    Is VC a stand alone application/package by itself that does not require EP or does it come with EP.
    Thanq.
    Regards,
    Robert.

  • FIM Service and Portal Installation Ends Prematurely

    Hello All,
        I'm in the process of setting up a new production FIM 2010 R2 server. I have already installed the FIM synchronization service and I was able to install this successfully.
    I have already installed SharePoint services (WSS 3.0) and configured it for FIM. But when I try to install the FIM Service and Portal.
    I keep getting and error that says " FIM Service and Portal Installation Ends Prematurely" with no other details. If anybody has any advice please let me know. 
        I have already installed everything on a stand alone box in a dev environment and it all works correctly however I am unable to now install in a production environment 

    Cameron is right - you should consider FIMService account nearly as normal AD account for user*
    An installer account should be admin on the box, where you are installing FIMService and he should be sysadmin on SQL during installation of FIMService. An installer account should be other than FIMService account itself.
    *FIMService account:
    Lock down the Service Account
    The service account should not be used by any other services or users. The account must not be used to logon interactively and requires no access to any additional resources beyond those granted during setup. The service account is used to provide the security
    context for the MIIS service as it accesses resources on the MIIS server and the associated database. It also provides the security context for the execution of any rules extensions.
    Lock down the service account to ensure no malicious user is able to sign in using its credentials and gain access to MIIS data. Configure Group Policies to lock down the account and restrict access to this account. Since the MIIS service only needs the account
    to run as a service, restrict the account as follows:
    Deny logon as a batch job.
    Deny logon locally.
    Deny logon through Terminal Services.
    Deny access to this computer from the network.
    If you found my post helpful, please give it a Helpful vote. If it answered your question, remember to mark it as an Answer.
    Good topic for a Wiki article:
    http://social.technet.microsoft.com/wiki/contents/articles/23330.technet-guru-contributions-for-march.aspx
    Thanks Dominic and Jose!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • BW7.0 workbooks precalculation without Portal installation

    Hi all,
    I am using BW7.0 without Portal installation.
    As far as I know broadcasting cannot be used without portal installation for bw7.0 workbook.(If I am wrong,please correct me)
    Can anyone help to suggest how can I realize BW 7.0 workbook precalculation without portal.
    Many thanks!
    Best Regards,
    Maggie

    HI Maggie
    There are two ways
    1.distributing workbook via email (I think you are looking for this option)
    2. to portal
    You need precalucation server set up for the same .But  i'm not sure whether we need portal for the same ,There is very good Howto on the same. Request you to go through it.
    These are some OSS checklist from the same PDF
    Implement OSS Notes:
    857739 (Solves connection transfer
    issues)
    855220 (Solves gateway issues)
    929005 (Solves errors of 2
    workbooks being scheduled at the
    same time)
    930507 (Solves errors of having 2
    instances of Excel running on one
    server)
    929799 (Solves gateway issues)
    932649 (Solves rfc issues with
    timing of multiple workbooks)
    935063 (Solves corrupt workbook
    issue)
    These are REQUIRED for
    Broadcasting to work properly. If
    youu2019re running BW 3.5 SP17
    (NetWeaver 2004s SP7), these are
    already included.
    2. . Make sure you've downloaded and
    installed latest version of
    Precalculation Service
    (BWAPSERV12_0-10002960).
    When installing, make sure you have
    full admin rights.
    http://service.sap.com/bi
    > Download
    > Support Packages and Patches
    > Entry by Application Group
    > Support Packages and Patches
    > SAP NetWeaver
    > SAP NETWEAVER
    > SAP NETWEAVER 04
    > Entry by Component
    > BI Precalculation
    > BW ANALYZER PRECALC SERVICE350
    > Win32
    > BWAPSERV12_0-10002960.zip
    As of this document, patch 12 is the
    latest pre-calculation service for BW
    3.5. Implement OSS Note 928491 to
    install the latest fix to the precalculation
    service post patch 12.
    NOTE: You can just install this patch
    as it is as a full install.
    For more information about installing
    and updating the Pre-calculation
    Service, see notes 745206 and
    744127.
    Let me know if you need the same PDF
    Thanks
    Nerusu

  • Portal Installation DVD's

    Hi,
    I want to install EP. I want to what the right DVD's are for Netweaver Application Server Java with oracle.
    The installation document lists the DVD's required but the names are different on servicemarketplcae.
    Can anyone tell me what are all the DVD's i need?
    Regards
    Cyrus

    When you want to Install EP on NetWeaver, you cannot get the DVDs seperately for Application server and EP.
    You should get the complete package of NetWeaver 04. It has all the DVDs for the portal installation.
    Hope this helps,
    Kumar

Maybe you are looking for

  • Error while running Project Creation BP in Unifier 10

    Hi Friends, Getting the error[/shell/action.xml:1748: Could not invoke method cloneProjectBP] while running Project Request BP. Regards Kedar

  • Creation of a PO with reference to a contract - change of company code

    Hi experts, When a PO is made with reference to an existing contract, the company code is copied automatically from the contract into the PO. Do you have an idea if it's possible to modify this in the PO? So that we can choose another company code? T

  • How to allow user to enter multiple values?

    Hi, can someone tell me how I can allow user to select multiple values from a selection screen. To be more clear, I have to display 4 values on the selection screen and want to allow user to select 2 or 3 values from it. It will be very helpful if so

  • Loading only aac tracks to ipod

    I have ongoing issues with many mp3 encoded files being "skipped" when I try to play them back on my ipod. I have discovered that if the offending tracks are converted to aac tracks within itunes, that they will play fine on the ipod. To save some ef

  • Mac Pro front USB cable

    I have an original Mac Pro and it is missing the cable that connects the front USB to the motherboard. It looks like I can just use a standard SATA cable. Can I do this, or does this have a special pinout?