Hi All,
In IFS V10, the Batch_Transfer_Handler_API has procedures which I need to use for IFS Cloud to read and transfer files from a folder location. However, these procedures are no more supported in IFS Cloud.
PROCEDURE Read_From_Shared
PROCEDURE Delete_From_Shared
PROCEDURE Upload_To_Db
PROCEDURE Upload_To_Ftp
PROCEDURE Move_From_Shared
NOTE: All the above procedures make a call to Plsqlap_Server_API.Invoke_Record_Impersonate and within this procedure we have :
Error_SYS.Appl_General(lu_name_, 'Procedure Invoke_Record_Impersonate is not supported');
In there any equivalent procedure available in cloud to do these operations? I’m basically uplifting a customization from IFS V10 to IFS Cloud 23R2 and I’m facing a challenge in this particular area. Kindly help.