DISC

Contents | What's New | Quick Links

 

Utility Reference

Introduction

Software Installation

Concepts and Design

Designing Applications

Omnidex Environments

SQL Reference

Omnidex API's

Utilities

Interfaces

Performance Guide

Troubleshooting Guide

Appendix

 

 

OADECOMP

 

OADECOMP decompiles an Environment Catalog into an editable source file.

The OADECOMP utility is generally used when the original source file that created the Omnidex Environment Catalog is no longer available or to ensure the validity of the source file.

The program accepts the compiled Environment Catalog and the output source file as runtime arguments.

Syntax

Example

OACOMP

Utility Reference

Environment Catalog

To decompile an Environment Catalog, run OADECOMP using the appropriate operating system format and specify the compiled Environment Catalog and the output source file at the command line.

 

Syntax

oadecomp [<Options>] <Env> [<Output File>]

...where <Env> is a compiled environment file, decompiled output is written to optional <Output File>, and <Options> may include any of the following, in which at least one of [-] or [=] must be specified:

[-]user[=]<user>

[-]password[=]<password>

 

Example

UNIX:

oadecomp orders.env orders.src

OpenVMS:

oadecomp "orders.env orders.src"

MPE/iX:

RUN OADECOMP.OA.DISCACCT;INFO="ordersec orderses"

Windows NT:

oadecomp orders.env orders.src

.
.
.
Connected; Decompiled; Done
**Environment Decompiled Successfully!**

 

top

Dynamic Information Systems Corporation - Omnidex Version 3.8 Build 6 J15.03-Copyright © 2003

DISC | Documentation Home