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

Archive for the ‘Uncategorized’ Category

JD Edwards EnterpriseOne 9.0 Standalone Installation

11.03.2011 · Posted in Uncategorized

Here is a great tutorial published by Deepesh M Divakaran: Install JD Edwards EnterpriseOne™ 9.0 Standalone Demo (Oracle version) on your PC, with this step by step guide. Based on the directions from the PDF in the Oracle Installation Downloads, and other websites following are the steps done *Before you start with anything, Please Turn ...

How To Enable Telnet On Windows 7

10.11.2011 · Posted in Uncategorized

You can quickly enable Telnet on Windows 7 by following these steps: Start Control Panel Programs And Features Turn Windows features on or off Check Telnet Client Hit OK After that you can start Telnet via Command Prompt. Telnet commands ...

Oracle JDE EnterpriseOne Now Supports the iPad

09.23.2011 · Posted in Uncategorized

With the release of Tools Release 8.98.4.5, Oracle JDE EnterpriseOne now supports the iPad. Oracle’s Announcement: Oracle Announces Oracle’s JD Edwards EnterpriseOne Support for Apple iPad [ID 1359409.1] Oracle’s Quick Start Guide: JD Edwards EnterpriseOne: Web Client for iPad Quick Start Guide Demo by www.steltix.com on YouTube ...

Remove All Files That Are Older Than

09.16.2011 · Posted in Uncategorized

The following bat file will delete all files in a directory and its subdirectories that are have a modified date older than 2 years: @ECHO OFF REM *** DELETE FILES OLDER THAN 2 YEARS REM *** GET TODAYS DATE @For /F "tokens=2,3,4 delims=/ " %%A in ('Date /t') do @( Set Month=%%A Set Day=%%B Set ...