Question

Application Message Errors, Documents are not moved from DB to FTP

  • 31 January 2024
  • 1 reply
  • 72 views

Userlevel 3
Badge +5

Hi all,

 

There is a customer who is having Application Message Errors when trying to move documents  from DB to FTP.

Customer has recently installed UPD20 patch on 20/01/2024. The automated process to move documents from database to FTP is not working. They have got  over five thousand errored application messages with this eror: 

Target exception in method call : EJB Exception:  
Caused by: ifs.fnd.base.SystemException: Target exception in method call : EJB Exception:  
Caused by: java.lang.reflect.InvocationTargetException: null 
Caused by: javax.ejb.EJBTransactionRolledbackException: EJB Exception:  
Caused by: java.lang.NullPointerException: null
 Product Version: UPD20


This is how their process have worked so far.
 
They have had a procedure custom package called Z_Bel_Tech_API.Move_Docs_To_Ftp. This procedure is calling IFS's standard procedure Edm_File_API.Batch_Process and that's when the error appears. 
The procedure Move_Docs_To_Ftp is set to run as scheduled task every day at 17:00. Schedule ID = 327880.

Kindly let me know if this is a known issue, which we can provide a solution with quick assistance. 


1 reply

Userlevel 6
Badge +14

Hi @Hiroshi Perera 

Does the standard funtionality for Change document repository work? Or does that also gives errors? Please check J2EE logs as well as there could be more descriptive error in the logs

Reply