Consultor Eletrônico



Kbase 20619: Modifying Default Library List for Progress/400 AdminServer
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

GOAL:

How to modify libraries or add additional libraries to the default library list of the Progress AdminServer environment?

FACT(s) (Environment):

Progress/400 DataServer

FIX:

This is needed in order for the RPG code (which is called from the Progress native client) can run properly.

The default library list is *SYSVAL. Type:
DSPSYSVAL QUSRLIBL

to display the system library list. Write down the library list for re-entry later. Follow these steps to modify the default library list:

1) Type CHGJOBD ADMINSERV.

2) Press F4.

This allows you to edit the default library list for the
ADMINSERV job.

3) Press F10 (to see additional options).

4) Scroll down until you see "Initial Library List".

This is where you add the additional libraries.

5) Erase "*SYSVAL" and add the corresponding libraries you wrote
down earlier.

These should be at the top of the library list.

6) Add your own libraries:

a) Enter a plus sign (+) where you see the "+ for more
values".

b) Press Enter (for more space).

c) Enter one library per line.

7) Press Enter to commit the change.

8) Type CHGJOBD PROAPPSVR and repeat the above steps to modify
the library list for the AppServer.

As an alternative to CHGJOBD, you can type:

WRKOBJPDM PROGRESS

to work with objects in the Progress library using PDM. You need to locate the following the ADMINSERV and PROAPPSVR job description objects manually, and enter a "2" alongside to change them. The object type for job descriptions is *JOBD.

Follow these steps to verify that the new library list takes effect:

1) Stop the AdminServer using ENDADMSRV.

2) Wait until the subsystem finishes.

3) Restart the AdminServer using "STRADMSRV".

4) Start your AppServer brokers using Progress Explorer tool.

5) Locate the AppServer broker job using WRKACTJOB.

6) Enter "5" alongside the job to work with it, then 13 to
display the library list for the job.

You should see your new library list there.