Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: PowerExchange Client for PowerCenter (PWXPC)
  4. Part 3: PowerExchange ODBC
  5. Appendix A: PowerExchange Interfaces for PowerCenter Tips
  6. Appendix B: Datatypes and Code Pages
  7. Appendix C: PowerExchange Interfaces for PowerCenter Troubleshooting

PowerExchange Interfaces for PowerCenter

PowerExchange Interfaces for PowerCenter

CDEP Restart Tokens Example

CDEP Restart Tokens Example

The following example shows the contents of restart tokens in the CDEP for an application that contains a restart token file for the DB2 sources DB2DEMO1, DB2DEMO2, and DB2DEMO3:
Application name=<odbc_db2demo13ac> Rsttkn=<3> Ainseq=<0> Preconfig=< > FirstTkn =<D2D1D4D340400000003ED5D600000000> LastTkn =<D2D1D4D340400000003ED5D600000000> CurrentTkn=<> Registration name=<db2demo1.1> tag=<DB2DSN7db2demo11> Sequence=<000007337D8A00000000000007337D8A00000000> Restart =<D2D1D4D34040000007337D0200000000> Registration name=<db2demo2.1> tag=<DB2DSN7db2demo21> Sequence=<000007337D8A00000000000007337D8A00000000> Restart =<D2D1D4D34040000007337D0200000000> Registration name=<db2demo3.1> tag=<DB2DSN7db2demo31> Sequence=<000007337D8A00000000000007337D8A00000000> Restart =<D2D1D4D34040000007337D0200000000>
The application name odbc_db2demo13ac was created by using DTLUAPPL with RSTTKN GENERATE. The following example shows the control cards:
mod APPL odbc_db2demo13ac DSN7 RSTTKN GENERATE add rsttkn db2demo1 add rsttkn db2demo2 add rsttkn db2demo3 end APPL odbc_db2demo13ac print appl odbc_db2demo13ac
You can use either ADD APPL or MOD APPL for a new application name as with MOD APPL DTLUAPPL will create the application name if it does not already exist.
After the new restart tokens are provided through DTLUAPPL, the session using this application name can be started and it will use this restart tokens.

0 COMMENTS

We’d like to hear from you!