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

Archive for the ‘EnterpriseOne – Security’ Category

How To Start/Stop The Managed Agent On AS400

You can start/stop the managed agent from the command line (green screen) by following the steps below: Start the QSHELL by typing STRQSH at the command prompt. Change to the JDE_HOME/bin directory by typing <install_dir>/JDE_HOME/bin. *** The <install_dir> refers to the installation directory in the IFS To start the agent enter: startAgent & *** The ...

Quick EnterpriseOne Version Security Solution

Whether you are trying to change the processing options of an interactive version or a batch version.  Sometimes you can run into issues where the application indicates that you do not have authority to change the version like the example to the left. To quickly get around this error, we can use SQL to change ...

Time To Change Your Password

We have our passwords set to expire every 90 days. Sometimes there are user IDs that you don’t want to change but don’t really want them to show up on the audit report as not having an expiration period. Here is a SQL statement that can help you: UPDATE SY811/F98OWSEC SET SCSECLST=<numeric date> WHERE SCUSER='<UserID>' ...

Problems Deploying A Package

We had an issue over the weekend… We built an update package successfully.  However, we were unable to deploy it.  The R98825D just kept running and running.  It wouldn’t end.  We did all the normal stuff: Stop services Delete SQLPKGs Start services Reboot Deployment server Deploy to a different port (we are using multi-foundations) Nothing ...

EnterpriseOne (E1) Security Management Software – ALLOut

02.21.2008 · Posted in EnterpriseOne - Security

One of our installations of EnterpriseOne utilizes a piece of software from AllOut Security.  ALLOut Security is an Oracle Partner and produces software that helps those that are responsible for World & EnterpriseOne security. During the application configuration phase of our implementation project we didn’t have users dedicated to the project.  They not only had ...