Tuesday, April 12, 2011

One or more entities in the input data are not valid. Check the error log for more information

Problem: How to check the error log while uploading data source to Bing Map

Solution:  One of the reason could be missing Latitude and Longitude. Because both are compulsory for data upload to bing map spatial services.

for error log please visit the link below.

http://msdn.microsoft.com/en-us/library/gg585127.aspx


I am using following link to check my erreor details while uploading data source to Bing Maps.
This is the link which i found in upload response 

<Link role=\"output\" name=\"failed\">https://spatial.virtualearth.net/REST/v1/dataflows/LoadDataSource/92066201dcb349e1965e41fd573452d6/output/failed</Link>
          <Status>Aborted</Status>
when try the access the above link i get following response.

{"authenticationResultCode":"NoCredentials","brandLogoUri":"http:\/\/spatial.virtualearth.net\/Branding\/logo_powered_by.png","copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.","errorDetails":["Access was denied. You may have entered your credentials incorrectly, or you might not have access to the requested resource or operation."],"resourceSets":[],"statusCode":401,"statusDescription":"Unauthorized","traceId":"c6fe3ace225244bc9d66289d0cb7fe6f|AMSM001566|02.00.82.2300|"}

No comments:

Post a Comment