Initialization of Extended Configuration Management failied  CRM ISA B2B

I am getting the follwoing error in CRM ISA B2B application after deploying the warfile.
http://localhost:50000/b2b_xxx/b2b/init.do
Application error occurred during request processing.
  Details:   Error [javax.servlet.ServletException: Initialization of Extended Configuration Management failed.].
Exception id: [001A6426E3B000510000079D00000A5000045463A84AD4F6]

Hello All
Please review the following notes that has resolved this issues in other cases.
979883   XPath expressions do not work in case of a comment in XML
979884   NW04s SPS9 sapxmltoolkit cumulative patch  
If this does not resolve the issue I would advise opening an oss message and
providing all of the information including a session trace specified in the following notes:
1094659  Support for Internet Sales Release 4.0
1091792 Support for Internet Sales Release 5.0
Hope this helps.
Peter

Similar Messages

  • SAP Extended Configuration Management.

    Hello all the Gurus of SAP.
    I am Rajesh and very new to SAP NetWeaver DS. Well, After reading much on the Internet Sales( R/3) edition. I got to know that we have a ISA WAC Java components which are like templates that we can use.
    My question is that how do I go about using the SAP XCM( extended Configuration Management). I could see that we can use the standard SAP settings for shop and b2b and b2c scenaries. I mean, after I copy the standard templates. Where do I see the "My applciation" as in where do I run it. I am not able to see it in SAP XCM.

    Rajesh
    The Extended Configuration Management is used for configuring web application
    By Using it you can perform the following steps:
    Go to Application Configurations - SAP and create an own web application configuration based on a SAP configuration.
    From there you can also create component configurations.
    You can have multiple web application configurations and assign them differently configured components.
    Note: Not all applications support multiple web application configurations. Sometimes only general settings are supported.
    For general settings go to General Settings - Customer. From there you can change settings having application scope.
    Thanks
    Jack
    <b>Allot points if my post helps !!!</b>

  • Documentation on Extended Configuration Management(XCM)

    Hi SDN,
       I have CRM 5.0 install and am looking for documentation on Extended Configuration Management(XCM). So Please can any provide me the helpfull links on XCM.
    Thanks in Advance.
    Regards
    Basha

    http://help.sap.com/SCENARIOS_BUS2005/helpdata/EN/0f/f8a642a4f70c31e10000000a1550b0/frameset.htm
    Kevinlb

  • How to display total "items" and "amount " in header.jsp in CRM ISA B2B

    Hi,
    I am modifying “header.jsp” in standard CRM ISA B2B application.  Here we have summary of total number of items and total amount but it is coming in to button and for that below code is there in “header.jsp” and it display it as button text.
    if (!ui.homActivated) { %>
    !!" alt="" border="0" height="16" width="20">
    </td>
    <td class="vertical-align-middle" name="miniBasket" value="<isa:translate key="b2b.header.minibasket.default"/>" >
            <form name="basketForm" action="javascript:show_basket();">
         <input class="green" name="miniBasket" type="button" value="<isa:translate key="b2b.header.minibasket.default"/>"/>   
        </form>
    </td>   
    <% } else { %>
    <!-- HOM scenario - minibasket displays collective order -->
    <td  class="vertical-align-middle" align="right">
    !!" alt="" border="0" height="16" width="20">
    </td>
    <td  class="vertical-align-middle" name="miniBasket" value="<isa:translate key="b2b.header.collorder.default"/>">
    <form name="basketForm" action="javascript:show_collective_order();">
        <input class="green" name="miniBasket" type="button" value="<isa:translate key="b2b.header.collorder.default"/>"/>   
    </form>
    </td>
    <% } %>
    Now I want to display total number of items and total amount separately in two different <td> element.
    How I can get total number of items and total amount in “header.jsp” I tried below code but did not get any success.
    Insert below line in “header.jsp” with respective page import statement for class or let me know which class I have to import.
    <%
         HeaderSalesDocument  hdr =
                (HeaderSalesDocument) request.getAttribute(MaintainBasketBaseAction.RK_HEADER);
        ItemList items =
                (ItemList) request.getAttribute(MaintainBasketBaseAction.RK_ITEMS);
    %>
    And then I use
    <td><%= hdr.getNetValue() %></td>
    <td><%= items.size() %></td>
    But it is not printing any thing and header page not display at all.
    Pl. tell me how to get total amount and number of items in header area. Which class or object I have to use here.
    I really appreciated any help from any one.
    Thanks and regards.
    Ashish Patel.

    Hi, I tried another logic. I took value from  Standard button, in which B2B application display total items and amount and I hide this field, to another text element.
    Now I Am breaking that value in words and stored them in array  and then trying to display that array with particular number which contains total item and amount through Java Script on Focus.
    But problem here is, It is not getting updated automatically I have to click on new text files to trigger Onfocus event. How I can achieve effect like as soon as Standard button changes it's value which is now hidden filed my new text box should update automatically.
    Thanks.
    Ashish

  • CRM ISA b2b Vs ECC ISA b2b - IPC and BADI

    Experts,
    1. In CRM ISA b2b - We use CRM_COND_COM_BADI to implement the userexit logics and to populate custom attributes. What is the equivalent BADI or procedure in ERP scenario assuming I am using IPC in both the scenarios.
    2.   in CRM ISA b2b scenario, we have item and header BADI's like crm_isa_basket_head...What is thew equivalent BADI/Procedure in ERP ISA b2b scenario.
    Thanks,
    Bala

    Hello Bala,
    Regarding your first question, AFAIK, the userexit logic of pricing should be developed in IPC pricing routines and uploaded to the SAP system with appropriate userexit assignment.
    About the second question, I am not very clear on what is the requirement? Do you want to modify certain data before a document is actually created/simulated in the SAP system? In this case, there are some enhancement points in the FM SD_SALESDOCUMENT_CREATE. This is what I used to modify/add/delete some data before the basket data is simulated or created as a quotation/order in the SAP ECC system.
    Pradeep

  • I am getting old values after changind the data in CRM ISA B2B.

    Hi,
    I am modifying Standard CRM ISA B2B application. Under "My Account" section. there are two options 1) Password change and 2) Address Change.
    I changed "addresschange.jsp" for Look and feel. I also changed Telephone and Fax input filed by braking them into three input field and made Standard telephone and fax field to hidden. Through Java script I am taking value from Standard file and braking them into 3 part and then display in appropriate field also while saving the record I am taking value from three input fields and assigned to standard field before saving the changes.
    When  I click on Submit button after making changes to name, phone or any field I am getting success  message that your record has been updated successfully but when I revisit it I am getting the old values.
    pl. guide me How  I can resolve this issue?
    Thanks.
    Ashish Patel.

    Hi Gareth
    My understanding is that you want to store some extra attribute for items in your CRM catalog and want to display that extra attribute in the list page ei ProductISA.jsp. If this is all you need to do, then good thing is you dont need to make any changes to any business object class.
    Define a custom attribute in CRM catalog and assign its value. You may need to republish the catalog once you've done this.
    On the Java side to access this extra attribute you can use the following code.
    WebCatItem item = (WebCatItem) lstItems.get(nCount);
    String strOrderCD = item.getAttribute("ZORDERCODE");
    getAttribute() method reads the value of any custom parameter you may define in your CRM catalog. In case you want to send some extra data to CRM, you'll need to use the addExtensionData() method and would need to handle this extra info in the corresponding BADI.
    Cheers
    PB

  • Problem with Database Initialization when using Configuration Manager (ubuntu-jboss-mysql)

    Hello,
    When I try to initialize the database using Configuration Manager, the following error occurs:
    ALC-TTN-002-001: JDBC datasource lookup failed for resource reference [java:comp/env/jdbc/
    IdpDs]. The most likely cause is that a datasource having a JNDI
    name of [IDP_DS] does not exist or is misconfigured. Check the application
    server's configuration.
    I DO have an IDP_DS datasource configured in jboss. I carefully followed the Jboss configuration instructions, so I don't really understand which is the issue here.
    Anyone encountered a similar problem? Any help?
    Many thanks in advance,
    Artur

    Data source files have to end with ds.xml and should be copied to the /deploy folder of your JBoss configuration (all) for them to be picked up by JBoss.
    If the file was edited in Windows, make sure it does not contain DOS characters. Ubuntu Linux is not a supported LiveCycle OS platform currently. Only Red Hat Enterprise and SUSE Enterprise are.

  • XCM (extended configuration management) configuration guide

    Hi All,
             I have been working on PME (product modeling environment) and i require pricing information against the characteristics/variants created.For this i need to configure couple of parameters in XCM .I would be grateful if any of you guys can mail me XCM configuration guide  to the following mail id  <b>[email protected]</b>.
    with regards,
    Chaitanya

    Hello Friends,
    Can you help me to resolve my WEB CATALOG Image issue in the following weblog.
    WEBCATALOG not working in CRM
    Your help in this regard shell be highly appriciated.
    Please also sent me XCM Configuration Guide for CRM E Commerce if it is available.
    Jaswant

  • XCM(Extended Configuration Management) Read Only Access for Webshop

    Hi,
    We dont hav e XCM admin access in our project.We need to have just the view(read only) access.This will help us immensly during any troubleshooting. Plus we will save a lot of time while troubleshooting if the view access is avaialable to us. In case of any issues in the XCM setting, we can easily pin point the issue and ask the ERP team to change it. In absence of it we can only speculate what could have gone wrong on the XCM side. Is there any role in XCM so that we can get just read only access.
    Regards

    Hi,
    The below note will help you.
    Note 1014383 - Read only user in the XCM and Administration area of ISA
    Regards,
    Shanto Aloor

  • Catalog View not working in CRM ISA  B2B Application

    Hi Experts,
    Product Catague creation process followed
    1. Maintained a Product Catalogue ' B2BCat'
    2. Maintained Two Sub areas(Area1 and Area2) and two products for each sub area
    3. Maintained a Variant ( for Lang EN and Currency USD)
    4. Created a View for one BP (checked one sub area and one product of the sub area checked and did not check the other sub area. Intent is to show only one product for that BP assigned to the Cataloguw View).
    5. Did the initial replciation for the Product catalogue.
    6. Assigned the Product Catague to a web shop in the Shop Admin. Checked Catalogue search check box (as this enables views created in the product catalogue when the BP(Target Group's BPs) assigned logs in to the B2B application).
    I did not confront this problem previously. Please let me kwow if I missed any steps.
    I did over write the indices also
    Appreciate if some one can help me solve this issue.
    Thank you,
    Pavan

    Hi Robin,
    Appreciate your quick response.
    I am using the same contact person and customer log ins assigned in the view of the catologue to log in to the B2B application. I do no see any problem here also.
    PPR got anything to do here or is there any activation I am missing? Not sure...
    Thank you,
    Pavan

  • Hiding Change Button from CRM ISA Configuration!

    Hi,
          I have an requirement to hide the change button in ISA front end (web ISA B2B). From SAP i came to know that this can be achived from ISA configuration level. can someone assist me in this configuration part. how to approch.
    Regards,
    Anil.

    Hi Anil,
    What 'Change' do you want to hide on the ISA B2B ? SAP would've suggested that it is a Extended Configuration Management (XCM) Administration setting. It could be accessed from a URL that would be something like http://yourcompany.com/b2b/admin/xcm/init.do.
    Hope this helps.
    Ashok.

  • Custom field in CRM ISA order header

    Hi,
    I was able to add a custom field in our CRM ISA B2B website order entry header following the instruction on the ISA_30..modification guide.
    Right now I am able to store that custom header field data in a table in CRM called CRM_ISA_ADD_DATA which is also specified in the guide.
    My question is how do I transfer this field to the actual CRM ISA Order Header text field so that it can be replicated to R/3? 
    Any suggestions would be appreciated.
    Thanks,
    Prasoon

    Hi Hitesh,
    I am also looking for the solution for the same problem.
    I hope you have found the solution.
    If you have found the solution please let me know and help me how to do it.
    I really appreciate your help on this and I will assign you points for this.
    Thanks for your help.
    Ashish.

  • SAP CRM ISA for B2B B2C How I can set customize error page in SAP J2EE 6.40

    Hi,
    I am trying to change default error mesaage which is comming from SAP J2EE engine in SAP CRM ISA B2B and B2C application.
    I want to set different customize error(400, 401,403,500 etc..) pages designed in HTML in B2B and B2C of SAP CRM ISA application.
    If any one has any idea how to do it pl. let me know.
    Thanks.
    Ashish Patel.

    Hi,
    Except for the application error pages you should also keep in mind that some error pages are generated by SAP Webdispatcher - presuming you are using one in front of your J2EE-Engine 
    You find some information about this type of error pages under  <a href="http://help.sap.com/saphelp_webas630/helpdata/en/f6/3c0b0389cea34ba66f10d62b718a1a/frameset.htm">help.sap.com</a>
    Best regards,
    Frank

  • ISA B2B access problem

    Dear All,
    we use the ISA 4.0 SP10 B2B hosted on the SAP Web-AS 6.20 PatchLevel 103149.20. The web shop was
    installed and configured by another company beforehand. Unfortunately I have undeployed all
    web-apps via the Deploy Tool by accident. This is the list of the undeployed web-apps:
    SAPWASCALLEJB
    BTF
    ClientInfo
    HTML_Business_for_Java
    lcrsaprfc
    bcbici
    Mobile_HTMLB_for_Java
    Modeler
    b2b
    crm.shopadmin
    lwc
    webcatadmin
    cviews
    isauseradm
    sharedcatalog
    partnerregistration
    calculator
    Shop
    Hello
    The webshop was previously configured successfully by somebody else and the configuration
    stored in:
    I:\usr\sap\SAPC17DB\java\XCM\B2B
    I:\usr\sap\SAPC17DB\java\XCM\isauseradm
    I:\usr\sap\SAPC17DB\java\XCM\lwc
    I:\usr\sap\SAPC17DB\java\XCM\partnerregistration
    I:\usr\sap\SAPC17DB\java\XCM\sharedcatalog
    I:\usr\sap\SAPC17DB\java\XCM\shopadmn
    The following packages have been redeployed by myself successfully and without errors as described
    in "CRM 4.0 SP60 - 6.20 Java Components of E-Selling and Channel Management on a SAP J2EE
    Engine 6.20" using the Deploy Tool just a while ago:
    b2b.ear
    shopadmin.ear
    isauseradm.ear
    cviewsear
    lwc.ear
    webcatadmin.ear
    partnerregistration.ear
    sharedcatalog.ear
    trex3.ear
    After restarting the J2EE-Engine and calling http://<host_of_j2ee_engine>:50000/b2b/b2b/init.do
    this messages is displayed on the browser:
    Application cannot be startetContext parameter 'customer.config.path.xcm.config.isa.sapmarkets.com' is not maintained in web.xml.
    The logs inside b2b\root\WEB-INF\logs contains the message:
    Oct 26, 2006 12:38:07 PM,757 Client_Thread_26 Error bbcom.sapmarkets.isa.core.util.MiscUtil [undefined|system.xcm.init.exception] An exception occurred when initializing extended configuration management: ERROR: System variable 'sys.global.dir' missing!!!
    Oct 26, 2006 12:38:07 PM,757 Client_Thread_26 Error bbcom.sapmarkets.isa.core.util.MiscUtil [undefined|system.xcm.init.exception] An exception occurred when initializing extended configuration management: ERROR: System variable 'sys.global.dir' missing!!!
    Oct 26, 2006 12:38:08 PM,179 Client_Thread_26 Error bbcom.sapmarkets.isa.core.util.MiscUtil [undefined|system.xcm.init.exception] An exception occurred when initializing extended configuration management: ERROR: System variable 'sys.global.dir' missing!!!
    Oct 26, 2006 12:38:08 PM,179 Client_Thread_26 Error bbcom.sapmarkets.isa.core.util.MiscUtil [undefined|system.xcm.init.exception] An exception occurred when initializing extended configuration management: ERROR: System variable 'sys.global.dir' missing!!!
    Oct 26, 2006 12:38:14 PM,272 Client_Thread_26 Error bbcom.sapmarkets.isa.core.xcm.init.ConfigLoader [undefined|system.xcm.exception] An exception occurred in extended configuration management Error parsing resource for URL = ''file:/%sys.global.dir%/xcm/${com.sap.dc_name}/config-data.xml'
    java.lang.IllegalArgumentException
    Error parsing resource for URL = ''file:/%sys.global.dir%/xcm/${com.sap.dc_name}/config-data.xml'
    java.lang.IllegalArgumentException
    at com.sapmarkets.isa.core.xcm.xml.XIncludeProcessor.getDoc(XIncludeProcessor.java:209)
    Inside b2b\root\WEB-INF\web.xml is the variable customer.config.path.xcm.config.isa.sapmarkets.com.
    It's value was %sys.global.dir%/xcm/${com.sap.dc_name} which I changed to I:/usr/sap/SAPC17DB/java/XCM/B2B
    as pointed out by note 655949. I also changed this analogously for isauseradm, lwc, partnerregistration, sharedcatalog, shopadmin and trex3.
    When the J2EE-Engine is now restarted the parsing exception as well as three of the four sys.global.dir missings are gone, but still one there:
    Oct 26, 2006 3:55:29 PM,122 System_Thread_74 Error bbcom.sapmarkets.isa.core.util.MiscUtil [undefined|system.xcm.init.exception] An exception occurred when initializing extended configuration management: ERROR: System variable 'sys.global.dir' missing!!!
    which I cannot figure out where it is from.
    When I try to hit When http://<host_of_j2ee_engine>:50000/b2b/b2b/init.do is called via the browser there is still the same error as before:
    Application cannot be startetContext parameter 'customer.config.path.xcm.config.isa.sapmarkets.com' is not maintained in web.xml.
    It is possible to call http://<host_of_j2ee_engine>:50000/b2b/admin/index.jsp but the XCM Administration link
    links to http://<host_of_j2ee_engine>:50000/b2b/admin/xcm/init.do which also results in:
    Application cannot be startetContext parameter 'customer.config.path.xcm.config.isa.sapmarkets.com' is not maintained in web.xml
    Any idea of what I missed in order to recover the original web application?
    Any help is highly appreciated and needed
    Best Regards and Thanks in Advance,
    Martin Muellenberg

    Hi Vivek,
    thanks for your reply. Unfortunatelly this is exactly the problem, that I cannot access the XCM configuration. Both:
    http://<host_of_j2ee_engine>:50000/b2b/admin/xcm/init.do
    and
    http://<host_of_j2ee_engine>:50000/shopadmin/admin/xcm/init.do
    prints:
    Application cannot be startetContext parameter 'customer.config.path.xcm.config.isa.sapmarkets.com' is not maintained in web.xml
    But it is maintained in web.xml and set correctly as described in my first post.
    Any idea how I could get access to the XCM anyway?
    Best Regards and Thanks,
    Martin Muellenberg

  • Login page error in the ISA b2b 5.0 application.

    Hi all
    i deployed the CRM ISA b2b 5.0 application successfully in the j2ee engine and after that i have done the XCM configuration also successfully and i tested thru run test for both JCO and IPC components all are successful.
    now when i tried with the b2b application with the following URL it is giving some different error.it is not related to application it seems the different error related to some browser or i am not sure.
    URL : http://hsdnt24s15:50400/b2b/b2b/init.do when i press enter here
    then it showing the following error but the error it seems not related to application side, it is different error.after pressing the enter with the above URL then URL itself is changing in the browser as like the following URL
    browser URL : https://hsdnt24s15:${https.port.core.isa.sap.com}/b2b/user/secureSwitch.do
    Error Details:
    The page cannot be displayed
    The page you are looking for might have been removed or had its name changed.
    Please try the following:
    Open the hsdnt24s15:${https.port.core.isa.sap.com} home page, and then look for links to the information you want.
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    If you still cannot open the page, click the Internet Explorer
    Search button to look for similar sites.
    Internet Explorer 
    Please can you help me what is the solution to my problem.
    i will reward the maximun points.
    Regards
    Sunil

    Hi Mike
    i have some other problem now , can i you help me on this.
    i have the logon problem in the CRM ISA b2b 5.0 application when i have accessed thru the following URL.
    <b>http://hsdnt24s15.hclt.corp.hcl.in:50400/b2b/b2b/init.do</b>
    <u>it is giving the error as follows.</u>
    <b>Error while executing SAP E-Commerce Application with UME system; try again to log on. If the problem persists, call our hotline</b>.
    before that we have made the XCM configuration for CRM ISA b2b 5.0
    Can you guide was there any problem in the XCM configuration?
    Please help how to resolve this issue for logon problem in ISA b2b 5.0?
    Regards
    Sunil

Maybe you are looking for

  • Analytic Workspace Manager 10.2.0.3.0A posted

    A new version of Analytic Workspace Manager has been posted to the Oracle OLAP site on OTN and MetaLink. AWM 10.2.0.3.0A addresses the following bugs found in AWM 10.2.0.3.0: 5949796<< Period To Date calculation incorrect when using non-Gregorian tim

  • Display tree in JTree

    Hi, I would like to ask you how can I display my Tree? in JTree? I create tree: Folder fol = new Folder(folderName, numFiles); DefaultMutableTreeNode treeNode = new DefaultMutableTreeNode(fol); ....But now I does not know how to display tree with fol

  • Lost Work! PLEASE HELP

    I was using apple works word processing to work on a major assignment..i had finished for the evening was positive i saved what i had completed since i last saved and continued to quit the program...No prompt came up stating "would you like to save c

  • Sleep screen only

    When using iPhoto stabilization feature it can takes hours to complete. For some reason the display does not go to sleep like it normally does when this is running. My question is - is there a way to simply turn off the display and leave the process

  • WEB png white outline

    hi, whenever i saved a pic with transparent background to web png file theres always a white outline around the pic. And i dont want to always use the eraser tool everytime i save a pic as web. is there any easier way to remove the white outline like