ValidationException: Empty identifier is not allowed. The error is caused by «[]». #1520
Replies: 7 comments
-
Please provide the config file used. |
Beta Was this translation helpful? Give feedback.
-
Config here, thanks. (edited to add: I'm the same person who opened the ticket; I just used my team's account to open it, in error) |
Beta Was this translation helpful? Give feedback.
-
seems like this is getting an empty string for
|
Beta Was this translation helpful? Give feedback.
-
Happily, by adjusting the config a bit (nesting
Is this timeout configurable? |
Beta Was this translation helpful? Give feedback.
-
Not that I know of, its coming from the SOAP API. You could try using the modern URL of https://dev.azure.com/organisation |
Beta Was this translation helpful? Give feedback.
-
Thanks, no dice using the new URL though. Do they both use a SOAP API or is a REST API available? Edit: as suggested in #190 I tried running in a VDI instance in East-US, to no avail. Is there a way to split up the query into multiple shorter queries to get around the timeout? |
Beta Was this translation helpful? Give feedback.
-
You like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your issue:
I'm attempting to migrate data—just work items at the moment but later pipelines and everything else—from a project in one ADO org to one in a different ADO org. I have set up
ReflectedWorkItemId
as a field on all issue types for both the target and source project.When running,
WorkItemQuery
seems to be trying toSELECT []
. This seems similar to part of #1278 but unlike in that issue, I have set upReflectedWorkItemId
as a field on all issue types for both the target and source project.Describe any Exceptions:
Source Details
Target Details
I have completed the following:
"LogLevel": "Debug"
in the configuration file which will output more information to the log.Many issues are due to edge cases and will need debugging in Visual Studio; we cant do that for you on your environment.
Beta Was this translation helpful? Give feedback.
All reactions