scheduled report crashes after running for some time

Ritchie_

Well Known Member
Hello List,

we've got a problem with a report that is scheduled to run every 3 minutes or so. After it has run for 2 1/4 hours it crashes.

At first it did run the whole day long between 6:30 and 18:00 after we had put it to the interval it is now on.
Than when a new UBE was also called in that cl it crashed around 11:00 and after adding another ube to it it now crashed every 2 1/4 hours. so we have to restart it several tiimes a day.

the cl contains
RCLACTGRP ACTGRP(*ELIGIBLE)

RUNUBE USER(ONEWORLD) PASSWORD(ONEWORLD) + ENVIRON(&ENVIR) REPORT
(R41410) + VERSION(EN0040S) HOLD(*NO) SAVE(*NO)

RCLACTGRP ACTGRP(*ELIGIBLE)

RUNUBE USER(ONEWORLD) PASSWORD(ONEWORLD) + ENVIRON(&ENVIR) REPORT
(R31410 + VERSION(EN0060S) HOLD(*NO) SAVE(*NO)


has anyone else met these problems in OW with an ASX400?
 
I have a customer who is experiencing the same issue, although the time
interval is a bit different.

They have a CL that calls multiple RUNUBE within the same CL.
The SQLPKG object is deleted within the CL between each RUNUBE command.
They are also using the RCLACTGRP option.

Other CL with a single RUNUBE seem to work without a hitch.

This job is scheduled to run nightly. It has executed successfully every
night for up to a two week interval. It has never made it past 3 weeks
without a failure.

Version security is enabled to prevent end users from running this version
for normal daily operations.

The job begins to work again via RUNUBE if someone 'refreshes' the version
specs from a fat client via the 'Submit Version Specifications Only' option.

No obvious clues in the jde.log or jdedebug.log of the UBE.

Since we only have a failure every 1 to 2 weeks, and never a consistent time
interval, it has been EXCEEDINGLY difficult to pin down.

I am presently wondering if the multiple RUNUBEs in the same CL is part of
the problem.

Sorry, no answer, but you are not the only one.

Have you been able to capture an iSeries job log of the failing UBE?

customer specs, iSeries V5R1, SP21_F1, Xe, XU7, RUNUBE via Robot.

Brent Marxhausen
DBT, Inc.
Independent CNC
email: [email protected]
 
Brent,

We run are nightly's the same way, via a CL program. Its submits using
RUNUBE and there are probably 15 or so UBE's. We have never had the problem
you described. If you find out what was causing it, I would be interested
in knowing.

Steve
AS/400 V5R2 ,SP 20 Update 6, citrix, agile, Jet Forms, Cognos, MDLink and a
bunch of other stuff.....
,




bmarxhau
<bmarxhau@dynbt To: [email protected]
.com> cc:
Sent by: Subject: RE: scheduled report crashes after running for some
owner-jdelist@j time
delist.com


04/02/2003
11:35 PM
Please respond
to jdelist






I have a customer who is experiencing the same issue, although the time
interval is a bit different.
They have a CL that calls multiple RUNUBE within the same CL.
The SQLPKG object is deleted within the CL between each RUNUBE command.
They are also using the RCLACTGRP option.
Other CL with a single RUNUBE seem to work without a hitch.
This job is scheduled to run nightly. It has executed successfully every
night for up to a two week interval. It has never made it past 3 weeks
without a failure.
Version security is enabled to prevent end users from running this version
for normal daily operations.
The job begins to work again via RUNUBE if someone 'refreshes' the version
specs from a fat client via the 'Submit Version Specifications Only'
option.
No obvious clues in the jde.log or jdedebug.log of the UBE.
Since we only have a failure every 1 to 2 weeks, and never a consistent
time
interval, it has been EXCEEDINGLY difficult to pin down.
I am presently wondering if the multiple RUNUBEs in the same CL is part of
the problem.
Sorry, no answer, but you are not the only one.
Have you been able to capture an iSeries job log of the failing UBE?
customer specs, iSeries V5R1, SP21_F1, Xe, XU7, RUNUBE via Robot.
Brent Marxhausen
DBT, Inc.
Independent CNC
email: [email protected]
--------------------------
To view this thread, visit the JDEList forum at:
http://www.jdelist.com/ubb/showflat.php?Cat=&Board=OW&Number=52589
+ - - - - - - - - - - - - - - - - - - - - - - - -+
This is the JDEList One World® / XE mailing list/forum.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found on the JDEList Forum at
http://www.JDEList.com

JDEList is not affiliated with JDEdwards®

+ - - - - - - - - - - - - - - - - - - - - - - - -+
 
Re: RE: scheduled report crashes after running for some time

Steve,

Our night jobs are also run with runube but they are all different tasks so we have no problems there. It's just this cl that needs to runs every 3 minutes or so during the day.
 
Back
Top