Select to view content in your preferred language

Error code 400 when uploading to Arc Online

822
1
11-01-2023 07:06 AM
Labels (3)
StephenLuttermanToNR
New Contributor

I'm trying to upload a feature class to Arc Online and I keep getting an error message:

 Server Response: {"error":{"code":400,"message":"Invalid URL","details":["Invalid URL"]}}

Server Response: ERROR: code:400, Invalid URL, Invalid URL, Bad syntax in request.

 

I tried looking up a solution but the only thing I found said it was caused by definition queries. The feature class does not have any definition queries, joins, or relates. Any help or insight would be appreciated.

1 Reply
LarkinPhil
Emerging Contributor

This occurred for me on Pro 2.9 publishing a hosted feature layer. Query is 

SURVEYYEAR = (SELECT SURVEYYEAR FROM LS_5Years ORDER BY SURVEYYEAR DESC)

 

Maybe a fix at 3.x includes a helpful warning on a publish fail, or an Analyze check. 

0 Kudos