Output directory

Edward_Luke

Active Member
We are attempting to use a Windows NT UNC path to define our output
directory for PDF files. i.e. \\fpdfs05\b7 <\\fpdfs05\b7> rather than
using mapped drive letters. This works as long as we run our UBE locally,
but if we submit the job to the Unix enterprise server, and then click on
'View submitted jobs', JDE is unable to display the pdf file. It appears
that the enterprise server is unable to interpret the UNC path. Has
anyone had experience with this. Thanks.

B733.2 SP 10.3 Unix HP-9000 Oracle 8i

Ed Luke
Applications Analyst
Caterpillar Financial Services Corporation
[email protected]
(615) 341-8320



B733.2 SP11.3 HP9000 Oracle 8.1.6
 
Edward :

OneWorld's UBEs only can read Windows like paths.

Sebastian

-----Mensaje original-----
De: Edward Luke [mailto:[email protected]]
Enviado el: Friday, March 02, 2001 12:35 PM
Para: [email protected]
Asunto: Output directory


We are attempting to use a Windows NT UNC path to define our output
directory for PDF files. i.e. \\fpdfs05\b7 <\\fpdfs05\b7> rather than
using mapped drive letters. This works as long as we run our UBE locally,
but if we submit the job to the Unix enterprise server, and then click on
'View submitted jobs', JDE is unable to display the pdf file. It appears
that the enterprise server is unable to interpret the UNC path. Has
anyone had experience with this. Thanks.

B733.2 SP 10.3 Unix HP-9000 Oracle 8i

Ed Luke
Applications Analyst
Caterpillar Financial Services Corporation
[email protected]
(615) 341-8320



B733.2 SP11.3 HP9000 Oracle 8.1.6
--------------------------
To view this thread, visit the JDEList forum at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OW&Number=
6559
*************************************************************
This is the JDEList One World / XE Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************
 
Ed,

How/where did you define the output directory?




Larry Jones
[email protected]
OneWorld B733.1, SP 11.3
HPUX 11, Oracle SE 8.1.6
SandBox: OneWorld XE
 
In your output don't include the path.

ie instead of \\winnt\interfaces\PO.txt

just use PO

JDE output will put this file PO in the jde root install directory b7 of
the client

or if you run it on the server it will output to the unix path
oneworld\b7333\system\bin32

Sean Gilbert
JDEdwards Consultant
PricewaterhouseCoopers
Montreal

Tel: 514.205.5000 x3619
Fax: 450.655.0163



Edward Luke
<Edward.Luke@cat. To: [email protected]
com> cc:
Sent by: Subject: Output directory
owner-jdelistml@j
delist.com


03/02/2001 10:34
AM
Please respond to
jdelist






We are attempting to use a Windows NT UNC path to define our output
directory for PDF files. i.e. \\fpdfs05\b7 <\\fpdfs05\b7> rather than
using mapped drive letters. This works as long as we run our UBE
locally,
but if we submit the job to the Unix enterprise server, and then click on
'View submitted jobs', JDE is unable to display the pdf file. It appears
that the enterprise server is unable to interpret the UNC path. Has
anyone had experience with this. Thanks.

B733.2 SP 10.3 Unix HP-9000 Oracle 8i

Ed Luke
Applications Analyst
Caterpillar Financial Services Corporation
[email protected]
(615) 341-8320



B733.2 SP11.3 HP9000 Oracle 8.1.6
--------------------------
To view this thread, visit the JDEList forum at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OW&Number=6559

*************************************************************
This is the JDEList One World / XE Mailing List.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found at http://www.JDELIST.com
*************************************************************



----------------------------------------------------------------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
 
You might be using a BSFN that is designed to be run locally only. Turn the
debug on on the server and than re-run the process, you should be able to
see then if that is the case.
----- Original Message -----
From: "SSAJAROFF" <[email protected]>
To: <[email protected]>
Sent: Friday, March 02, 2001 12:19 PM
Subject: RE: Output directory


> Edward :
>
> OneWorld's UBEs only can read Windows like paths.
>
> Sebastian
>
> -----Mensaje original-----
> De: Edward Luke [mailto:[email protected]]
> Enviado el: Friday, March 02, 2001 12:35 PM
> Para: [email protected]
> Asunto: Output directory
>
>
> We are attempting to use a Windows NT UNC path to define our output
> directory for PDF files. i.e. \\fpdfs05\b7 <\\fpdfs05\b7> rather than
> using mapped drive letters. This works as long as we run our UBE
locally,
> but if we submit the job to the Unix enterprise server, and then click on
> 'View submitted jobs', JDE is unable to display the pdf file. It
appears
> that the enterprise server is unable to interpret the UNC path. Has
> anyone had experience with this. Thanks.
>
> B733.2 SP 10.3 Unix HP-9000 Oracle 8i
>
> Ed Luke
> Applications Analyst
> Caterpillar Financial Services Corporation
> [email protected]
> (615) 341-8320
>
>
>
> B733.2 SP11.3 HP9000 Oracle 8.1.6
> --------------------------
> To view this thread, visit the JDEList forum at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OW&Number=
> 6559
> *************************************************************
> This is the JDEList One World / XE Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> *************************************************************
>
>
>
>
> --------------------------
> To view this thread, visit the JDEList forum at:
>
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=0&Board=OW&Number=
6568
> *************************************************************
> This is the JDEList One World / XE Mailing List.
> Archives and information on how to SUBSCRIBE, and
> UNSUBSCRIBE can be found at http://www.JDELIST.com
> *************************************************************
>
>
 
Larry
You can redirect the output directory by adding the following info into the server's jde.ini file.

[Network Queue Settings]
OutputDirectory=D:\b7

We currently use this on our TSE machines to direct the Output files to a share folder on our file server.

Hope this helps

Chad

Chad Anderson
Generac Portable Products L.L.C.
B733.1 SP 7.1 AS400 Ent NT SQL Deploy
 
Back
Top