runube on NT Application Server

cnc__guy

cnc__guy

Well Known Member
JDE List,

I am attempting to run the runube program on a NT Application Server and I
am not having success.

I am using the following syntax (case sensitive) from the bin32 directory
and replace the ******* with my actual password: runube JDE ******* PD7333
R9861130 XJDE0001 QB7333 "Batch" "Hold" "Save"

I get the following error: runube: JDB_InitEnvOvr failed with rcode = 0

If I don't put any of the switches on the end (the ones in quotes) then the
command just returns the list of valid parameters just like it does if you
just type in "runube" and press enter.

JDE is suggesting that I leave off the parameters in quotes, until I get it
working, but I don't think it will run without them, even when it is
working correctly. My experience in the past has been that you must have
these parameters there.

Any ideas?

Thanks,
James

OW 7333 Update 2 SP 16.1
RS/6000 ES with two Win2000 App Servers
Oracle 8.1.7 databases on both RS/6000 and Win2000

James A. Wilson
JDE CNC Consultant
 
Try this:

In order to execute RUNUBE from the Enterprise Server it is necessary that you be logged on to
the server using the same NT username that is running the OneWorld services

OneWorld processes use IPC (memory) resources that cannot be modified by users other
than the owner of the process
 
James

I'm not sure that this job can be run on the enterprise server. I suspect
that it should be run locally. If you try to run it through a normal
OneWorld client session, and try to change data selection as you submit it,
you get a message that Data selection cannot be changed. I have seen this on
other reports that can only be run locally. Check with JDE on it.

Regards

Marty Fleming
Business Analyst
Richmond Limited

Phone: +64 +6 8786464 Ext 8168
Fax : +64 +6 8780959
Email: mailto:[email protected]

OneWorld: Xe SP16.1
Database: Oracle 8i
Enterprise Server: Compaq Proliant 8500R W2K






OneWorld: Xe SP16.1
Database: Oracle 8i
Enterprise Server: Compaq Proliant 8500R W2K
 
We got this working after a couple of trials and errors: Here is our solution - hope it helps:

Both services and .BAT below run with same profile...

::
CD \JDEDWARDSONEWORLD\DDP\B7333\SYSTEM\BIN32
::
:: Back Order Reports
::
RUNUBE JDE JDE PD7333 R55RS07 PF0011 QB7333 BATCH PRINT SAVE \\jdeeur04\prtfai2

We do not have any quotes on any of the parameters and it works well. Note the JDE profile entered in the command string is not the same profile that we are using for the services or NT scheduler.
 
Back
Top