Is not defined in any of the schemas

i got following error in 10.1.3 while compiling , it is working fine in 10.1.2
bpel_ErrorHandlerBPEL_1.0.jar failed to deploy.
Error while loading process. The process domain encountered the following errors while loading the process "ErrorHandlerBPEL" (revision "1.0"): BPEL validation failed. BPEL source validation failed, the errors are: [Error ORABPEL-10902]: compilation failed [Description]: in "bpel.xml", XML parsing failed because "undefined part element. In WSDL at "file:/C:/SOA/OracleAS_1/bpel/domains/default/tmp/.bpel_ErrorHandlerBPEL_1.0_1abf6649ecda4aa394b3eee775c9b54f.tmp/RoutingBpel.wsdl", message part element "{http://schemas.xmlsoap.org/ws/2003/03/addressing}ReplyTo" is not defined in any of the schemas. Please make sure the spelling of the element QName is correct and the WSDL import is complete. ". [Potential fix]: n/a. . . If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
is it required any patch ? can you pls provide information

Hi
Thanks for sugestions. My process is compiling but when I deploying appears apache errors. One of them is below. I checked and that message types are in wsdl.
[Error ORABPEL-10007]: unresolved messageType
[Description]: in line 244 of "D:\product\10.1.3.1\OracleAS_5\bpel\domains\default\tmp\.bpel_ROTelcoNewOrder_1.0_d7fdf89a9fb1b5de9f664c2e4966239a.tmp\ROTelcoNewOrder.bpel", WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}UpdateInstalledProductRequest.V1" of variable "InvokeUpdateIPStatus_UpdateInstalledProduct_InputVariable" is not defined in any of the WSDL files.
[Potential fix]: Make sure the WSDL messageType "{urn:oracle.enterprise.crm.rf.service.InstalledProduct}UpdateInstalledProductRequest.V1" is defined in one of the WSDLs referenced by the deployment descriptor.
Do You have any ideas. Thanks

Similar Messages

  • Customs procedure code 29 is not defined in any customs code list

    Hi GTS specialists!
    I'm creating export transit declarations by sending the invoice from ECC to GTS.
    Normally this works fine, and in this case the export declaration is created but the transit declaration is not....
    The document is stuck in the transfer log for billing document - Export/transit in GTS, with the following log:
    Customs procedure code 29 is not defined in any customs code list
    Message no. /SAPSLL/API_INBOUND030
    I have tried to check in customizing, for custom code lists, but didn't find the key solution yet..
    Any suggestions how to fix this?
    I suppose some mapping between export procedure 29 (= export in Foreign Trade Data - item) and GTS customs code list is missing..?
    thanks!!!
    Isabelle

    Hi Isabelle,
    There is no mapping between the Customs Procedure codes in ERP and those in GTS.  Instead, the code must exist in GTS in order to be transferred.  That's to say; you must configure the same code list in ERP and GTS.
    Usually it's better not to propose ANY Customs Procedure Codes in ERP, and instead use the Data Proposal in GTS.  But if you have particular dependencies already set up in ERP, then you just need to make sure that the codes are valid for your Legal Regulation.  Code '29' seems an unlikely one for Belgium.  Right across the EU, the CPCs are structured in the same way - 4 digits for the main code, and 3 further characters for the additional code, if applicable.  For Export, you should expect to be using (mostly) code 1000.
    But in any case, the code discrepancy is not the reason that your transaction is stuck.  The message is only information for the transfer log, and there must be some other reason why your billing document is not transferred to GTS.
    I hope that helps.
    Kind regards,
    Dave

  • VISA: (Hex 0xBFFF001D) The specified attribute is not defined or supported by the referenced resource and VISA: (Hex 0xBFFF0015) Timeout expired before operation completed signal recovery

    I am trying to control an HP 8350B sweep oscillator. I have an Agilent PCI-GPIB card installed on my computer and have set it up to run with labview. I installed NI VISA, followed by Agilent IO libraries and activated the Tulip passport in NI MAX. 
    I tried turning on the "enable agilent GPIB cards for 488 programs" in Agilent IO libraries and checking the VISA test panel for WRITE and READ, but I get the timeout error: (Hex 0xBFFF0015) Timeout expired before operation completed signal recovery
    On moving to labview, when I configure the VISA Serial it gives me this error 
    Error -1073807331 occurred at Property Node (arg 2) in VISA Configure Serial Port (Instr).vi->8350_VISA.vi
    and the possible reason is
    VISA:  (Hex 0xBFFF001D) The specified attribute is not defined or supported by the referenced resource.
    Subsequently on removing the VISA Serial, I get errors in Write and Read with the possible reason being
    VISA:  (Hex 0xBFFF0015) Timeout expired before operation completed.
    Help !!
    Attachments:
    HP-8350B_VISA.vi ‏16 KB

    Moving to LabVIEW makes no sense if you get a timeout error in the VISA test panel and doing any sort of serial configuration makes even less sense. What query did you use with the test panel? Did you confirm it exists in the manual? Did you enable GPIB on the instrument?

  • The contained field name "ADTAGR" does not exist in any of the database tab

    hı all
    how can l  solved thıs problem
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was
    not caught in
    procedure "PUT_QMFECAT" "(FORM)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    An Open SQL clause was specified dynamically. The contained field name
    "ADTAGR" does not exist in any of the database tables from the FROM clause.
    Information on where terminated
        Termination occurred in the ABAP program "SAPDBZQNQ" - in "PUT_QMFECAT".
        The main program was "ZQMR_BILDIRIM ".
        In the source code you have the termination point in line 732
        of the (Include) program "SAPDBZQNQ".
    Error occurred during batch input processing
        The termination is caused because exception "CX_SY_DYNAMIC_OSQL_SEMANTICS"
         occurred in
        procedure "PUT_QMFECAT" "(FORM)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "SAPDBZQNQ "; its source code begins in line
        715 of the (Include program "SAPDBZQNQ ".
    FORM put_qmfecat.
      DATA: l_tab_fields  TYPE  rsfs_tab_fields.
      DATA: l_ds_clauses  TYPE  rsds_where.
    Dynamische Feldselektion
      MOVE 'QMFECAT_C' TO l_tab_fields-tablename.
      READ TABLE select_fields WITH KEY l_tab_fields-tablename
                                    INTO l_tab_fields.
      IF sy-subrc <> c_rc00.
        CLEAR l_tab_fields.
      ENDIF.
    Dynamische Selektionskriterien
      MOVE 'QMFECAT' TO l_ds_clauses-tablename.
      READ TABLE dyn_sel-clauses WITH KEY l_ds_clauses-tablename
                                 INTO l_ds_clauses.
    DB-Zugriff
      >>>>> SELECT (l_tab_fields-fields) FROM qmfe
      INTO CORRESPONDING FIELDS OF TABLE qmfecat_tab
       WHERE qmnum  =  rqmqmel-qmnum
       AND kzloesch =  space
       AND (l_ds_clauses-where_tab)
       ORDER BY PRIMARY KEY.
    regard sinan
    Edited by: eyup_sinan on Jan 6, 2012 3:21 PM
    Edited by: eyup_sinan on Jan 6, 2012 3:30 PM

    You seem to have made a copy of the standard program. You'll have to make sure that you are handling this field correctly in your code.
    Rob

  • I had my ihone unlocked bt i forgot to sync it to itune before i went on Holiday. now its not working on any of the pc's here what can i do i stil have 3 wks to go!! plz help

    i had my ihone unlocked bt i forgot to sync it to itune before i went on Holiday. now its not working on any of the pc's here what can i do i stil have 3 wks to go!! plz help

    I think you will need to restore to the itunes computer you normally sync to.
    So you'll have to wait until you come back from your trip.

  • I cannot use the bottom part of my touch screen. It would not respond to any of the touches I make. Is the screen broken or have I stuffed up my settings? I want to be able to type on my iPhone

    I cannot use the bottom part of my touch screen. It would not respond to any of the touches I make. Is the screen broken or have I stuffed up my settings? I want to be able to type on my iPhone

    Basics from the manual are restart, reset, restore from backup, restore as new.  If you've been through ALL these steps and you still have the problem, you'll need to bring the phone to Apple.

  • Mac user, OSX 10.9.4. CS6, in the new Blur gallery the pin with adjusters does not appear for any of the three blur filters. This may have occurred since taking adobe watermark add-on and updating Bridge. any ideas?

    Mac user, OSX 10.9.4. CS6, in the new Blur gallery the pin with adjusters does not appear for any of the three blur filters. This may have occurred since taking adobe watermark add-on and updating Bridge. any ideas?

    I am using Mac OSX 10.10.1 (memory 8 GB 1600 MHz DDR3, graphics Nvidia GeForce GT 650M 1024 MB)
    and my version of Photoshop is CC.
    I ran into  the same problem: I am able to place and view Blur Gallery pins but the adjustment wheel or outer control arounf the pin that allows you to tweak the blur value disappeared after being initially available. Additionally, the placed pin or pins appear to flicker on screen (while in blur gallery mode) until committing the change with the OK button. I have tried restarting both the computer and Photoshop, as well as what some other users have suggested such as View>Show>Edit pins turned on. Nothing has helped so far. I am still able to adjust the blur amount  from the Blur Tools slider. thank you.

  • Internal isight does not work in any of the applications

    I rarely use my built in camera, however I recently noticed that my built in camera iSight (macbook) is not functioning with any of the applications (ichat, photobooth, skype). Dont know how to trouble shoot. Any advise please?

    Deepak Goyal wrote:
    Under Utilities folder in Apps folder, I am not able to find USB or iSight or Camera folder.
    ... Is it wrong installation ..., which could result in this way?
    (1) No. What you see is normal for Mac OS X.
      Neither "USB" nor "iSight or Camera folder" should be in your "Utilities folder in Apps folder."
    (2) Your Utilities folder does contain a " System Profiler " iCon. Double click it.
    Your System Profiler utility will open. 
    Click "USB" in the column of items under "Hardware" in the "Contents" column at the left side of the System Profiler window.
    "USB Device Tree" pane will open immediately to the right of the "Contents" column.
    Click on each of the USB items in the "USB Device Tree" as necessary until you find your "Built-in iSight."
    If your iSight does not show under any of the USB items, your built-in iSight is not recognized by your Mac, and your Mac needs service.
    I sometimes write too much. If you have difficulty understanding my wordy instructions,
    see the image below. Yours System Profiler window may look somewhat different,
    but the idea is shown in this image from one of my Macs:
    I am a window user and I tried to look for peripherals through all the possible options similar to windows, but ...
    Mac 101 and Switch 101 can offer new Mac users considerable help:
      http://www.apple.com/support/mac101/
          - and -
      http://www.apple.com/support/switch101/
    Again thanks to all those, who are trying to help me.
    You're most welcome. We are happy to try to help.
    Message was edited by: EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz w/Mac OS X (10.6.4)  MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.4)
    LED Cinema Display  G4 PowerBook  1.67GHz (10.4.11)  iBookSE 366MHz (10.3.9)  External iSight

  • FRM-41344 - OLE object not defined  for CONTROL_OLE  in the current record

    Hi!
    I am working in a multirecord block, and I need to obtain data from a Weighing System on each record. But this error appears in run time: FRM-41344 - OLE object not defined for CONTROL_OLE in the current record.
    I use the same in other program, but in that case is a single record block.
    Can somebody help me?

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Application Development in PL/SQL » Forms which is dedicated forum site
    Regard
    Helios

  • Path does not chain with any of the trust anchors, but included in cacerts?

    I have implemented a CA that has a self-signed certificate:<CN=ps, OU=JurgenAgten, O=KUL, L=Leuven, C=BE>
    I have a cert from this CA: <CN=realAnonym>
    With this cert, I want to make a SSL connection to some server with client authentication.
    <CN=ps, OU=JurgenAgten, O=KUL, L=Leuven, C=BE> is included in the cacerts-file of the server.
    <CN=ps, OU=JurgenAgten, O=KUL, L=Leuven, C=BE> (Part of trusted CA's) in my opinion match with <CN=ps, OU=JurgenAgten, O=KUL, L=Leuven, C=BE> (second certificate in certificatechain of <CN=realAnonym>).
    But it doesn't ???
    execute the server with -Djavax.net.debug=ssl,handshake gives:
    <CN=GeoTrust Global CA, O=GeoTrust Inc., C=US>
    <CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited,
    OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net>
    <CN=Equifax Secure Global eBusiness CA-1, O=Equifax Secure Inc., C=US>
    <OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US
    >
    <CN=VeriSign Class 1 Public Primary Certification Authority - G3, OU="(c) 1999 V
    eriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign
    , Inc.", C=US>
    <CN=ps, OU=JurgenAgten, O=KUL, L=Leuven, C=BE> (Part of trusted CA's)<OU=VeriSign Trust Network, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=Class 2 Public Primary Certification Authority - G2, O="VeriSign, Inc.",
    C=US>
    <OU=VeriSign Trust Network, OU="(c) 1998 VeriSign, Inc. - For authorized use onl
    y", OU=Class 1 Public Primary Certification Authority - G2, O="VeriSign, Inc.",
    C=US>
    *** ServerHelloDone
    main, WRITE: TLSv1 Handshake, length = 7383
    main, READ: TLSv1 Handshake, length = 3784
    *** Certificate chain
    chain [0] = [
    Version: V3
      Subject: CN=realAnonym (client certificate)Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: Sun RSA public key, 1024 bits
    modulus: 127355714484211456591612779667470666909980708602501730899657524388577
    49850208930275081977822300971032883864332221450883863390126466833031349667099122
    38288059447802849568096837640845268449147677304455823253593898716430967402259872
    25271396467992796337646786345774935629264123070013042903682567551911526037603651
    public exponent: 65537
    Validity: [From: Fri Nov 18 00:00:00 CET 2005,
                   To: Fri Nov 03 12:04:28 CET 2006]
    Issuer: C=BE, L=Leuven, O=KUL, OU=JurgenAgten, CN=ps (Clent certificate issuer) SerialNumber: [    0107a404 7764]
    Certificate Extensions: 3
    [1]: ObjectId: 2.1.2.3.102 Criticality=false
    Extension unknown: DER encoded OCTET string =
    0000: 04 02 31 00 ..1.
    [2]: ObjectId: 2.1.2.3.101 Criticality=false
    Extension unknown: DER encoded OCTET string =
    0000: 04 1D 31 1B 30 19 13 02 4C 64 02 02 03 E8 13 06 ..1.0...Ld......
    0010: 61 7A 65 72 74 79 13 07 41 72 62 69 74 65 72 azerty..Arbiter
    [3]: ObjectId: 2.1.2.3.100 Criticality=false
    Extension unknown: DER encoded OCTET string =
    0000: 04 82 09 F7 30 82 09 F3 03 82 09 6B 00 AC ED 00 ....0......k....
    0010: 05 73 72 00 19 6A 61 76 61 78 2E 63 72 79 70 74 .sr..javax.crypt
    0020: 6F 2E 53 65 61 6C 65 64 4F 62 6A 65 63 74 3E 36 o.SealedObject>6
    0030: 3D A6 C3 B7 54 70 02 00 04 5B 00 0D 65 6E 63 6F =...Tp...[..enco
    0040: 64 65 64 50 61 72 61 6D 73 74 00 02 5B 42 5B 00 dedParamst..[B[. .
    09D0: C8 18 22 75 E9 23 56 96   9E 7E 71 C5 7B 6B 95 5B  .."u.#V...q..k.[
    09E0: DF AB 6D 0A 39 0C E3 74   F1 BA 5A 9C 50 76 0B 3E  ..m.9..t..Z.Pv.>
    09F0: 13 79 20 2E B5 B1 FC 83   76 97 A2                 .y .....v..
    Algorithm: [MD5withRSA]
    Signature:
    0000: 78 DC AF 04 6F D9 F2 54 6A 5D CB 99 4E 45 90 25 x...o..Tj]..NE.%
    0010: 8D 4B 24 17 BF BB B9 1D AB 1D 7C EF 3D F5 01 9C .K$.........=...
    0020: 49 9C 81 CC 64 0C F4 38 37 F5 BB CF 28 F7 FB 2F I...d..87...(../
    0030: 5E 91 21 E3 A1 B0 92 90 F7 DC 92 F6 A8 6C E3 78 ^.!..........l.x
    0040: 36 B7 36 B8 05 6B 17 8D C8 CF AF D2 9B F6 89 B2 6.6..k..........
    0050: 5B 20 E4 14 0B 98 1C 50 69 FC CC C1 6F 6C F0 EA [ .....Pi...ol..
    0060: 63 1E 64 71 BA 41 3D B6 23 7A 72 91 01 B4 B2 23 c.dq.A=.#zr....#
    0070: 40 2D 62 48 E0 84 0E FA D7 EF E1 9C F5 92 DF 42 @-bH...........B
    chain [1] = [
    Version: V1
    Subject: CN=ps, OU=JurgenAgten, O=KUL, L=Leuven, C=BE (Client certificatechain[1] the CA) Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
    Key: Sun RSA public key, 1024 bits
    modulus: 117566584630083419996551735329369567910739541932314407531248741596590
    25394436071793849489119529408325801928292164157908793562030900052755912331352764
    88920380150146179015561996002426862508085279249965768014151302583170908492349232
    49673303864165396475282399840755746956422674084689146502252850565325504345529883
    public exponent: 65537
    Validity: [From: Fri Nov 18 16:31:50 CET 2005,
                   To: Thu Feb 16 16:31:50 CET 2006]
    Issuer: CN=ps, OU=JurgenAgten, O=KUL, L=Leuven, C=BE (is self-signed)SerialNumber: [    437df3e6]
    Algorithm: [MD5withRSA]
    Signature:
    0000: A5 0B D2 F7 C9 4A BF E5 00 C2 42 50 DF EB 33 A6 .....J....BP..3.
    0010: DB 1A 7F C5 38 DE 4A FA 23 09 5C 09 5D 68 73 CD ....8.J.#.\.]hs.
    0020: 72 B7 A4 9A 50 30 ED BE 35 28 6D 19 21 77 B6 32 r...P0..5(m.!w.2
    0030: FE 83 22 CE EF 7F F4 3E 6E 52 B0 E9 9D 14 EA 48 .."....>nR.....H
    0040: A4 0B DC 41 C2 86 D4 48 6A AD 49 46 84 10 FA 69 ...A...Hj.IF...i
    0050: 7D C6 81 0C AF BA 88 D5 C1 30 BA 1A 5A E5 D3 24 .........0..Z..$
    0060: 0A 3E 15 5A B5 99 A8 B2 32 80 85 D4 72 3F F4 60 .>.Z....2...r?.`
    0070: 18 BA 11 3A 91 35 D9 F9 CA D3 C9 AE 2F 3E 39 E1 ...:.5....../>9.
    main, SEND TLSv1 ALERT: fatal, description = certificate_unknown
    main, WRITE: TLSv1 Alert, length = 2
    main, called closeSocket()
    main, handling exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors
    main, IOException in getSession(): javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors

    It is not even done the first validation part on the client side ( if you have not cut the debugs).
    On both, your client and your server, you should add your CA certificate to the trust set. You can first leave the client authentication aside, and do it on the client code to be sure the client authenticates the server's certificate properly; later you can add the same functionality to your server when checking the client certificate. The mechanism provided to deploy this, is either through system property javax.net.ssl.trustStore to introduce your truststore or introcuding your own trustmanager in the codes.
    In case, you want to set it dynamically in the program code, you should consider using your extension of X509TrustManager() . Aussuming it be YourTrustManager, you go like this:
    //YourTrustManager implements javax.net.ssl.X509TrustManager
    SSLContext sslContext = SSLContext.getInstance("SSLv3");
    YouTrustManager tm = new YourTrustManager();
    TrustManager tms[] = {tm};
    sslContext.init(null, tms, null);  
    HttpsURLConnection.setDefaultSSLSocketFactory(sslContext.getSocketFactory());Further, you might need to change the default hostname verifier on the HttpsConnection before you can establish a successful handshake with the pattern you used for your certificates.
    Read http://java.sun.com/j2se/1.5.0/docs/guide/security/jsse/JSSERefGuide.html in case this does not make it clear enough.

  • I have iCloud on my iMac, macbook and iPhone.  However, when I update my contacts on one, it does not update on any of the other devices.  The calendar seems to be working.  Any suggestions?

    I have iCloud on my iMac, macbook and iPhone.  However, when I update my contacts on one, it does not update on any of the other devices.  The calendar seems to be working.  Any suggestions?

    On the iMac and MacBook open System Preferences > iCloud
    Deselect the box next to Contacts, then reselect it then restart the Macs.
    On the iPhone tap Settings > iCloud
    Switch Contacts off then back on then restart the iPhone.
    Hold the On/Off Sleep/Wake button down until the red slider appears. Slide your finger across the slider to turn off iPhone. To turn iPhone back on, press and hold the On/Off Sleep/Wake button until the Apple logo appears.

  • Setting up new iphone from a back up and it's trying to sync all apps, this is going over memory capacity.  it's also not bring over any of the music that i had on my old phone, any help greatly appreciated. thanks

    hi,
    i'm setting up new iphone from a back up and it's trying to sync all apps, this is going over memory capacity.  it's also not bring over any of the music that i had on my old phone, any help greatly appreciated. thanks

    Geesh - all this information and no  one has any clue to this? Not even someone from Apple?
    Can someone at least point me in the right direction?

  • Since I upgraded I can not get into any of the POGO games

    before I upgraded to the newest version of firefox everything worked fine , now I can not get into any of the POGO.com games unless I use internet explorer and I do not want to do that

    Mozilla are aware of the issue in Firefox 3.6.14 and are working on a fix, no timescale but they are planning on a quick release. Firefox 3.6.15 will fix the issue with some Java applets not working, which has caused many Pogo games to stop functioning.

  • 11gR2RAC "CRS is not installed on any of the nodes" error message

    Hi
    I found error message while try to install Oracle Software "CRS is not installed on any of the nodes".
    This is my server information.
    Server : HP solaris x86-64
    Scan : setup complete
    Grid install : Silent installation complete but found some warning while run orainstRoot.sh on node1 only
    +"Changing permissions of /rtr/app/oraInventory.+
    +Adding read,write permissions for group.+
    +Removing read,write,execute permissions for world.+
    +chmod: WARNING: chmod: could not getcwd+
    +OUI-35086:WARNING: chmod of /rtr/app/oraInventory+
    +Adding read,write permissions for group.+
    +,Removing read,write,execute permissions for world.+
    + failed!+
    +Changing groupname of /rtr/app/oraInventory to oinstall.+
    +chgrp:+
    +OUI-10057:WARNING: chgrp of /rtr/app/oraInventory to oinstall failed!+
    +The execution of the script is complete."+
    after that, the root.sh is run successfully for both nodes.
    Then while install database software I found CRS is not installed on any of the nodes
    I tried to check oraInst.loc and found 3 oraInst.loc, all of them can access by oracle user
    +#ls -l /rtr/app/oraInventory/oraInst.loc+
    -rw-rw----   1 grid     oinstall      60 Mar  4 16:45 /rtr/app/oraInventory/oraInst.loc
    +# ls -l /rtr/app/11.2.0/grid/oraInst.loc+
    -rw-r-----   1 grid     oinstall      60 Mar  4 16:26 /rtr/app/11.2.0/grid/oraInst.loc
    +# ls -l /var/opt/oracle/oraInst.loc+
    -rw-r--r--   1 root     root          60 Mar  4 16:49 /var/opt/oracle/oraInst.loc
    cat /var/opt/oracle/oraInst.loc
    inventory_loc=/rtr/app/oraInventory
    inst_group=oinstall
    oracle@bkkd-sirac03 # cat /rtr/app/oraInventory/oraInst.loc
    inventory_loc=/rtr/app/oraInventory
    inst_group=oinstall
    oracle@bkkd-sirac03 # cat /rtr/app/11.2.0/grid/oraInst.loc
    inventory_loc=/rtr/app/oraInventory
    inst_group=oinstall
    All oracle services are online
    HA Resource                                   Target     State
    ora.LISTENER_SCAN1.lsnr                       ONLINE     ONLINE on bkkd-sirac04
    ora.LISTENER_SCAN2.lsnr                       ONLINE     ONLINE on bkkd-sirac03
    ora.LISTENER_SCAN3.lsnr                       ONLINE     ONLINE on bkkd-sirac03
    ora.asm                                       OFFLINE    OFFLINE
    ora.bkkd-sirac03.ASM1.asm                     OFFLINE    OFFLINE
    ora.bkkd-sirac03.gsd                          OFFLINE    OFFLINE
    ora.bkkd-sirac03.ons                          ONLINE     ONLINE on bkkd-sirac03
    ora.bkkd-sirac03.vip                          ONLINE     ONLINE on bkkd-sirac03
    ora.bkkd-sirac04.ASM2.asm                     OFFLINE    OFFLINE
    ora.bkkd-sirac04.gsd                          OFFLINE    OFFLINE
    ora.bkkd-sirac04.ons                          ONLINE     ONLINE on bkkd-sirac04
    ora.bkkd-sirac04.vip                          ONLINE     ONLINE on bkkd-sirac04
    ora.eons                                      ONLINE     ONLINE on bkkd-sirac03
    ora.gsd                                       OFFLINE    OFFLINE
    ora.net1.network                              ONLINE     ONLINE on bkkd-sirac03
    ora.oc4j                                      OFFLINE    OFFLINE
    ora.ons                                       ONLINE     ONLINE on bkkd-sirac03
    ora.scan1.vip                                 ONLINE     ONLINE on bkkd-sirac04
    ora.scan2.vip                                 ONLINE     ONLINE on bkkd-sirac03
    ora.scan3.vip                                 ONLINE     ONLINE on bkkd-sirac03
    crsctl check crs
    CRS-4638: Oracle High Availability Services is online
    CRS-4537: Cluster Ready Services is online
    CRS-4529: Cluster Synchronization Services is online
    CRS-4533: Event Manager is online
    Kindly help me please.
    Edited by: user9258303 on Mar 4, 2010 4:43 AM

    Hi Pavel,
    I already run the runcluvfy shell script but found the same error
    Checking CRS integrity...
    ERROR:
    CRS is not installed on any of the nodes
    Verification cannot proceed
    CRS integrity check failed
    Checking node application existence...
    ERROR:
    CRS is not installed on any of the nodes
    Verification cannot proceed
    Checking time zone consistency...
    ERROR:
    CRS home "{0}" is not a valid directory
    Anything i can check? I think the error might be from incorrect location of central inventory or grid home or permission but i cannot find the root cause.
    Regards,
    Ann.

  • I have Lightroom 3 and have installed it on my Retina iMac running Yosemite. It will not show me any of the modules..error when attempting to change modules.. and keeps asking for my serial number every time. Is it compatible?

    I have Lightroom 3 and have installed it on my Retina iMac running Yosemite. It will not show me any of the modules..error when attempting to change modules.. and keeps asking for my serial number every time. Is it compatible?
    David

    This is a duplicate thread - see here

Maybe you are looking for

  • Crystal report displays only few pages,

    Hello, We have problem with crystal report preview option. Basically its a cross tab report and when we have a preview it displays only two pages. Even though we have 40 pages worth data. When we export to PDF we see all pages of data. If we print di

  • R3load ttaking too much time when table REPOSRC is loaded

    Hello, I am installing the SAP ECC 6.0 SR2 on SUN Solaris 10 on DB2 V9.1.  17 jobs of the 19 have been completed in ABAP Import phase but it is taking too much time while doing this SAPSSEXC. It is running aroung 10 hours.  There is no error is givin

  • Unknown error 14? help!

    I tried udating the software on my iphone 4 and the following error keeps reacccuring -unknown error 14?? I now am unable to use my iphone as it wont even switch on for me

  • [12.1.2] Forms Perso : Updating a DFF at PO_LINES level in the PO screen

    Hello In the PO screen (POXPOEPO), I'd like to maintain some consistency between 3 dates fields at PO_LINE level, according to some business rules, with Forms Perso. 2 dates fields are the standard ones, PROMISED_DATE and NEED_BY_DATE, the third one

  • Collection in a XML schema.

    Hello! I would like to see some example code of how to use collections in an XML schema. Thank you.