Install 11g system parameters

Hi,
oracle install put out follwings :
Checking for rmem_default=4194304; rmem_default=110592.     Failed <<<<
Checking for rmem_max=4194304; rmem_max=131071.     Failed <<<<
Checking for wmem_default=262144; wmem_default=110592.     Failed <<<<
Checking for wmem_max=262144; wmem_max=131071.     Failed <<<<
Check complete. The overall result of this check is: Failed <<<<
I need the Linux/Unix commande to change these values.
Many thanks.

I need the Linux/Unix commande to change these valuesDid you read the Installation guide ?

Similar Messages

  • ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox). I have the users grid and oracle11g. Add groups and install grid infrastructure first as a grid user and install database as oracle user as in documentation successfully.
    I have following users and groups as
    [grid@orcl11g ~]$ id grid
       uid=501(grid) gid=502(oinstall) groups=502(oinstall),492(vboxsf),501(grid),503(dba),505(asmdba),506(asmadmin),507(asmoper)
    [grid@orcl11g ~]$ id oracle11g
       uid=500(oracle11g) gid=502(oinstall) groups=502(oinstall),500(oracle11g),492(vboxsf),503(dba),504(oper),505(asmdba)
    .bash_profile edited  for oracle11g user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=ora11g
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=ora11g
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    .bash_profile edited  for grid user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=+ASM
    export ORACLE_BASE=/u01/app/grid
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/grid
    export GRID_HOME=$ORACLE_BASE/product/11.2.0/grid
    export ORACLE_SID=+ASM
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    When I log on as grid user. I check the followings:
    [grid@orcl11g ~]$ crsctl check has
    CRS-4638: Oracle High Availability Services is online
    [grid@orcl11g ~]$ srvctl status database -d ora11g
    Database is running.
    [grid@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:17:37 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> select status from v$instance;
    STATUS
    STARTED
    Till here everything seems to be OK!!!!
    When I log as  oracle user. I check the followings:
    [oracle11g@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:21:46 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'
    Also when I log on as a grid user again and use following commands to shutdown and start database again the STATUS of instance is again STARTED not OPEN.
    [grid@orcl11g ~]$ srvctl stop database -d ora11g -o normal
    [grid@orcl11g ~]$ srvctl start database -d ora11g
    And also when I edit /etc/oratab file. I change N to Y for +ASM. But when restart system it seems not changed value is N again.
        +ASM:/u01/app/grid/product/11.2.0/grid:N   # line added by Agent
         ora11g:/u01/app/oracle/product/11.2.0/dbhome_1:Y
    NOW QUESTIONS!!!!!
    1. Why I can't change the status of database to OPEN as grid user?
    2. The status is always STARTED when querying v$instance. İs it status of +ASM or database?
    3. When checking database as grid user it seems to be Database runnning...  If running why it is not in OPEN state? What is running means here?
    4. When I log on as oracle user and query v$instance, then error shown above occured. And also when startup  the database then another error occured as in above. WHY?
    5. When I edit /etc/oratab file manually why second row saved but the first one is changed after restart the system?
    6. Normally, which user have to start, stop or manage database? I think that oracle user is necessary for managing database and the grid user is only for managing ASM and Oracle Restart.
    PLEASE HELP ME TO SOLVE THIS CHAOTİC SİTUATİON!!!
    Thanks,
    DBA_84

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox)
    Pl identify exact version of 11gR2 to 4 decimal places. As noted in your other thread - Failed to start oracle-ohasd, error: Inappropriate ioctl for device ohasd failed to start at roothas.pl - you will need a minimum version of 11.2.0.3 for Linux 6.x - using a lower version may result in unexpected issues or problems.

  • Installing 11g database in Unix

    I was installing 11g database in Unix
    Port number 1521 was not free and I was hit by this issue
    Checking for ip_local_port_range=1024 - 65000;
    found ip_local_port_range=10000 - 65000. Failed <<<<
    In this case if I wanna use some port other than default one (1521) should the parameter LOCAL_LISTENER be set in init.ora file or can I directly make a entry for listener in listener.ora and can I start it ...
    My listener.ora file looks like this
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /SLOTS/slot04/appmgr/Ora11g_Home)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = adorcl)
    (ORACLE_HOME = /SLOTS/slot04/appmgr/Ora11g_Home)
    LISTENER_ADORCL =
    (DESCRIPTION =
    (ADDRESS_LIST=
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
    (ADDRESS = (PROTOCOL = TCP)(HOST = ap6305rt.us.oracle.com)(PORT = 1522))
    But when I start the listener I get a error syaing that
    TNS-01150: The address of the specified listener name is incorrect
    Let me know what should be done

    I have installed 11g database in Unix machine .
    After completing my installation I tried executing catalog.sql and catproc.sql but I faced this issue
    ERROR at line 1:
    ORA-06553: PLS-213: package STANDARD not accessible
    So I tried running standard.sql script to resolve the same
    but I faced this error when i executed standard.sql
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 16 bytes of shared memory ("shared pool","select
    obj#,type#,ctime,mtim...","sql area","tmp")
    So I thought of changing parameters in SGA as
    log_buffer = 1048576
    shared_pool_size = 80M
    java_pool_size = 10048576
    db_cache_size = 10M
    workarea_size_policy = AUTO
    pga_aggregate_target = 10M
    in init.ora file . The I did shutdown by db and tried starting it .
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 140365824 bytes
    Fixed Size 1295952 bytes
    Variable Size 103090608 bytes
    Database Buffers 33554432 bytes
    Redo Buffers 2424832 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Process ID: 13774
    Session ID: 49 Serial number: 5
    So I tried checking the alert.log file to resolve the same , but i was not able to understand what has to be done
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Error 704 happened during db open, shutting down database
    USER (ospid: 15636): terminating the instance due to error 704
    Instance terminated by USER, pid = 15636
    Let me know what has to be done ?

  • Deprecated system parameters with specified values:

    Hi ,
    I am getting below in alert log:
    Deprecated system parameters with specified values:
    remote_os_authent
    IS this parameter is suppotable in 11G and also how can i remove it from SP file with out bouncing the instance.
    thanks..

    1) It is deprecated in 11g as er your alert log message. http://docs.oracle.com/cd/B28359_01/server.111/b28320/initparams199.htm
    2) Set it in your spfile to FALSE which will reset this back to the default. This can't be changed dynamically and you will have to reboot your instance.
    alter system set remote_os_authent=false scope=spfile;

  • Can't Install 11g Db, Error ORA 28547/24324/01041

    hi,
    I was trying to install db 11g and the installation stopped half way through with 3 errors.
    1.ORA 24324: SERVICE HANDLE NOT IDENTIFIED
    2.ORA 01041: INTERNAL ERROR, HOSTDEF EXTERIOR DOES'NT EXIST
    3.ORA 28547: CONNECTION TO SERVER FAILED, PROABLY NET ADMIN ERROR.
    I have just trained on oracle application developper and very new to installing a personal database.
    My machine is a pentium duo core 1.7, 2gb ram and 120 hdd and my OS is XP professional sp2. I connect through this machine
    through my office lan to oracle 9i db in my company server.
    I have tried to set up a 11i DB Personal and 10g developer suite on the same machine.
    I could figured out the 1st error ORA-01041 and understand that the Environment variables have to be changed before I try to
    reinstall 11g.
    As I checked up the variable from System>advanced>environment variables it is showing a very long string which is
    (C:\app\ravid\product\11.1.0\db_1\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program
    Files\Intel\Wireless\Bin\;C:\ORANT\BIN;)
    After looking this up in the c:\oracle folder trace the string only uptil 'bin'.
    I have DEVELOPER 2000 NT with Forms runtime and Graphics runtime already on the machine however i did not see any path in the
    system environment variable for this, or could it be that the string i mentioned above has that included too..one thing i know for
    sure is there was no oracle home before i tried to install the 11g db.
    Could someone also help me out with the 1st and 3rd errors as i don't know what they mean?
    Will really appreciate if you can help me through this.
    Thanks in advance for your time and advice.

    Re: Can't Install 11g Db, Error ORA 28547/24324/01041

  • DAC source system parameters not being generated

    HI all,
    We are implementing BI apps 7962 with Informatica 861 Hot FX11, OBIEE 101341 on Linux5. We have installed and set up the configuration completely. The Informatica services are created and the DAC was configured with the Source System Parameters. When I generated the execution plan parameters, the files are being generated in the SRC files folder. But it seems like the source system parameters I set in the DAC client are not being picked up.
    For example I have set the Initial Extract date as 1/1/2008. But when I ran the load and saw the log files it still seems like the Initial Extract date is 1/1/1970. We have set the custom property for Integration Service overrideMpltVarWithMapVar as Yes. Please help me if any one has seen this before.
    Thanks
    MN
    Edited by: MNRK on Apr 5, 2011 12:49 PM

    Hi,
    When you have configured all the tasks in DAC, while running the loads DAC will generate the parameter files at runtime.
    You need to make sure that parameterfileDW.txt and parameterfileOLTP.txt files are present in DAC Installation Directory\bifoundation\DAC\Informatica\Parameter\Input folder.
    If these files are not present in the above mentioned location then you need to copy them from Informatica Installation Directory\PowerCenter 8.6.1\server\Infa_Shared\SrcFiles folder.
    Hope this helps...................
    Thanks,
    Navin Kumar Bolla

  • Error/Issues Installing 11g R2 on Win7 64-bit Ultimate Ed

    I know this question may have been posted before...but I'm also having issues installing 11g R2 on Windows 7 64-bit Ultimate edition with 4GB RAM.
    It's consistently givine failed check during Prerequisite Checks:
    - Physical Memory failed
    - Available Physical Memory failed
    - Swap Size failed
    etc.
    One of failed message says:
    Physical Memory - This is a prerequisite condition to test whether the system has at least 922MB (944128.0KB) of total physical memory.
    Expected Value      : n/a
    Actual Value      : n/a
    List of errors:
    -      PRVF-7531 : Physical memory check cannot be performed on node "M-PC"
    - Cause: Could not perform check of physical memory on the node indicated.
    - Action: Ensure ability to access the node specified and view memory information.
    Added loopback and updated hosts file in system32... Ran setup as Administrator. Put zip files into one central directory C:\tempload\oracle11gR2\...
    Am I missing something? Access issue somewhere? I had to run notepad as administrator to update hosts file...
    Please advise...
    Thank you very much in advance for your help!

    I was able to continue with the installation (with your suggestion) and loaded 11g R2.
    Thank you again!

  • SAPINST: CJS-20049 Cannot find an installed ABAP systems...

    Hello.
    I want to install a double stack WebAS 6.40 in order to install an XI (as of NW04) on it later on.
    The ABAP Central Instance is running proberly (DB=MSSQL). When i now try to add the Java-Instance to my system
    (path in SAPInst: SAP NetWeaver '04 Support Release 1 -> Java Add-In for ABAP -> MS SQL Server -> Dialog Instance Finalization) I receive a CJS-20049 "Cannot find an installed ABAP system".
    What´s my mistake?
    I tried it with the ABAP system up an running ans also with the ABAP system stopped.
    MIKE

    Any luck Mike? I'm getting exacltly the same error. It's very strange because I got my ABAP+Java development system installed fine. Now I'm installing the production environment and get the CJS-20049 error. I entered an OSS message (text below) but I can't wait the 3 days for a response.
    Does anyone know what command it is issuing to find a system? I have not given any parameters yet so sapinst is still running as root and doesn't know any system or user names. I am doing the Java Add-In for ABAP>>DB2 UDB for UNIX and Windows>>Java System Finalization option, which is what I used on development and which the install guide says "Installs the SCS instance, the Java part of the central instance, and the Java database schema" so I believe this is correct. The Dialog instance is done if you want other instances after installing the main java.
    Hello,
    I installed the development WAS 6.40 ABAP on host sap005 and then a Java add-in and everything went fine.
    Now I am installing the production systems. I installed the WAS 6.40 ABAP following the same steps as for development but when I now try to install the Java add-in I get the message:
    Looking for SAP system instances installed on this host...
    INFO 2005-05-21 16:40:54
    CJSlibModule::writeInfo_impl()
    No installed instances found!
    ERROR 2005-05-21 16:58:20
    CJSlibModule::writeError_impl()
    CJS-20049 <html>Cannot find an installed ABAP system, which is a prerequisite for a J2EE Add-In installation.<p>The installation cannot continue.</html>
    WARNING 2005-05-21 16:58:20 [iaxxccntrl.cpp:477]
    CController::stepExecuted()
    The step setDefaults with step key J2EE_EngineEnterprise_Addin_OneHost|ind|ind|ind|WebAS|630|0|J2EE_EngineEnterpriseDialogs|ind|ind|ind|WebAS|630|0|setDefaults was executed with status ERROR.
    I would have thought that it would say “WebAS|640” but I assume that the “WebAS|630” above is correct as the media says NW04 SR1.
    I compared all the SAP directories on sap005 and sap008 and they seem to be the same.
    Any advice would be greatly appreciated.
    David Hill

  • Install 11g on Linux ubuntu

    Hi,
    can we install 11g on Linux ubuntu 7.4 ? In Quick Installation Guide
    11g Release 1 (11.1) for Linux x86 B32280-01 August 2007 it is said :
    Operating System Requirements
    The following are the operating sytem requirements for Oracle
    Database 11g release 1:
    ■ Asianux 2.0
    ■ Asianux 3.0
    ■ Oracle Enterprise Linux 4.0
    Oracle Enterprise Linux 5.0
    ■ Red Hat Enterprise Linux 4.0
    ■ Red Hat Enterprise Linux 5.0
    ■ SUSE Enterprise Linux 10.0
    On my linux machine I have
    desktop:~$ cat /proc/version
    Linux version 2.6.20-15-generic (root@palmer) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Sun Apr 15 07:36:31 UTC 2007
    Many thanks.
    Many thanks before.

    I would be interested to know what other dependencies you had to install, because if there had been any encountered whilst writing the article, I would have documented them.
    Ubuntu doesn't give you much choice when it comes to the OS installation phase, after all. So, assuming we're talking about a fresh OS installation, you cannot have had a different set of packages than me to start off with.
    And the 8 packages I mention as being necessary by way of prelude to the Oracle installation are the only 8 I needed to achieve an error-free Oracle install. If I'd needed more, I would have mentioned them!
    So if we start off from the same place, do the same things and come out with different results, I would be interested in the details...
    Of course, I was documenting Xubuntu and you're using Ubuntu, so maybe that's the difference. On the other hand, I've just checked my Ubuntu 7.10 + 11g article, and it's only got the same 8 packages, too... and it certainly doesn't complain about unsatisfied dependencies. A mystery, then.

  • Character limitation to install 11g R2

    Hi All,
    It's known issue I think that hostname should not be more tha 8 characters where Database - iwill be installed.
    I think initially if the server name was bigegr than 8 characters or had any ACSII characters - installer would throw up an error.
    You wont get ODBC conection and all.
    I have a system - windows 2008 64 bit R2 - Hostname - 9 characters long
    Installed 11g R2 on it and do get ODBC conenction success.
    Is the limitaion of 8 characters been removed and no loger neccassary to stick to that???????????????

    >
    As you sid you have installed DB with 15 characters without any issues.
    >
    That is not what I said :-) - pl re-read my comment.
    You original comment was
    >
    It's known issue I think that hostname should not be more tha 8 characters where Database - iwill be installed.
    >
    hostname to me means the server name you will be installing on - it has no relation to oracle software install.
    If by "hostname" you meant SID, then pl see these
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2349000181202
    How long an ORACLE_SID can be?
    HTH
    Srini

  • UCCX 7.01 hangs after "Please wait while System Parameters are saved"

    Have a new system, here is the order in which I completed the steps:
    OS disk
    OS Patches
    installed CRS
    Installed SQL
    installed SR5
    OS patches again
    initial config
    When going through the initial configuration I get to enter the information for HR Sessions and Codec and it tells me "Please wait while System Parameters are saved".  After a few minutes it refreshes to a blank page and the system is not configured.
    Any suggestions would be appreciated.
    Thanks!

    Rebuilt the damned thing and started from Scratch.  (Need to add to the release notes “UCCX server must be rebuilt a minimum of 3 times” as it seems this always happens.)  After this things are happy.  I did see a differnent set of screens during the initial configuration but wasn't smart enough to document them.
    1.       Installed OS
    2.       Installed UCCX 7.01
    3.       Installed SQL for UCCX 7
    4.       Ran Initial Configuration
    5.       Installed SR5 for UCCX 7
    6.       Installed OS updates 3002.1.5aSR9

  • My 2006 MBP 15" has now been erased. How do I install the system again

    Because I was having problems with my 2006 MBP 15 " - sudden freezing up,  I tried several ways of fixing it all  without success.
    Eventually, I was forced into erasing the 500 GB  harddrive completely using DU from the install disks (Tiger) that came with it
    and had hoped I could re-install the system afresh from the original disks.
    On start up all I get is the "Welcome page" again and it repeats itself continually. If i select any thing the spinning beach ball
    occurs and a forced shutdown is required.
    Everytime I do an install, I get to  a "welcome page" and go thru the usual entering of details etc.  but  every time after I get to
    clicking on "continue",  when setting up ownership/address,  I get a spinning beachball and can get no further.
    This  continually repeats itself and  If i select any thing the spinning beach ball occurs and a forced shutdown is required.
    I've tried starting up from an external drive with a firewire cable,  but again nothing constructive happens, but I do get a popup saying
    it can't find my "home folder as its not in the right place or its missing completely" 
    Using DU I have tried to do a restore but some how I'm unable to select either the source or the destination - its either all
    or nothing available in the side bar of DU.
    It seems to me that whatever I do on the MBP I get the spinning ball and no further - even leaving it for a couple of hours -
    and still spinning.
    Can anyone suggest ways of doing an install, please.
    Does it look terminalto you?

    The external drive is a bootable one done with SuperDuper.
    I am able to do a startup with it but then I get that window saying home folder is missing etc.
    Surely i should be able to install the Op/System using the original disks that came with it, or will they only work if there is something on the H/D  to start with. I completely erased it to start withj.
    I've just found an Install disk for Tiger I bought in 2006 - perhaps that might work or not.

  • Resoring prodution database into new installed sap system

    have installed ecc 6.0 with sql server 2008 (sp 1) on windows 2003
    server with 64 bit.
    My installtion was done sussfully and also i started sap system.It
    was working fine. then i took backup from my standalone system .
    I restored prodution server database in standalone system and restore
    was done successfully.
    Then iam trying to login to sap system then it was saying that
    dispature was stopped.
    first dispatur was in yellow and status running message server
    connection ok,dialuge que time 0;00sec,j2ee status info unavailable.
    Iam sending screen shots and also related error log files attatched.
    Please can you get help from those documents.
    I also checked r3trans -d.
      C:\Documents and Settings\Administrator>r3trans -d
    This is r3trans version 6.14 (release 700 - 12.06.09 - 15:20:00).
    unicode enabled version
    2EETW169 no connect possible: "DBMS = MSS  ---  SERER = 'SHURJO' DBNAME = 'PRD'"
    r3trans finished (0012).
    before doing  prodution database restore is compulsary to i have to increase the patch levels of my new installed system
    because my prodution server abap& basis patch levels are 19 and my installed system it is only 14.
    Please can any body give right way to resolve this problem,
    Regards,
    Krishna

    >  before doing  prodution database restore is compulsary to i have to increase the patch levels of my new installed system
    >  because my prodution server abap& basis patch levels are 19 and my installed system it is only 14.
    First: It's pointless to first install a full system and then try to overwrite the database with another one.
    I would INSTALL the system using the database copy.
    This procedure is call "homogeneous system copy" and there's a guide for that available at http://service.sap.com/instguides and also in "Note 151603 - Copying an SQL Server database".
    The error message is coming because the database has not the proper users, you'd need to run the STM tool to adapt the users and the environment. Those steps are all described in detail in the guide.
    Markus

  • Error phase Install Common system files SAP NW 7.1

    Hello  
    I have a problem  in my  installation of SAP NW 7.1 for PI
    I was installating the  SAP NW but I stopped it  and  deleled this system (SID=TPI), then  I  started again  the installation (SID=PI1) but in the phase Install Common System Files i got this message:
    sapint_dev.log
               CJSlibModule::writeInfo_impl()
    File system node C:/WINDOWS/TEMP exists already. Nothing to do.
    INFO       2010-07-09 17:30:13.765
               CJSlibModule::writeInfo_impl()
    File system node D:/usr/sap exists already. Nothing to do.
    INFO       2010-07-09 17:30:13.765
               CJSlibModule::writeInfo_impl()
    Creating SAP system shares for PI1...
    WARNING[E] 2010-07-09 17:30:13.921 [ianxbservi.hpp:244]
               CServiceHandle::Open(ClusSvc)
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (267), with parameter (ClusSvc).
    WARNING[E] 2010-07-09 17:30:14.109
               CJSlibModule::writeError_impl()
    CJS-30129  Creating node $(DIR_CCMS) with type DIRECTORY failed. Original exception text was: syslib.filesystem.nodeCreationFailed:
    Unable to create node
    pgspi\saploc\ with type DIRECTORY: can't create parent node...
    WARNING[E] 2010-07-09 17:30:14.171
               CJSlibModule::writeError_impl()
    CJS-30129  Creating node $(DIR_CCMS) with type DIRECTORY failed. Original exception text was: syslib.filesystem.nodeCreationFailed:
    Unable to create node
    pgspi\saploc\ with type DIRECTORY: can't create parent node...
    ERROR      2010-07-09 17:30:14.234 [sixxcstepexecute.cpp:984]
    FCO-00011  The step createFirstSystemDirectories with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_System|ind|ind|ind|ind|5|0|createFirstSystemDirectories was executed with status ERROR .
    WARNING    2010-07-09 17:30:14.437 [iaxxejshlp.cpp:150]
    Could not get property IDs of the JavaScript object.
    ERROR      2010-07-09 17:30:14.437 [iaxxejsctl.cpp:492]
    FJS-00010  Could not get value for property .
    INFO       2010-07-09 17:30:45.921 [sixxcstepexecute.cpp:1072]
    An error occured and the user decided to stop.\n Current step "|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_System|ind|ind|ind|ind|5|0|createFirstSystemDirectories".
    INFO       2010-07-09 17:30:48.640 [synxccuren.cpp:1016]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath & C:/Program Files/sapinst_instdir/NW71/INSTALL/SYSTEM/MSS/STD/AS)
               lib=syslib module=syslib
    Working directory changed to C:/Program Files/sapinst_instdir/NW71/INSTALL/SYSTEM/MSS/STD/AS.
       LOG sapint.log
    INFO 2010-07-09 17:30:13.296
    Execute step createFirstSystemDirectories of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_System|ind|ind|ind|ind|5|0
    INFO 2010-07-09 17:30:13.750
    File system node C:/WINDOWS/TEMP exists already. Nothing to do.
    INFO 2010-07-09 17:30:13.765
    File system node D:/usr/sap exists already. Nothing to do.
    INFO 2010-07-09 17:30:13.765
    Creating SAP system shares for PI1...
    WARNING[E] 2010-07-09 17:30:13.921
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'OpenService' function, line (267), with parameter (ClusSvc).
    WARNING[E] 2010-07-09 17:30:14.109
    CJS-30129  Creating node $(DIR_CCMS) with type DIRECTORY failed. Original exception text was: syslib.filesystem.nodeCreationFailed:
    Unable to create node
    pgspi\saploc\ with type DIRECTORY: can't create parent node...
    WARNING[E] 2010-07-09 17:30:14.171
    CJS-30129  Creating node $(DIR_CCMS) with type DIRECTORY failed. Original exception text was: syslib.filesystem.nodeCreationFailed:
    Unable to create node
    pgspi\saploc\ with type DIRECTORY: can't create parent node...
    ERROR 2010-07-09 17:30:14.234
    FCO-00011  The step createFirstSystemDirectories with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_System|ind|ind|ind|ind|5|0|createFirstSystemDirectories was executed with status ERROR .
    WARNING 2010-07-09 17:30:14.437
    Could not get property IDs of the JavaScript object.
    ERROR 2010-07-09 17:30:14.437
    FJS-00010  Could not get value for property
    I had found information about saploc  however  still I got the same 
    The installation is on Windows 2003 + Sql 2005
    Any suggestion    for this problem
    Thanks
    Danny

    Hello
    I deleted the system  with the wizard on sapinst
    NetWeaver Process Integration 7.1 Software Life-Cycle Options Uninstall Uninstall ‒ SAP systems or
    single instances .
    Danny
    Edited by: Danny Sanchez on Jul 12, 2010 4:17 PM

  • Can i revert back to the factory installed operating system on my ipod 5th gen

    Can i revert back to the factory installed operating system on my ipod 5th gen

    Where did you get your 5th gen iPod touch? The yare only supposed to be shipped/available in October?

Maybe you are looking for

  • Hyperlink to another report - follow up

    To: the Oracle Reports team Thanks for your reply. I tried your suggestion of using a lexical parameter as follows: &<gp_id> in my hyperlink. When I ran it from ReportBuilder, generating to file, HTMLCSS, it worked correctly. I look at the html sourc

  • Dealing with web pages

    Im doing a project where i will need classes that will take information from web pages. Other classes will also open the users web browser to relevant web pages. Im new to this form of java programming, could i please have some guidance on what packa

  • Presario C751NR Microphone jack not detected, internal Mic works OK

    I made sure that I have the most current Conexant audio driver installed: http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-64867-1&lc=en&dlc=en&cc=us〈=en&os=2093&product=3646600 When I plug a microphone into the microphone jac

  • PS CS6-64 error 0xc0150002 - Program won't open

    Just started getting this error. I have done the following: Rebooted Uninstalled, Rebooted, Reinstalled. Uninstalled, Downloaded from Adobe, Reinstalled in a new directory, Rebooted. Still getting the following error: PS was the only program I was tr

  • Multiple Selections for Reporting

    hi BW Experts, I am asked by my clients to design a BEx query for a report that requires multiple selection for a data field. They want to select multiple codes (out of 10) in the selction window. As far I know I can have a single value (1 value) or