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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 909 views
  • 1 like
  • 3 in conversation