User ID is missing when installing LANSA Integrator on iSeries
| Date: | 3 July 2007 |
|---|---|
| Product/Release: | LANSA Integrator V11.3 |
| Abstract: | When installing LANSA Integrator on iSeries, user ID (output field) is missing |
| Submitted By: | LANSA Technical Support |
Description:
When installing LANSA Integrator on an existing LANSA for iSeries system, the install program displays the User ID that will be used as 'Integrator User ID'. This is for read-only/display information only. However if this value is blank, the install submit will fail.
Solution:
The required value (default User ID for system) is missing from the data area DCXLOADA01
| Field/Item | Length | From | To | Description |
|---|---|---|---|---|
| USER | 10 | 806 | 815 | Default user |
This User ID is taken as a default user profile for integrator when installed on an existing LANSA system. In the data area this positions would most likely be a blank value. This has to be filled with a User ID (DC@PGMLIB by default) that will be used for the Integrator install.
CHGDTAARA DTAARA(DCXLOADA01 (806 10)) VALUE(DC@PGMLIB)