Bpelx:validate Issue

Hello,
I'm using bpelx:validate to validate my xml and having the below issue. Please advise.
I'm having issues when I don't pass any value in XYZ element. The other thing I noticed is it is an issue only when the element type is Integer. If the element type is String, then I don't get any error. Do you think it is a bug or I'm i doing something wrong.
Below is how I defined the element:
<xsd:element name="XYZ" type="xsd:integer"
minOccurs="0" nillable="true"/>
Error Message:
com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}invalidVariables}
parts: {{
summary=<summary>Invalid text '' in element: 'XYZ'</summary> }
cause: {Invalid text '' in element: 'aspectRatio'}
Any help would be greatly appreciated.

I still get the same error. below is what I added.
<xsd:element name="aspectRatio" type="xsd:integer"
minOccurs="0" nillable="true" xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
**Error Message:**
com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}invalidVariables}
parts: {{
summary=<summary>Invalid text '' in element: 'aspectRatio'</summary> }
cause: {Invalid text '' in element: 'aspectRatio'}
Thanks for your help.

Similar Messages

  • Bpelx:validate exception message is not machine parsable : need answer asap

    I have an enhancement request for bpelx:validate
    bpelx:validate exception message is not machine parsable as the exeption message is "free text" this makes it hard to
    parse the message and send it back to a client.
    An example "exeption message" is :
    <summary>Invalid xml document. According to the xml schemas, the xml document is invalid. The reason is: Error::cvc-enumeration-valid: Value '144'
    is not facet-valid with respect to enumeration '[Z04, Z03, Z02, Z01, 31, 67,
    94, 99, 136, 137, 138, 139, 140, 143]'. It must be a value from the
    enumeration. Error::cvc-complex-type.2.2: Element 'Element-6063' must have no
    element [children], and the value must be valid. Please make sure that the xml
    document is valid against your schemas. </summary>
    If multiple fields are incorrect the summary field is even harder to parse.
    The error should be returned in a XML schema . This means what ever the error returned by bpelx: validate should be returned to Catch block. same summary should be received in catch. Please reply asap if anybody would have come
    across already this and having solution. Thanks in advance.
    regards
    Jr.

    Hi,
    I got a bug id of 6670679 for this, no news yet.
    You could use the Saxon schema-aware parser (http://www.saxonica.com/)
    Saxon-B is that Saxon-SA is schema-aware: it allows stylesheets and queries to import an XML Schema, to validate input and output trees against a schema.
    You could also have a look at Schematron (www.schematron.com)
    Regards,
    Orjan

  • Bpelx:validate exception message is not machine parsable

    I have an enhancement request for bpelx:validate
    bpelx:validate exception message is not machine parsable as the exeption message is "free text" this makes it hard to
    parse the message and send it back to a client.
    An example "exeption message" is :
    <summary>Invalid xml document. According to the xml schemas, the xml document is invalid. The reason is: Error::cvc-enumeration-valid: Value '144'
    is not facet-valid with respect to enumeration '[Z04, Z03, Z02, Z01, 31, 67,
    94, 99, 136, 137, 138, 139, 140, 143]'. It must be a value from the
    enumeration. Error::cvc-complex-type.2.2: Element 'Element-6063' must have no
    element [children], and the value must be valid. Please make sure that the xml
    document is valid against your schemas. </summary>
    If multiple fields are incorrect the summary field is even harder to parse.
    The error should be returned in a XML schema I think

    Hi,
    I got a bug id of 6670679 for this, no news yet.
    You could use the Saxon schema-aware parser (http://www.saxonica.com/)
    Saxon-B is that Saxon-SA is schema-aware: it allows stylesheets and queries to import an XML Schema, to validate input and output trees against a schema.
    You could also have a look at Schematron (www.schematron.com)
    Regards,
    Orjan

  • FDM validate issue

    Hi,
    I am loading data from FDM to HFM. I notice during Validate ste, data is getting round off.
    for eg: 13.12 is rounding off to 13.10 and 504.55 is rounded to 504.60.
    Do we have any setting in FDM to make sure data gets loaded as it is to HFM without getting rounded off
    Thanks in advance

    Hi,
    I have not used any round function in import format.Infact, i am loading data thorugh table using Import integration script.Are there any settings which I need to check to make sure data gets loaded with complete decimal values
    Thanks

  • Can you validate an XMLElement that uses the default namespace?

    We have a partner that we communicate with via XML over HTTP and the schema that they gave us for their request/response does not specify a namespace. I am able to import the schema and create variables from its elements to send the request and get a response back but when I try to validate the response I am getting an error.
    We are using SOA Suite 11g and the bpelx:validate action to try to validate the variable but it consistently gives back the following error message.
    java.lang.IllegalArgumentException: null schema location for ns=null [Cause=null schema location for ns=null]
    I am pretty sure this is because there is no namespace specified in the response data. Is there anyway that I can validate this XML against the schema without a namespace? This is an existing interface that we are converting so we don't have the flexibility to ask the partner to change their interface. I am able to validate the same XML data in XML Spy against the schema and have been able to recreate this problem with a different small xsd with the default namespace.
    I think I can write a java utility to perform the validation and call it using the embedded java action but I am hoping there is a way to do it within the tool.

    Hi,
    For Crystal Design related queries, close this thread and start the thread in the [SAP Crystal Reports Design forums|http://forums.sdn.sap.com/forum.jspa?forumID=300&start=0]
    - Bhushan

  • How to validate an XML file in BPEL ?

    Hi All,
    I have 2 Bpel processes.
    One for creating supplier and one for formate Validations.
    I am having problems with formate Validations.
    I am trying to validate an xml file that is passed to my Bpel Process (SupplierValidation).
    My process contains the following:
    I have a client which its property Name is set to ValidateXML and its value set to true.
    I have a recieve activity and a reply out !
    very simple process, but its working !
    This process is synchronous.
    Help is needed !
    Thanks,
    aj

    you have to use bpelx:validate as sown below
    <bpelx:validate variables="inputVariable" name="ValidateInputXML"/>

  • OracleXmlType Validate causes stackoverflow

    Hi
    Environment: ODP 2 beta, windows server 2003, IIS 6.0.
    When I call validate on an OracleXmlType object I get a stack overflow error. Does anybody have the same problem?
    Thanks.

    I found a workaround. I create a variable with the same message type as the File Adapter, then assign the File Adapter's output variable to the new variable. In the assign I use bpelx:validate as an attribute:
    <assign name="Assign_To_Validate" bpelx:validate="yes">
    <copy>
    <from variable="Read_SB_File_OutputVariable"
    part="SB_Data"
    query="/ns2:SB_Data"/>
    <to variable="Validation_Variable" part="SB_Data"
    query="/ns2:SB_Data"/>
    </copy>
    </assign>

  • Working with xml data collections (sequences)

    Dear all,
    a database adapter in my BPEL process returns the following xml data structure:
    Schema:
    <xs:element name="MGroupsCollection" type="MGroupsCollection"/>
    <xs:complexType name="MGroupsCollection">
    <xs:sequence>
    <xs:element name="MGroups" type="MGroups" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="MGroups">
    <xs:sequence>
    <xs:element name="id" type="xs:int"/>
    <xs:element name="name" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    Instance (example, namespaces deleted):
    <MGroupsCollection>
    <MGroups>
    <id>23</id>
    <name>group2</name>
    </MGroups>
    <!-- more MGroups -->
    </MGroupsCollection>
    Now, I want to transform this structure into the following one:
    Schema:
    <xs:element name="Groups">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="Group" type="Group" maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:complexType name="Group">
    <xs:sequence>
    <xs:element name="id" type="xs:int"/>
    <xs:element name="name" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    Instance (example, namespaces deleted):
    <Groups>
    <Group>
    <id>23</id>
    <name>group2</name>
    </Group>
    <!-- more Group elements -->
    </Groups>
    Implementing an XSLT transform activity, I faced no problems:
    <xsl:template match="db:MGroupsCollection">
    <sedd:Groups>
    <xsl:for-each select="db:MGroups">
    <sedd:Group>
    <sedd:id>
    <xsl:value-of select="db:id"/>
    </sedd:id>
    <sedd:name>
    <xsl:value-of select="db:name"/>
    </sedd:name>
    </sedd:Group>
    </xsl:for-each>
    </sedd:Groups>
    </xsl:template>
    Now, I thought I can use an assign activity instead of the transform activity above to transform the structure. Here's the code:
    <assign name="AssignSelectedGroups">
    <copy>
    <from variable="InvokeSelectGroups_SelectGroupsAdapterSelect_OutputVariable"
    part="MGroupsCollection"
    query="/ns3:MGroupsCollection"/>
    <to variable="Groups" query="/client:Groups"/>
    </copy>
    </assign>
    Using this assign activity (see above) the BPEL process runs without errors too. But the process produced the following structure (namespaces deleted):
    <Groups>
    <MGroups>
    <id>23</id>
    <name>group2</name>
    </MGroups>
    <!-- more MGroups -->
    </Groups>
    My questions is: As you can see in the schema definition of "Groups" (see above) this element contains one or more "Group" elements, but not one or "MGroups" elements. But "MGroups" are copied into "Groups" using the assign activity which is not valid according to the schema definition. Nevertheless, my BPEL process does not throw an exception.
    Can somebody explain this issue?
    Thanks in advance!
    Lars Geldner

    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/manipdoc.htm#CIHBBFEC
    3.14 Validating XML Data with bpelx:validate
    Does that one work for you ?
    Yes it's possible to reconstruct your xml by the assing options. If you create the assign activity you will see besides the copy also options like insert-before insert-after append etc
    With those you can construct your own variable like the way you want it..resort elements etc

  • ValidateXML does not work with Pick Activity?

    Hi All,
    I have a BPEL process which receives message using a pick activity, my requirement is to Validate the input message against the XSD.
    For this, i tried using the ValidateXML (bpelx:validate variables="varName") and then catch this exception using "invalidVariables" exception.
    But i am getting the below error:
    <part name="summary">
    <summary>
    Invalid xml document.
    According to the xml schemas, the xml document is invalid. The reason is: Error::cvc-elt.1: Cannot find the declaration of element 'payload'.
    Please make sure that the xml document is valid against your schemas.
    </summary>
    My WSDL message and portType is given below:
    <message name="ValidateXMLPOCRequestMessage">
    <part name="payload" element="ns2:ValidateXMLRequest"/>
    </message>
    <message name="ValidateXMLPOCResponseMessage">
    <part name="payload" element="ns2:ValidateXMLResponse"/>
    </message>
    <portType name="ValidateXMLPOC">
    <operation name="createOp">
    <input message="tns:ValidateXMLPOCRequestMessage"/>
    <output message="tns:ValidateXMLPOCResponseMessage"/>
    </operation>
    <operation name="updateOp">
    <input message="tns:ValidateXMLPOCRequestMessage"/>
    <output message="tns:ValidateXMLPOCResponseMessage"/>
    </operation>
    <operation name="cancelOp">
    <input message="tns:ValidateXMLPOCRequestMessage"/>
    <output message="tns:ValidateXMLPOCResponseMessage"/>
    </operation>
    </portType>
    Also, the same seems to be working using a standard Synchronous BPEL process. (i.e ValidateXML on the XSD)
    Any help regarding this is much appreciated.
    Regards,
    Shreyas

    Hi All,
    To update on this thread...
    The issue has been resolved, looks like ValidateXML was not working directly on the MessageType variable in bpel and hence was throwing that error.
    Solution: 1) Create a variable of type 'Element' based on the XSD
    2) Then transform the onMessage variable from the pick activity to the newly created variable.
    3) Validate this Element type variable using the "bpelx:validate name="someName" variables="newlyCreatedElementTypeVar"
    4) You can catch this exception thrown using the "invalidVariables" exception, in the catch block.
    Regards,
    Shreyas

  • All Office 2010 Applications Slow To Produce "OPEN" or "SAVE AS" Dialog Box ONLY When PC Connected To Network

    Hello all,
    Frustrating problem: ALL Office 2010 apps require a 45 second delay to produce an "open" or "save as" dialog box when the computer is connected to a LAN (wireless or wired, domain or workgroup). When the computer is NOT connected to a LAN (wireless or wired,
    domain or workgroup), then Office 2010 "open" or "save as" dialog boxes open normally (and quickly).
    I suspect a network search/survey function internal to MS Office is at fault.
    This is NOT the infamous mapped network drive problem associated with Office 2007/2010. There are no mapped drives (nor have there ever been) on the PC, although there might exist a related solution. Additionally, there is no 45 second delay when opening
    a file by double-clicking on the file itself which will launch the application.
    Other information:
    1. PC runs Windows 7 Pro 32 bit - PC is a relatively new Lenovo T400 laptop, all updates from Lenovo and MS installed, running clean and nicely otherwise, no spyware, no viruses, no previous software or hardware issues requiring assistance. Event log is
    clean.
    2. Absolutely fresh installation of Office 2010 Pro Plus (MS Action Pack)
    3. Running Office apps in safe mode does not alter problem behavior (ie, "windword.exe /a" or use CTRL key and double-click to launch app)
    4. Running Windows 7 in safe mode with networking and then subsequently testing Office apps is not possible: "license not able to validate" issue. This is a known problem and is not related to the slow dialog box response behavior.
    5. A desktop PC with the same MS Office 2010 installation, same volume license key, on the same network does NOT produce this problem.
    6. Full uninstall, reboot, and re-install of Office 2010 does not alleviate problem
    7. Disabling ALL startup items and services (including, of course, ALL Lenovo management software) does not alleviate problem
    8. SMB v2 bug is not the problem: ie, disabling mrxsmb20 service does not alleviate symptoms.
    9. I have isolated "Client for Microsoft Networks", "QOS Packet Scheduler", "Link-Layer Topology Discovery Mapper I/O Driver" (and Responder), and "Printer and File Sharing for MS Networks" in the network adapter properties are NOT causing the issue.
    10. Using Sysinternals Registry Monitor, I was able to determine that Office apps evaluate certain properties of your Internet Explorer settings before attempting to launch the "open" or "save as" dialog box. Altering the way intranets are detected, for
    example, does not alleviate the symptoms.
    11. Turning off Antivirus software (Avira Personal) does not alleviate the issue.
    This issue is causing a huge loss of work efficiency. Any help would be greatly appreciated.
    Thank you for your time.
    Sincerely,
    Rick

    Hello Rick,
    Through all the research I have done so far and talking with a few other coworkers what the common issues that cause this are is:
    1. Antivirus: disabling the antivirus is not good enough it needs to be totaly uninstalled and retested.
    2. startup programs: these need to be disabled through either Safe mode with networking or the start menu or MSconfig.
    3. Office addins: Disable all of them see if that helps. Then turn them back on one by one to see which addin is causing the issue.
    To disable addins: 1. open up regedit and navigate to this key. HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Addins and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Word\Addins
    Then change the LoadBehavior to 0 this will disable the addin. 3 lets it run. Since this affected only one user HKEY_LOCAL_USER might be your best bet but don't rule out the other location.
    To verify there are no addins running go to the File tab>options>Add-Ins make sure nothing is listed under Active Application Add-ins.
    I hope this helps
    Thanks,
    Paul Slaathaug Sr. Support Engineer - Microsoft Word

  • Declaring namespaces when working with XML data

    Can you give more info on declaring namespaces? For example, I have
    ###     result xmlns="http://www.inktomi.com/"
    in my RSS feed, and
    ###     namespace ink = "http://www.inktomi.com/";
    ###     use namespace ink;
    below the imports in my flex app. I made up the ink... Should I not see the xmls="" reference within the debugger? I am able to acces child nodes...

    http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/manipdoc.htm#CIHBBFEC
    3.14 Validating XML Data with bpelx:validate
    Does that one work for you ?
    Yes it's possible to reconstruct your xml by the assing options. If you create the assign activity you will see besides the copy also options like insert-before insert-after append etc
    With those you can construct your own variable like the way you want it..resort elements etc

  • Unable to count nodes

    Hi,
    In a BPEL process I am working on there is an assignment activity where I assign the count of nodes as a result of a database query. This assignment is failing and am not able to figure out why.
    Here is the bpel fragment for the assignment
    *<assign name="Assign_1" bpelx:validate="yes">*
    *<copy>*
    *<from expression="ora:countNodes(bpws:getVariableData('Receive_1_receive_InputVariable','VvwshFmsHeadersCollection','/ns3:VvwshFmsHeadersCollection/ns3:VvwshFmsHeaders/ns3:vvwshFmsDetailsCollection/ns3:VvwshFmsDetails'))"/>*
    *<to variable="FMSDetailCount"/>*
    *</copy>*
    *</assign>*
    I am polling the database for some parent-child records. The intention is to count the number of child records in the collection.
    Thanks in advance for your time and help. Please let me know if additional information is required.
    Harish

    Hi,
    Just to be sure, my first solution is different from your solution, this is the one you tried ?
    Mine : ora:countNodes('Receive_1_receive_InputVariable','VvwshFmsHeadersCollection','/ns3:VvwshFmsHeadersCollection/ns3:VvwshFmsHeaders/ns3:vvwshFmsDetailsCollection/ns3:VvwshFmsDetails')
    Yours : ora:countNodes(bpws:getVariableData('Receive_1_receive_InputVariable','VvwshFmsHeadersCollection','/ns3:VvwshFmsHeadersCollection/ns3:VvwshFmsHeaders/ns3:vvwshFmsDetailsCollection/ns3:VvwshFmsDetails'))
    romain.

  • Transformation Validation

    Hi there,
    Does anybody know how to validate a transformation in the middle of a process.
    Basically the schema is not sent to partner link of any kind and is only used the process. I would like to validate it when it is initzalised in processXSLT method.
    Another way of explaining it:
    I have taken some xml from a file into a BPEL process. I would like to transform it into an imported xml format. The imported xsd file has many data restrictions so that i can validate the data during the transformation.
    Any ideas?
    Thanks

    you can use bpelx:validate (bpel extension activity) activity after the transform or before the transform step. i don't think there is a way to validate during transform.

  • SPNEGO Login module Stack issue: Could not validate SPNEGO token

    Hello to all,
    We are deploying a SAP Netweavear 7.3 Enterprise Portal with SPNego login module activated.
    We are performing some tests (performances and concurrent accesses).
    During the tests we have found several times the folloiwing Issue linked to the spnego.
    Could not validate SPNEGO token.
    [EXCEPTION]
    java.lang.NumberFormatException: multiple points
    at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1082)
    at java.lang.Double.parseDouble(Double.java:510)
    at java.text.DigitList.getDouble(DigitList.java:151)
    at java.text.DecimalFormat.parse(DecimalFormat.java:1303)
    at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1934)
    at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1312)
    at java.text.DateFormat.parse(DateFormat.java:335)
    at com.sap.security.core.server.jaas.spnego.util.Utils.generalizedTimeStringToData(Utils.java:167)
    at com.sap.security.core.server.jaas.spnego.krb5.KrbTicketEncryptedData.parseDecryptedData(KrbTicketEncryptedData.java:67)
    at com.sap.security.core.server.jaas.spnego.krb5.KrbEncryptedData.decrypt(KrbEncryptedData.java:94)
    at com.sap.security.core.server.jaas.spnego.krb5.KrbApReq.decrypt(KrbApReq.java:68)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.parseAndValidateSPNEGOToken(SPNegoLoginModule.java:315)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.processAuthorizationHeader(SPNegoLoginModule.java:474)
    at com.sap.security.core.server.jaas.SPNegoLoginModule.login(SPNegoLoginModule.java:160)
    at com.sap.engine.services.security.login.LoginModuleLoggingWrapperImpl.login(LoginModuleLoggingWrapperImpl.java:254)
    at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:65)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:254)
    at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.getLoggedInUser(SAPJ2EEAuthenticator.java:352)
    at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.loginWithRequestCredentials(AuthenticationService.java:337)
    at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.getLoggedInUser(AuthenticationService.java:321)
    at com.sapportals.portal.prt.connection.UMHandler.handleUM(UMHandler.java:60)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:163)
    at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:132)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
    at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doCached(RequestDispatcherImpl.java:655)
    at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:488)
    at com.sap.portal.navigation.Gateway.service(Gateway.java:147)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
    at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:432)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    The user rlinked to this user is Guest.
    could you please advice us how to solve this reccuring issue?
    Kind regards
    Julien LEFEVRE

    Hello Cathal,
    Thank you for your answer.
    In fact the new spnego wizard of the SAP Enterprise Portal 7.3 is used to get the the two keys files. The SAP Jvm is used in fact with the 1.6.1.
    And in fact , it functions perfectly sometimes. but during the test of massive access ( More than 30 conurent users), I have this error that comes frequently.
    Best regards
    Julien LEFEVRE

  • How to validate Expiry Stock at Outbound Delivery level instead of checking at Goods Issue?

    Hello Everyone,
    The client wants us to validate Expiry Stock at Outbound Delivery level instead of checking at Goods Issue?
    What is the solution for this?
    Regards,
    Anwar

    Hi Moazzam Sir,
    I'm sorry for not explaining in detail. Actually, I posted the issue in a hurry. I apologize.
    Actually, the client has materials which has expiry date. They use Batch Management. They maintain expiry data (90 Days) in Shelf Life Expiration Date. Their requirement is: User is creating sales order in VA01. Then, he creates Outbound Delivery (OBD), then PGI. They want system not to create OBD, if the material has expired. They want some error message to be thrown whenever user is trying to create OBD for expired stock.
    Regards,
    Anwar

Maybe you are looking for

  • NO DATA FOUND

    I am using @section in my template.The report is erroring out if no data is found.I also need to display the report header and footer dynamically hence has to use the @section.In my report 6i I also declared a variable for count of the billing number

  • Problem with embedding fonts in Illustrator CS5

    I have just installed Illustrator CS5, and have tested creating a PDF document based on one of my existing files, as well as a new file. When I open these PDF documents in Adobe Acrobat Pro 9, I am told that Acrobat cannot access one of the embedded

  • Why can't I select a perferred network

    I'm just wondering why I can't select a preferred

  • Loading a Page Flow into a region programmatically

    Hi everyone, I'm currently using JDeveloper 11.1.1.0.2, I have a fragment with a backing bean that programatically generates a set of RichPanelSplitters to create a page with a user-defined amount of rows and columns. This is working fine, but while

  • ATG Endeca - Baseline Index - Multiple dvals with same id

    Hello! When I press to run the baseline index using component of ATG /atg/commerce/endeca/index/ProductCatalogSimpleIndexingAdmin/ , occured the problem below in DGIDX Below the problem: Parsing XML dimensions data with validation turned on Parsing p