cancel
Showing results for 
Search instead for 
Did you mean: 

Batch job failed...File cannot be open

sbmrafikul2
Participant
0 Kudos

Hello,

One of our batch job have been failed for some time now. Its a daily running job. The job logs says that the mentioned file /bbb/fff/gg/tht.txt could not be open.

For your information this file have all the read write and execute authorization (777). Any hint

Regards,

Jituda

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Jituda

Probably the file is placed on an application server and program may be running on other application server.

One more option would be generally file name should be always in CAPS like file.txt should be FILE.TXT.

Regards

Vivek

ashish_vikas
Active Contributor
0 Kudos

Hello Jituda,

you need to investigate a bit more on permission side..

First, from SM37 check failed Job was running on which application server. Is it happening like few times job runs fine and sometime not. make a list of application server from where it is not running.

If this is the case, login with sidadm on those app server and check permission for file and directory in which it is stored.

Also, in this case check permission for directory "gg".

are you able to open/change this file with sidadm on that application server..

In other case, simply that filesystem may not be mounted for application server.. Check this as well.

thanks

ashish