Accessing the Resolver Base Module - Teradata Tools and Utilities

Teradata® Call-Level Interface Version 2 Reference for Mainframe-Attached Systems

Product
Teradata Tools and Utilities
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-06-18
dita:mapPath
lvt1544831946862.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2417
lifecycle
previous
Product Category
Teradata Tools and Utilities
You can write a CLIv2 program that accesses the RBM when in-doubt transactions exist, so that more of the recovery process is automated. To communicate with the RBM, you need to log on to a special kind of session and use special kinds of request and response parcels. The RBM does not accept Teradata SQL statements.
All sequences and dialogs presented assume that Teradata semantics is being used.

To log on to this special session, perform the following steps:

  1. Verify you have the EXECUTE privilege on the TwoPCRule macro.

    The Database Administrator (DBA) must grant EXECUTE privilege on the TwoPCRule macro to all users who need to communicate with the RBM.

  2. Use the correct logon string, which contains your userid and password.
  3. Use the correct Run-pointer.

    Set the Run-pointer to the address of the run string for the Run parcel (or the address of the Connect parcel body) before calling DBCHCL for the Connect function.

  4. Use the correct run string.

    The partition name in the Run parcel or the Connect parcel should be RBM.

  5. Use the correct Request parcel.

    Use the Request parcel format shown on the next page to send requests to the database in a CLIv2 program.

  6. Get the response.

    To get the response, use the CLIv2 Fetch function. The responses for the RBM are described in Responses.