(JSTSG)(Web)Problems-P25 related scenario with NetWeaver 7.3

HI,
I am facing problem described on following link
http://wiki.sdn.sap.com/wiki/display/JSTSG/%28JSTSG%29%28Web%29Problems-P25
When using an Expression Language (EL) expression in an JSTL tag, for example (<c:out value="${1 + 1}" />), you receive an exception JspParseException.
However when using a static value there is no problem.
I am using NetWeaver 7.3 still facing the JspParseException..
This problem occurs with following scenario ::
abc.jsp has included another jsp called xyz.jsp with the help of <%@ include ... > (include directive).
So if value set through <c:set> in abc.jsp & try to access with the help of <c:out> in xyz.jsp problem persits.
Can anyone help me out?
Is this limitation of SAP NetWeaver app server?
The same works with other app servers like weblogic,websphere,jboss.
Regards,
Sankalp

I'm facing the same problem. One JSP defines all the taglibs and includes another JSP which uses these taglibs. In the end I'm getting the same error. It's easily reproducable. Create a base.jsp with this content:
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ include file="inc.jsp" %>
And an inc.jsp:
<c:set var="xyz" value="123"/>
<c:out value="${xyz}"/>
Now open base.jsp and it'll run into this error:
Attribute [value] of [] can accept only static values. at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.calculateAttributeValue(TagBeginGenerator.java:476) at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateSetters(TagBeginGenerator.java:394) at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateServiceMethodStatements(TagBeginGenerator.java:562) at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generate(TagBeginGenerator.java:678) at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:181) ... 96 more
But when you add the taglib directly to inc.jsp:
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<c:set var="xyz" value="123"/>
<c:out value="${xyz}"/>
And open inc.jsp instead of base.jsp, it'll work. Therefore an include somehow leads to resolving the core-jstl, and probably others too, to a different version or implementation.
Actually I'm replacing all the includes by <tiles:insert>'s which again require the include of all taglibs and java-imports in included files. Probably some other things won't work either. Is there no way to make the include behave as it behaved back in older netweaver versions? Servlet-Spec 2.3 is used here.
Edited by: Stefan Lotties on Mar 6, 2012 12:23 PM

Similar Messages

  • I get a a message "javascript: void (0)" when I turn on online radio. This problem is related also with other browsers. I reinstalled java but nothing changed

    This problem is related also with chrome, opera and explorer. I reinstalled java but nothing changed

    To avoid confusion:
    *http://kb.mozillazine.org/JavaScript_is_not_Java
    Note the javascript: void(0); is often use as a placeholder URL to indicate that an onclick event is tied to the link to do the actual action.<br />
    If JavaScript is blocked for some reason then this javascript: void(0); links comes into view.
    Make sure that you do not block JavaScript.
    *http://kb.mozillazine.org/JavaScript
    Also make sure that your security software isn't blocking JavaScript if it happens in other browsers as well.
    You can try these steps in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Installing BI 4.1 with Netweaver Web Application Servers : Windows/HP-UX

    Hello,
    We are about to install SAP BI 4.1 SP3, with Netweaver as Web Application Servers.
    And yes, according to the Product Availability Matrix HP-UX is definitely not a supported platform .
    The problem is that our company like many others have invested huge amount of money in their HP-UX infrastructure,
    and intend to reuse it, as long as it is supported by SAP.
    OK it is very confusing, let me clarify
    After discussing with other SAP customers facing the same dilemma :
    We intend to :
    * Install the Oracle Database (hosting CMS and Audit schema) on HP-UX ( The PAM only says that the Database Connector is not Supported on HP-UX)
    * Install BI.4 Server Components Application/Intelligence layer on Windows as clearly indicated in the PAM
    * Install Netweaver Application Servers on ...HP-UX if supported by SAP ?  I have some problems reading the PAM regarding this last point
    The PAM seems to indiccate that HP-UX is not supported as a platform for NEtweaver,
    but then on the next page it says :
    (*3) SAP NetWeaver is supported with SAP JVM on all supported operating systems
    What does that mean ???
    SAP Netweaver/SAP JVM is supported on HP-UX
    Does that mean that we could install NEtweaver JAva Stacks on HP-UX ?
    Thanks and Regards

    Hello,
    We just received SAP Support  answer, Deploying BI4 Applications on Netweaver/HP-UX
    is ... SUPPORTED !
    "Thank you very much for your time on call today.
    --As discussed you already have installed SAP NetWeaver Java
    Application Server on HP-UX Operating System.
    --Now want to deploy BOE Web Applications (Ex- CMC, BI Launchpad) on
    top of this.
    --Yes, it is supported to deploy BI Web Applications on SAP NetWeaver
    Java Application Server on HP-UX Operating System."

  • File to Web service (SOAP) to File scenario with out BPM in PI 7.1

    Hi All,
    I have scenario File to Web service (SOAP) to File scenario with out BPM.i am getting the below error:
    1) Error MP: unexpected exception caught com.sap.aii.af.service.cpa.impl.exception.CPAObjectKeyException: Value of key must not be null: ObjectId
    2) Error ROB: error during processing: com.sap.aii.af.lib.mp.processor.ModuleProcessorException: Processing Error
    PI server is 7.1 with SP:8
    I have configured the scenario like this
    1) 2 File channels - Sender & Receiver ,1 RFC channel - Receiver. We need to note that, the additional Module parameters need to be added only for sender File channel
    2) Created Sender Agreement
    3)Created Receiver Determination
    4)Created Interface Determination
    5)Created Receiver Agreement
    Regards,
    Ramesh

    Hi,
    Thanks for your reply!!
    My Scenario is File to SOAP to File.
    Configred modules  in Sender channal below:
    Prcessing sequence:
    Number       Module Name                                        Module Key
    1..........       AF_Modules/RequestResponseBean.......1
    2..........       CallSapAdapter..........................................2
    3..........       AF_Modules/ResponseOnewayBean.......3
    Module Configuration:
    Module Key                                       Parameter Name                                       ParameterValue
    1                                                        passThrough                                            true
    3                                                        receiverChannel                                       receiverChannel name
    3                                                        receiverService                                        receiverService name
    please tell any more confiration requered.
    Regards,
    Ramesh

  • Preview seems having problem with relative link with PDF documents

    Hello,
    I have a PDF file which I've added relative hyperlinks to it (to an html file). I did it with Adobe Acrobat 7.0 (for Windows). I have a link which is a custom action: Open a web link. The link is defined as "../presentation/referencesechelon8.html". I need relative link because the entire web site can be deployed on a DVD instead of on a Web server.
    On Windows with Firefox or IE everything is working flawlessly. On the Mac side, it's working with Safari since it's using Adobe Reader to read the PDF. However, with other browsers using Mac built-in PDF viewer, Preview 3, it is not working at all. In the pdf document Preview 3 is unable to reconstruct the original url from the relative link. Instead it points to http://../presentation/referencesechelon8.html which is not correct.
    Does anyone have an idea? I've googled a lot and did not find anything. My next try will be to use a Javascript to reconstruct the url.
    Thank you in advance!
    Macbook 13"   Mac OS X (10.4.9)   2 Go RAM

    Hello,
    I have a PDF file which I've added relative hyperlinks to it (to an html file). I did it with Adobe Acrobat 7.0 (for Windows). I have a link which is a custom action: Open a web link. The link is defined as "../presentation/referencesechelon8.html". I need relative link because the entire web site can be deployed on a DVD instead of on a Web server.
    On Windows with Firefox or IE everything is working flawlessly. On the Mac side, it's working with Safari since it's using Adobe Reader to read the PDF. However, with other browsers using Mac built-in PDF viewer, Preview 3, it is not working at all. In the pdf document Preview 3 is unable to reconstruct the original url from the relative link. Instead it points to http://../presentation/referencesechelon8.html which is not correct.
    Does anyone have an idea? I've googled a lot and did not find anything. My next try will be to use a Javascript to reconstruct the url.
    Thank you in advance!
    Macbook 13"   Mac OS X (10.4.9)   2 Go RAM

  • Problem in simple filetofile scenario with BPM

    Hi
    I am a starter to XI. I am implementing simple file2file scenario with BPMs.
    But I am getting error while looking into SXMB_MONI.
    Under "Monitor for Processed XML messages"
    Number of XML message Found 3 (which is my input 3 xmls which is fine) but
    "Status is RED Flag".
    "Error Category: BPE_ADAPTER"
    "Error ID: UNKNOWN_MESSAGE".
    Please help me out with this problem.
    Regards
    Sam

    Hi Raj,
    When i click PE getting following error:
    "Unable to perform action for selected message".
    When i double click the row, it takes me to xml message versions where i can RED FLAG for "Call Adapter". In the trace i foudn the below at the end:
    <trace level =1 type=system error> error exception return from pipeline processing"</trace>
    Hope this helps to guide me mroe
    sam

  • Problems using Visual Composer with Web Dynpro runtime

    I am currently trying to build a Visual Composer iView and we need to use the Web Dynpro runtime rather than Flash because it needs to work with a screen reader for users with sight problems.  Which is a pity because Flash works fine. But when I use Web Dynpro runtime I'm getting the following problems:
    a) When I define fields and pushbuttons in forms where Align Contents is set to Absolute, they do not appear at runtime in the positions in which I've placed them - all form elements are aligned vertically.  The only other options are to align all fields vertically or align all fields horizontally.  This lack of flexibility makes it rather difficult to create a good screen design; the only option seems to be to create a separate form for each set of differently aligned fields, which leads on to the next problem.  . 
    b) When I define more than one form on a page, again at runtime the forms do not always appear in the positions in which I've placed them; the compiler seems to calculate how much space it needs to display the screen elements and then re-sizes and  re-positions the forms accordingly, ignoring what I've told it to do. 
    c) Toolbar pushbuttons do not appear on forms (they do appear on tables).  Irritating, but at least I can still create pushbuttons on the form itself. 
    There are other issues, but the main problems is that it appears that when I use VC with Web Dynpro I cannot trust the editor layout at all and the only way I can build something that looks decent is to fiddle about with  field / form sizes and positions, checking every change on the output, until hopefully I get it looking ok.  Having to do this will dramatically increase the time taken to develop VC applications.  Has anyone else experienced these problems with VC and Web Dynpro?  Has anyone managed to overcome them?

    Thanks, but neither of these describes the problems I've been having.  And they are misleading since they say that you can use VC with Web Dynpro only with Web Services ie not directly with BAPIs / RFCs, but using it with BAPIs / RFCs is one of the few things that works well in our system. 
    The most recent problem I've found is that if you make a form or table read-only it will stay read-only in Flash but the fields are editable in Web Dynpro.  The individual field disable option does work for Web Dynpro, but it turns the fields from black to a vey pale and almost invisible grey (this doesn't happen in Flash).  And you can't seem to change this. 
    It does seem to be a bit pathetic that input fields can't be made read only.  I've tried expression boxes, which are read-only anyway, but they appear in as pale a grey as the disabled input fields.  And although plain text fields can be added to tables, they are pretty useless since they can only hold a single value and so all the lines will contain the same value. 
    I guess I should resign myself to the fact that I am never going to be able to produce a decent screen using VC and Web Dynprp.

  • Web Service to IDoc scenario: No receiver could be determined error

    Hi. I am working on a web service to IDoc scenario. I am receiving this error:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Identification
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>No receiver could be determined</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I've taken the XML message being sent to me and tested the mapping and I've completed the test configuration in the IB. Both work fine. Any ideas? I've been looking into this for a couple of days, so I've been through all the previous posts I could find.
    Thank you.
    Nicole

    hi,
    This is not related to receiverdetermination ,whether you creaeted or not.
    It is somthing related to receiver systemwhich was configured in Receier determination.
    check the target BS is correct or not or the inbound interface.
    Did you configured the proper receiver technical system..
    OR
    Check the Receiver Determination is configured correctly. i.e R/3
    Verify all the configurations like SM59, Partner Profile/Logical systems. etc. Also check in SM58 of R/3 system.Make sure that All the objects are activated in the Directory.Refresh the cache.Verify is the business system is pointing to correct R/3 system . Go to Business system/Service->Menu->Adapter specific identifiers in the directory
    You can test your configuration with sample
    payload.
    In ID goto to TOOLS -
    > Test Configuration for testing.
    Hope in this way you can still find at which point the interface goes wrong.

  • Synchronous process integration scenario with PI 7.1

    Hi all,
    Iu2019m trying to create a process integration scenario which contains two actions. Both actions use the same synchronous interface to a web service which takes some parameters and returns a value. When I check the configurability it displays the errors:
    Connection from Action1 to Action2 has no outbound interface
    Connection from Action1 to Action2 has no inbound interface
    and the warning:
    Connection from Action1 to Action2 has no mapping
    I first assigned the service interface as outbound interface to Action1 and inbound to Action2. Next I tried to assign the interface in- and outbound to both actions, but this didnu2019t change anything on the message. The same scenario with the interface set to asynchronous seems to be valid (but looses the return value of course).
    Can anyone give me a hint what Iu2019m doing wrong? Is there any special consideration for synchronous communication which doesn't apply for asynchronous services?
    Regards,
    Tarik

    Deleting and recreating the actions and service interfaces exactly the same as they were before solved the problem. Seems as if changes in the interface objects sometimes are not activated correctlyu2026

  • Problem in the scenario SOAP to RFC Syn

    Hello All,
    i developed one scenario for our client and development is same like below link.
    http://www.riyaz.net/blog/xipi-consuming-xi-web-services-using-web-dynpro-part-i/technology/sap/6/
    when i test the interface iam getting below error, Please tell me do i need to install any patch in Xi server or do i need to implement any note.
    My SAP XI server version 3.0 and Service pack:19
    2010-07-19 07:24:57     Operation performed     The message has been received by the mail system. Profile: XI URL: http://xxxxxxxxx:50000/MessagingSystem/receive/AFW/XI credential (User): XIISUSER
    2010-07-19 07:24:57     Operation performed     With the connection RFC_http: / / sap.com / xi / XI / System. Attempted placement of the message in the queue of requests.
    2010-07-19 07:24:57     Operation performed     Message queued dCaution
    2010-07-19 07:24:57     Operation performed     The message has been retrieved from the queue dCaution queries.
    2010-07-19 07:24:57     Operation performed     The status of the message has been activated on DLNG
    2010-07-19 07:24:58     Operation performed     Paper channel: CC_R_RFC
    2010-07-19 07:24:58     Operation performed     MP: entering
    2010-07-19 07:24:58     Operation performed     MP: processing local module localejbs/RfcAFBean
    2010-07-19 07:24:58     Error     MP: exception caught with cause com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method process.
    2010-07-19 07:24:58     Error     Exceptions occurred for Adapter Framework: Exception in method process.
    2010-07-19 07:24:58     Error     The dissemination of the message to the application via RFC_http: / / sap.com / xi / XI / System failed due to com.sap.aii.af.ra.ms.api.RecoverableException: Exception in method process.:
    com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method Process .. Enabled message "Failed".
    2010-07-19 07:24:58     Error     The status of the message has been activated on FAIL
    2010-07-19 07:24:58     Error     Return of the synchronous error message to the calling application: com.sap.aii.af.ra.ms.api.RecoverableException: Exception in method process.: Com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception method in process ..
    Thanks and Regards,
    Chinna
    Edited by: chinnasapxi on Jul 19, 2010 10:55 AM
    Edited by: chinnasapxi on Jul 19, 2010 10:56 AM

    Hi Cinna,
    >just now i checked the RFC it is working
    this together with the header "Problem in the scenario SOAP to RFC Syn" is missunderstoobable. But ok, the error is inside RFC adapter: may be it cannot create the DIAG RFC call with the XML what you provided in RTW.
    To be shure to have sent the right XML send a message but use a Message Mapping with RFC module as target.
    Regards,
    Udo

  • Calling an Abap Web Service from IBM WebSphere with a MYSAPSSO2 Cookie

    Hello,
    I have the following problem :
    I have to develop a proof of concept between IBM Web Sphere 5.1 and SAP AS JAVA 7.0.
    I have created an IBM sevlet in Web Sphere, I use a specific redirect from an SAP AS Java to call it, this way I can have a SAP Logon Ticket, and I manage to call an ABAP module function with JCO with SSO.
    Scenario 1 : browser  + authentication --> AS Java redirect servlet MYSAPSSO2 cookie -> IBM WebSphere servlet JCO -> Abap module function (ECC5)
    This scenario works fine.
    I have to do the same scenario with a Web Service and I don't know what to do.
    I try to use jax-rpc handlers but I don't know how to pass my cookie from my servlet to my handler.
    Scenario 2 : browser + authentication --> AS Java redirect servlet MYSAPSSO2 cookie -> IBM WebSphere servlet JCO -> Abap Web Service (ECC5)
    Has someone already done that  ?
    Regards,  Julien.

    Julien,
    Why are you using 5.1....go for 6.0 and its cake walk, i have integrated WebSphere 6.0 with R/3 uysing xi.....in a week.
    Scenario changed to:--
    Browser+ authentication --> WebSphere AS servlet request --> XI --> RFC/bapi --> abap webService
    Hope that helps
    Regards
    Ravi

  • Can we design the scenario with Business service

    Hi,
    I have IDOCXIFile Scenario
    Can we design the scenario with Business service for SAP R/3 and As well as for File system also????
    I dont have details abt the SAP R/3 system to create the Tech system in SLD
    Regards
    Suman

    Hello Suman,
    Go through this Blog..
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    These are the steps which u have to do
    STEPS IN DESIGN
    1. Import idoc from the SAP System (SAP02) through imported objects.
    2. Create Data Type, Message Type, Message Interface for the Outbound File.
    3. Create Message Mapping with file Message and idoc (Matmas04)
    5.Create Interface mapping between File Interface and the idoc.
    Steps to be followed in Creation of Technical and Business System
    Technical System
    In SLD, click on technical landscape->New Technical System->WebAS ABAP.
    Business System.
    1.Goto Business Landscape->New Business System->Name the business system.
    2. Choose the technical system that needs to be attached->WebAS ABAP->Technical System Name.
    Preconfiguration steps for transfer of data to IDOCS
    1.Create a RFC Destination in SM59 of XI Server of type.
    2.In transaction IDX1 ,create a port for the client of XI server.
    3. The port has to be displayed in the idx2 transaction and we should be able to view the idoc’s which we imported through integration repository.
    Steps in Configuration
    1. Goto service without party, right click->Assign a business system.
    2. Choose the business system to be added.
    3. Create a File Sender Service with communication channel for the same.
    4. Create an idoc receiver channel under the business system.
    7. The Idoc type( which data is to be written) is mentioned as inbound parameter.
    8. Mention the logical Name in the Service->Adapter Specific Parameters of both the File Sender Service as well as the business system.
    9. Make the Sender Agreement for theFile Sender with communication channel.
    10.Create the Receiver Determination and Interface Determination for the business system.
    11.Create the Receiver Agreement for the Business system.
    Step for Configuration fo IDOC in R/3
    SM59-rfc destination
    IDX1-port
    IDX2-load metadata
    we05-IDoc status records
    BD54-Create Partner Number
    We20-Create Partner Profile
    WE19-Testing IDoc Processing
    Do these configurations in R/3 and in XI...
    SAP XI
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (IDX1)
    a) Select create new button
    b) Enter the port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Load Meta Data for IDOC (IDX2)
    a) Create new
    b) IDOC Message Type
    c) Enter port created in IDX1.
    SAP R/3
    1) RFC Destination (SM59)
    a) Choose create.
    b) Specify the name of the RFC destination
    c) Select connection type as 3 and save
    d) In the technical settings tab enter the details SAP SID/URL and system number#.
    e) Enter the Gateway host as same details above SID/URL.
    f) Gateway service is 3300+system number#.
    g) In the Logon /Security tab, enter the client user & Password details of Destination system.
    h) Test the connection and remote logon.
    2) Create Port (We21)
    a) First Select Transactional RFC and then click create button
    b) Enter the destination port name as SAP+SID (The starting char should be SAP)
    c) Enter the destination client.
    d) Enter the RFC Destination created in SAP R/3 towards other system.
    e) Save
    3) Create Partner Profile (WE20)
    a) Create New
    b) Create the Partner no. name as same the logical system name of the destination system.
    c) Select Partner type LS
    d) Enter details for Type: US/USER, Agent, and Lang.
    e) Click on the + button to select the message type.
    f) Select Partner no. and LS which ever create above.
    g) Select Message type
    h) Select Process code related to the Message type.
    I) save.
    Reward Points if it is useful..
    Thanks,
    Satya Kumar

  • Web Services - Uploading Related Accounts

    Hi,
    I'm having a few problems uploading Related Accounts through web services. I'm using the AccountInsertOrUpdate method on the Account service from a .NET client (this is something that worked in earlier versions of Siebel OnDemand). The exception I get back is:
    "Cannot perform NewRecord on the business component 'VONDMED Account Relationship'(SBL-EAI-04421)"
    I've looked around in other forums / support web for Siebel Enterprise, and the consensus for this type of error message is that this is to do with the configuration of the EAI components Siebel side.
    Soap Trace:
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
    <AccountWS_AccountInsertOrUpdate_Input xmlns="urn:crmondemand/ws/account/10/2004">
    <ListOfAccount xmlns="urn:/crmondemand/xml/account">
    <Account>
    <AccountId>ABHA-OWJ5Z</AccountId>
    <ExternalSystemId>L33346</ExternalSystemId>
    <ListOfRelatedAccount>
    <RelatedAccount>
    <RelatedAccountExternalId>D16726</RelatedAccountExternalId>
    <RelationshipStatus>Active</RelationshipStatus>
    <ReverseRelationshipRole>Parent Organisation</ReverseRelationshipRole>
    <RelationshipRole>Department to Hospital</RelationshipRole>
    <StartDate>10/18/2007</StartDate>
    </RelatedAccount>
    </ListOfRelatedAccount>
    </Account>
    </ListOfAccount>
    </AccountWS_AccountInsertOrUpdate_Input>
    </soap:Body>
    </soap:Envelope>
    Has anyone else run into this type of issue?

    Hi, I've seen this error on other projects I've worked on. This typically has to do with permission. Make sure that your role has permissions to create these records. If you know he AccountId you do not need to provide the ExternalSystemId in the SOAP request.
    - Bardo

  • HANA sidecar with NetWeaver 7.40

    Hi everyone,
    we had to upgrade our ERP 6.0 to EHP7. Now Netweaver is on release 7.40. I tried to connect a HDB with TA dbacockpit.
    The connection is working. But in SE16H we get short dumps when requesting data from the HDB:
    SQL error "SQL code: 260" occurred while accessing table "DD02L".
    Database error text: "SQL message: invalid column name: ALWAYSTRP: line 1 col   412 (at pos 411)"         
    Funny fact - the system returns the right numbers of entries in the selected table.
    I found this blog entry (Architecture Alternatives for Transactional HANA Applications - An Overview ) which is saying that it isn't clear, if side by side will work with 7.40
    Any Updates on this? Has anyone a working side-by-side scenario with 7.40?
    Regards
    André

    Hello.
    SAP GUI for Windows 6.40 is compatible with products based on SAP Web Application Server 6.40/7.00 and all earlier releases of SAP Software which are still supported by SAP (this includes extended and customer specific maintenance). However it is not compatible with SAP Systems based on SAP Web Application Server 7.10 and higher.
    SAP GUI for Windows 6.40 will be out of maintenance as of October 2008.
    Everybody using release 6.40 should switch to release 7.10 - which is fully downwards-compatible - before this date. After 14th of October we will no longer process new requests / error reports dealing with this release.
    See SAP notes 66971 and 147519.
    Bye

  • E-Recruitment 3.0 with Netweaver 4

    Hi all,
    Can anyone send me config guide and other related documents for e-Recruitment 3.0 (web based) with Netweaver 4?
    My e-mail address is [email protected]
    Thanks,
    Vivek Pandey

    Hi,
    Hope this helps:
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/1d0cc5597c06ffe10000000a422035/frameset.htm
    Reward points if helpful,
    Thank You,

Maybe you are looking for

  • How to open an Arabic PDF in Illustrator CS3 ME without outlining the font?

    Hi, I need to use Illustrator CS3 ME (Middle East) in order to edit some pages of an Arabic PDF file. Now, the problem is that as soon as I open the page in Illustrator, all of the Arabic text gets outlined. The English text doesn't get outlined. I n

  • PI 7.1 system copy (abap+java)

    Hello, We need homogenous copy of PI 7.1 system to an existing system (newly installed PI 7.1). I would like to use database specific option (oracle).I was studying SAP guide for System copy of PI 7.1 and there are slight diff comparing to NW 7.0 dou

  • Why does the new beta speed teste only show downlo...

    As the title says i went to use the old one which gives you a lot more data but had an error so went to do it again but you can't do 2 in an hour so thought i'd try the beta but only download speeds! no upload,what you should be getting, ping etc! se

  • Strat Sequence...

    Hello Everyone, I am  new to the Portal, Presently I am learning about IC WebClient UI (Portal). It would be very helpfull for me, If anyone tell me about  Startup sequence in IC WebClient and where and how  I can change the component in toolbar and

  • Why does "Notes" renumber my list from 1 to 20 into a list from 21 to 40 for no apparent reason?

    Afterwards I went to "edit" >> "undo insert list" but selecting this two, three, even four times did not resolve the problem.  I am now forced to use a Word Document for making lists.