Consultor Eletrônico



Kbase P106384: Modifying Default Library List for Progress/400 Server
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/14/2005
Status: Unverified

GOAL:

Modifying Default Library List for Progress/400 Server

GOAL:

How do I add user libraries to the PROSERVER job

FACT(s) (Environment):

IBM AS/400 (RISC)
Progress/400 DataServer

FIX:

The most convenient method to put additional library on the list is to modify the job description assigned to the user profile that initiate the Progress/400 broker (PROTCPBRK). The PROSERVER job is submitted by the broker upon connection request. Therefore, user portion of the library list will be inherited from the broker.
The exact steps in this method are as follows:
1. Identify the user profile the PROTCPBRK is running under (the one that executes the command STRPRONET)
2. Using DSPUSRPRF command check the name of the job description effective for this user (determined in point 1).
3. Using CHGJOBD command modify the initial library list for this job description (determined in point 2)
4. Restart the broker (ENDPRONET/STRPRONET)
By default the job description used by the all the user profiles is QDFTJOBD located in QGPL library. It's possible that it'll be risky to change it because of its system wide usage. In such cases you may create a new job description (by copying QDFTJOBD to a library of your choice and changing its name, for instance), then you can modify the JOBD parameter in the user profile to point it to a new location.