Hi IFS Community,
We are going to move documents from DB to FSS via ‘Transfer Document’ assistant. The customer is a live customer hosted in IFS Managed cloud and therefore we do not have access to File Storage. Then I have a major concern on what will happen if any technical failure happen ? Is there any chance of happening technical failure during the transfer.
I have analyze the code and here are my findings.
Back ground job created for ‘EDM_FILE_API.Batch_Process’ and then execute Batch_Transfer_Handler_API.Move_From_Db_To_Fss. This create application messages to transfer each file to FSS. Then the IFS connect logic executes as below.
I would like to check whether is there any chance of executing modifyLoactionName without executing actual logic for physical file transfer.
The location Name in Edm_File_Tab will be changed when ‘modifyLoactionName ’ executes.

1.0 Can IFS RND consultant can check whether is there any chance of happening this ?
2.0 Does any consultant among IFS community encounter this situation ?
3.0 Can you comment if anyone has successfully transferred documents in PROD when the customer is live. We have around 500 000 documents in one document class and then it result around 500000 application messages. I am thinking about what will happen if technical failure happen when this executes.
4.0 I tried transfer DB → FSS and FSS → DB for some files using Transfer Document Assistant. DB→ FSS was successful and no detectable error. However when I transfer back from FSS to DB some of files failed to transfer. Background job is successful and Application messages failed by saying the file is already existing in DB. Now the files are in both DB and FSS. Edm_File_Tab has FSS as the location_name. Does any one experience this scenario.
Appreciate if any one who did this process share the experience.