Tuesday, January 29, 2019

The log file for request (XXXXX) is empty (0 bytes). The concurrent manager may have encountered an error while attempting to create this file.

Hi,

One of our customer facing issue in running a concurrent program which completed error and trouble opening output file of it and following pop-up message comes.


   The log file for request (XXXXX) is empty (0 bytes). The concurrent manager may have encountered an error while attempting to create this file.

Therefore, we've reviewed and identify the executable for this request doesn't have proper symbolic    link in place to the right path. Hence we've corrected it. symbolic should create against  fndcpesr.

 From program details
=================

The executable file /u01/app/ebstcshs/apps/apps_st/appl/jakaka/12.0.0/bin/XXTSI_VL_GL_FILE_LOAD for this concurrent program cannot be executed.

Contact your system administrator or support representative.

Verify that the execution path

Path earlier. It points to production.
=======================

-bash-3.2$ ls -ltr XXTSI_VL_GL_FILE_LOAD
lrwxrwxrwx 1 **** oinstall 58 Jan 22 21:36 XXTSI_VL_GL_FILE_LOAD -> /u01/app/ebsprod/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr
-bash-3.2$ date


Path corrected.
==========

cd $CUSTOM_TOP ( our case it is XXTSI)

ln -s $FND_TOP/bin/fndcpesr XXTSI_VL_GL_FILE_LOAD

-bash-3.2$ ls -ltrh XXTSI_VL_GL_FILE_LOAD
lrwxrwxrwx 1 **** oinstall 58 Jan 29 19:32 XXTSI_VL_GL_FILE_LOAD -> /u01/app/ebstcshs/apps/apps_st/appl/jakaka/12.0.0/bin/fndcpesr

Next program completed successfully.

Thanks,
Sreeharsha



No comments:

Post a Comment