runube command line process owner?

etscholz

Member
Attempting to run the runube command from an HP-UX box. Able to run successfully using the id (jde900) that was used to perform the software install:

<font color="blue">
(/jdedwards/e900/system/bin32) 140> whoami
jde900
(/jdedwards/e900/system/bin32) 141> runube -P JDV900 DEVTEAM R09110Z ZJDE0001 QBATCH I H S
Enter User/Password when prompted
User: EXAMPLE
Password: EXAMPLE
LoadLibrary - shl_load: No such file or directory
(/jdedwards/e900/system/bin32) 142> </font>

NOTE: Despite the 'LoadLibrary - shl_load: No such file or directory', it works successfully.


When other developers attempt to run the runube command with the -P argument, the prompt for username and password is not returned, they get the following:

<font color="blue">
(/jdedwards/e900/system/bin32) 10> whoami
etscholz
(/jdedwards/e900/system/bin32) 11> runube -P JDV900 DEVTEAM R09110Z ZJDE0001 QBATCH I H S
process <-(/jdedwards/e900/system/bin32) 12>
</font>

When other developers attempt to run the runube command with the UID PWD arguments specified, they get the following:

<font color="blue">
(/jdedwards/e900/system/bin32) 20> whoami
etscholz
(/jdedwards/e900/system/bin32) 21> runube EXAMPLE EXAMPLE JDV900 DEVTEAM R09110Z ZJDE0001 QBATCH I H S
process <CCJ(/jdedwards/e900/system/bin32) 22>
</font>

When other developers attempt to run the runube command with the UID PWD in a file and using the -F argument, they get the following:

<font color="blue">
(/jdedwards/e900/system/bin32) 25> whoami
etscholz
(/jdedwards/e900/system/bin32) 26> cat example.txt
EXAMPLE
EXAMPLE
(/jdedwards/e900/system/bin32) 27> runube -F example.txt JDV900 DEVTEAM R09110Z ZJDE0001 QBATCH I H S
process <-(/jdedwards/e900/system/bin32) 28>
</font>


Not quite sure how to phrase the question of why its doing this...

I'm assuming that the runube command can be run from any process id, correct?
or what does 'process' mean?
or is the command looking for additional input?
or missing file permissions somewhere on UNIX?
or missing permissions somewhere within jde?
or ...???

any help is much appreciated
 
Back
Top