E9.0 Runube

SLBROWN58

SLBROWN58

Member
We are trying to get the Runube to work on a Linux server. When we connect thru ssh and go to the bin32 directory and run the command it works fine. But when we run the command from command line we get a floating point exception(core dump) error. ssh xxx@server cd /OracleHome/jdedwards/e900/system/bin32; ./xxxxx.sh . If anyone can give a better way to run the command to a Linux Redhat 7 server please let me know.
 
I'm trying to understand what you mean exactly. So connecting via ssh and starting runube works, but what is "from the command line"? As in: Your server has a GUI and you run a terminal locally and try to start it from there? Same user? What shell are you usung? What's your tools release?
 
We are calling a .sh file with the exact commands that we type on the terminal window. We get the error. We have all the libraries and the path is set but we get the error. Tools release 9.1 ssh -t [email protected] ./test.sh
cd /OracleHome/jdedwards/e900/system/bin32
./runube -F /OracleHome/jdewdwards/e900/system/bin32/passowrd.txt PD900 *All R5542520 Q1W0018 QBATCH BATCH PRINT SAVE
 
Back
Top