SAP oracle Installation error with Oracle on windows 2008 MSCS

Dear All,
I'm facing an error during SAP cluster group creation.
As per SAPinst steps, During configuration of Frist node its giving error at Cluster group creation.
please find the Log :-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WARNING 2010-06-17 00:04:39.138
Execution of the command "cluster.exe RESOURCE "SAP OPE 51 Service"" finished with return code 5007. Output:
Listing status for resource 'SAP OPE 51 Service':
Resource             Group                Node            Status
System error 5007 has occurred (0x0000138f).
The cluster resource could not be found.
INFO 2010-06-17 00:04:39.138
Creating file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAPJAVA\MSCS-A\cluster.exe.log.
INFO 2010-06-17 00:04:39.153
Output of cluster.exe res "SAP OPE 51 Service" /OFFLINE is written to the logfile cluster.exe.log.
WARNING 2010-06-17 00:04:39.200
Execution of the command "cluster.exe res "SAP OPE 51 Service" /OFFLINE" finished with return code 5007. Output:
System error 5007 has occurred (0x0000138f).
The cluster resource could not be found.
INFO 2010-06-17 00:04:39.216
Creating file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAPJAVA\MSCS-A\cluster.exe.log.
WARNING 2010-06-17 00:04:39.231
Execution of the command "cluster.exe res "SAP OPE 51 Instance" /REMOVEDEP: "SAP OPE 51 Service"" finished with return code 5007. Output:
System error 5007 has occurred (0x0000138f).
The cluster resource could not be found.
ERROR 2010-06-17 00:04:39.340
MOS-01242  Windos System error message number: '5013'. Message: 'The cluster group could not be found.'.
WARNING[E] 2010-06-17 00:04:39.356
MUT-03025  Caught ESAPinstException in Modulecall: Windos System error message number: '5013'. Message: 'The cluster group could not be found.'.  .
ERROR 2010-06-17 00:04:39.356
FCO-00011  The step CreateFirstSAPGenericServiceResource with step key |MSCS_A|windows|ind|ind|ind|0|0|CreateSAPClusterGroup|windows|ind|ind|ind|11|0|CreateFirstSAPGenericServiceResource was executed with status ERROR ( Last error reported by the step :Windos System error message number: '5013'. Message: 'The cluster group could not be found.'.).
ERROR 2010-06-17 00:04:56.64
FCO-00011  The step CreateFirstSAPGenericServiceResource with step key |MSCS_A|windows|ind|ind|ind|0|0|CreateSAPClusterGroup|windows|ind|ind|ind|11|0|CreateFirstSAPGenericServiceResource was executed with status ERROR ( Last error reported by the step :Windos System error message number: '5013'. Message: 'The cluster group could not be found.'.).
Note:-
entry in net_helpmsg.exe
The cluster group could not be found.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Actually, before starting SAPinst, i had created SAP<SAPSID> service & Application.
i.e.. by creating Empty service and application followed by renaming it to SAP<sapsid> and allocating shared disk and bringing it onlie with file server configuration with in it.
But, i'm facing the error during configuration of First node.
Done with ASCS and SCS .. selecting the correct drive where /usr/sap installed.
i request you to suggest me a solution to fix this problem during installation.
Thanking you in all,
Best regards,
Raghav.

r3Clus.log
17.6.2010, 14:0:53, ntclsapclus.cpp, 213, Entry: InstallSAPResourceType
17.6.2010, 14:0:53, ntclsclinst.cpp, 58, Entry: Sclinstsrct::Create
17.6.2010, 14:0:53, ntclsclinst.cpp, 79, CreateClusterResourceType RC= 183
     Cannot create a file when that file already exists.
17.6.2010, 14:0:53, ntclsclinst.cpp, 91, DllRegisterCluAdminExtension RC= 0
17.6.2010, 14:0:53, ntclsclinst.cpp, 102, DllRegisterServer RC= 0
17.6.2010, 14:0:53, ntclsclinst.cpp, 116, Exit: Sclinstsrct::Create RC= 0
17.6.2010, 14:0:53, ntclsapclus.cpp, 215, Exit: InstallSAPResourceType RC= 0

Similar Messages

  • SAP EHP6 Installation Steps with Oracle RAC

    Dear Experts,
    i am looking for step by step guide for SAP ehp6 installation with Oracle RAC. if anyone can help please guide me with the steps or share if any document available
    Thanks

    Hi Wali,
    You can follow below documentation to perform your installation on Oracle RAC.
    http://scn.sap.com/docs/DOC-8835
    This document is very useful for planning the installation and executing the same
    Some other useful documents
    Installation of SAP on RAC with Oracle ASM
    SAP note which needs to be referred for installation
    Note 527843 - Oracle RAC support in the SAP environment
    Hope this helps.
    Regards,
    Deepak Kori

  • Installation errors with Oracle 10g Express Edition client.

    Hi,
    I want to use the Oracle 10g XE client on my Ubuntu (Lucid) laptop. I am following the installation instructions as mentioned at Installing Database Oracle XE Client. When I run the .sh file for my bash shell, I keep getting this error message:
    root@machine:/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/bin# . ./oracle_env.sh
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/bin/nls_lang.sh: 112: [[: not found
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/client/bin/nls_lang.sh: 112: [[: not foundAnd, when I look up nls_lang.sh at around line 112, I see this:
    # Detertmine the LANGUAGE_TERRITORY part of NLS_LANG
    # we derive it from the current locale by inspecting the LC_ALL and
    # the LANG environment variable. Other LC_* environment variables
    # are not inspected.
    if [[ -n "$LC_ALL" ]]; then
      locale=$LC_ALL
    elif [[ -n "$LANG" ]]; then
      locale=$LANG
    else
      locale=
    fiHow do I get the client working ?

    So, I have been searching around to look for a method to enable the client installed on my laptop to connect to the database. Granted that, the server is not installed on my local machine. But, I am simply, unable to find any clues as to how do I specify the database name that the client should connect. The ORACLE_SID parameter needs to hold a database name; but, where are the IP address and port number mentioned for the database ? One site recommended that tnsping be used to check for database existence; whereas, tnsping is not installed. Then, the commonest hint that I keep bumping into - TNSNAMES.ORA file. Since I have only the client installed, I don't even see the network/admin folder (or whatever the path is to the .ora file) under /usr/lib/oracle/xe/app/oracle/product/10.2.0.
    It can't be this hard to connect to an Oracle server with only a itsy-bitsy Oracle installed on my local machine, hmmm ?

  • Installation Error with DB2 on windows Server 2003 R2

    Hi Experts,
    We are installing ERP 6.0 on DB2 (DBUDB 9.7) Fresh Installation.
    While Installing ERP 6.0 (ECC6.0 SR3) we are facing an error attached. Can you please suggest us to move Forward.
    Details :
    OS : Windows Server 2003 R2
    DB2 : DBUDB 9.7
    Thanks in Advance...
    Regards,
    Krishna.M

    Hi Krishna,
    Please check SAP PAM whether db2 9.7 is supported on Windows 2003 R2.
    www.service.sap.com/PAM.
    If not, then choose the database version which is supported for Windows 2003 R2.
    You may try with db2 9.1 or 9.5 .
    Regards,
    Deepak Kori

  • SAP NetWeaver04 installation error with home directory for sidadm

    Hi,
    I am installing NetWeaver04 on Windows 2003 and getting following error.
    Unable to determine property "home directory" for account sidadm.Access Denied
    Please help
    Thanks
    Santosh

    Hi Oliever,
    I did spent half day to sort out the issue. I have searched forums,google and notes but couldnt find the answer for Windows/SQL2005.
    This morning I have finally solved the issue
    I tried to do domain installation as local administrator but I didnt have access to sidadm profiles. When domain admin given me the access to sidadm profiles it worked.
    Thanks anyway mate
    regards,
    Santosh

  • Installing SAP IDES 4.6c with Oracle DB under Windows 2000 server

    Hi everyone.
    As many people, i would like to learn MM module and the only way is installing SAP IDES on my computer.
    I have a SAP IDES 4.6 with oracle DB and i want to install under w2k server.
    Is there any weblog explaining how to install it?
    If there anyone has a guide, i will very pleased to receive it. My email is [email protected]
    Regards.

    hi inigo,
    please let me know if u find out i am also trying to instal ides 4.6c

  • Error installing Oracle 10.2.0.4 on windows 2008 r2

    Hi,
    I am trying to installing SAP netweaver 7.01 server on  oracle 1.2.0.4 in Windows 2008 64-bit system.
    But when I try to install oracle I get this error.
    Checking operating system version: must be 5.1 or 5.2.    Actual 6.0
    I did search on sdn at the pam matrix it should be possible. And according to OSS note 1326698 it is supported on Windows 2008.
    Any help?
    Reza

    Hej Bhavik,
    Are you Installing Enterprise Edition of Oracle 10.2.0.4 64bit ?
    Yes I am installing ORACLE-10.2-rdbms 64bit.
    Administrator user is in use for performing the Installation ?
    Yes Administrator user is in use
    I Check the PAM at http://service.sap.com/pam.
    Also refer this SAP Note 1303262 - Oracle on Windows Server 2008 along with the Installation Guide.
    Yes I did refer to note 1303262.
    I did fundet Note 980426 - Oracle 10.2 Software installation on new operating systems from a link you give me.
    There is 4 workaround but I do not know this can help me.
    I make a copy of installation cdu2019es on my server and I try to install oracle from there.
    I want to try workaround 3 from sso notes: I download RUNINSTALLER.ZIP file.
    But I can not find RUNINSTALLER on my installation file.
    It is first time I am installing Oracle bd.
    Any help?
    Reza

  • Deployment Manager Error with Oracle Weblogic Server 10.3.1

    I have installed Identity Manager 9.1.0.2 (patch upgraded from 9.1.0.1) on OEL 5.3 64bit and Weblogic 10.3.1
    Database:Oracle 11gR2 (remote machine).
    **I am aware that IM 9.1.0.2 is not certified on Weblogic 10.3.1 (it is only certified on 10.3),
    The installation was successful and OIManager is up and running. Able to create Users, Resources etc. as well.
    As part of configuring OIM Connectors tried to Import .xml file using Import option from Deployment Management section as below and the following error was displayed.
    "Either your session timed out or you are trying to access a page without logging in".
    Did all workarounds like enabling java, changing browsers, restarting machine etc as per the below discussion but in vain.
    Deployment Manager Error with Oracle Weblogic Server
    Can any one suggest any workaround or solution for this problem.
    Or atleast can any one confirm there is no Identity manager available on this date which is compatible with 10.3.1? and cannot be continued further.
    Thanks in Advance
    Sudheer
    Edited by: SudheerPrabhala on Oct 20, 2009 1:26 AM

    You are facing this issue because you're using a non certified combination.
    Other folks who tried to use OIM in 10.3.1 ended up in the same problem you're facing.

  • ORA-24816 error with oracle 10 driver

    Friends,
    I am getting the following error with Oracle 10 driver while trying to insert data > 4k into a LONG column. The table also contains another column of type varchar2(4000). The code works perfectly fine with Oracle 9i driver.
    ORA-24816: Expanded non LONG bind data supplied after actual LONG or LOB column
    Kindly let me know if this is a programming error or a driver problem.
    Thanks,
    Vinay

    this driver you mentioned, is it the jdbc driver?
    ORA-24816:     Expanded non LONG bind data supplied after actual LONG or LOB column
    Cause:     A Bind value of length potentially > 4000 bytes follows binding for LOB or LONG.
    Action:     Re-order the binds so that the LONG bind or LOB binds are all at the end of the bind list.
    using this forum may be more efficient -> http://forums.oracle.com/forums/forum.jspa?forumID=99&start=0

  • How SAP QM is comparable with Oracle's Agile PQM solution ?

    Hi QM Gurus,
    I would like to know how SAP QM is comparable with Oracle's Agile PQM Solution. Request you to please share your experience. Regards, KrishnaM
    Edited by: Krishna. Madduri on Feb 29, 2012 12:00 PM

    Hi,
    SAP QM supports you both internally and externally. It provides complete support, from product and process planning in research and development (the planning phase); through procurement, production, and sales and distribution (the implementation phase); to service and usage (the usage phase).
    Please go through the below link to know more about the functionality  in SAP QM
    http://www.google.co.in/url?sa=t&rct=j&q=solution%20managementmanufacturing%20%2F%20quality%20managementsap%20ag&source=web&cd=2&ved=0CDoQFjAB&url=http%3A%2F%2Fhelp.sap.com%2Fbp_pharmav1600%2FPharma_Global%2FDocumentation%2FSAP_QM_News_EN.ppt&ei=TQ1OT6e1Fcm4rAefweSiDw&usg=AFQjCNGb33bopm3PzUZYxvxAwEK_LaFvew
    Regards
    Hari

  • EM is not running for Oracle 10.2.0.5 on windows 2008 R2

    Hi,
    Recently, I installed oracle 10.2.0.4 on Windows 2008 R2 server followed by 10.2.0.5 patchset and 8350262 patch (to solve the problem of the expired certificate).
    After the installation, I created listener and database. The EM was working fine for few hours but not running after that. Listener was running all the times.
    I tried to to execute "emctl stop dbconsole" and "emctl start dbconsole".
    The EM worked again. However, it down again after few hours. I have repeated this process many times but still cannot resolve the this.
    I checked the logfiles in in the sysman/log. Herewith the output.
    emagent.trc
    2013-06-17 11:05:24 Thread-4100 WARN  http: snmehl_connect: connect failed to (dkcopeoradb001.FALCKDKWEB:1158): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2013-06-17 11:09:27 Thread-3520 ERROR ssl: nzos_Handshake failed, ret=28862
    2013-06-17 11:09:27 Thread-3520 ERROR http: 296: Unable to initialize ssl connection with server, aborting connection attempt
    Please advise and assist.
    Thanks.
    Regards,
    Jia

    70d23884-cf5e-4be4-9c7b-5572c797bae9 wrote:
    Hi,
    Recently, I installed oracle 10.2.0.4 on Windows 2008 R2 server followed by 10.2.0.5 patchset and 8350262 patch (to solve the problem of the expired certificate).
    After the installation, I created listener and database. The EM was working fine for few hours but not running after that. Listener was running all the times.
    I tried to to execute "emctl stop dbconsole" and "emctl start dbconsole".
    The EM worked again. However, it down again after few hours. I have repeated this process many times but still cannot resolve the this.
    I checked the logfiles in in the sysman/log. Herewith the output.
    emagent.trc
    2013-06-17 11:05:24 Thread-4100 WARN  http: snmehl_connect: connect failed to (dkcopeoradb001.FALCKDKWEB:1158): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2013-06-17 11:09:27 Thread-3520 ERROR ssl: nzos_Handshake failed, ret=28862
    2013-06-17 11:09:27 Thread-3520 ERROR http: 296: Unable to initialize ssl connection with server, aborting connection attempt
    Please advise and assist.
    Thanks.
    Regards,
    Jia
    Why are you bothering to install a de-supported version of Oracle?  10.2 is history and even 11.2 is at terminal release.  The bookies are taking money on when 12c will be released.
    When I googled "No connection could be made because the target machine actively refused it."  I got many, many hits that look useful.

  • Oracle Designer 10g With Oracle 11g DB possible

    Hi,
    Please clarify my below query,
    we are currently using oracle designer 10g and deploying the components to production DB which is in oracle 9i, We are planning to migrate to oracle supported version 11g DB, since oracle designer 11g is not there we would be sticking to oracle 10g itself, Now my question is, will we be having issues or road blocks with this combination Oracle designer 10g and Oracle 11g DB???
    Regards
    Bala

    @Erik
    Don't have a doc id. You have to go to the certication tab in My Oracle Support. Search for Oracle Designer 10.1.2.6.0 there you will find the three supported database version.
    Oracle Designer 10.1.2.6.0 is certified with Oracle Database 11.2.0.1.0 on Microsoft Windows (32-bit) XP
    Oracle Designer 10.1.2.6.0 with Oracle Database 11.2.0.1.0
    Customers must review MetaLink Doc 1299040.1 Application Design Transformer Hangs at 65% when running against Oracle 11gR2
    Certified with:
    Oracle Fusion Middleware 10g 10.1.2.0.2 Oracle Developer Suites 10g 10.1.2.0.2 Oracle AS/DS Patch Set 10g 10.1.2.3.0
    @Bala
    Colleagues of mine have imported a designer repository inside 11gR2 and where not able to change objects inside the repository. When they imported the same designer dump inside an 11gR1 database it worked fine.
    In the other post (Re: 11G compatibility it is also written that there are some major bugs and those bugs will not be fixed.

  • Integration of Oracle BI Publisher with Oracle Business Intelligence Enterp

    Hi,
    I have started the tutorial " Integration of Oracle BI Publisher with Oracle Business Intelligence Enterp" today but got stuck at the very first step.
    The tutorial shows that I can see "SH" and "CountryManagers" in the shared folder but I only see the Paint Demo rpd.
    I previously completed the "Creating a Repository Using the Oracle Business Intelligence Administration Tool " tutorial.
    Do I need to learn anything prior to this tutorial .
    I already have the default rpd as SH in NQSConfig.ini
    Please suggest.
    Thanks

    Nico,
    That didnt help.
    I already have the
    Star = SH.rpd, default; set
    I have tried restarting OC4J and Oracle BI Server.
    Is there someplace where we need to put the rpd so that it appears in the shared folders.
    Even if the Paint Demo rpd is seen, when I try to view the reports I get the following errors:
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27004] Unresolved table: "Paint". (HY000)
    SQL Issued: {call NQSGetQueryColumnInfo('SELECT "Sales Measures"."% Chg Year Ago Dollars", "Sales Measures"."Chg Year Ago Dollars", "Sales Measures"."Year Ago Dollars", "Sales Measures".Dollars, Markets.Market, Markets.Region, Periods."Year", Products.Brand, Products.UPC FROM Paint')}
    SQL Issued: SELECT "Sales Measures"."% Chg Year Ago Dollars", "Sales Measures"."Chg Year Ago Dollars", "Sales Measures"."Year Ago Dollars", "Sales Measures".Dollars, Markets.Market, Markets.Region, Periods."Year", Products.Brand, Products.UPC FROM Paint
    Hope this helps.
    Any help is appreciated.
    Thanks in advance

  • Register the Oracle 9iFS Portlet with Oracle Portal

    I did register the Oracle 9iFS Portlet with Oracle Portal.
    But when I am adding the portlet to a portal page I get the error:
    "500 Internal Server Error"
    When I am trying to access the page by url:
    http://<myserver>:7777/ifs/portlet
    I get the error:
    "You are not authorized to view this page"

    not a problem with BEA , just means your database has been configured to close your session after a period of inactivity(which is normal).
    Check you connection pool testing settings and tune accordingly.

  • Does ORACLE functions work with Oracle Database 10G

    Hi,
    I am wondering if ORACLE functions work with Oracle Database 10G or is it mandatory to use OCI functions?
    Thanks in advance!

    I was able to run a simple query with ora_* functions using 10g on Windows.
    The Oracle OCI calls used by PHP's ora extension still exist in the Oracle 10g libraries
    But I cannot recommend this obsolete extension.
    -- cj

Maybe you are looking for

  • Information about SAP Strategy Management (SAP SM)

    Hello, I want to know where I can find information about SAP Strategy Management (SAP SM). This is an application that was bought from PILOT. Is it easy to customize like the SEM-CPM-BSC???? Is it an addon in the BW or ECC???? Is it all browser type

  • Asset to get the assets in which useful life was chnged.

    Which Asset table will capture the changes made to the asset useful life in the asset master data.I mean i should be able to get assets in which the useful life was changed in any speciied period.

  • Error: Using CustomAuthenticationIF to confg EPM singal sign on

    We want to config the EPM SSO custom module for other systems I have configed the sso in sharedservice by the document [Oracle?Enterprise Performance Management System - Security Administration Guide] in section [Using a Custom Authentication Module]

  • !!! Digital Signature - get Signer name

    Hi all, I need to get the name of signer in DS process! I used the function ds_log_display and with a debugger i saw the name in one of the structure of another function bal_log_msg_read (called from above func.) . When i tried to use bal_log_msg_rea

  • Slow macbook after update?

    Its only a couple weeks old, 2 or 3 days ago i got the little "update" thing that wanted me to update something.  I updated it and now the thing is running terribly slow.  Well its still faster than my old pc but it takes a noticably longer to boot u