Print immediate stored?...

swhitmire

Reputable Poster
Is the choice of print immediate for a UBE stored in a table anywhere?
I need to be able to look it up later from another program.

Thanks,
--Scotti Whitmire
Xe Upd2, SP16 (011, 016, 018), AIX4.3.3, Oracle 8.1.6
 
In B7331, the setting is in the JDE client's workstation jde.ini which comes
from the deployment server. The setting is PrintImmediate=FALSE by default.
To enable Print Immediate, set PrintImmediate=TRUE. The setting affects all
UBEs initiated from the workstation.

Chi Lee
B7331 SP11.3, NT4.0 server and Win2000 clients, SQL Server 7.0, Citrix
Win2000
 
Scotti
Isn't it stored in the JDE.INI -

[NETWORK QUEUE SETTINGS]
UBEQueue=QB7332
UBEPriority=5
PrintImmediate=FALSE
SaveOutput=TRUE
InstallSpecs=Y
JDENETTimeout=120

regards
Robert Fletcher
DHL
AS400 V4R4
7.3.3.2 SP15.1

swhitmire wrote:
 
I may not have made this clear... I mean for an individual execution of a
UBE, is it stored somewhere whether or not Print Immediate was on for that
execution?
---


From: rfletche [mailto:[email protected]]
Sent: Wednesday, October 31, 2001 11:32 AM
To: Scotti Whitmire
Subject: Re: Print immediate stored?...


Scotti
Isn't it stored in the JDE.INI -

[NETWORK QUEUE SETTINGS]
UBEQueue=QB7332
UBEPriority=5
PrintImmediate=FALSE
SaveOutput=TRUE
InstallSpecs=Y
JDENETTimeout=120

regards
Robert Fletcher
DHL
AS400 V4R4
7.3.3.2 SP15.1

swhitmire wrote:





--------------------------
 
Unless it has been changed in Update 2. You can only set Print Immediate two ways.

The JDE.INI file will turn Print Immediate on for everything that has a output on that system.

Or

When submiting a job, you can turn it on using the second tab when it prompts you for a printer.

There is nowhere to say (that I am aware of), I need this report to Print Immediate and another report not to.

It is all or none.



JAB
OW XE
AS/400 (Enterprise)
WinNT (Deployment)
SP16
 
Scotti,

I think I understand what you are asking... Is there a file containing the history of a submitted job? I don't think that there is unless you have logging turned on and even then, the information will not be easily attained.

Billie Sue Ebinger
 
The only place that I can think of is F986110 (Job
Control Status Master) in the Server Map but I don't
see anything in there. I assume that it is a varible
passed in to a BSFN and therefore is volatile.
However, if you can find the function that tells the
job to PrintImmediate, you may be able to do what you
need.


--- swhitmire <[email protected]> wrote:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OW&Number=23355
-+



__________________________________________________
 
This can be done,

Select the ube via BV , Exit Bar - (print Options), Document Setup , Print
Immediate - tick this box.
 
Re: RE: Print immediate stored?...

There is no place to say this UBE always prints Immediately and that UBE does not. As people said before, you either change your ini file so every UBE prints immediately or none of them print immediately. If you have your ini file set to false you have to click on print immediate every time you submit a job. If you go into a UBE in development mode there are some print constants which you can set to always send a UBE to a specific printer or to print a UBE in CSV mode but there is nothing yet that you can check to indicate that a specific UBE always executes as print immediate. Rumor is it is coming in B9, at least it has been requested for B9.
 
Re: RE: Print immediate stored?...

I haven't followed this thread from the beginning so excuse me if this is
repetitive!!

Here's how I control my printing.

1. Set all JDE.ini to PrintImmediate=TRUE and SaveOutput=TRUE
2. Create a bogus printer in OneWorld (ie it doesn't exist on your
network) : OWINTERNAL
3. I usually make this everybody's default printer. Users can still get
their UBE from work with server jobs OR when they submit the UBE they can
change there printer to a network one and it will print immediately.

4. You can also use the default printer program to assign a specific
report and version to either the OWINTERNAL printer (UBE goes to WSJ) or
an existing network printer (UBE will print immediately).

Sean Gilbert
JDEdwards Consultant
PricewaterhouseCoopers
Montreal

Tel: 514.205.5000 x3619
Fax: 450.655.0163



Jim
<jloesel@qwest. To: Sean Gilbert/CA/MCS/PwC@Americas-CA
net> cc:
Sent by: Subject: Re: RE: Print immediate stored?...
owner-jdelist@j
delist.com


11/02/2001
10:17 AM
Please respond
to jdelist






There is no place to say this UBE always prints Immediately and that UBE
does not. If you go into a UBE in development mode there are some print
constants which you can set to always send a UBE to a specific printer or
to print a UBE in CSV mode but there is nothing yet that you can check to
indicate that a specific UBE always executes as print immediate. Rumor is
it is coming in B9


--------------------------


XE SP15.1, Solaris, Oracle8.0.6, JAS(15.1) NT, WebSphere3.5
 
Back
Top