Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: SRT_CORE - Nachrichtenklasse für SOAP Runtime
Message number: 071
Message text: &1 is no valid xsd duration
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
SRT_CORE071
- &1 is no valid xsd duration ?The SAP error message SRT_CORE071 indicates that there is an issue with the XML Schema Definition (XSD) related to a duration value in a web service context. This error typically arises when the duration value provided in the XML does not conform to the expected format defined in the XSD.
Cause:
- Invalid Duration Format: The duration value provided in the XML does not match the expected format. The correct format for a duration in XSD is typically defined by the XML Schema specification, which follows the ISO 8601 standard (e.g.,
PT1H30M
for a duration of 1 hour and 30 minutes).- Data Type Mismatch: The data type expected in the XSD may not match the data type being sent in the request. For example, if the XSD expects a duration but receives a string or an integer, this error can occur.
- Configuration Issues: There may be issues with the configuration of the web service or the way the service is being called, leading to incorrect data being sent.
Solution:
Check the Duration Format: Ensure that the duration value being sent in the XML request adheres to the correct format. For example, if the expected format is
PTnHnMnS
, make sure the value is structured correctly.
- Example:
PT1H30M
(1 hour and 30 minutes),PT15M
(15 minutes), etc.Validate XML Against XSD: Use an XML validation tool to check if the XML request conforms to the XSD schema. This can help identify any discrepancies in the data types or formats.
Review Web Service Configuration: Check the configuration of the web service in SAP. Ensure that the service is set up correctly and that the expected input parameters are defined properly.
Debugging: If you have access to the backend, consider enabling debugging or logging to capture the exact XML being sent and the response from the service. This can provide insights into what might be going wrong.
Consult Documentation: Refer to the SAP documentation or the specific web service documentation for details on the expected input formats and data types.
Related Information:
By following these steps, you should be able to identify and resolve the cause of the SRT_CORE071 error in your SAP environment.
Get instant SAP help. Sign up for our Free Essentials Plan.
SRT_CORE070
Request failed: &
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SRT_CORE069
&1
What causes this issue? &v2& &v3& &v4&System Response The system issues an error message and will not allow you to continue ...
SRT_CORE072
Arithmetic overflow (&1 + &2)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SRT_CORE073
Invalid time stamp &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.