Skip to main content

Hi,

Just a simple query. What is the error 14791 coming from CBL_COPY_FILE routine?


#netexpress
#CBL_routine

Hi,

Just a simple query. What is the error 14791 coming from CBL_COPY_FILE routine?


#netexpress
#CBL_routine

Hello info_rene,

The 14791 error is most likely a COBOL Run Time System 9/199 error, typically meaning that a call to the Operating System has returned an unexpected error.

What product and version are you using? And on which Operating System?

Does the problem happen on any file you try to copy, or just a specific file?


Hi,

Just a simple query. What is the error 14791 coming from CBL_COPY_FILE routine?


#netexpress
#CBL_routine

Just now I checked... the source filename is not accessible. The source file is located in a networked server and requires a username/password to be accessible. Did a maintenance on the desktop PC (with the application) and rebooted so the username/password of the networked server is needed to be re-entered back.

Basically from a local PC (with the program on it) will copy files from the dataserver (within LAN) as a temporary backup on specified time. Now it is working properly. Thank you.


#netexpress