Thank you everyone for all the tips.
We have other processes that might be depending on the home directory being there.
I'm reluctant to change to '/' for all users.
The code is from a contractor from 2002.
The entire app is scheduled to be rewritten.
Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Rob Berendt
Sent: Tuesday, March 20, 2018 3:14 PM
To: Midrange Systems Technical Discussion
Subject: RE: Jobs calling cmds that reference IFS objects fail if a homedirectory exists for that user - how does one resolve this
yes.
1 - Change the home directory for all users to '/'
2 - Add a symbolic link to all users such as ADDLNK OBJ('/home/ROB/brc')
NEWLNK('/brc') LNKTYPE(*SYMBOLIC)
3 - Add a command exit point program that whenever someone runs CPYTOIMPF and it says 'brc...' to change it to '/brc...'
Personally, I would recognize that I muffed up and just fix it.
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1 Group Dekko Dept 1600 Mail to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com
From: "Steinmetz, Paul" <PSteinmetz@xxxxxxxxxx>
To: "'Midrange Systems Technical Discussion'"
<midrange-l@xxxxxxxxxxxx>
Date: 03/20/2018 03:09 PM
Subject: RE: Jobs calling cmds that reference IFS objects fail if a
homedirectory exists for that user - how does one resolve this
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>
Can this be fixed/resolved without re-coding the application?
The code works for any user without a home directory.
Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
dlclark@xxxxxxxxxxxxxxxx
Sent: Tuesday, March 20, 2018 2:48 PM
To: Midrange Systems Technical Discussion
Subject: RE: Jobs calling cmds that reference IFS objects fail if a
homedirectory exists for that user - how does one resolve this
"MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx> wrote on 03/20/2018
02:41:31 PM:
Kevin,
We're already doing that.
4900 - CPYTOIMPF FROMFILE(BRFILES/ZIPFILE) TOSTMF('BRC/INDEMAND/
BRCTBuys201803200815.txt') MBROPT(*REPLACE) FROMCCSID(37) STMFCODPAG
(*PCASCII) STMFAUT(*INDIR) RCDDLM(*CRLF) DTAFMT(*FIXED) NULLIND
(*YES) ORDERBY(*ARRIVAL)
This is a relative reference.
TOSTMF('BRC/INDEMAND/BRCTBuys201803200815.txt')
This is an absolute reference.
TOSTMF('/BRC/INDEMAND/BRCTBuys201803200815.txt')
Always best to use absolute references.
Sincerely,
Dave Clark
--
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300
Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio 45439 USA
(937) 294-5331
*********************************************************************************************
This email message and any attachments is for use only by the named
addressee(s) and may contain confidential, privileged and/or proprietary
information. If you have received this message in error, please
immediately notify the sender and delete and destroy the message and all
copies. All unauthorized direct or indirect use or disclosure of this
message is strictly prohibited. No right to confidentiality or privilege
is waived or lost by any error in transmission.
*********************************************************************************************
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link:
http://amzn.to/2dEadiD
As an Amazon Associate we earn from qualifying purchases.