E1 Tips The Tips & Tricks of a CNC Administrator on Oracle JDEdwards EnterpriseOne

Posts Tagged ‘ube’

EnterpriseOne 8.12 Functionality with Version 8.11 SP1

Background: In developing the Employee Self-Service user interface without using the portal, the development team had a need to be able to print out an employee’s paystub and have it emailed to them.  The email portion of the process is handled by Optio but before it gets to the Optio server, it needs to be ...

More E1 Software From Down-Under!

02.25.2008 · Posted in EnterpriseOne - General

I’ve talked about Everest Software International’s EnterpriseOne utilities software before…particularly, Boomerang and Update Queue Names In Versions. In their latest newsletter (yes, it is worth subscribing to), Alex highlights 3 software offerings: ESI Benchmark 2008: “It allows easy comparison of the performance of different servers in real, JDE-like terms.” This may prove to be very ...

EnterpriseOne (E1) Batch Job Runtimes

We had someone ask this question the other day: Can you tell me what jobs run for over 30 minutes? Well, that seemed simple enough… Take the last action time and subtract the submit time and your good: SELECT JCJOBQUE as JobQueue, JCENHV as Environment, JCUSER as User, substr(jcfndfuf2,0,locate('_',jcfndfuf2) + locate('_',substr(JCFNDFUF2,posstr(jcfndfuf2,'_')+1))) as JobName, concat(concat(JCSBMDATE,'-'),JCSBMTIME) as ...

Who Has Access To That In EnterpriseOne (E1)?

There are many things that I find frustrating about the GUI tools for EnterpriseOne (E1), especially when doing Systems Administration functions. Apparently, I’m not the only one. We give read-only access to most of the SysAdmin applications to our developers. You may have your own opinions about that, but it’s what we chose to do. ...