EnterpriseOne Package Build Times



After installing the new IBM hardware, I decided to run a full package build just to get an idea of what the performance improvement was. So, here are the results:   ...

Greater Than 10 Record Grid Time Bomb



In our implementation of Employee Self-Service (ESS), we are accessing the EnterpriseOne application directly through parameterized URLs.  In doing this, all applications that access the F085530W, which is the work file used for benefits information, result in an error.  However, if you access the same applications through the normal ...

Configuring Object Notification



I was reading through the latest JDETips Journal this morning and found a great article about configuring email notifications within EnterpriseOne.  A great article by Mike Wright. We have had email notification configured for quite awhile.  We use it for both batch job notifications and workflow messages.  However, we ...

ESU Retrofits and Transfering Objects



<hint of sarcasm>Although JDE/PeopleSoft/Oracle has done such an awesome job with all of their products</hint of sarcasm>, sometimes you are forced to modify some of the objects.  Unfortunately, now that you have modified the object an ESU, that you need, may get released that has that object in it. ...

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) ...