Re: [Re: Job to Purge Work Submitted Jobs display]

b_gilmore

Well Known Member
Re: [Re: Job to Purge Work Submitted Jobs display]

Shouldn't there be code in your UBE that deletes the PDF behind the F986110
record as well? or do you clean this up another way?

Larry_Jones <[email protected]> wrote:
apparently had been written for an earlier release of OW and never updated
(sorry can't remember the name anymore).
than a given number of days - it was pretty easy to write - just read and
delete rows from F986110.
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OW&Number=8129



____________________________________________________________________
Get free email and a permanent address at http://www.amexmail.com/?A=1
 
Re: [Re: Job to Purge Work Submitted Jobs display]

Hi Gilmore,

yes, we clean this up another way. Part of our backup script (after the backup) deletes files in the server's PrintQueue and Log directories that are older than 30 days - the same parameter as in our custom UBE.

We use a home grown VB program to purge the pdf files from PC local directories.

Regards,

Larry Jones
[email protected]
OneWorld B733.1, SP 11.3
HPUX 11, Oracle SE 8.1.6
SandBox: OneWorld XE
 
Re: [Re: Job to Purge Work Submitted Jobs display]

How do you select the mbrs in the printqueue table. What does the program that runs after the back up look like. Can you send it to me.
[email protected]


Ed Solack
OW-XE SP13.1/ES-As400/DEP-Nt4.0 Sql7.0/Citrix TS
 
Re: [Re: Job to Purge Work Submitted Jobs display]

Solack,

since the command is part of a UNIX script I don't think its applicable to your AS/400 environment but here it is anyway :)

find $EVRHOME/PrintQueue -name '*' -atime +30 -exec rm -f {} \;

regards,



Larry Jones
[email protected]
OneWorld XE, SP 15.1
HPUX 11, Oracle SE 8.1.6
Mfg, Distribution, Financials
 
Back
Top