Example: Data migration towards a Cloudant destination, with a standard authentication method

Execution report:

[i1058@lat111 ~]$ db2hpu -i i1058 -f sysin
INZM031I Optim High Performance Unload for Db2 06.01.00.001(161123) 
         64 bits 11/23/2016 (Linux lat111 3.10.0-327.36.1.el7.x86_64 #1 SMP Wed Aug 17 03:02:37 EDT 2016 x86_64)
INZI473I Memory limitations: 'unlimited' for virtual memory and 'unlimited' for data segment
       ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+
000001 GLOBAL CONNECT TO SAMPLE;
000002 MIGRATE TABLESPACE
000003 SELECT EMPNO, FIRSTNME, LASTNAME FROM EMPLOYEE;
000004 LOADDEST(NOSQL_DB CLOUDANT “CLOUDANT_ALIAS” WITH STANDARD AUTH)
000005 FORMAT JSON;

INZU462I HPU control step start: 11/23/2016 12:09:27.492.
INZU463I HPU control step end  : 11/23/2016 12:09:27.543.
INZU464I HPU run step start    : 11/23/2016 12:09:27.546.
INZU543I HPU utility will perform load operations on lat111 host.
INZU683I HPU utility has prepared 42 rows for an upload to the CLOUDANT destination.
INZU682I [lat111] HPU utility has performed an upload to the 
CLOUDANT destination: check its execution report in the /home/i1058/EMPLOYEE.msg file.
INZU465I HPU run step end      : 11/23/2016 12:09:28.768.
INZI441I HPU successfully ended: Real time -> 0m1.276092s
User time -> 0m0.266751s : Parent -> 0m0.259683s, Children -> 0m0.007068s
Syst time -> 0m0.049167s : Parent -> 0m0.043109s, Children -> 0m0.006058s

Associated Cloudant section in the db2hpu.dest file:

[Cloudant]
url=http://foo.cloudant.com
dbname=db1
user=foo
host=lat111
alias=CLOUDANT_ALIAS

Associated cloudant credentials in the db2hpu.creds file:

[CLOUDANT_ALIAS]
type=cloudant
password=9E46FA3C323A348C9BEAE76FF2392B2FD5B0F5A5A3B8908D0D3D5A291505E9E242317010...