What makes you think it's QUSER having *NONE as a password setting?
SBMJOB ... USER(DUMMY) works
SBMJOB ... USER(QNOTES) doesn't.
Did you mean to say QNOTES having *NONE? Let me test that...
CHGUSRPRF USRPRF(DUMMY) PASSWORD(*NONE)
On both machines.
This now fails.
SBMJOB CMD(CPY OBJ('/QFileSvr.400/gdihq/rob/test.txt')
TOOBJ('/home/rob/test4.txt')) JOB(TEST4) USER(DUMMY)
So I run
CHGUSRPRF USRPRF(DUMMY) PASSWORD(dummy)
on both machines. And I run
SBMJOB CMD(CPY OBJ('/QFileSvr.400/gdihq/rob/test.txt')
TOOBJ('/home/rob/test4.txt')) JOB(TEST4) USER(DUMMY)
and it works.
Ok, so you kind of nailed it. Thanks. Now I have to think of a
workaround.
Rob Berendt