Providing the correct profile for VM

When QMF is started, it determines which users are authorized to establish a QMF session by searching the CREATOR, ENVIRONMENT, and TRANSLATION columns of the Q.PROFILES table. You need to add the correct values to the user's profile to ensure that QMF recognizes them and starts.

QMF searches for specific profile values in the following order:

  1. CREATOR=userid, ENVIRONMENT=current operating environment
  2. CREATOR=userid, ENVIRONMENT=NULL
  3. CREATOR=SYSTEM, ENVIRONMENT=current operating environment
  4. CREATOR=SYSTEM, ENVIRONMENT=NULL

SQL ID is the DB2 for VM authorization ID of the user trying to log on to QMF. DB2 for VM uses this ID to determine if the user is authorized to use the database.

Current operating environment is CMS when QMF is being started from CMS.

QMF must find values for CREATOR and ENVIRONMENT that match one of the pairs in the preceding list, or QMF initialization ends in an error before the QMF Home panel is displayed.

[ Previous Page | Next Page | Contents | Index ]