
craig_welton
Legendary Poster
Hi folks,
We would like to make available a command line tool developed a while ago to compare processing options values across environments.
It requires a fat client/developer workstation and E1 version later than XE. Let me know if you have any questions/comments/issues. I'm attaching the zip file here containing E1VCompare.exe. Run it from a command line. For best results run the command shell as administrator (if you want to redirect the standard output for example).
Craig
We would like to make available a command line tool developed a while ago to compare processing options values across environments.
It requires a fat client/developer workstation and E1 version later than XE. Let me know if you have any questions/comments/issues. I'm attaching the zip file here containing E1VCompare.exe. Run it from a command line. For best results run the command shell as administrator (if you want to redirect the standard output for example).
Code:
[FONT=courier new]=====================================================
E1VCompare. PatWel Group Inc.
=====================================================
Usage: E1VCOMPARE ObjectName Version Environment [Filename][/FONT]
[FONT=courier new]
ObjectName - JDE object. Wildcards(*) supported
Version - JDE object version. Wildcards(*) supported
Environment - The environment to compare to. You will be prompted to login
to an environment(primary). This parameter identifies the
secondary environment with which to compare options.
Filename - The CSV file listing processing option mismatches.
By default this is E1POVAL.CSV in the current directory.[/FONT]
[FONT=courier new]
Example to compare all versions of P4210 in PY to PD:[/FONT]
[FONT=courier new]
E1VCOMPARE P4210 * PD900 c:\p4210.csv[/FONT]
[FONT=courier new]At the E1 Login screen, select the PY environment. The output file
c:\p4210.csv will be created.[/FONT]
Craig