cancel
Showing results for 
Search instead for 
Did you mean: 

JCS-108002 (error when down download the file from report)

Former Member
0 Kudos

Hi,

i manage to successfully to run my job to extract but when i try to download the report. I give me this error message : "

Errorcom.redwood.scheduler.jobfile.exceptions.JobFileBackendsExhaustedException: JCS-108002: The specified job-file (ID: 1,366,038,027) cannot be retrieved. The file seems to be missing." I did not have this issue previously. Anyone have any idea what could cause this issue ?\

Regards,

Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

h_carpenter
Active Contributor
0 Kudos

Hi Chris,

Please go to the support servlet:

http://<server>:<port>/scheduler/support

Issue the following query:

select jf.* from JobFile jf where jf.UniqueId = 1366038027

Look at the file path in  JobFile.FileName, make sure the file exists. I think it is missing for some reason.

Regards,

HP

Former Member
0 Kudos

Hi Hp,

Thanks for the feedback, i able to run the query and found that the file is there. Is there a permament solution that i can the file directly from the job ?

JobFile.BehaviorJobFile.FileLastModificationTimeJobFile.FileNameJobFile.FileOrderJobFile.FormatJobFile.InCommonLogFormatJobFile.JobJobFile.LLPVersionJobFile.NameJobFile.ProcessServerJobFile.ServiceJobFile.SizeJobFile.TimeZoneJobFile.TypeJobFile.UniqueId
IntegerDateTimeStringIntegerobj.FormatBooleanobj.JobIntegerStringobj.ProcessServerobj.ServiceIntegerobj.TimeZoneenum.JobFileTypeInteger
02015/04/23
  08:26:21,732 Europe/Berlin
K:\usr\sap\RWP\J01\j2ee\cluster\server0\scheduler\lis\15950000-15959999\15956312\System_15956312_1001006.csv1001006CSVFALSE159563121205028531report.csvnullnull6833212Europe/BerlinOutput1366038027
h_carpenter
Active Contributor
0 Kudos

Hi Chris,

Are you sure the file is there ?

Log on to SAP Netweaver system with <SID>adm, open cmd.exe and issue the following:

dir K:\usr\sap\RWP\J01\j2ee\cluster\server0\scheduler\lis\15950000-15959999\15956312\System_15956312_1001006.csv

Make sure you log on as the <SID>adm.

CPS is telling us the file is not there and you claim it is ... this is very weird.

Regards,

HP

Former Member
0 Kudos

Hi HP,

you may refer to the below screenshot that show that the file is exist in the server but i can get it from the redwood job itself.

Regards,

Chris

gmblom
Active Contributor
0 Kudos

Hello,

Are you running CPS in a cluster? If yes, which version are you on?

Regards Gerben

Former Member
0 Kudos

Hi Gerben,

yes, the cps is running on cluster. the cps version is version M33.92.68971.

Regards,

Chris