Stop automatic pdf display

Ashish_chhabra

Member
I am using OneWorld7.3.3.1
I want to suppress the pdf display on UBE run. I just want the file to be transferred to the respective queue and not be displayed on Acrobat. I think there is some ini setting to be done for this.
If anyone has worked on this kindly help.

Thanks for all the help and assistance
 
Yes, you are right. The jde.ini setting is something like below:
[NETWORK QUEUE SETTINGS]
UBEQueue=QB7333
UBEPriority=5
PrintImmediate=TRUE
SaveOutput=TRUE
InstallSpecs=Y
JDENETTimeout=60

Set PrintImmediate=False to disable the printing of a .pdf. The output will still be stored and can be viewed.
 
Are you running everything locally? If this is the case, just bypass the function that displays the output on screen. I misunderstood your request on my first response.
 
Thanks for the solution
I want to store the file locally since I am doing some operations on it.
Anyway this could be an approach if nothing else works out.
Thanks once again.
 
Re: RE: Stop automatic pdf display

Just another note. I am not sure how you are set up, but if you open the .pdf, even after having run the object on the server, opening it will store a copy on the local machine in the B7 directory. I run many objects on the server and view the output. Periodically, I have to clean out my b7/printqueue directory.
 
RE: RE: Stop automatic pdf display

Thanks for this.
I will try this out.
 
Re: RE: RE: Stop automatic pdf display

For automated process we are using MOBIUS software to transfer PDF's from server to seperate location. You can find out more on www.mobius.com
 
Back
Top