Greetings,
I am taking the Dataverse course and I'm currently on the importing tables exercise. I have followed the steps exactly, but when I upload a csv, I get the following error:
"Record","Field","Error"
"82b0fad2-3fdd-42e8-8b35-e813a26597d9",
"POST https://org4d0d6c49.crm3.dynamics.com/api/data/v9.0/cr82f_pets {'cr82f_appointmentdate':'2021-06-04T00:00:00.000Z','cr82f_breed':'wolf','importsequencenumber':'0','cr82f_petid':null,'cr82f_petname':'bimbo','cr82f_species':'999999','statuscode':'0','statecode':'0','timezoneruleversionnumber':'0','utcconversiontimezonecode':'0','versionnumber':'','createdby.azureactivedirectoryobjectid':null,'createdonbehalfby.azureactivedirectoryobjectid':null,'createdby@odata.bind':'/systemusers(d964f43f-6186-44f5-847a-e89f21587652)','modifiedonbehalfby@odata.bind':'/systemusers(d964f43f-6186-44f5-847a-e89f21587652)','modifiedby@odata.bind':'/systemusers(d964f43f-6186-44f5-847a-e89f21587652)','ownerid@odata.bind':'/teams(32c0cdd0-abb9-eb11-8236-000d3ae93e7c)','modifiedonbehalfby.azureactivedirectoryobjectid':null,'createdonbehalfby@odata.bind':'/systemusers(d964f43f-6186-44f5-847a-e89f21587652)','modifiedby.azureactivedirectoryobjectid':null}",
"Reason: Bad Request, Header x-ms-client-request-id a0d54a05-8f32-4f11-a34c-15e57d8b7e99, Error code: 0x0, Message: An error occurred while validating input parameters: Microsoft.OData.ODataException: An unexpected instance annotation name 'createdby.azureactivedirectoryobjectid' was found when reading from the JSON reader, In OData, Instance annotation name must start with @. at Microsoft.OData.JsonLight.ReorderingJsonReader.ReadPropertyName(String& propertyName, String& annotationName) at Microsoft.OData.JsonLight.ReorderingJsonReader.ProcessObjectValue() at Microsoft.OData.Json.BufferingJsonReader.ReadNextAndCheckForInStreamError() at Microsoft.OData.Json.BufferingJsonReader.ReadInternal() at Microsoft.OData.JsonLight.ODataJsonLightDeserializer.ReadPayloadStartImplementation(ODataPayloadKind payloadKind, PropertyAndAnnotationCollector propertyAndAnnotationCollector, Boolean isReadingNestedPayload, Boolean allowEmptyPayload) at Microsoft.OData.JsonLight.ODataJsonLightDeserializer.ReadPayloadStart(ODataPayloadKind payloadKind, PropertyAndAnnotationCollector propertyAndAnnotationCollector, Boolean isReadingNestedPayload, Boolean allowEmptyPayload) at Microsoft.OData.JsonLight.ODataJsonLightReader.ReadAtStartImplementation() at Microsoft.OData.ODataReaderCore.ReadImplementation() at Microsoft.OData.ODataReaderCore.InterceptException[T](Func`1 action) at System.Web.OData.Formatter.Deserialization.ODataReaderExtensions.ReadResourceOrResourceSet(ODataReader reader) at System.Web.OData.Formatter.Deserialization.ODataResourceDeserializer.Read(ODataMessageReader messageReader, Type type, ODataDeserializerContext readContext) at System.Web.OData.Formatter.ODataMediaTypeFormatter.ReadFromStream(Type type, Stream readStream, HttpContent content, IFormatterLogger formatterLogger)"
How can I understand what this error message means? Someone else is having the same problem.
Shane.