Do you have any question about this error?
Message type: E = Error
Message class: GEF_CORE_MSG - Message class for GEF core
Message number: 062
Message text: Attribute &1 = &2 cannot be converted to ESRI timestamp.
No metadata found for the attribute.
Attribute &1 = &2 cannot be converted to ESRI timestamp
because of missing metadata.
Contact your system administrator.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
GEF_CORE_MSG062
- Attribute &1 = &2 cannot be converted to ESRI timestamp. ?The SAP error message GEF_CORE_MSG062, which states "Attribute &1 = &2 cannot be converted to ESRI timestamp," typically occurs in the context of integrating SAP with ESRI GIS (Geographic Information System) systems. This error indicates that there is an issue with converting a specific attribute value into a format that is compatible with ESRI's timestamp format.
Cause:
- Data Format Mismatch: The attribute value being passed to ESRI does not conform to the expected timestamp format. ESRI typically expects timestamps in a specific format (e.g., ISO 8601).
- Invalid Data: The attribute may contain invalid or null values that cannot be interpreted as a valid timestamp.
- Time Zone Issues: If the timestamp includes time zone information, discrepancies in time zone handling between SAP and ESRI can lead to conversion failures.
- Data Type Issues: The attribute in SAP may not be of the correct data type (e.g., it may be a string instead of a date/time object).
Solution:
- Check Data Format: Ensure that the attribute value being sent to ESRI is in the correct format. Convert the timestamp to the expected format (e.g., YYYY-MM-DDTHH:MM:SSZ for UTC).
- Validate Data: Check the data for any null or invalid values. Ensure that all timestamps are valid and properly populated.
- Adjust Time Zones: If applicable, ensure that the time zone information is correctly handled and converted to match ESRI's expectations.
- Data Type Conversion: Ensure that the attribute is of the correct data type. If necessary, convert the data type in SAP before sending it to ESRI.
- Debugging: Use debugging tools or logs to trace the exact value being sent and identify where the conversion is failing.
Related Information:
By following these steps, you should be able to identify the root cause of the error and implement a solution to resolve it.
Get instant SAP help. Start your 7-day free trial now.
GEF_CORE_MSG061
Attribute &1 = &2 cannot be converted to Unix timestamp. Enter a date.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
GEF_CORE_MSG060
You are not authorized to process Business Object &1. Contact sys admin.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
GEF_CORE_MSG063
Invalid REST operation for the given method.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
GEF_CORE_MSG064
Time slice &1 overlaps with existing slice &2 of geometry &3.
What causes this issue? Your time slice contains dates that conflict with another set of existing dates (validity period) of a geometry.System Respon...
Click on this link to search all SAP messages.