Hi ,
I am getting the following error while running the SQL
LOAD utility through IBM DB2 Command Editor v8.1.7
"SQL2019N An error occurred while binding the utilities to the database. "
But the same LOAD works fine while executing through the lower version of the Command Editor tool (available on a different machine.)
Looks like something to do with the version.
Could anyone help on this ?
The load script which I am running in Command Editor :
=====================================================
LOAD CLIENT FROM C:\data1.dat
of asc method L
(
001 010,
011 020,
241 241,
242 244,
245 247,
248 250,
251 253,
254 255,
256 257,
258 263,
264 269,
270 275,
276 277,
278 280,
281 282,
283 283,
284 284,
285 287
)
MESSAGES C:\L_data1.txt
REPLACE INTO prodschema.tabname
(
cola,
colb,
col01,
col02,
col03,
col04,
col05,
col06,
col07,
col08,
col09,
col10,
col11,
col12,
col13,
BLANK,
col14,
col15
)
statistics yes with distribution and detailed indexes all
nonrecoverable;
I am getting the following error while running the SQL
LOAD utility through IBM DB2 Command Editor v8.1.7
"SQL2019N An error occurred while binding the utilities to the database. "
But the same LOAD works fine while executing through the lower version of the Command Editor tool (available on a different machine.)
Looks like something to do with the version.
Could anyone help on this ?
The load script which I am running in Command Editor :
=====================================================
LOAD CLIENT FROM C:\data1.dat
of asc method L
(
001 010,
011 020,
241 241,
242 244,
245 247,
248 250,
251 253,
254 255,
256 257,
258 263,
264 269,
270 275,
276 277,
278 280,
281 282,
283 283,
284 284,
285 287
)
MESSAGES C:\L_data1.txt
REPLACE INTO prodschema.tabname
(
cola,
colb,
col01,
col02,
col03,
col04,
col05,
col06,
col07,
col08,
col09,
col10,
col11,
col12,
col13,
BLANK,
col14,
col15
)
statistics yes with distribution and detailed indexes all
nonrecoverable;