-
I am attempting to move some shared queries and I am receiving the following error:
Its not stopping the program running and some queries get migrated but others dont and running it through VS isnt giving any good information as to what is causing this or why. I was wondering if you had any insight into what would throw this error? Config:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Most likley its fields that do not exist in the target environment. If you run through VS and put a breakpoint on where the exception is raised you can see what the query text is. |
Beta Was this translation helpful? Give feedback.
No field maps do not work for this.
If it's in the query then it must exist.