-->

RevSoft RevSoft & JD Edwards Enterprise One

With a robust scheduler that provides on-demand processing with its decentralized architecture, RevSoft provides enterprise solutions for all automation and management products with the same base model on every platform.

RevSoft has worked with to enhance the RevSoft range for JD Edwards EnterpriseOne.

  • REV SCHEDULER® can execute UBE's as well as only submit UBE's when there is data to be processed.
  • It can also read the UBE .pdf files and extract strings/data.
  • REV MESSAGE can process all the E1 log files only processing the critical log entries.
  • REV OBSERVER can detect new E1 log files and connect them to REV MESSAGE.

Thanks to ERPOne for allowing us to use their Cloud Lab server in a lot of the Videos and Screen Shots.

REV SCHEDULER REV SCHEDULER® UBE 101

To successfully execute a RUNUBEXML you must execute the RUNUBEXML command 3 times.

REV SCHEDULER REV SCHEDULER® REVUBEXML Command

This allows the Scheduled Job with the REVUBEXML command to:

  • Be Triggered from Jobs and Events on the Local or Networked Servers.
  • Trigger from Jobs and Events on the Local or Networked Servers.
  • Be a Group Member in Group Projects on the Local or Networked Servers

REV SCHEDULER REV SCHEDULER® Use Encrypted variables to not expose Passwords

Defining /PWD an Encrypted variable (#ENC) will NEVER expose the Password in Scripts and DB Tables:

/PWD=#ENC_E1_PWD

will execute with the correct value but always be displayed as:

/PWD=<encrypted>

REV SCHEDULER REV SCHEDULER® REVUBEXML Command Builder

RevSoft created the Command Builder to allow to start with a command template and then the Command would be 'built' as you entered the values for the arguments/keywords.

Data Selection and Processing Options can be selected for the Report/Version interactively.

REV SCHEDULER REV SCHEDULER® On Demand UBE's

Reduce your overall number of UBE's executed by only submitting them when there is data to be processed if that is by table or existence of an input file.

e.g. Only submit the GLPOST (R09801) when there are Approved GL batches waiting to be processed.

REV SCHEDULER REV SCHEDULER® Read UBE .pdf file

Read the UBE generated .pdf file and take appropriate action in the same Scheduled job that executed the UBE.

e.g. Run the GLPOST (R09801) and check for 'One of more batches had errors'.

REV SCHEDULER REV SCHEDULER® Extract text/strings from .pdf file

Extract text/strings from a .pdf file and populate a User Variable that can then be used in emails, popoulate Dash Boards, Help Desk Tickets etc.,

e.g. Run the GLPOST (R09801) and if errors detected extract the Batch number use that value in email subject (with the .pdf as an attachment), open Help Desk Ticket and update Dashboards.

REV MESSAGE REV MESSAGE Monitor critical messages in E1Root log on the Web Server

REV MESSAGE can 'listen' to the E1Root log, on the E1 Web Server(s), and only pass through critical log entries (excluding other log entries) to REV MESSAGE for processing.

REV MESSAGE REV MESSAGE Monitor critical messages in JDE Job Log on the ERP Server

REV MESSAGE can 'listen' to the JDE Job Log, on the ERP Server, and only pass through critical log entries (excluding other log entries) to REV MESSAGE for processing.

If the Process is completed REV MESSAGE will detach the JDE Job Log file from processing.

LEARN MORE