Background task and error

Hi,

I am using a background task to import a file and also Imports TUs into a Translation Memory (thanks to the api POST /api/tmservice/tms/{tmId}/import)

The task is well created and executed however only a few TU are imported, as you can see below 11974 TU detected and only 1034 added

Fullscreen
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Task details:

Total 11974 Errors 10940
RawTU 11974 Overwritten 0
Added 1034 Discarded 0
Merged 0 Bad 0

At this stage I have no clue why it's only working for 1034.

Does anyone has an idea how to find  some logs/ or the reason ?

emoji
Parents
  • Hello  !

    To get the logs, use the endpoint /api/log.

    Here's an example of how to use it:

    Fullscreen
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    emoji
Reply
  • Hello  !

    To get the logs, use the endpoint /api/log.

    Here's an example of how to use it:

    Fullscreen
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    emoji
Children
No Data