Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The QUSRBRM.ADD_MEDIA_LIBRARY_MANAGEMENT procedure adds a link to a system in the BRMS network to a media library on the current system so whenever a media library operation occurs on the current system, the same media library on the other system in the BRMS network will be updated.

Parameters

QUSRBRM.ADD_MEDIA_LIBRARY_MANAGEMENT (MEDIA_LIBRARY=> media-library, SERVER => server)

media-library

Specifies the media library name from the current system.

Possible values are:

media-library

Specifies the media library name.

server

Specifies the server to be linked to the media library on the current system.

Possible values are:

ALL

Specifies that all servers in the BRMS network will be linked to the media library on the current system.

server

Specifies the server name to be linked to the media library on the current system. The server name is in the form nnnnnnnn.ssssssss where nnnnnnnn is the network ID and ssssssss is the system name.

Authorization: The privileges held by the authorization ID of the statement must include the following:

  • *EXECUTE SQL privilege on this procedure

The BRMS Network feature is required.                           

The schema is QUSRBRM.

Example calls (from STRSQL or SQL Script runner)

call QUSRBRM.ADD_MEDIA_LIBRARY_MANAGEMENT('TAPMLB01', 'APPN.BRMDEV73')

call QUSRBRM.ADD_MEDIA_LIBRARY_MANAGEMENT('TAPMLB03', 'ALL')

Error Messages

The following SQL error messages may be returned by this procedure.

U0001

Device not valid.

U0002

Server not valid.

U0003

Entry not added.

U0004

Not all systems added.

U0005

No systems added.

U9999

Illegal execution.

  • No labels