Error 'No valid source context supplied' for getEntity / getEntitySet call

     Hi All
we have configured our ECC system with IW_BEP and Gateway as standalone system. We have developed the Gateway Services using SEGW in backend ECC system and have registered these services on Gateway system.
However when we are executing getEntity or getEntitySet methods in Browser or Gateway Client, the call is failing with error message 'No valid source context supplied.'
I checked the error log for this issue and it says Deserialization of XML failed via transformation ''. Can you guys suggest what could be the issue with this error? Is this due to in-correct configuration? In our Gateway system, we have created System-Alias for ECC system with both check-boxes for Local GW & For Local App as unticked. The RFC destination underlying this System alias is working fine.
Please help me on this.
Regards,
Deepak Salokhe

Hello Deepak,
OK thanks for sharing the info regarding Key.
Can u try checking why its failing in method /IWBEP/CL_MGW_REMOTE_HANDLER-->REQUEST_PROCESS ?
Only way is to debug Deepak. Since error is not specific we nned to debug in these kind of cases and try to know y its failing. This might help and we may get some info which will help fixing things.
This problem is only happening for this particular service ? or its happening for all the services ?
Check this first. If its happening for rest of the services then problem is something else with the GW/BE components only. If not then its service specific.
Can u try regenerating objects again and check ?
Regards,
Ashwin

Similar Messages

  • Create Deep Entity  - Error "No valid source context supplied".

    <?xml version="1.0" encoding="utf-8" ?>
    - <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"> 
    <code>CX_XSLT_RUNTIME_ERROR/EE1D984A671BED4AAD4D1BD10D509C75</code>  
    <message xml:lang="en">No valid source context supplied</message>  
    - <innererror> 
    <transactionid>7795A2E3D43AF1FCB4BA42F2E933967A</transactionid>  
    <errordetails />  
    </innererror>
    </error>
       Inner error message : " Deserialization of XML failed via transformation ''
    _______________________________________XML FILE _________________________________________________
    <?xml version="1.0" encoding="UTF-8"?>
    <atom:entry
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
    xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
    <atom:content type="application/xml">
    <m:properties>
    <d:ParentQuestGuid>42F2E933967A1EE3A6C5C06CE7D414BA</d:ParentQuestGuid>
    <d:ExternalID>CORRECATE_V08</d:ExternalID>
    <d:Planstartdate>2014-01-31T00:00:00</d:Planstartdate>
    <d:FinalDate>2014-02-28T00:00:00</d:FinalDate>
    <d:Actualfinishtime>PT00H00M00S</d:Actualfinishtime>
    </m:properties>
    </atom:content>
    <atom:link
    rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/zpartners"
    type="application/atom+xml;type=feed"
    title="Z_V02_AUDIT_SRV.zcorrecact_2_partner">
    <m:inline>
    <atom:feed>
    <atom:entry>
    <atom:content type="application/xml">
    <m:properties>
    <d:REF_GUID m:null="true" />
    <d:PARENT_GUID m:null="true" />
    <d:EXTERNAL_ID m:null="true" />
    <d:Role_Sortnr>1</d:Role_Sortnr>
    <d:Role>52</d:Role>
    <d:Partner_Role>BUP003</d:Partner_Role>
    <d:PARTNER_GUID m:null="true" />
    <d:Responsible_Name>102</d:Responsible_Name>
    <d:SYUNAME m:null="true" />
    <d:ROLE_TEXT m:null="true" />
    <d:RESPONSIBLE_TEXT m:null="true" />
    <d:LANGU_ISO m:null="true" />
    </m:properties>
    </atom:content>
    </atom:entry>
    </atom:feed>
    </m:inline>
    </atom:link>
    </atom:entry>
    ___________ Tried using the following solutions yet unsuccessful ___________
      1) Cleared the cache
      /IWBEP/CACHE_CLEANUP
      /IWFND/CACHE_CLEANUP
      2) Checked all the Date fields for "Nullable", both at header and item entitys.
    _________ not clear about my xml format _________________
      1) please check the xml format.  i read other blogs and feel it is correct.
       Regards,
      Nitin Koushik
    [email protected]

    Hi Nitin,
    there seems to be an issue with the xml in the request body.
    As an approach, you could try to send two separate requests, in order to check if the creation of the parent entity works and then use the specified link and check if the creation of the child entity works with the given xml. This could help to clarify which part of the xml is actually rejected
    I've copied below the xml of a deep insert that works for me.
    It is the request body of a POST request sent to the BusinessPartnerCollection of the service ZGWSAMPLE_SRV that can be found here:
    https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZGWSAMPLE_SRV?sap-ds-debug=true
    Hope it helps a bit.
    Regards,
    Carlos
    <?xml version="1.0" encoding="utf-8"?>
    <entry xml:base="http:/.../sap/opu/odata/sap/ZGWSAMPLE_SRV/"
    xmlns="http://www.w3.org/2005/Atom"
    xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"
    xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
    <category term="ZGWSAMPLE_SRV.BusinessPartner"
    scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
    <link href="BusinessPartnerCollection('0100000002')/Contacts"
    rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Contacts"
    type="application/atom+xml;type=feed"
    title="Contacts">
       <m:inline>
        <feed xml:base="http://.../sap/opu/odata/sap/ZGWSAMPLE_SRV/">
         <entry>
          <category term="ZGWSAMPLE_SRV.Contact"
             scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
          <content type="application/xml">
           <m:properties>
            <d:BusinessPartnerID>0100000002</d:BusinessPartnerID>
            <d:Title/>
            <d:FirstName>Maria Julia</d:FirstName>
            <d:MiddleName/>
            <d:LastName>Brown</d:LastName>
            <d:Nickname>Mary</d:Nickname>
            <d:Initials/>
            <d:***>F</d:***>
            <d:PhoneNumber>3023352668</d:PhoneNumber>
            <d:FaxNumber/>
            <d:EmailAddress>[email protected]</d:EmailAddress>
            <d:Language>E</d:Language>
            <d:PostalCode>19899</d:PostalCode>
            <d:City>Wilmington, Delaware</d:City>
            <d:Street>1 2345 King Street</d:Street>
            <d:Building>1</d:Building>
            <d:Country>US</d:Country>
            <d:AddressType>02</d:AddressType>
           </m:properties>
          </content>
         </entry>
        </feed>
       </m:inline>
      </link>
      <content type="application/xml">
       <m:properties>
        <d:AddressType>02</d:AddressType>
        <d:Country>US</d:Country>
        <d:Street>1 2345 King Street</d:Street>
        <d:PostalCode>19899</d:PostalCode>
        <d:City>Wilmington, Delaware</d:City>
        <d:CurrencyCode>USD</d:CurrencyCode>
        <d:LegalForm>Ltd.</d:LegalForm>
        <d:CompanyName>DelBont Industries3</d:CompanyName>
        <d:BusinessPartnerID>0100000002</d:BusinessPartnerID>
        <d:BpRole>01</d:BpRole>
        <d:EmailAddress>[email protected]</d:EmailAddress>
       </m:properties>
      </content>
    </entry>

  • Error message "No valid source context supplied"

    Hii,
    I will add buttons to my html page. So far, I inserted the following code to my bsp page:
    <% DATA: ls_button type CRMT_THTMLB_BUTTON,
                      lt_button type CRMT_THTMLB_BUTTON_t.
                      CLEAR ls_button.
                      ls_button-type = cl_thtmlb_util=>gc_icon_edit.
                      ls_button-on_click = ''.
                      ls_button-enabled = 'X'.
                      ls_button-text = 'Cancel'.
                      append ls_button to lt_button'.
    %>
    <thtmlb:areaFrameSetter toolbarButtons = "<%= lt_button %>"
                                            maxButtonNumber = "1" />      
    When I remove the buttons, that I inserted before with the configuration tool (button Coniguration) and test my page, I get the following error message:
    Cannot display view Z_SHOW/Upload of UI Component Z_SHOW
    An exception has occured
    Exception Class  CX_BSP_ELEMENT_EXCEPTION-:No valid source context supplied
    Methode              CL_BSP_ELEMENT=>IF_BSP_ELEMENT~RAISE_ERROR
    Source Test Row: 3
    Can anyone explain me, how to fix the error message?
    Thanks and regards,
    Harris

    I have the same error,could you tell me how to solve it .thanks !
    无法显示视图 ZGSWIDET/DetailsEF
    已出现异常 例外分类  CX_BSP_ELEMENT_EXCEPTION - : No valid source context supplied 
    方法:  CL_BSP_ELEMENT=>IF_BSP_ELEMENT~RAISE_ERROR 
    源文本行:  3

  • Costing Run Error: No Valid Source of Supply

    Hi Experts,
       I am new to Costing,
        While executing Costing Run for a matrial ABC in plant XXX with a Costing Run 111, I get an error No valid source of supply could be found
    but when I run the Costing Run for Same material for sam plant with different Costing Run It gets executed properly.
    I have read the thread related to it where it is giving reference to note 713111, 499699 and 422926 but there is no check for Source List in Material master.
    Regards,
    Rajdeep Rane.
    Edited by: Rajdeep Rane on Jul 24, 2008 1:30 PM

    Rajdeep
    Use OKKN as Jigar says.  
    Select the costing variant that you are using and then click on "valuation variant"
    Look at the tab for subcontract - this will show what the costing variant is useing to creat cost estimates with.
    Your options for subcontracting are:
    2  Effective Price from Quotation Without Fixed Costs
    3  Net Quotation Price
    4  Gross Quotation Price
    5  Effective Price from Quotation
    6  Effective Price from Purchase Order Without Fixed Costs
    7  Net Purchase Order Price
    8  Gross Purchase Order Price
    9  Effective Price from Purchase Order
    If your material has a Special Procuremnet key 30 - then one of these strategies has to be used.

  • CALL TRANSFORMATION on Unicode WebAS 6.20: No valid source context supplied

    Hello,
    in the last day's I was stuck into a strange problem. I had to develop a Web Service Client on our Web AS 6.20 Unicode system. I followed the Blog <a href="/people/durairaj.athavanraja/blog/2004/09/20/consuming-web-service-from-abap">Consuming Web Service from ABAP</a>. The problem was that my CALL TRANSFORMATION always throwed an exception "No valid source context supplied". I've tested the transformation with a local copy of the XML the Web Service returned and it works quite well. I had a look into the Documentaion of CALL TRANSFORMATION and it says:
    == Documentation Quote Begin ==
    Addition 3a
    ... SOURCE  XML sxml
    Effect
    Specification of the transformation source
    Transfer the XML document sxml using addition 3a. The following three possibilities exist for specifiying sxml:
    The XML document can be in an ABAP variable sxml of the type STRING or XSTRING or in an internal standard table sxml of the elementary line type C.
    == Documentation Quote End ==
    So there should be no difference between STRING and XSTRING. But there is a difference! Here is my testcase which I've derived from my Blog <a href="/people/gregor.wolf3/blog/2006/06/27/geocode-business-partner-with-google-maps">Geocode Business Partner with Google Maps</a>:
    <b>XSLT Transformation - ZGOOGLE_GEOCODE_TO_ABAP</b>
    <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:asx="http://www.sap.com/abapxml" xmlns:kml="http://earth.google.com/kml/2.0" version="1.0">
      <xsl:template match="/">
        <asx:abap version="1.0">
          <asx:values>
            <GEOCODE>
              <LON>
                <xsl:value-of select="substring-before(kml:kml/kml:Response/kml:Placemark/kml:Point/kml:coordinates,',')"/>
              </LON>
              <LAT>
                <xsl:value-of select="substring-before(substring-after(kml:kml/kml:Response/kml:Placemark/kml:Point/kml:coordinates,','),',')"/>
              </LAT>
              <ALT>
                <xsl:value-of select="substring-after(substring-after(kml:kml/kml:Response/kml:Placemark/kml:Point/kml:coordinates,','),',')"/>
              </ALT>
            </GEOCODE>
          </asx:values>
        </asx:abap>
      </xsl:template>
    </xsl:transform>
    <b>ABAP Report</b>
    REPORT  z_gw_test_geocode.
    DATA:
    BEGIN OF geocode,
      lon TYPE string,
      lat TYPE string,
      alt TYPE string,
    END OF geocode.
    DATA: client TYPE REF TO if_http_client,
           url TYPE string,
           c_xml TYPE string,
           x_xml type xstring.
    * Build URL to call Googe Maps Geocoding
    CONCATENATE 'http://maps.google.com/maps/geo?'
      'q=Tacherting,+DE'
      '&output=xml'
      '&key=ABQIAAAA2WL-mG7HpdSjlxystL3uBhRvBuAcdiWwcJAQgt9kNvfse-yNqBQuxwHkHo31WjTJ_RzVPIhXNludVg'
      INTO url.
    ****Create the HTTP client
    CALL METHOD cl_http_client=>create_by_url
      EXPORTING
        url    = url
      IMPORTING
        client = client
      EXCEPTIONS
        OTHERS = 1.
    client->send( ).
    client->receive( ).
    ****Get the response content in Character format
    c_xml = client->response->get_cdata( ).
    ****Get the response content as Binary
    x_xml = client->response->get_data( ).
    ****Transform XML as String to ABAP Values
    DATA: xslt_err TYPE REF TO cx_xslt_exception,
          error_text TYPE string.
    WRITE: / 'Transformation with STRING'.
    TRY.
        CALL TRANSFORMATION zgoogle_geocode_to_abap
        SOURCE XML c_xml
        RESULT geocode = geocode.
      CATCH cx_xslt_exception INTO xslt_err.
        error_text = xslt_err->get_text( ).
        WRITE: / error_text.
    ENDTRY.
    WRITE: / 'LON: ', geocode-lon.
    WRITE: / 'LAT: ', geocode-lat.
    WRITE: / 'ALT: ', geocode-alt.
    ****Transform XML as XString to ABAP Values
    WRITE: / 'Transformation with XSTRING'.
    TRY.
        CALL TRANSFORMATION zgoogle_geocode_to_abap
        SOURCE XML x_xml
        RESULT geocode = geocode.
      CATCH cx_xslt_exception INTO xslt_err.
        error_text = xslt_err->get_text( ).
        WRITE: / error_text.
    ENDTRY.
    WRITE: / 'LON: ', geocode-lon.
    WRITE: / 'LAT: ', geocode-lat.
    WRITE: / 'ALT: ', geocode-alt.
    <b>Result</b>
    This is the result on our 6.20 Unicode System:
    Transformation with STRING
    No valid source context supplied
    LON:
    LAT:
    ALT:
    Transformation with XSTRING
    LON:  12.570504
    LAT:  48.078269
    ALT:  0
    I've tried it on our 6.20 and 6.40 NON-Unicode systems and the result was:
    Transformation with STRING
    LON:  12.570504
    LAT:  48.078269
    ALT:  0
    Transformation with XSTRING
    LON:  12.570504
    LAT:  48.078269
    ALT:  0
    Finaly I've tried it on our Solutin Manager 4.0 which runs on Web AS 7.00 and is also a Unicode installation. Here the result is correct:
    Transformation with STRING
    LON:  12.570504
    LAT:  48.078269
    ALT:  0
    Transformation with XSTRING
    LON:  12.570504
    LAT:  48.078269
    ALT:  0
    So now what to do? I've found nothing in OSS regarding this behaviour. Any tips? I also try a OSS Message.
    Regards
    Gregor

    Hi,
    Can you tell me about your project on short notes. For information.
    Regards
    R.Rajendran

  • "No valid source context supplied" in technical bar after upgrade to EhP1

    Dears,
    After upgrade from 7 to 7 EhP1 we have error displayed in technical bar (bar on the top, with Log off and Personalization buttons) in all business roles that we log in. There is BSP error displayed:
    "No valid source context supplied"
    Exception Class CX_XSLT_RUNTIME_ERROR
    Error Name CX_XSLT_RUNTIME_ERROR
    Program CL_BSP_WD_REPOSITORY==========CP
    Include CL_BSP_WD_REPOSITORY==========CM003
    ABAP Class CL_BSP_WD_REPOSITORY
    Method CREATE_INSTANCE_FROM_XML
    Line 10 
    Long text -
    Do you have any ideas?
    We have component webcuif in 701 version (SP 4).
    Best Regards

    thx Anup but still no success.
    I am thinking whether we should do any repositories consitency check after upgrade? any manual adjustments? this is a standard component crmcmp_hdr.
    the error seems to be caused by implementing note 0001358764 before upgrade in CRM 7.
    Best Regards

  • No valid source of supply found for material ABC plant Plant1

    Hi ,
    I am using the Tcode kkf7 (product cost collector ) for costing a material XYZ(finished prod) , it throughts an error that the material ABC  which is an sub assembly of XYZ of type E has no valid source of supply.
    Regards,
    Reddy

    hi
    you have to maintain purchase info records for subcontracting material, TCODE Me11, procurement type in material master F, special procurement type 30.
    In the costing variant assigned check valuation variant strategy for subcontracting
    krishna

  • No valid source of supply could be found

    Dear SAP Gurus,
    In the costing run, we foundout the error for the material XXXX as "No valid source of supply could be found". Please suggest
    Checked up in the purchasing data everything is defined

    Dear,
    Message no CK380 or CK776 No valid source of supply could be found.
    The error does not occur, if The source list contains 2 valid entries for 2 vendors
    either the source list or the quota arrangement has been maintained.
    one of the two entries is removed in the source list or in the quota arrangement.
    Or check Purchase Info-record need to create with Subcontract Category.
    Regards,
    R.Brahmankar

  • No valid source of supply could be found - while running the cost estimate

    Hi all,
    We are running the material cost estimate for a subcontracting material. The costing is giving an error saying "No valid source of supply could be found".
    We have checked
    1. Purchase info record
    2. Source list
    3. Valid dates are maintained for the condition records for the info record.
    Still we are getting the error.
    Can somebody help on this ?
    Thanks in advance
    Regards
    Karpagam Srinivasan

    Dear Karpagam,
    Please check these points,
    Are you sure you have created a Purchase Info Record in ME11 for a Sub-contratcing process?
    Sometimes you would have crated a standard Purchase Info Record.
    Maintain procurement type as F and special procurement value 30 in the MRP2 view of the material
    master for that material.
    As you have mentioned PIR,Source list already exists,please check this and come back.
    Regards
    Mangalraj.S

  • No source of supply for item in allocation table

    I'm having trouble finding a valid source of supply automatically for an article in an allocation table item.
    In the item overview of the allocation table, I have entered two plants. The system can find a source of supply for plant A automatically, but not for plant B. For plant B I have to do a manually source of supply determination.
    I have checked the article master for the article for both plants and they are the same. Also the plant master is the same for both.
    An purchasing info record exists for the article/vendor/purchasing organization.
    Please advice.

    Hello,
    Please check whether you have Supply Source field correctly maintained for article/plant level view for the second plant.
    Thanks,
    Venu

  • BAPI for assing source of supply for purchase requisitions

    Hi,
    can any one let me know if there is any bapi or function module to assing source of supply for purchase requisitions. 
    Points will be given
    regards,
    siva prasad.

    Define fixed indicator in the source of supply , and set the source list usage of MRP to "1 "
    Below is help from sap:
    ==================================================================
    Determining the Source of Supply via the Source List
    The system first checks whether a quota arrangement has been maintained for the material, which has a validity period that covers the requirements date of the purchase requisition.
    It then checks whether only one entry exists in the source list that is relevant to MRP. The indicator for source list usage must therefore be set for a particular vendor so that purchase requisitions and delivery schedules, which are created during the planning run, are automatically assigned to this vendor. In the case of a delivery schedule, you must also have maintained a scheduling agreement for this entry.
    If you have maintained all the entries correctly, the system creates a purchase requisition with the source of supply that is recorded in the source list.

  • While running the cost : No valid source of supply could be found

    Hi Friends,
    When we have doing the  ck11n i got the this error meassge.
    No valid source of supply could be found , could u please give me clarification where i can fix this issue.
    Regards
    Mastan Reddy N

    Dear,
    F means Externally Procured Item, so system will not allow you to create Cost Estimate.
    Please change it to E and then create Cost Estimate, it will work.
    Br,Vivek

  • OBI11g intallation issue - Error in validating the port range for auto port

    I am using the intaller to install OBIEE 11g on my machine. When I get to step 6, I receive the error messages below. Currently I also have OBIEE 10g on my machine so the ports may be already used.
    Does any one know how I can resolve this issue? I previously installed both 10g and 11g on my old laptop but I can't figure out why I'm getting these errors this time.
    INST-08010: Error in validating the port range for auto port allocation. At least 3 ports should be free within the range 9500-9699 for the Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager).
    Ensure that a minimum of 3 ports are free within the range 9500-9699 for auto port allocation to work correctly for the Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager).
    INST-08012: Error in validating the port range for auto port allocation. At least 3 consecutive ports should be free within the range 9500-9699 for the OPMN, in addition to 3 free ports required for Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager).
    Ensure that a minimum of 3 consecutive ports are free within the range 9500-9699 for auto port allocation to work correctly for the OPMN, in addition to 3 free ports required for Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager).
    INST-08010: Error in validating the port range for auto port allocation. At least 9 ports should be free within the range 9700-9999 for the BI System Components.
    Ensure that a minimum of 9 ports are free within the range 9700-9999 for auto port allocation to work correctly for the BI System Components.

    your hosts file have duplicate name that point to two different IP addresses.
    10.37.29.1 test1.xyz.com
    10.10.10.1 test1.xyz.com

  • INST-08010: Error in validating the port range for auto port allocation

    Hello guys, I am using the installer to install OBIEE 11.1.7.0 on my machine. When I get to step 6, I receive the error messages below:
    INST-08010: Error in validating the port range for auto port allocation. At least 2 ports should be free within the range 7000-7500 for the Adminserver and Adminserver SSL.
    Ensure that a minimum of 2 ports are free within the range 7000-7500 for auto port allocation to work correctly for the Adminserver and Adminserver SSL.
    INST-08010: Error in validating the port range for auto port allocation. At least 3 ports should be free within the range 9500-9699 for the Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager).
    Ensure that a minimum of 3 ports are free within the range 9500-9699 for auto port allocation to work correctly for the Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager).
    INST-08012: Error in validating the port range for auto port allocation. At least 3 consecutive ports should be free within the range 9500-9699 for the OPMN, in addition to 3 free ports required for Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager).
    Ensure that a minimum of 3 consecutive ports are free within the range 9500-9699 for auto port allocation to work correctly for the OPMN, in addition to 3 free ports required for Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager).
    My Operating System  below:
    Linux Red Hat 5.9 X86 64bit
    My uname -a are below:
    Linux redhat59 2.6.18-348.el5 #1 SMP Wed Nov 28 21:22:00 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
    My /etc/hosts file are  below:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1   localhost.localdomain localhost
    10.10.80.19 redhat59
    My /etc/sysconfig/network are below:
    NETWORKING=yes
    NETWORKING_IPV6=no
    HOSTNAME=redhat59
    GATEWAY=10.174.27.228
    My /etc/sysconfig/iptables are below:
    # Generated by iptables-save v1.3.5 on Tue Dec  3 17:01:17 2013
    *filter
    :INPUT ACCEPT [425:33860]
    :FORWARD ACCEPT [0:0]
    :OUTPUT ACCEPT [307:40164]
    COMMIT
    # Completed on Tue Dec  3 17:01:17 2013
    My ifconfig are below:
    eth0      Link encap:Ethernet  HWaddr 52:54:00:55:9B:C9
              inet addr:10.174.27.233  Bcast:10.174.27.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:200216 errors:0 dropped:0 overruns:0 frame:0
              TX packets:95849 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:110668992 (105.5 MiB)  TX bytes:209784134 (200.0 MiB)
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:109200 errors:0 dropped:0 overruns:0 frame:0
              TX packets:109200 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:257845896 (245.9 MiB)  TX bytes:257845896 (245.9 MiB)
    my /etc/sysconfig/network-scripts/ifcfg-eth0 are below:
    # Virtio Network Device
    DEVICE=eth0
    BOOTPROTO=static
    BROADCAST=10.174.27.255
    HWADDR=52:54:00:55:9B:C9
    IPADDR=10.174.27.233
    NETMASK=255.255.255.0
    NETWORK=10.174.27.0
    ONBOOT=yes
    Have any suggestion please?
    Many Thanks
    D

    In setDomainEnv.sh set debugFlag=false or you can just remove it.
    NodeManager is a charm after that. it can take any number of ports.
    Cheers !!

  • [ERROR]:INST-08010: Error in validating the port range for auto port allocation

    I am installing OBIEE 11.1.1.7.0 on a linux x86 version. I get the below error when running the installer: [VALIDATION] [ERROR]:INST-08010: Error in validating the port range for auto port allocation. At least 2 ports should be free within the range 7000-7500 for the Adminserver and Adminserver SSL. [VALIDATION] [SUGGESTION]:Ensure that a minimum of 2 ports are free within the range 7000-7500 for auto port allocation to work correctly for the Adminserver and Adminserver SSL. [VALIDATION] [ERROR]:INST-08010: Error in validating the port range for auto port allocation. At least 3 ports should be free within the range 9500-9699 for the Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager). [VALIDATION] [SUGGESTION]:Ensure that a minimum of 3 ports are free within the range 9500-9699 for auto port allocation to work correctly for the Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager). [VALIDATION] [ERROR]:INST-08012: Error in validating the port range for auto port allocation. At least 3 consecutive ports should be free within the range 9500-9699 for the OPMN, in addition to 3 free ports required for Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager). [VALIDATION] [SUGGESTION]:Ensure that a minimum of 3 consecutive ports are free within the range 9500-9699 for auto port allocation to work correctly for the OPMN, in addition to 3 free ports required for Weblogic Components for BI (WLS Managed Server, Managed Server SSL and NodeManager). installation Failed. Exiting installation due to data validation failure. Solution suggested on other post is below: your hosts file have duplicate name that point to two different IP addresses.  10.37.29.1    test1.xyz.com 10.10.10.1    test1.xyz.com But in my case, My host file has different entiries as shown below: 169.36.71.228 usl20027808.am.hedani.net  usl20027808 169.36.72.9    usl2002788.am.hedani.net usl2002788 Please suggest!

    In setDomainEnv.sh set debugFlag=false or you can just remove it.
    NodeManager is a charm after that. it can take any number of ports.
    Cheers !!

Maybe you are looking for