NaturalONE Version 8.3.7
 —  Installation  —

Using an Existing Natural Development Server Environment

This document covers the following topics:


Prerequisites

If you prefer to use your own Natural Development Server (NDV) environment instead of the local Natural runtime that is installed with NaturalONE, it is recommended that you upgrade your Natural Development Server environment to the versions listed below. Only with these versions, you will get the complete functionality of NaturalONE.

The recommended versions are:

If the above mentioned Natural or Natural Development Server versions are not installed in your environment, specific Eclipse functionality does not work. However, NaturalONE as such can be used.

Top of page

Startup Transactions

When a NaturalONE client connects to a Natural server, any startup transaction program executed on the server must meet the following conditions:

You have to check the source code of each startup transaction in question and, if necessary, change it to meet these conditions.

If you adjust the relevant source-code sections within a startup transaction - in dependency of the client type - you can use the Natural application programming interface (API) USR4218N in the library SYSEXT. This API has to be invoked from within the startup transaction and provides you with the client type.

Top of page

Natural Security

When Natural Security is active in your Natural server environment, several actions in the Natural Server view and in the Navigator view (such as upload and download) are controlled by Natural Security. A utility profile for SYSMAIN is then required in Natural Security which has the appropriate settings. For detailed information, see Protecting the Natural Development Environment in Eclipse in the Natural Security documentation, which is part of the Natural documentation.

If the Natural Security settings are not appropriate, you may not be able, for example, to add projects from the Natural server to the NaturalONE workspace.

Top of page

Library Statistical Records on Mainframes

In order to reduce the number of Adabas calls and to improve the performance, it is highly recommended that you create a so-called "library statistical record" for every Natural library on the mainframe. This ensures that data which is often used is kept persistently. Thus, when using NaturalONE, there is no need to retrieve this specific information many times. To initialize the statistical records, you have to invoke the program NDVCSTAR which is available on the mainframe. For further information, see SPoD-Specific Limitations and Considerations in the Natural Development Server documentation for the appropriate platform.

Top of page

Database Access

You can access Adabas databases when they are on the same PC as your NaturalONE installation.

However, in order to access remote Adabas database systems, Entire Net-Work is required. Currently, you have to configure your environment accordingly. For remote access to Adabas 6 (Open Systems) or Adabas 8 (Mainframe), Entire Net-Work 7.3.2 is required.

Top of page