I am working with Hammer DB to connect to remote DB2 AS400. However, I am running into issue in build schema.
[IBM][CLI Driver][AS] SQL0204N "QSYS.ANAND" is an undefined name. SQLSTATE=42704
user ANAND is present as I am able to connect to it using DBeaver.
In script editor I have tried to narrow down the issue by using print. The above issue is at
proc CreateTables { db_handle num_part count_ware tspace_dict } {
...
...
} else {
puts "db2 else"
db2_exec_direct $db_handle $sql($i)
}
}
Prior to this I am seeing connection established message in virtual user output.
Asked by Anand
(3 rep)
Nov 16, 2022, 06:15 AM
Last activity: Nov 17, 2022, 12:19 PM
Last activity: Nov 17, 2022, 12:19 PM