In regards to discussion detailed in itgensql144-the-json-has-an-invalid-format I’m trying trying to call the AttachementByUrl
with the following statement:
select dae.*
from exactonlinerest..documents@eol dct
join exactonlinerest..documentattachmentfiles@eol dae on dct.id = dae.document
join AttachmentByUrl@eol (dae.url) dcta
where dct.type = 40
AND dct.Created > dateadd('day','-5',sysdateutc)
but I get an itgenoda753 error:
itgenoda753 :
Table ‘ExactOnlineHTML.Documents.AttachmentByUrl’ has not service URL specified.
The AttachmentByUrl
has only on parameter : url
. I have also tried (dae.url || '&Download=1')
but the same error occurs.
–
Since our upgrade to QueryTool 22.0.577 we see itgenoda753 errors
itgenoda753 :
Table [*] has not service URL specified.
found cases so far:
-
AttachementByUrl@eol
itgenoda753-table-exactonlinehtml-documents-attachmentbyurl-has-not-service-url-specified -
TransactionLinesIncremental@eol
We’ll update this topic when we find new cases.