Installation of NWDI Add in for NW04s

Hi,
I have an ABAP+JAVA BI 7.0 system.
I want to install a DI Add in.
When I try ot use the lifecycle management option in sapinst & select only DI usage type,it installs the java engine again & deletes the curent "j2ee" folder.
Is there any way of installing only DI without disrupting the current Java setup.
Pls. help.
Thanks a lot.
Saba.

Hi Rajeev,
At Sapinst go to SAP NW'04 Java System (J2EE) -> <DB> Server ->
-> Distributed Systems -> Dialog Instance Installation
Or
If NW'04s go to Sapinst -> Additional Software Life-Cycle Tasks -> Application Server -> <DB> Server -> Dialog Instance
<b>Note: If you installing and DI in the same box, change the system number!</b>
This should solve your problem....
Regards
Juan
Please reward with points if helpful

Similar Messages

  • Error in Installation of JAVA Add-in for CRM system

    Hi All,
    During the installation of Java Core Upgrade 6.20 for CRM,  I am encountering problems during the SDM deploymentt stage.
    The error is as follows:
    <b>
    See 'C:\j2sdk1.4.2_08\bin\java  -Xmx64M   -Djava.ext.dirs="E:\SAPCRMInstallables\J2EE_WAS620\SDM/libs" -jar "E:\SAPCRMInstallables\J2EE_WAS620\SDM/SDM.jar" autoupdate "sdmHome=E:/usr/sap/<SID>/DVEBMGS00/SDM/program" "popDir=E:\SAPCRMInstallables\J2EE_WAS620\SDM"' output in 'C:\SAPinstMSSQLSAPINST\java.log'.
    ERROR 2005-08-19 15:05:56
    MOS-01012  PROBLEM: 'C:\j2sdk1.4.2_08\bin\java  -Xmx64M   -Djava.ext.dirs="E:\SAPCRMInstallables\J2EE_WAS620\SDM/libs" -jar "E:\SAPCRMInstallables\J2EE_WAS620\SDM/SDM.jar" autoupdate "sdmHome=E:/usr/sap/<SID>/DVEBMGS00/SDM/program" "popDir=E:\SAPCRMInstallables\J2EE_WAS620\SDM"' returned with '4' which is not a defined as a success code.</b>
    Any pointers in solving this problem would be of great help. Thanks in advance,
    Regards,
    Prasenjit

    Please advice if you were able to find a solution.

  • JAVA Add-in For Central ABAP Instance installation failure

    Hi!  I'm attempting to install a java add-in to an ABAP central instance in our sandbox for NW04 SR1.  After sapinst is started, the process runs for approximately 2 minutes then fails. I've not been successful in determining exactly why.  I have environment variables set for JAVA_HOME, SAPINST_JRE_HOME, and even a specific TEMP directory with gigs of available space.
    The process "reads the configuration", "creates working directories", "changes to those working directories", "prepares for installation", then starts a child process which immediately crashes.
    The message I first receive is:  Connection to SAPinst broken, please correct and restart....  
    within AIX, the message states iauxsysex.c:297 child 2519168 has crashed.  Executable directory......Contact Support.
    also.  iaextract.c.883: child has signaled an exec error
    Thanks if you can offer assistance.
    Shane

    Hi Shane,
    This problem is nearly always to do with User Limits. Depending on the shell you are using you can view and change the limits using the limit or the ulimit command. If you change a limit the new value holds only for the shell and processes started in this shell. Hence if you change limits you have to do it in identically the same shell process from which you start sapinst.
    If you are using csh or tcsh run limit to view all limits. The limits stacksize, datasize and memory are especially important. If they are not yet unlimited you should set them to unlimited using the commands
    limit stacksize unlimited
    limit datasize unlimited
    limit memory unlimited
    Please verify the result using
    limit
    If you are using ksh or bash run
    ulimit -a
    to view the limits and
    ulimit -d unlimited
    ulimit -s unlimited
    ulimit -m unlimited
    to set the limits.
    Retry the SAPinst once you have set these ulimits

  • NW04s (BI) JAVA Add-in for ABAP fails at step CONFIGURE EP

    Hi All
    We recently upgraded our NW04 BI 3.5 to NW04s BI 7.0 AS ABAP.  We are now in the process of installing AS JAVA and UT BI JAVA, EP.   Our platform is Unix (AIX) and database Oracle.
    JAVA add-in is failing at the step "Configure Enterprise Portal" with the error message:
    Installation is being performed using sapinst from DVD/CD D51031797.
    SAP Netweaver 2004s SR1-> Addtional Software Life Cycle tasks -> Java
    Add-in for ABAP -> Oracle -> Central System -> Central Instance Java
    add-in.
    Error:
    ERROR 2007-05-09 00:26:04
    CJS-00320 Portal Deployment Monitor Error: The Portal Configuration
    Upgrade report file
    (/usr/sap/B82/DVEBMGS82/SDM/../j2ee/cluster/server0/cf_installation.report) does not exist.<br>SOLUTION: Contact your local support center.
    Do someone know how to resolve this problem?
    Shashi

    thanks

  • Error while installing the SAP J2EE add-on for SAP NW XI installation

    Error while installing the SAP J2EE add-on for SAP NW XI installation  
    Posted: Jan 24, 2007 5:23 PM         Reply      E-mail this post 
    Hello,
    When I am installing the SAP SAP J2EE add-on for SAP NW XI installation I am getting the follwing error:
    CJS-00084 SQL statement or script failed. DIAGNOSIS: Error message: Executable /oracle/XID/920_64/bin/sqlplus returns 127.. SOLUTION: See ora_sql_results.log and the Oracle documentation for details
    Could some one help me to resolve this error and install the SAP J2EE add-on?
    Thanks,
    George

    Hi George,
    Kindly use the latest installation Masted in Service market place. That will possibly solve your problem.
    Regards
    Vivek

  • Fuzzy Lookup Add-In for Excel - Unattended installation

    Hi.
    I would lige the Fuzzy Lookup Add-In for Excel to be installed silently, but it seems only to be possible for a Per-User installation with the parameter "setup.exe /passive"
    I need the installation to be for All Users, but I can´t find any parameter that makes that possible.
    / Torsten  

    Hi,
    Based on your description, your required could be done via logon scripts. Please see the below steps:
    1. Open Notepad.
    2. Copy and paste, or type, the following:
    Const ENGINEERING_GROUP = "cn=engineering"
    Const FINANCE_GROUP = "cn=finance"
    Const HUMAN_RESOURCES_GROUP = "cn=human resources"
    Set wshNetwork = CreateObject("WScript.Network")
    wshNetwork.MapNetworkDrive "h:",
    "\\FileServer\Users\" & wshNetwork.UserName
    Set ADSysInfo = CreateObject("ADSystemInfo")
    Set CurrentUser = GetObject("LDAP://" &
    ADSysInfo.UserName)
    strGroups = LCase(Join(CurrentUser.MemberOf))
    If InStr(strGroups, ENGINEERING_GROUP) Then
    wshNetwork.MapNetworkDrive "g:",
    "\\FileServer\Engineering\"
    wshNetwork.AddWindowsPrinterConnection
    "\\PrintServer\EngLaser"
    wshNetwork.AddWindowsPrinterConnection
    "\\PrintServer\Plotter"
    wshNetWork.SetDefaultPrinter
    "\\PrintServer\EngLaser"
    ElseIf InStr(strGroups, FINANCE_GROUP) Then
    wshNetwork.MapNetworkDrive "g:",
    "\\FileServer\Finance\"
    wshNetwork.AddWindowsPrinterConnection
    "\\PrintServer\FinLaser"
    wshNetWork.SetDefaultPrinter
    "\\PrintServer\FinLaser"
    ElseIf InStr(strGroups, HUMAN_RESOURCES_GROUP) Then
    wshNetwork.MapNetworkDrive "g:",
    "\\FileServer\Human Resources\"
    wshNetwork.AddWindowsPrinterConnection
    "\\PrintServer\HrLaser"
    wshNetWork.SetDefaultPrinter
    "\\PrintServer\HrLaser"
    End If
    3. On the File menu, click Save As.
    4. In Save in, click the directory that corresponds to the domain controller's Netlogon shared folder (usually SystemRoot\SYSVOL\Sysvol\DomainName\Scripts where DomainName is the domain's fully qualified domain name).
    5. In Save as type, click All Files.
    6. In File name, type a file name, followed by .vbs, and then click Save. WSH uses the .vbs extension to identify files that contain VBScript commands.
    More reference::
    http://technet.microsoft.com/en-us/library/cc758918(v=WS.10).aspx
    http://technet.microsoft.com/en-us/library/cc784088(v=ws.10).aspx
    http://technet.microsoft.com/en-us/library/cc779490(v=WS.10).aspx
    If you have further question about logon scripts, I recommend you post the question to below forum.
    https://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG&filter=alltypes&sort=lastpostdesc
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • TDM Excel Add-In for Microsoft Excel will not install: Installation Summary No software will be installed or removed.

    Hello,
    My7 computer is running Windows 7, I have the Base installation of LabVIEW, and have Microsoft Office 2007 installed.
    I have downloaded the Add-In for Microsoft Excel from:
    http://zone.ni.com/devzone/cda/epd/p/id/2944
    unzipped it successfully (66 files created)
    searched for messages and updates  (No notifications.)
    and I get a screen reading:
    Start Installation
       Review the following summary before continuing.
    Installation Summary
       No software will be installed or removed.
    The "Next" button is grayed out, leaving "Save File" "<<Back" and "Cancel"
    Does anyone have a suggestion why I am unable to go any further?
    Thank you,
    Solved!
    Go to Solution.

    Are you sure it hasn't been installed before? Under Control Panel...Programs and Features...National Instruments Software...do a "Change/Remove" and look down the list for "NI TDM Excel Add-In verX.XX". If found, uninstall and re-run the installer for the newest version.
    This might help as well.
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx

  • Install JAVA add-in for ABAP problem.

    Hello.
    I tried to install java Add-in for ABAP on SAP NetWeaver 7.0 Support Release3.
    (OS : AIX 5.3 , database : DB2)
    The installation of phase "Central Service Instance (SCS) Java Add-in" and "Database instance Java Add-in" is complete
    But in the last phase "Central Instance Java Add-in"
    It show error
    "TYPE=A<BR>STATE=<BR>INFO_SHORT=IO EXCEPTION:
    Unexpected end of file from server::<BR>CONFIGURATION="
    at step "Configure System Landscape Directory".
    (I read it from /tmp/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/DB6/CENTRAL/CI/java.log)
    I checked the Environment variable for Java and is set correctly.
    I stoped the instance and restart the server ,Then tried to re-install but the same error still appear.
    Any idea?
    Thanks.
    Regards.
    - Chai -

    Thanks for your reply.
    I have clear all remain shared memory after stop instance and database.
    But it still show the same error.
    sapinst_dev.log:
    ERROR      2009-05-25 13:45:33.277 [sixxcstepexecute.cpp:951]
    FCO-00011  The step configSLDMainLocalMapSecRolesToUsers with step key
    |NW_Addin_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|1
    3|0|NW_Usage_Types_Configuration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_SLD|ind|ind|ind|ind|
    0|0|configSLDMainLocalMapSecRolesToUsers was executed with status ERROR
    ( Last error reported by the step :Java EE Engine configuration error. DIAGNOSIS:
    See output of logfile java.log: 'IO EXCEPTION: Unexpected end of file from
    server:: '.).
    TRACE      2009-05-25 13:45:33.323 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing service
    SAP NetWeaver 7.0 Support Release 3 > Software Life-Cycle Options > Java Add-In
    for ABAP > IBM DB2 for Linux, UNIX, and Windows > Central System > Central Instance
    Java Add-In ( Last error reported by the step :Java EE Engine configuratio
    n error. DIAGNOSIS: See output of logfile java.log: 'IO EXCEPTION:
    Unexpected end of file from server:: '.). You may now </p> <ul> <li> choose <i>Retry</i> t
    o repeat the current step. </li> <li> choose <i>View Log</i> to get more information
    about the error. </li> <li> stop the task and continue with it later. </
    li> </ul> <p> Log files are written to /db2/sourceSAP/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/DB6/CENTRAL/CI.
    </p> </body></html>
    TRACE      2009-05-25 13:45:33.323 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    sapinst.log :
    ERROR 2009-05-25 13:45:32.830
    CJS-30059  Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log:
    'IO EXCEPTION: Unexpected end of file from server:: '.
    java.log:
    TYPE=A<BR>STATE=<BR>INFO_SHORT=IO EXCEPTION:
    Unexpected end of file from server::<BR>CONFIGURATION=
    log from Log Browser
    ERROR 2009-05-25 13:45:32.830
    CJS-30059  Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log: 'IO EXCEPTION: Unexpected end of file from server:: '.
    Please help.
    Regards,
    - Chai -
    Edited by: ChaiChai2 on May 25, 2009 9:21 AM
    Edited by: ChaiChai2 on May 25, 2009 9:22 AM
    Edited by: ChaiChai2 on May 25, 2009 9:23 AM

  • Recieveing "OnUCAppointmentGetVisible" error in Outlook 2013 (64 bit) - "Custom UI Runtime Error in Lync Meeting Add-in for Microsoft Office 2013"

    Hi All,
    I originally posted this in the MS Support forums (http://answers.microsoft.com/en-us/office/forum/office_2013_release-outlook/recieveing-onucappointmentgetvisible-error-in/1a40eca2-8cd1-40f1-a92f-cb08f0af6b72), but was directed over here.
    I have recently upgraded an installation of Office 2010 to 2013 (both 64 bit) but am now receiving an error which says:
    Window Title - "Custom UI Runtime Error in Lync Meeting Add-in for Microsoft Office 2013"
    An error occured while calling the callback: "OnUCAppointmentGetVisible"
    This seem to happen when I initially open a calender entry, and when I close the entry (most only the first time I close the entry).
    I did have some developer tools installed for Office 2010 and VS 2010 which played around with Excel,2013 but I have now uninstalled these.
    In addition, BCM 2010 was installed (but for the time being has been uninstalled), but I don't think that is the culprit.
    The issue is being caused be an Outlook add-in. I have three COM add-in enabled, but the one causing the issue in the "Lync Meeting Add-in for Microsoft Office 2013".
    We are currently trialling Lync in a demo installation which is in a different domain to any of the Exchange accounts, but should this cause a problem? For the time being I have disable this add-in.
    Regards,
    Chris
    Chris

    Hi,
    Sorry for my misunderstanding. If the issue is determined to be caused by Lync Meeting Add-in, please remove this add-in from Outlook, then go to Control Panel to repair Office 2013 program. After repairing,
     this add-in would be automatically reinstalled. Please check whether the issue persists. About how to repair Office programs, please refer to:
    http://office.microsoft.com/en-us/outlook-help/repair-office-programs-HA010357402.aspx
    If the Lync Meeting Add-in is not automatically reinstalled, please try to manually add this add-in by the following steps:
    1. Starting Outlook 2013 as an Administrator (right click, run as Admin).
    2. Click File > Options > Add-ins, Manage Com Add-Ins Go... > Add..., C:\Program Files (x86)\Microsoft Office\Office15\UCAddin.dll, OK.
    3. Close Outlook and start it as a normal user.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Error while Installing the Java Add-In for an Existing ABAP System

    Hi all,
    I need help, i am Installing the Java Add-In for an Existing ABAP System
    SAPInst stops on the first installation step: "Central Services Instance (SCS) Java Add-In", the step is "Install common system files" on the following sub-steps:
    These are the last few lines on the sapinst.log.
    INFO 2009-05-21 12:35:12
    Execute step createAccounts of component |NW_Addin_SCS|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|3|0.
    INFO 2009-05-21 12:35:18
    Execute step setUserEnvironment of component |NW_Addin_SCS|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|3|0.
    INFO 2009-05-21 12:35:19
    Execute step InstallJDBCDriver of component |NW_Addin_SCS|ind|ind|ind|ind|0|0|NW_JDBCDriver_DB4|ind|ind|ind|ind|4|0.
    INFO 2009-05-21 12:35:19
    Creating directory V:\sapmnt\BIQ\jdbc.
    INFO 2009-05-21 12:35:19
    Creating directory V:\sapmnt\BIQ\jdbc\tbx.
    INFO 2009-05-21 12:35:21
    Copied file 'V:/QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar' to 'V:/sapmnt/BIQ/jdbc/tbx/jt400.jar'.
    INFO 2009-05-21 12:35:22
    Execute step updateNtPatchDlls of component |NW_Addin_SCS|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|5|0.
    INFO 2009-05-21 12:35:23
    Execute step sCreateSystemOS4 of component |NW_Addin_SCS|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|5|0.
    ERROR 2009-05-21 12:35:42
    MOS-02001  Call of command "CRTR3SYS SID(BIQ) GLOBALHOST(*LOCAL)" failed. Exception is "CPF0006".
    ERROR 2009-05-21 12:35:42
    MOS-02001  Call of command "CRTR3SYS SID(BIQ) GLOBALHOST(*LOCAL)" failed. Exception is "CPF0006".
    ERROR 2009-05-21 12:35:42
    FCO-00011  The step sCreateSystemOS4 with step key |NW_Addin_SCS|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|5|0|sCreateSystemOS4 was executed with status ERROR .
    Thanks in advance for any help.
    Kiran Chebrolu

    Hi,
    Hope this note would solve your issue, please read carefully and validate with your issue
    Note 1032019 - Java Add-In: Error when you create the SCS instance
    below notes give your suffice information.
    Note 883948 - NW 7.00(2004s): Inst.Add.Java Usage Types/Software Units
    Note 1268493 - NW 7.01/BS 7: Inst.Add.Java Usage Types/Software Units
    Note 1025789 - RUNR3CMD generates CPF0006
    regards
    nag

  • During the installation of grid infra(cluster) for Oracle 11.2 RAC one.

    Good Day All, and thanks in advance…
    During the installation of grid infrastructure(cluster) for Oracle 11.2 RAC One Node on AIX6.1 ( PROD) , ASM used. I am getting below errors when executing ./root.sh
    Upon investigation ,I managed to get note: 1068212.1 from the support oracle site ( see below for details) . I might be hitting Unpublished bug 8670579. I also logged Severity 2 SR with Oracle support to get the bug/patch fix and no one has attended the call.
    This might be configuration issue or otherwise , if you have experienced the same issue please assist ? ( if you need more logfiles please feel free to request)….
    I ran the Cluster Verify Check – all passed.
    Many Thanks
    Ezekiel Filane
    /u01/app/11.2.0/grid#./root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= grid
    ORACLE_HOME= /u01/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
    The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
    The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-10-19 10:33:11: Parsing the host name
    2010-10-19 10:33:11: Checking for super user privileges
    2010-10-19 10:33:11: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    User grid has the required capabilities to run CSSD in realtime mode
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'system'..
    Operation successful.
    root wallet
    root wallet cert
    root cert export
    peer wallet
    profile reader wallet
    pa wallet
    peer wallet keys
    pa wallet keys
    peer cert request
    pa cert request
    peer cert
    pa cert
    peer root cert TP
    profile reader root cert TP
    pa root cert TP
    peer pa cert TP
    pa peer cert TP
    profile reader pa cert TP
    profile reader peer cert TP
    peer user cert
    pa user cert
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-2672: Attempting to start 'ora.gipcd' on 'csgipm'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'csgipm'
    CRS-2676: Start of 'ora.gipcd' on 'csgipm' succeeded
    CRS-2676: Start of 'ora.mdnsd' on 'csgipm' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'csgipm'
    CRS-2676: Start of 'ora.gpnpd' on 'csgipm' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'csgipm'
    CRS-2676: Start of 'ora.cssdmonitor' on 'csgipm' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'csgipm'
    CRS-2672: Attempting to start 'ora.diskmon' on 'csgipm'
    CRS-2676: Start of 'ora.diskmon' on 'csgipm' succeeded
    CRS-2676: Start of 'ora.cssd' on 'csgipm' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'csgipm'
    Start action for daemon aborted
    CRS-2674: Start of 'ora.ctssd' on 'csgipm' failed
    CRS-2679: Attempting to clean 'ora.ctssd' on 'csgipm'
    CRS-2681: Clean of 'ora.ctssd' on 'csgipm' succeeded
    CRS-4000: Command Start failed, or completed with errors.
    Command return code of 1 (256) from command: /u01/app/11.2.0/grid/bin/crsctl start resource ora.ctssd -init
    Start of resource "ora.ctssd -init" failed
    Clusterware exclusive mode start of resource ora.ctssd failed
    CRS-2500: Cannot stop resource 'ora.crsd' as it is not running
    CRS-4000: Command Stop failed, or completed with errors.
    Command return code of 1 (256) from command: /u01/app/11.2.0/grid/bin/crsctl stop resource ora.crsd -init
    Stop of resource "ora.crsd -init" failed
    Failed to stop CRSD
    CRS-2500: Cannot stop resource 'ora.asm' as it is not running
    CRS-4000: Command Stop failed, or completed with errors.
    Command return code of 1 (256) from command: /u01/app/11.2.0/grid/bin/crsctl stop resource ora.asm -init
    Stop of resource "ora.asm -init" failed
    Failed to stop ASM
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'csgipm'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'csgipm' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'csgipm'
    CRS-2677: Stop of 'ora.cssd' on 'csgipm' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'csgipm'
    CRS-2677: Stop of 'ora.gpnpd' on 'csgipm' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'csgipm'
    CRS-2677: Stop of 'ora.gipcd' on 'csgipm' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'csgipm'
    CRS-2677: Stop of 'ora.mdnsd' on 'csgipm' succeeded
    Initial cluster configuration failed. See /u01/app/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_csgipm.log for details
    csgipm:/u01/app/11.2.0/grid#ps -ef | grep pmon
    root 6160492 3932160 0 10:54:13 pts/2 0:00 grep pmon
    more /u01/app/11.2.0/grid/log/csgipm/client/ocrconfig_5767204.log
    csgipm:/usr/sbin#more /u01/app/11.2.0/grid/log/csgipm/client/ocrconfig_5767204.log
    2010-10-19 10:33:14.435: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-10-19 10:33:14.435: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-10-19 10:33:14.435: [  OCRRAW][1]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    2010-10-19 10:33:14.435: [  OCRRAW][1]proprioini: all disks are not OCR/OLR formatted
    2010-10-19 10:33:14.435: [  OCRRAW][1]proprinit: Could not open raw device
    2010-10-19 10:33:14.442: [ default][1]a_init:7!: Backend init unsuccessful : [26]
    2010-10-19 10:33:14.461: [ OCRCONF][1]Exporting OCR data to [OCRUPGRADEFILE]
    2010-10-19 10:33:14.461: [  OCRAPI][1]a_init:7!: Backend init unsuccessful : [33]
    2010-10-19 10:33:14.461: [ OCRCONF][1]There was no previous version of OCR. error:[PROCL-33: Oracle Local Registry is not configured]
    2010-10-19 10:33:14.461: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2010-10-19 10:33:14.461: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2010-10-19 10:33:14.462: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2010-10-19 10:33:14.462: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2010-10-19 10:33:14.462: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-10-19 10:33:14.462: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-10-19 10:33:14.462: [  OCRRAW][1]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    2010-10-19 10:33:14.462: [  OCRRAW][1]proprioini: all disks are not OCR/OLR formatted
    2010-10-19 10:33:14.462: [  OCRRAW][1]proprinit: Could not open raw device
    2010-10-19 10:33:14.462: [ default][1]a_init:7!: Backend init unsuccessful : [26]
    2010-10-19 10:33:14.462: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-10-19 10:33:14.463: [  OCRRAW][1]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-10-19 10:33:14.463: [  OCROSD][1]utread:3: Problem reading buffer 104ef000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-10-19 10:33:14.483: [  OCRRAW][1]ibctx: Failed to read the whole bootblock. Assumes invalid format.
    2010-10-19 10:33:14.483: [  OCRRAW][1]proprinit:problem reading the bootblock or superbloc 22
    2010-10-19 10:33:14.483: [  OCROSD][1]utread:3: Problem reading buffer 104fe000 buflen 4096 retval 0 phy_offset 102400 retry 0
    2010-10-19 10:33:14.483: [  OCROSD][1]utread:3: Problem reading buffer 104fe000 buflen 4096 retval 0 phy_offset 102400 retry 1
    2010-10-19 10:33:14.483: [  OCROSD][1]utread:3: Problem reading buffer 104fe000 buflen 4096 retval 0 phy_offset 102400 retry 2
    2010-10-19 10:33:14.484: [  OCROSD][1]utread:3: Problem reading buffer 104fe000 buflen 4096 retval 0 phy_offset 102400 retry 3
    2010-10-19 10:33:14.484: [  OCROSD][1]utread:3: Problem reading buffer 104fe000 buflen 4096 retval 0 phy_offset 102400 retry 4
    2010-10-19 10:33:14.484: [  OCROSD][1]utread:3: Problem reading buffer 104fe000 buflen 4096 retval 0 phy_offset 102400 retry 5
    2010-10-19 10:33:14.484: [  OCRRAW][1]propriogid:1_1: Failed to read the whole bootblock. Assumes invalid format.
    2010-10-19 10:33:14.541: [  OCRAPI][1]a_init:6a: Backend init successful
    2010-10-19 10:33:14.646: [ OCRCONF][1]Initialized DATABASE keys
    2010-10-19 10:33:14.650: [ OCRCONF][1]Exiting [status=success]...

    Hi,
    We are also trying to install 11.2.0.2 Grid infrastructure for Oracle RAC One Node on AIX 6.1. We did a POC in our lab environment and after much struggle got that working. Now we are building 4 clusters in the production environment and the first cluster installation failed while running root.sh on node2. We already have a Sev1 ticket open with Oracle Support but have not heard anything.
    Here is root.sh output from node2. The two node names are p01dou416 and p01dou417.
    CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node p01dou416, number 1, and is terminating
    An active cluster was found during exclusive startup, restarting to join the cluster
    Failed to start Oracle Clusterware stack
    Failed to start Cluster Synchorinisation Service in clustered mode at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 1020.
    /u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/rootcrs.pl execution failed
    [root@P01DOU417] /u01/app/11.2.0/grid #
    LOG output: /u01/app/11.2.0/grid/cfgtoollogs/crsconfig/ rootcrs_p01dou417.log
    2010-11-13 17:22:14: Successfully started requested Oracle stack daemons
    2010-11-13 17:22:14: Starting CSS in clustered mode
    2010-11-13 17:22:14: Executing cmd: /u01/app/11.2.0/grid/bin/crsctl start resource ora.cssd -init
    2010-11-13 17:32:28: Command output:
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'p01dou417'
    CRS-2672: Attempting to start 'ora.gipcd' on 'p01dou417'
    CRS-2676: Start of 'ora.cssdmonitor' on 'p01dou417' succeeded
    CRS-2676: Start of 'ora.gipcd' on 'p01dou417' succeeded> CRS-2679: Attempting to clean 'ora.cssd' on 'p01dou417'
    CRS-2681: Clean of 'ora.cssd' on 'p01dou417' succeeded
    CRS-2673: Attempting to stop 'ora.diskmon' on 'p01dou417'
    CRS-2677: Stop of 'ora.diskmon' on 'p01dou417' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'p01dou417'
    CRS-2677: Stop of 'ora.gipcd' on 'p01dou417' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'p01dou417'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'p01dou417' succeeded
    CRS-5804: Communication error with agent process
    CRS-4000: Command Start failed, or completed with errors.
    End Command output2010-11-13 17:32:28: Executing cmd: /u01/app/11.2.0/grid/bin/crsctl check css
    2010-11-13 17:32:28: Command output:
    CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
    End Command output2010-11-13 17:32:28: Checking the status of css
    2010-11-13 17:32:33: Executing cmd: /u01/app/11.2.0/grid/bin/crsctl check css
    2010-11-13 17:32:33: Command output:
    CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
    End Command output2010-11-13 17:32:33: Checking the status of css
    2010-11-13 17:32:38: CRS-2672: Attempting to start 'ora.cssdmonitor' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2672: Attempting to start 'ora.gipcd' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2676: Start of 'ora.cssdmonitor' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-2676: Start of 'ora.gipcd' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-2672: Attempting to start 'ora.cssd' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2672: Attempting to start 'ora.diskmon' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2676: Start of 'ora.diskmon' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-2674: Start of 'ora.cssd' on 'p01dou417' failed
    2010-11-13 17:32:38: CRS-2679: Attempting to clean 'ora.cssd' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2681: Clean of 'ora.cssd' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-2673: Attempting to stop 'ora.diskmon' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2677: Stop of 'ora.diskmon' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-2673: Attempting to stop 'ora.gipcd' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2677: Stop of 'ora.gipcd' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'p01dou417'
    2010-11-13 17:32:38: CRS-2677: Stop of 'ora.cssdmonitor' on 'p01dou417' succeeded
    2010-11-13 17:32:38: CRS-5804: Communication error with agent process
    2010-11-13 17:32:38: CRS-4000: Command Start failed, or completed with errors.
    2010-11-13 17:32:38: Failed to start Oracle Clusterware stack
    2010-11-13 17:32:38: ###### Begin DIE Stack Trace ######
    2010-11-13 17:32:38: Package File Line Calling
    2010-11-13 17:32:38: --------------- -------------------- ---- ----------
    2010-11-13 17:32:38: 1: main rootcrs.pl 324 crsconfig_lib::dietrap
    2010-11-13 17:32:38: 2: crsconfig_lib crsconfig_lib.pm 1020 main::__ANON__
    2010-11-13 17:32:38: 3: crsconfig_lib crsconfig_lib.pm 997 crsconfig_lib::start_cluster
    2010-11-13 17:32:38: 4: main rootcrs.pl 697 crsconfig_lib::perform_start_cluster
    2010-11-13 17:32:38: ####### End DIE Stack Trace #######
    2010-11-13 17:32:38: 'ROOTCRS_STACK' checkpoint has failed
    Any help on this is appreciated.
    Edited by: user12019257 on Nov 17, 2010 1:26 PM

  • Add on for ECC6.0

    Hi Everybody,
    I have installed ECC6.0 ABAP version and during the installation have not selected AS JAVA, EPCORE and EP.
    Now i intend to install these componets from the setup again without selectin ECC and ABAP, just by selecting these components with selectiong any other one.
    1. Can i do it.
    2. Any specific way (like having a sepereate client etc...)
    3. If possible any tips and tricks
    Thank you in advance

    Hi Bharani, you need to install the Java Addin, the steps are clear in the installation guides, you need to find the installation guide for your os, sap software (erp, netweaver) as double stack (Java+ABAP)
    I had only one problem
    Installing the Java Add-In for an existing abap system
    Good luck...
    Reward me points if helpful.

  • Installing Java Add-In for an existing ABAP System -Error SQL compatibility

    Hello gurus,
    We have a system and it has only the ABAP instance! So my goal is install the JAVA iinstance. In this momment I´m reading the section "4.4.2 Installing the Java Add-In for an Existing ABAP System (Optional)" in installation guide "SAP ERP 6.0 SR3" (ABAP+JAVA). So, I want to install the JAVA instance which is the Java Add-In for an existing ABAP system!
    So what I did was followed that instructions on that section in guide!
    As you certainly know this process has three sequential phases:
    1) Central Services Instance (SCS) Java Add-In
    2) Database Instance Java Add-In
    3) Central Instance Java Add-In
    The first phase - Central Services Instance (SCS) Java Add-In - it already finished with success, but I´m faccing with a weird error in second phase  Database Instance Java Add-In when I entered all required input parameters, SAPinst shows an error that says:
    The database PRD has the wrong compatibility level. The database used for the installation of an SAP system must have compatibility level: 80 for MS SQL Server 2000 90 for MS SQL Server 2005 SOLUTION: See the MS SQL Server documentation on how to set the compatibility level for a database.
    I don´t know what´s happen, in fact my database is an SQL Server 2008 (100), but I already change it at management studio, the compatibility level to MS SQL Server 2005, but still the error remains!!!     I also tried to ran again the sapinst process, I restarted it but it still show me this error!!
    Can you tell me why and how can I solve this problem?
    Best regards,
    João Dimas - Portugal

    Hello Sunny,
    I still have this error... I don´t know what do to more for this situation!
    I found one not which report this error of compatibility - Note 1152240 - Setting Up Microsoft SQL Server 2008 (R2) - in chapter "VII TROUBLESHOOTING" which said to follow the instructions in chapter III - "Installing SAP systems based on SAP NetWeaver 7.0 SR3".
    When I read this last chapter (III) it tell us to do:
    If you want to install an SAP system based on SAP NetWeaver 7.0 SR3 on SQL Server 2008, you cannot use the Installation Master and Kernel DVD that you received from SAP or downloaded from SAP Service Marketplace. Instead, you have to do the following:
    Patch your runtime libraries by applying the procedure that is described in note 684106 for your release and machine architecture.
    Use a modified Installation Master DVD
    For more information, see section "VI PROCEDURES" -> "Creating a modified Installation Master DVD".
    Use a modified Kernel DVD
    For more information, see section "VI PROCEDURES" -> "Creating a modified Kernel DVD".
    I did everything that is said in the note (except the "Creating a modified Kernel DVD") because I can not access to the note 1480785 (it say: "The requested SAP Note is either in reworking or is released internally only")
    Can you help me... can you guide me... please!?
    Best regards,
    João Dimas - Portugal

  • Unable to install SQL SSRS add-in for SharePoint

    I am unable to install MS SQL SSRS add-in for SharePoint 2010 in a two tier architecture. The following message is displayed while running the Add-in installation:
    "Please ensure Microsoft SharePoint Technologies is installed"
    The environment setup is as mentioned below:
    SharePoint Server
    Has SharePoint 2010 installed
    Hosts Central Administration.
    Has SQL 2008 Reporting Services installed.
    SQL Server:
    Has SQL 2008 R2 installed in SharePoint Integrated Mode
    Has SQL Reporting Services
    Has SharePoint Server installed, configured and joined to two tier farm.
    Could you please help resolve this issue?

    Hi Abhijit,
    According to your description, my understanding is that you got an error when you ran SQL Reporting service add-in for SharePoint 2010.
    Which version add-in did you use? Please you installed the right version.
    There are some reasons for this error:
    You are installing the wrong version of add-in. For example, installing 32bit add-in on x64 machine or vice versa.
    You haven’t install SharePoint on the report server machine
    Your SharePoint installation is not recognized by the add-in. Either cases, you need to reinstall SharePoint.
    Some similar articles for your reference:
    http://geekswithblogs.net/naijacoder/archive/2010/06/28/140653.aspx
    http://blogs.devhorizon.com/reza/2008/10/16/shifting-from-ssrs-2008-native-to-integrated-for-good/
    About installing reporting service add-in, please refer to the links:
    http://stevemannspath.blogspot.com/2012/10/reporting-services-2012-integrated-mode.html
    http://msdn.microsoft.com/en-us/library/aa905871.aspx
    Best Regards
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • PowerView - Can't install reporting services add-in for sharepoint

    hey,
    i'm trying to install PowerView on our existing sharepoint server.
    i'm following the steps in the deployment document-->
    http://msdn.microsoft.com/en-us/library/hh231687%28v=sql.110%29.aspx
    i'm stuck now with the installtion of the " Reporting Services Add-in" nothing seenms to work, i've tried to follow the steps in this document -->
    http://msdn.microsoft.com/en-us/library/aa905871%28SQL.110%29.aspx
    and the error that i'm facing is -->
    SSRSCustomActionError: Could not load file or assembly 'Microsoft.ReportingServices.SharePoint.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
    i've checked in windows\assembly folder and the Microsoft.ReportingServices.SharePoint.Common version is 11.0.0.0
    so, i have a newer version then i need?
    what can i do?
    Dave

    Hello.
    After having the same issue like you in a recently installed SahrePoint 2013 SP1 farm, and using the information I found in http://msdn.microsoft.com/en-us/library/aa905871%28v=sql.110%29.aspx, I traced with the tool procmon the operation, and finally solved
    the problem after discovering a little bug.
    These were the steps I performed:
    1.- I installed "Microsoft SQL Server 2012 RS Add-in for SharePoint" with the command
    Msiexec.exe /i rsSharePoint.msi SKIPCA=1
    2.- I executed PROCMON ...creating a filter of include the Process Name "rsCustomAction.exe"
    3.- I executed a elevated Command Prompt, and going to %temp% folder (in my case C:\Users\%username%\AppData\Local\Temp), executed rsCustomAction.exe /i
    4.- After execute this command I obtained in the Command Prompt the error:
    C:\INSTALL\RS>rsCustomAction.exe /i
    2014-09-29 08:59:20: User: sharepoint-farm
    2014-09-29 08:59:20: Installing Report Server feature.
    2014-09-29 08:59:23: Calling copyappbincontents command.
    2014-09-29 08:59:23: Install error: The system cannot find the file specified
    2014-09-29 08:59:24: Error details: System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
       at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
       at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
       at RSCustomAction.BaseProcessLaunch.LaunchCommand(String fileName, String arguments, Boolean ignoreExitCode)
       at RSCustomAction.PsconfigCommands.CopyAppBinContents()
       at RSCustomAction.RSFeatureSetup.Install(Boolean repair, Int32 addRetries)
    2014-09-29 08:59:24: Uninstalling Report Server feature.
    2014-09-29 08:59:24: Stopping W3SVC service.
    2014-09-29 08:59:26: Removing Report Server web application files
    2014-09-29 08:59:26: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\80\App_GlobalResources\ReportServer.resx.
    2014-09-29 08:59:26: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\22816\App_GlobalResources\ReportServer.resx.
    2014-09-29 08:59:26: Removing Report Server web.config modifications
    2014-09-29 08:59:26: web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\80\web.config
    2014-09-29 08:59:26: web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\22816\web.config
    2014-09-29 08:59:26: Starting W3SVC service.
    2014-09-29 08:59:26: SSRSCustomActionError: The system cannot find the file specified
    5.- Tracing the results in PROCMON, I discovered an extrange issue: The installation was looking for the command PSCONFIG.exe but in a in a folder different than standard.
    The installation was look for PSCONFIG in
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\BIN
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN\BIN
    ...instead C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN or C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
    So... the solution which worked for me was to create C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN\BIN and place here PSCONFIG.EXE and PSCONFIG.EXE.CONFIG obtained from C:\Program Files\Common Files\Microsoft Shared\Web Server
    Extensions\15\BIN
    After doing it, the "Microsoft SQL Server 2012 RS Add-in for SharePoint" was installed fine as you can see en the next Command Prompt capture:
    C:\INSTALL\RS>rsCustomAction.exe /i
    2014-09-29 09:09:16: User: sharepoint-farm
    2014-09-29 09:09:16: Installing Report Server feature.
    2014-09-29 09:09:19: Calling copyappbincontents command.
    2014-09-29 09:11:56: SharePoint Products Configuration Wizard version 15.0.4569.1503. Copyright (C) Microsoft Corporation 2012. All rights reserved.
    Performing configuration task 1 of 3
    Initializing SharePoint Products configuration...
    Successfully initialized the SharePoint Products configuration.
    Performing configuration task 2 of 3
    Installing the application content files...
    Installing the SharePoint Central Administration Web Application content files...
    Installing the SharePoint Web Application content files...
    Successfully installed the application content files.
    Performing configuration task 3 of 3
    Finalizing the SharePoint Products configuration...
    Successfully completed the SharePoint Products configuration.
    Total number of configuration settings run: 3
    Total number of successful configuration settings: 3
    Total number of unsuccessful configuration settings: 0
    Successfully stopped the configuration of SharePoint Products.
    Configuration of the SharePoint Products has succeeded.
    2014-09-29 09:11:56:
    2014-09-29 09:11:56: copyappbincontents command completed successfully.
    2014-09-29 09:12:17: Adding ReportServer feature to farm.
    2014-09-29 09:12:18: Installed ReportServer feature.
    2014-09-29 09:12:38: Adding ReportServerStapling feature to farm.
    2014-09-29 09:12:38: Installed ReportServerStapling feature.
    2014-09-29 09:12:58: Adding ReportServerItemSync feature to farm.
    2014-09-29 09:12:58: Installed ReportServerItemSync feature.
    2014-09-29 09:13:18: Adding ReportServerCentralAdmin feature to farm.
    2014-09-29 09:13:21: Installed ReportServerCentralAdmin feature.
    2014-09-29 09:13:21: Activating Report Server feature to root level site collections.
    2014-09-29 09:13:21: Activating feature in web app 'dev-apps.eg.local - 80'
    2014-09-29 09:13:31: Activating feature to root site collection: http://dev-apps.eg.local
    2014-09-29 09:13:31: Feature already activated in site collection http://dev-apps.eg.local
    2014-09-29 09:13:31: Activating Report Server feature in all admin site collections.
    2014-09-29 09:13:31: Activating feature in web app 'SharePoint Central Administration v4'
    2014-09-29 09:13:31: Activating feature to root site collection: http://egdevsps-ap1:10000
    2014-09-29 09:13:42: Activated feature for root site collection: http://egdevsps-ap1:10000
    2014-09-29 09:13:42: Activating feature to root site collection: http://egdevsps-ap1:10000/sites/Help
    2014-09-29 09:13:42: Activated feature for root site collection: http://egdevsps-ap1:10000/sites/Help
    2014-09-29 09:13:42: Activating Report Server Central Admin feature in root-level admin site collections.
    2014-09-29 09:13:42: Activating feature in web app 'SharePoint Central Administration v4'
    2014-09-29 09:13:42: Activating feature to root site collection: http://egdevsps-ap1:10000
    2014-09-29 09:13:42: Feature already activated in site collection http://egdevsps-ap1:10000
    2014-09-29 09:13:42: Calling InstallHelp command.
    2014-09-29 09:15:26: SharePoint Products Configuration Wizard version 15.0.4569.1503. Copyright (C) Microsoft Corporation 2012. All rights reserved.
    Performing configuration task 1 of 3
    Initializing SharePoint Products configuration...
    Successfully initialized the SharePoint Products configuration.
    Performing configuration task 2 of 3
    Installing help collections...
    Successfully installed help collections.
    Performing configuration task 3 of 3
    Finalizing the SharePoint Products configuration...
    Successfully completed the SharePoint Products configuration.
    Total number of configuration settings run: 3
    Total number of successful configuration settings: 3
    Total number of unsuccessful configuration settings: 0
    Successfully stopped the configuration of SharePoint Products.
    Configuration of the SharePoint Products has succeeded.
    2014-09-29 09:15:26:
    2014-09-29 09:15:26: InstallHelp command completed successfully.
    2014-09-29 09:15:26: Stopping W3SVC service.
    2014-09-29 09:15:29: Starting W3SVC service.
    The command completed successfully
    Maybe this is a bug, or maybe a result of failed installation of PowerPivot, but the true is: for me that was the solution
    Regards.

Maybe you are looking for

  • Hacks for changing color on template?

    I would like to change the colors on these templates...is there a hack for this? The link is to the template I want to alter.... http://farm4.static.flickr.com/3525/397791516724080b6594o.jpg

  • IPad 3rd gen not charging via wall socket

    Ok I'm really annoyed right now, my iPad 3rd gen has suddenly decided not to charge when plugged via adapter to the wall socket. I thought it was the cables fault so I went into the currys store and bought an apple charger, came home and I have the s

  • Can't Send Mail: Authentication Required.

    Hi All, If anyone can help me with this, it will be most appreciated. Mail Version 2.1 (752/752.2) I can receive e-mail, no Problem. I can't send e-mail... I keep getting this message: Cannot send message using the server outgoing. verizon.net The se

  • OWB and Stage/Target Schema Options?

    OWB and Stage/Target Schema Options? ========================= Thanks for your replies. As we know that we need to have Landing, Staging and Target (Data Warehouse) areas in ETL process. We are able to configure in multiple ways in OWB. Option 1 Keep

  • Satellite A300 - Webcam not working since I installed Win7

    Hi, I have toshiba laptop Satellite A300, It had windows vista installed in this laptop but i formated and installed Windows 7 and since i have installed this windows 7 my webcamera is not working it gives an error "webcam driver open fail.please res