BookmarkSubscribeRSS Feed
Riteshdell
Quartz | Level 8

Hello DI Experts,

 

I am getting an error to load data by Db2 bulk table loader to Db2 tables.

If some body has experience on DB2 bulk loader table transformation.

 

Can you Please help me prerequisites using DB2 Bulk table loader.

 

error: [IBM] [CLI Driver] An error occured while utilities were being bound to the database. results for CLI load operation 0.

0 rows loaded,0 rows skipped,0 rows rejected.

2 REPLIES 2
LinusH
Tourmaline | Level 20
  1. Have you properly configured and verified the SAS/ACCESS to DB2 connection?
  2. Have this worked before?
  3. Can you manage to this outside DI Studio?
  4. Full code/log is required to see what's going on.
  5. What does your DB2 DBA have to say?
  6. Don't know if it's applicable to bulkloading, but try
  7. options msglevel=i sastrace=',,,d' sastraceloc=saslog nostsuffix;
    It might give you some more hints in the log.
Data never sleeps
JBailey
Barite | Level 11

Hi @Riteshdell

 

This is definitely a client side configuration problem. Upgrading the DB2 server and failing to do the BIND step can cause a working connection to fail like this. DB2 client side configuration can be rather complicated. Here is a doc describing DB2 binding:

 

DB2 Connect - Binding Applications and Utilities

 

I used to be a DB2 DBA in a previous life and I think it is safe to say that getting your DB2 DBA to handle this issue is the way to go.

 

Best wishes,

Jeff

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 932 views
  • 1 like
  • 3 in conversation