Title: Hr511 Jobdef Problem
cd_dotdot - April 21, 2006 03:09 PM (GMT)
I have defined my jobdef CSV file to point to :
F:\LINTE\APPS\prod\work\File\lbd\EMPLOADCSV for the EMPLOADCSV file
But when I run the HR511 It give me
Your CSV input was read from: $LAWDIR/print/NT000000e3/hr51112a/1/F:\LINTE\APPS\prod\work\File\lbd\EMPLOADCSV
Why in the world is it concatenating the report path to the begining ?
LawsonsNbr1Fan - April 21, 2006 03:27 PM (GMT)
Try using the full path instead of the F:\ and see if it still does it.
mthedford - April 21, 2006 08:59 PM (GMT)
for a quick test, change the direction of the slashes from \ to / and try it again.
trezaei - April 21, 2006 09:45 PM (GMT)
try $LAWDIR/prod/work/Folder/File ...
I know, I know, $LAWDIR on NT, don't ask
cd_dotdot - April 21, 2006 10:39 PM (GMT)
AWESOME!!!
The $LAWDIR worked fine thanks. Any idea why it tried to attach that to the begining?
mthedford - April 24, 2006 03:55 PM (GMT)
I have my users use a shared directory outside of the %lawdir% structure, as I don't like anyone inside there...Are you on a Unix box or Windows? If $LAWDIR is what worked, then it appears you are on a Unix box and the direction of the slashes should be /. That is probably the reason why.
cd_dotdot - April 24, 2006 04:26 PM (GMT)
Actuallly no, We are on NT, which is strange why $LAWDIR worked.
I still don't know what the full path from F:\ didn't work but I am sure if I wasted another hour playing with the slashes it would work out.