Platform-Specific Methods for Setting EDAEXTSEC

Platform

Start Method

Actions

Windows

Start Menu

Under the main software folder for the server, select Start Security ON or Start Security OFF.

As a Service under a local system account

Set the system environment variable EDAEXTSEC, under My Computer, Properties, Advanced tab, to OFF.

Restart Windows to initialize.

As a Service under the current account

Set the system environment variable EDAEXTSEC, under My Computer, Properties, Advanced tab, to OFF.

Restart Windows to initialize.

UNIX

Command prompt or Script that calls edastart

Export the variable setting in the edastart shell script, or before any calls to the shell script, as follows:

export EDAEXTSEC=OFF

z/OS Unified Server

JCL

Place the variable in the EDAENV allocation of the IRUNJCL member of the configuration library

EDAEXTSEC=OFF

IBM i

QSH command prompt or QSH script that calls edastart

Export the variable in the edastart shell script, or before any calls to the shell script, as follows:

export EDAEXTSEC=OFF

CALL {lib}/TSCOM300 or CL that calls TSCOM300 or CL that calls QSH, which, in turn, calls the edastart shell script

Before the call to TSCOM300, add the following:

ADDENVVAR ENVVAR(EDAEXTSEC) 
VALUE(OFF)

OpenVMS

Command prompt or DCL script that calls edastart

Before calling edastart.com or in edastart.com, add the following:

DEFINE EDAEXTSEC OFF

You can also define the logical EDAEXTSEC in the EDAENV.COM file.

Any

Any

Use the Web Console (Workspace, Configuration Files folder, Miscellaneous folder, Environment - edaenv.cfg) to edit the edaenv.cfg file and add the following:

EDAEXTSEC=OFF

Note: After a change, a hard restart of the server must be done.


iWay Software