"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

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 '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

  • 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

  • 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

  • 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.

  • 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

  • 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

  • I get a black and white logo and a progress bar after upgrade ipad2 5.01

    i get a black and white logo and a progress bar after upgrade ipad2 5.01

    See this page : http://support.apple.com/kb/HT4097 - it covers :
    iPad stops responding, showing the Apple logo with no progress bar or a stopped progress bar, for over ten minutes.

  • Technical content after upgrade

    Hi,
    We're upgrading from BW 3.5 to BW 7 EHP1 and I've installed the new technical content and process chains. After I've run the initialisation process chains only content since the upgrade is loaded into the InfoProviders and there is no history. How do I load the history? We're specifically interested in use of queries/cubes by user. We're going live this weekend so prompt answers will be appreciated.
    Points will be awarded.
    best regards,
    John

    John,
    I do not think there is an automated way of migrating the older information....
    http://nextzeninfotech.com/Documents/50f95b21-7fb8-2910-0c81-f6935d4c654b.pdf
    This will give you some idea about the changes involved.
    What you could do is to build another flat file datasource for the cubes / Transformations from the older cubes to load the same but this would have to be custom and not provided by SAP.
    http://help.sap.com/saphelp_nw70/helpdata/en/43/15c54048035a39e10000000a422035/content.htm
    has a line which says that older data cannot be migrated...
    Edited by: Arun Varadarajan on Feb 16, 2010 8:13 PM

  • Help - WDJ can't read the context bind to adobe form after upgrade version

    Dear all,
        previously i have the webdynpro java application with adobe form, it works fine when i use Adobe Reader 7.0 but after i upgrade my Adobe Reader to 8.1... all the context bind to the adobe form cannot be read anymore.. any idea?? please advice. thank you..I am using Adobe live cycle designer 7.1 thanks

    Hi Joan,
    You have to go in the following sequence:
    Uninstall Adobe Reader 7 & ACF -> Install Adobe Reader 8 -> Install ACF
    Hopefully it will work.
    Cheers
    Arafat

  • ???? in Menu Bar after upgrading support packages

    Hi All,
    I have upgraded the support packages from Stack 16 to Stack 20 for my ECC 5.0
    Every functionality is fine after the upgrade. But when our consultant tries to check the material in transaction MB52, in the next screen we see some ?????? in the menu items which is supposed to have some options in letters. The functionality is fine when we click on it knowing the option which is supposed to be there.
    Assuming that it is the issue with the GUI, we have upgraded our GUI to 710 patch level 4 which is the latest available. Still no luck.
    Can anyone help me with this. This is holding our upgrade on quality.
    Points will be rewarded.
    Thanks
    Vijay

    Hi All,
    I resolved this myself. We just need to get to the screen shere the ???? show up and go to SYSTEM >> STATUS
    Under SAP Data, double click on GUI Status > STANDARD
    Select the Application Toolbar and click on Activate.
    This should solve the issue.
    Thanks
    Vijay

  • GOA not picked up as source of supply in R/3 when converting PR to PO

    Hi
    We are currently using SRM 5.0 extended classic scenario. Here we are using Global outline agreements which will get replicated to backend R/3 system and can be used as source of supply while converting a Purchase requisition to Purchase order. The aim is to use Global outline agreements instead of Info records which will be more flexible.
    Once MRP run is done, based on requirement Purchase requisitions are created. Using ME57 we convert the PRs to Purchase orders by assigning source of supply. At this point I would expect the GOA to be picked up,whcih is created against this product. But this is not happening as of now.
    Please let me know if there is configuration or prerequisites that need to be done for this.
    Also when I am trying to assign the GOA manually in PR, it is throwing the error as 'Item category of contract does not match with Item category in PR', even though both has Item category as 'Standard'.
    << Moderator message - Everyone's problem is important >>
    Regards
    Edited by: Rob Burbank on Nov 15, 2010 3:15 PM

    Hi
    GOA is not source of supply Indeed.
    whatever you have distributed the GOA as a Purchasing contract is a real  source of supply.
    if the contract is available in ECC , then it is a valid source of supply for your purchase request.
    Can you use the same contract for any other manual / PM /PS purchase request?
    Are you assigning same material contract to your purchase request ?
    the problem is for only MRP PRs or all PRs.
    Muthu

Maybe you are looking for

  • Java error while configuring Mail Store

    As per the documentation provided on otn for Collaboration suite single box installation handbook for Windows, I installed the collaboration suite on Windows 2000 server. While executing the umconfig.bat provided in oes\bin folder I encounter the fol

  • Problem syncing iPhone photos

    I took some pictures with my iPhone and moved them to my pc. When I try ti sync them using iTunes some of them will not sync because "they cannot be display on my iPhone".  I emailed them back to my iPhone and they display just fine. Same thing with

  • How can I purchase an unlimited license for CS6 for small business use?

    How can I purchase an unlimited license for CS6 for use by a small business? We need to be able to use CS6 tools on at least 6 different computers, both macs and PCs. Do I have to purchase CS6 from another individual or business and transfer the lice

  • Firefox crashes when I try to launch it

    Firefox was working Ok until 06/11/11 but when I tried to launch the application it constantly crashes.

  • Spry content slideshow

    Hi Guys Im struggaling to expand the content box so all my information can be seen and also have more that 4 slide any idears please Graham